3 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
.navtab {
color: #00CC00;
}
a.navtab {
text-decoration: none;
color: #0000CC;
}
a {
color: #CC0000;
}
1
2
3
4
5
6
7
8
9
10
.navtab {
color: #00CC00;
}
.navtab a {
text-decoration: none;
color: #0000CC;
}
a {
color: #CC0000;
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
a { color : #37496D; }
a:link { color : #37496D; text-decoration : none; }
a:visited { color : #37496D; text-decoration : none; }
a:hover { color : #37496D; text-decoration : underline; }
a:active { color : ò¢°ª text-decoration : underline; }
/* Links der Klasse test */
a.test { color : }
a.test:link { color : text-decoration : none; }
a.test:visited { color : text-decoration : none; }
a.test:hover { color : ൠtext-decoration : underline; }
a.test:active { color : #ffe080; text-decoration : underline; }
/*Standardschrift des Bodies*/
body {fontsize: 12px; font-family: arial,helvecita; font-color: ñ font-weight: normal;}
/*Standard Style für Tabellen */
table, tr, td {font-size: 13px;....}
/*Style für eine spezielle Tablellenzeil Zeile*/
tr.test {font-size: 12px;....}
/*Style für einen InputField */
input.test {color: background:'images/image.gif';}
3 Einträge, 1 Seite |