Benutzer:Col. o'neill/arcs.css
aus Stargate Wiki, dem deutschsprachigen Stargate-Lexikon
Weitere Optionen
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
#arcs-wrapper {
display: block !important;
}
#arcs-temp {
display: none;
}
#arc-v1.arc {
height: 130px;
margin-bottom: 50px;
}
#arc-v1 .arc-line {
width: 100%;
padding: 2px;
box-sizing: border-box;
background-color: #627499;
}
#arc-v1 .arc-event {
display: inline-block;
padding: 10px;
border: 1px solid gray;
border-radius: 3px;
position: relative;
line-height: 20px;
}
#arc-v1 .arc-event:nth-of-type(odd) {
margin-bottom: 20px;
margin-right: 0px;
}
#arc-v1 .arc-event:nth-of-type(odd)::before {
content: '';
width: 0;
height: 0;
border: 10px solid gray;
border-color: gray transparent transparent transparent;
position: absolute;
bottom: -20px;
left: 5px;
}
#arc-v1 .arc-event:nth-of-type(odd)::after {
content: '';
width: 14px;
height: 14px;
border-radius: 100%;
background-color: #627499;
position: absolute;
bottom: -30px;
left: 8px;
}
#arc-v1 .arc-event:nth-of-type(even) {
top: 86px;
}
#arc-v1 .arc-event:nth-of-type(even)::before {
content: '';
width: 0;
height: 0;
border: 10px solid gray;
border-color: transparent transparent gray transparent;
position: absolute;
top: -20px;
left: 5px;
}
#arc-v1 .arc-event:nth-of-type(even)::after {
content: '';
width: 14px;
height: 14px;
border-radius: 100%;
background-color: #627499;
position: absolute;
top: -30px;
left: 8px;
}
#arc-v2.arc {
height: 70px;
}
#arc-v2 .arc-line {
width: 100%;
padding: 2px;
box-sizing: border-box;
background-color: #627499;
}
#arc-v2 .arc-event {
display: inline-block;
padding: 5px;
border: 1px solid gray;
border-radius: 3px;
position: relative;
line-height: 20px;
top: 20px;
margin-right: 30px;
}
#arc-v2 .arc-event::before {
content: '';
width: 0;
height: 0;
border: 10px solid gray;
border-color: transparent transparent gray transparent;
position: absolute;
top: -20px;
left: 5px;
}
#arc-v2 .arc-event::after {
content: '';
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #627499;
position: absolute;
top: -29px;
left: 9px;
}