4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Ninjaclub on September 14, 2005, 12:55:36 PM

Title: gallery an den phpkit anpassen
Post by: Ninjaclub on September 14, 2005, 12:55:36 PM
Kann mir mal jemand sagen wie ich es machen kann das der style der gallery an den stxle des phpkit's angepasst ist und das der login teil weg ist...
Title: Re: gallery an den phpkit anpassen
Post by: multipass on September 14, 2005, 06:26:56 PM
den style kann man soweit ich weis nicht "automatisch" anpassen - musst also die style.css editieren...
lasse mich aber gern eines besseren belehren

für den login gibts hier
http://www.vierstra.com/4images_templates.htm
einige templates die sich dann ganz gut für phpkit anpassen lassen
(vorteilhaft wäre dann natürlich der singlesignon-hack fürs kit)

gruß, multipass
Title: Re: gallery an den phpkit anpassen
Post by: Ninjaclub on September 15, 2005, 03:39:18 PM
welcher template genau?
Title: Re: gallery an den phpkit anpassen
Post by: multipass on September 15, 2005, 05:11:21 PM
ich würde das 4bare nehmen, aber must du selber wissen, bis auf 4deafult_wide sind alle auf dieser seite ohne login
Title: Re: gallery an den phpkit anpassen
Post by: Ninjaclub on September 15, 2005, 10:50:41 PM
okay dankö :D

Aber jetzt nur noch eines: wie ihr bei www.ninjaclub-vn.de (unter Gallery -> Home) erkennt ist der Hintergrund der Gallery weiß aber ich will den hintergrund in die farbe 0000BF ändern wo muss ich das im folgenden Template ändern:

body {
 
  color: 0000bf;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  scrollbar-base-color : #001B8B;
  }

hr {
  height: 2px;
  color: #D2D2D2;

}

ul, li, p, td {
  color: White;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.tablehead {
  background-color: Black;
  color: White;
  border : 0px;
   }


.bordercolor {
  background-color: #5F75C2;
}

.tablebgcolor {
  background-color: #4963BA;
}

.navbar {
  background-color: #5F75C2;
  border : 0px;
  font-size : 14px;
}

.navtxt {
  font-size : 14px;
  font : bold;
}

.row1 {
  background-color: #435BB1;
  color: White;
}

.row2 {
  background-color: #4963BA;
  color: White;
}

.head1 {
  background-color: #4963BA;
  color: White;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
 
}

.head1:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
 
}

.head2 {
  background-color: #4963BA;
  color: White;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
 
}

.title {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color : White;
}

.smalltext {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color : White;
 
}

.smalltext:hover {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color : Black;
}

.marktext {
  color: Blue;
  background-color: #ffffff;
}

.new {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: Blue;
  font : bold;
}

a:hover {
  color: Black;
}

form {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.logininput {
  background-color: #4963BA;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: White;
  font-size: 11px;
  width: 130px;
}

.searchinput {
  background-color: #4963BA;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: White;
  font-size: 11px;
  WIDTH: 130px;
}

.textarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: Black;
  font-size: 11px;
  width: 230px;
}

.input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: Black;
  font-size: 11px;
  width: 230px;
}

.select {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: 0000BF;
  font-size: 11px;
  background : #4963BA;
}

.setperpageselect {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: White;
  font-size: 11px;
  background-color : #4963BA;
}

.categoryselect {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: White;
  font-size: 11px;
  background-color : #4963BA;
}

.dropdownmarker {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #4963BA;
  color: White;
  font-size: 11px;
}

.button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #4963BA;
  color: Black;
  font-size: 11px;
  font-weight: bold;
}

/*--Categories------------------------------------------------*/
.catbgcolor {
  background-color: #667BC6;
}

.maincat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : White;
}

.maincat:hover {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : Black;
}


.subcat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  color : #F2F2F2;
}

/*--Images----------------------------------------------------*/
.imagerow1 {
  background-color: #5F75C2;
  color: White;
}

.imagerow2 {
  background-color: #4963BA;
  color: White;
}

/*--Comments--------------------------------------------------*/
.commentrow1 {
  background-color: #687CC1;
  color: White;
}

.commentrow2 {
  background-color: #5067B8;
  color: White;
}

.commentspacerrow {
  background-color: #435BB1;
  color: #C0C0C0;
}

.commenttextarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #4963BA;
  font-size: 11px;
  width: 270px;
}

.commentinput {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #4963BA;
  font-size: 11px;
  width: 270px;
}
Title: Re: gallery an den phpkit anpassen
Post by: multipass on September 15, 2005, 11:33:35 PM
background-color: #0000BF; zwischen body { und color: 0000bf; einfügen

der code dazu würde dann so aussehen

Code: [Select]
body {
  background-color: #0000BF;
  color: 0000bf;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  scrollbar-base-color : #001B8B;
  }
Title: Re: gallery an den phpkit anpassen
Post by: Ninjaclub on September 16, 2005, 04:59:32 PM
Okay danke aber welcher teil ist für die Link farben?
Title: Re: gallery an den phpkit anpassen
Post by: multipass on September 16, 2005, 05:14:18 PM
die linkfarben werden in der header.html editiert

hier noch eine erklärung für die style.css
http://www.4homepages.de/forum/index.php?topic=5702.0

gruß, multipass
Title: Re: gallery an den phpkit anpassen
Post by: donpedro on September 16, 2005, 11:55:09 PM
Linkfarben:

templates/yourtemplates/header.html

<body link="#0F5475" vlink="#0F5475" alink="#0F5475">

dp
Title: Re: gallery an den phpkit anpassen
Post by: Jan-Lukas on September 17, 2005, 12:11:36 AM
warum suchst nicht bei phpkit?
hättest da 100% was gefunden

suche mal den User fonsator da gibt es z.B. was ich auch nutze
Und ein Login auf der Startseite solltest Du schon drin haben, denn auch mit der Userübername ist dies nötig

Harald
Title: Re: gallery an den phpkit anpassen
Post by: Ninjaclub on September 22, 2005, 01:18:17 PM
NAJA das ist ja wohl egal aber ich wollte fragen ob es normal ist das bei der Home und bei den Katigorien die Bilder immer als Auge dagestelllt werde zb: ein Bild mit VN drauf in der Überischt ein augo wo JPG drin steht!?!?!
Title: Re: gallery an den phpkit anpassen
Post by: Jan-Lukas on September 25, 2005, 01:01:13 AM
Na wenn das egal ist ;)
Warum änderst du das Bild nicht, habe mir da selber welche erstellt.
Ist ja nicht jedermann´s Geschmack so ein Auge *gg*

Das Auge geht aber weg wenn du im Admin die Thumpnails erstellst, oder das direkt machst.
Kommt auf deine Einstellungen an

gruss Harald