Author Topic: Kriesenalarm :( !Help!  (Read 10011 times)

0 Members and 1 Guest are viewing this topic.

Offline [TraXX

  • Newbie
  • *
  • Posts: 26
    • View Profile
Kriesenalarm :( !Help!
« on: July 13, 2002, 07:13:59 PM »
Wer kann mir sagen wo ich die Farbe eines Links ändern kann...?

von dem Blau auf eine von mir definierte Farbe...

Den Hovereffekt konnte ich ja schon ändern - wenn man auf den Link 'fährt' ändert sich die Farbe auf die Farbe die ich wollte:

Quote
a:hover {
  color: #666666;
}


Wie kann ich nun die normale Linkfarbe ändern...und evtl. den Strich unter dem Link wegbekommen (ging das nicht irgendwie mit decoration=none ?? )

Thx 4 help!!!!
-= Seize the Day=-

Offline [TraXX

  • Newbie
  • *
  • Posts: 26
    • View Profile
Kriesenalarm :( !Help!
« Reply #1 on: July 14, 2002, 03:21:27 PM »
So sieht mein CSS im Mom aus...was muss ich daran ändern, dass die Linkfarbe nicht blau sondern schwarz ist?? Und wie bekomme ich evtl. den Strich unter den Links weg?????

Quote
body {
  background-color: #666666;
  color: #000000;
  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:  #000000;
  SCROLLBAR-ARROW-color: #FF0000;
}

hr {
  height: 1px;
  color: #000000;
  background-color: #ffffff;
}

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

.tablehead {
  background-color: #e8e8e8;
  color: #000000;
}

.tablebottom {
  background-color: #000000;
}

.bordercolor {
  background-color: #000000;
}

.tablebgcolor {
  background-color: #ffffff;
}

.navbar {
  background-color: #FFFFFF;
  color: #000000;
}

.row1 {
  background-color: #e1e1e1;
  color: #000000;
}

.row2 {
  background-color: #efefef;
  color: #000000;
}

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

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

.head2 {
  background-color: #000000;
  color: #ffffff;
  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;
}

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

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

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

a:hover {
  color: #FF0000;
}

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: #000000;
  font-size: 11px;
  width: 130px;
}

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

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

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

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

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

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

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

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

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

.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: #000000;
}

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

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

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

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

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

.commentinput {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 270px;
}
-= Seize the Day=-

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Kriesenalarm :( !Help!
« Reply #2 on: July 18, 2002, 10:10:11 AM »
Da solltest Du Dich bezüglich CSS ein bischen schlau machen, z.B. bei Selfhtml.

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline [TraXX

  • Newbie
  • *
  • Posts: 26
    • View Profile
Kriesenalarm :( !Help!
« Reply #3 on: July 18, 2002, 10:16:53 AM »
@ Jan Sorgalla

Quote

http://www.4homepages.de/forum/viewtopic.php?t=1081

Dem Clickstream ist kein eigener Style zugewiesen. Die Linkfarbe wird über das Bodytag oder sonstige generell angegebene Linkeigenschaften vergeben.

Gruß Jan


Sag doch einfach das die Linkfarbe im header (Bodytag) vergeben ist und nicht im CSS ... da brauch ich doch nun auch kein SelfHTML mehr :o)
-= Seize the Day=-

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Kriesenalarm :( !Help!
« Reply #4 on: July 18, 2002, 02:43:16 PM »
Du kannst auch einfach

a:link { CSS-Eigenschaft:Wert; ... }

in Deine css-Datei einfügen und schwupps hast Du zentral die Eigenschaften für Links geändert ohne jedes Template anzufassen.

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline [TraXX

  • Newbie
  • *
  • Posts: 26
    • View Profile
Kriesenalarm :( !Help!
« Reply #5 on: July 18, 2002, 04:22:34 PM »
jo..schon klar... nur hatte ich das versucht - nur irgendwie hat das nicht funktioniert .... aber erst mal danke das es jetzt endlich klappt  8)
-= Seize the Day=-

Offline ava

  • Pre-Newbie
  • Posts: 3
    • View Profile
Kriesenalarm :( !Help!
« Reply #6 on: December 01, 2002, 11:04:35 PM »
Quote from: Jan
Du kannst auch einfach

a:link { CSS-Eigenschaft:Wert; ... }

in Deine css-Datei einfügen und schwupps hast Du zentral die Eigenschaften für Links geändert ohne jedes Template anzufassen.

Gruß Jan


hi.

wenn ich es so eingebe:

Code: [Select]

a:hover {
  color: #000000;
}

a:link {
  color: #ffffff;
}


bleibt die blaue link_farbe erhalten.
wie kann ich es ändern ?

danke im voraus  :)