Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

Benutzer:Col. o'neill/arcs.css: Unterschied zwischen den Versionen

aus Stargate Wiki, dem deutschsprachigen Stargate-Lexikon
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
#arcs-wrapper {
#arcs-wrapper {
     display: block !important;
     display: block !important;
    height: 130px;
}
}
#arcs-temp {
#arcs-temp {
Zeile 7: Zeile 6:
}
}


#arcs-line {
.arc {
height: 130px;
}
 
.arc-line {
     width: 100%;
     width: 100%;
     height: 4px;
     padding: 2px;
    box-sizing: border-box;
     background-color: #627499;
     background-color: #627499;
}
}


.arcs-event {
.arc-event {
   display: inline-block;
   display: inline-block;
   padding: 10px;
   padding: 10px;
Zeile 22: Zeile 26:
}
}


.arcs-event:nth-of-type(odd) {
.arc-event:nth-of-type(odd) {
   margin-bottom: 20px;
   margin-bottom: 20px;
   margin-right: 0px;
   margin-right: 0px;
}
}
.arcs-event:nth-of-type(odd)::before {
.arc-event:nth-of-type(odd)::before {
   content: '';
   content: '';
   width: 0;
   width: 0;
Zeile 36: Zeile 40:
   left: 5px;
   left: 5px;
}
}
.arcs-event:nth-of-type(odd)::after {
.arc-event:nth-of-type(odd)::after {
   content: '';
   content: '';
   width: 14px;
   width: 14px;
Zeile 47: Zeile 51:
}
}


.arcs-event:nth-of-type(even) {
.arc-event:nth-of-type(even) {
   top: 86px;
   top: 86px;
}
}
.arcs-event:nth-of-type(even)::before {
.arc-event:nth-of-type(even)::before {
   content: '';
   content: '';
   width: 0;
   width: 0;
Zeile 60: Zeile 64:
   left: 5px;
   left: 5px;
}
}
.arcs-event:nth-of-type(even)::after {
.arc-event:nth-of-type(even)::after {
   content: '';
   content: '';
   width: 14px;
   width: 14px;