Author Topic: Bestimmte Schriftfarbe ändern  (Read 5033 times)

0 Members and 1 Guest are viewing this topic.

Offline clown533

  • Pre-Newbie
  • Posts: 4
    • View Profile
Bestimmte Schriftfarbe ändern
« on: June 29, 2008, 10:08:57 AM »
Hallo, ich habe folgendes Problem,

erstmal der Link zu meiner Galerie: www.clown533.com


Ich möchte die Schriftfarben die noch in diesem Dunkelblau sind ändern. Ich finde aber in der Style.css nicht die dementsprechende Angabe. Ich hab eigentlich schon alle Farben die dieses blau sind geändert, aber mein Problem ist noch immer das selbe.

Es handelt sich um "Leuchtkasten" und was da drunter noch steht (linke seite). Sowie die Kategorien, bzw. unten, unter "neue Bilder".

Desweiteren dort wo die aktiven User angezeigt werden.

Hier noch die Style.css dazu:

Code: [Select]

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #000000;
  SCROLLBAR-ARROW-color: #FFFFFF;
}

hr {
  height: 1px;
  color: #78D2FF;
  background-color: #444444;
}

ul, li, p, td {
  color: #FF2828;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-color: #FF0000
}

.tablehead {
  background-color: #CC0033;
  color: #FFFFFF;
}

.tablebottom {
  background-color: #000000;
}

.bordercolor {
  background-color: #000000;
}

.tablebgcolor {
  background-color: #999999;
}

.navbar {
  background-color: #444444;
  color: #FF2828;
}

.row1 {
  background-color: #444444;
  color: #FF0000;
  font-color: #FF0000;
}

.row2 {
  background-color: #333333;
  color: #FF0000;
}

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

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

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

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

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

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

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

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

a:hover {
  color: #000000;
}

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

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

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

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

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

.select {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #FF0000;
  font-size: 11px;
}

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

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

.dropdownmarker {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #EEEEEE;
  color: #136c99;
  font-size: 11px;
}

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

/*--Categories------------------------------------------------*/
.catbgcolor {
  background-color: #5C5C5C;
}

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

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

/*--Images----------------------------------------------------*/
.imagerow1 {
  background-color: #E5E5E5;
  color: #FF0000;
}

.imagerow2 {
  background-color: #EFEFEF;
  color: #FF0000;
}

/*--Comments--------------------------------------------------*/
.commentrow1 {
  background-color: #e1e1e1;
  color: #FF0000;
}

.commentrow2 {
  background-color: #efefef;
  color: #FF0000;
}

.commentspacerrow {
  background-color: #d1d1d1;
  color: #FF0000;
}

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

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


Ich hoffe ihr könnt mir helfen.

Gruß Andi

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Bestimmte Schriftfarbe ändern
« Reply #1 on: June 29, 2008, 10:22:02 AM »
hallo,

suche:
Code: [Select]
a:hover {
  color: #000000;
}

ersetze mit:
Code: [Select]
a:link {
  text-decoration: none;
  font-size: 11px;
  color : #000000;
}

a:active {
  text-decoration: none;
  font-size: 11px;
  color : #000000;
}

a:visited {
  text-decoration: none;
  font-size: 11px;
  color : #000000;
}

a:hover {
  color : #000000;
  font-size: 11px;
  text-decoration: none;
}

Hier kannste dann deine gewünschten Farben eintragen


Kurt

Offline clown533

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Bestimmte Schriftfarbe ändern
« Reply #2 on: June 29, 2008, 10:29:17 AM »
Super, danke, das hat so funktioniert  :)

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Bestimmte Schriftfarbe ändern
« Reply #3 on: June 29, 2008, 11:42:39 AM »
wenn du die "Rechtsklicksperre" löschen möchtest,
mußt du noch weiteres löschen:
header.html
Code: [Select]
    else if (event.button == 2 || event.button == 3) {
      alert("© Copyright by Andis Fotoalbum");
      return false;
    }
    return true;
  }

  if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = right;
  }
  else if (document.all && !document.getElementById){
    document.onmousedown = right;
  }

document.oncontextmenu = new Function("alert('© Copyright by Andis Fotoalbum');return false");

Wenn nicht, nochmals den kompletten code des js aus dem orig reinkopieren.
Du hast einen .js Fehler, er die Function: "Captcha Erneuerung" zerstört.


Kurt