Uhr.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „ #uhr{ table { text-align: center; font-family: 'Lucida Console', 'Lucida Sans Typewriter', monaco, 'Bitstream Vera Sans Mono', monospace;…“) |
|||
| Zeile 6: | Zeile 6: | ||
font-style: normal; | font-style: normal; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| − | stroke: # | + | stroke: #000; |
} | } | ||
table caption { | table caption { | ||
| Zeile 20: | Zeile 20: | ||
stroke: white; | stroke: white; | ||
stroke-width: 2; | stroke-width: 2; | ||
| − | fill: # | + | fill: #000; |
} | } | ||
#uhr #clock1 .pointers { | #uhr #clock1 .pointers { | ||
| − | stroke: # | + | stroke: #000; |
stroke-width: 2; | stroke-width: 2; | ||
} | } | ||
| Zeile 33: | Zeile 33: | ||
} | } | ||
#uhr #clock1 .markers { | #uhr #clock1 .markers { | ||
| − | stroke: # | + | stroke: #000; |
stroke-width: 2; | stroke-width: 2; | ||
} | } | ||
| Zeile 40: | Zeile 40: | ||
} | } | ||
#uhr #clock2 .pointers { | #uhr #clock2 .pointers { | ||
| − | stroke: # | + | stroke: #000; |
stroke-width: 1; | stroke-width: 1; | ||
} | } | ||
| Zeile 53: | Zeile 53: | ||
} | } | ||
#uhr #clock2 .markers { | #uhr #clock2 .markers { | ||
| − | stroke: # | + | stroke: #000; |
stroke-width: 1; | stroke-width: 1; | ||
} | } | ||
| Zeile 60: | Zeile 60: | ||
} | } | ||
#uhr #clock2 text#clock2marker1 { | #uhr #clock2 text#clock2marker1 { | ||
| − | stroke: # | + | stroke: #000; |
font-size: 1.2em; | font-size: 1.2em; | ||
} | } | ||
| Zeile 67: | Zeile 67: | ||
} | } | ||
#clock2{ | #clock2{ | ||
| − | stroke: # | + | stroke: #000; |
} | } | ||
#clock1{ | #clock1{ | ||
| − | stroke: # | + | stroke: #000; |
} | } | ||
#uhr #clock2 text#clock2marker2, #clock2 text#clock2marker3 { | #uhr #clock2 text#clock2marker2, #clock2 text#clock2marker3 { | ||
| − | stroke: # | + | stroke: #000; |
stroke-width: 1; | stroke-width: 1; | ||
} | } | ||
#uhr #clock3, #clock4 { | #uhr #clock3, #clock4 { | ||
| − | stroke: # | + | stroke: #000; |
font-size: 1.2em; | font-size: 1.2em; | ||
} | } | ||
Aktuelle Version vom 4. Dezember 2019, 20:23 Uhr
#uhr{
table {
text-align: center;
font-family: 'Lucida Console', 'Lucida Sans Typewriter', monaco, 'Bitstream Vera Sans Mono', monospace;
font-size: 1.5em;
font-style: normal;
border-collapse: collapse;
stroke: #000;
}
table caption {
padding: 1em;
font-size: 1.4em;
}
table th, table td {
padding: 1em;
border: 1px solid white;
}
}
#uhr #clock1 #clocksurface {
stroke: white;
stroke-width: 2;
fill: #000;
}
#uhr #clock1 .pointers {
stroke: #000;
stroke-width: 2;
}
#uhr #clock1 #clock1pointer2 {
stroke-width: 3;
}
#uhr #clock1 #clock1pointer3 {
stroke-width: 4;
}
#uhr #clock1 .markers {
stroke: #000;
stroke-width: 2;
}
#uhr #clock1 #clock1marker3 {
stroke-width: 1;
}
#uhr #clock2 .pointers {
stroke: #000;
stroke-width: 1;
}
#uhr #clock2 #clock2pointer4 {
stroke-width: 4;
}
#uhr #clock2 #clock2pointer3 {
stroke-width: 3;
}
#uhr #clock2 #clock2pointer2 {
stroke-width: 2;
}
#uhr #clock2 .markers {
stroke: #000;
stroke-width: 1;
}
#uhr #clock2 #clock2marker1, #clock2 #clock2marker2, #clock2 #clock2marker3 {
stroke-width: 2;
}
#uhr #clock2 text#clock2marker1 {
stroke: #000;
font-size: 1.2em;
}
#uhr #clock2 text#clock2marker2 {
font-size: 1.1em;
}
#clock2{
stroke: #000;
}
#clock1{
stroke: #000;
}
#uhr #clock2 text#clock2marker2, #clock2 text#clock2marker3 {
stroke: #000;
stroke-width: 1;
}
#uhr #clock3, #clock4 {
stroke: #000;
font-size: 1.2em;
}