Uhr.css

Aus Ultos
Zur Navigation springen Zur Suche springen
#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;
   }