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
Keine Bearbeitungszusammenfassung
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* TODO: v4 Cross-Browser compat */
#arcs-wrapper {
#arcs-wrapper {
    display: block !important;
display: block !important;
overflow: hidden;
}
}
#arcs-temp {
#arcs-temp {
Zeile 6: Zeile 8:
}
}


#arcs-line {
#arc-v1.arc {
    width: 100%;
height: 130px;
    height: 4px;
margin-bottom: 50px;
    background-color: #627499;
white-space: nowrap;
overflow: auto;
padding-bottom: 25px;
box-sizing: content-box;
}
}


.arcs-event {
#arc-v1 .arc-line {
  display: inline-block;
width: 100%;
  padding: 10px;
padding: 2px;
  border: 1px solid gray;
box-sizing: border-box;
  border-radius: 3px;
background-color: #627499;
  position: relative;
  line-height: 20px;
}
}


.arcs-event:nth-of-type(odd) {
#arc-v1 .arc-event {
  margin-bottom: 20px;
display: inline-block;
  margin-right: 0px;
padding: 10px;
border: 1px solid gray;
border-radius: 3px;
position: relative;
line-height: 20px;
}
}
.arcs-event:nth-of-type(odd)::before {
 
  content: '';
#arc-v1 .arc-event:nth-of-type(odd) {
  width: 0;
margin-bottom: 20px;
  height: 0;
margin-right: 0px;
  border: 10px solid gray;
}
  border-color: gray transparent transparent transparent;
#arc-v1 .arc-event:nth-of-type(odd)::before {
  position: absolute;
content: '';
  bottom: -20px;
width: 0;
  left: 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: 60px;
padding-top: 25px;
padding-bottom: 15px;
box-sizing: content-box;
}
 
#arc-v2 .arc-line {
width: 100%;
padding: 2px;
box-sizing: border-box;
background-color: #627499;
}
}
.arcs-event:nth-of-type(odd)::after {
 
  content: '';
#arc-v2 .arc-events {
  width: 14px;
padding-top: 25px;
  height: 14px;
margin-top: -25px;
  border-radius: 100%;
padding-bottom: 15px;
  background-color: #627499;
white-space: nowrap;
  position: absolute;
overflow: auto;
  bottom: -29px;
  left: 3px;
}
}


.arcs-event:nth-of-type(even) {
#arc-v2 .arc-event {
  top: 80px;
display: inline-block;
  margin-top: 20px;
padding: 4px 8px;
  margin-right: 0px;
border: 1px solid #aaa;
border-radius: 3px;
position: relative;
line-height: 19px;
top: 18px;
margin-right: 30px;
margin-bottom: 10px;
font-size: 13px;
}
#arc-v2 .arc-event::before {
content: '';
width: 0;
height: 0;
border: 8px solid #919191;
border-color: transparent transparent #919191 transparent;
position: absolute;
top: -17px;
left: 7px;
}
#arc-v2 .arc-event::after {
content: '';
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #627499;
position: absolute;
top: -27px;
left: 9px;
}
#arc-v2 .arc-caption {
display: inline-block;
position: relative;
top: -27px;
font-size: 16px;
color: #627499;
font-weight: bold;
margin-right: 50px;
}
 
 
 
#arc-v3.arc {
padding-top: 25px;
box-sizing: content-box;
white-space: nowrap;
position: relative;
}
 
#arc-v3 .arc-line {
width: 100%;
padding: 2px;
box-sizing: border-box;
background-color: #996262;
z-index: 200;
position: relative;
}
 
#arc-v3 .arc-caption {
display: inline-block;
position: relative;
top: -27px;
font-size: 16px;
color: #996262;
font-weight: bold;
vertical-align: top;
}
#arc-v3 .arc-events-view {
display: inline-block;
overflow: hidden;
padding-top: 15px;
top: -15px;
position: relative;
}
 
#arc-v3 .arc-events-arrow-left-wrapper {
position: absolute;
height: 100%;
width: 50px;
background-image: linear-gradient(to left, transparent 0%, white 50%);
z-index: 100;
top: 0;
}
#arc-v3 .arc-events-arrow-left {
width: 0;
height: 0;
border: 10px solid;
border-color: transparent #bbb transparent transparent;
position: absolute;
top: 35px;
transition: opacity .5s ease;
}
 
#arc-v3 .arc-events-arrow-right-wrapper {
position: absolute;
height: 70px;
width: 50px;
background-image: linear-gradient(to right, transparent 0%, white 50%);
z-index: 100;
right: 0;
margin-top: 14px;
top: 0;
}
#arc-v3 .arc-events-arrow-right {
width: 0;
height: 0;
border: 10px solid;
border-color: transparent transparent transparent #bbb;
position: absolute;
top: 35px;
right: 0;
transition: opacity .5s ease;
}
 
#arc-v3 .arc-events {
transition: all .7s ease;
padding-left: 50px;
}
 
#arc-v3 .arc-event {
display: inline-block;
padding: 4px 8px;
border: 1px solid #aaa;
border-radius: 3px;
position: relative;
line-height: 19px;
margin-top: 18px;
margin-right: 30px;
margin-bottom: 10px;
font-size: 13px;
}
#arc-v3 .arc-event:last-of-type {
margin-right: 50px;
}
 
#arc-v3 .arc-event::before {
content: '';
width: 0;
height: 0;
border: 8px solid;
border-color: transparent transparent #919191 transparent;
position: absolute;
top: -17px;
left: 7px;
}
#arc-v3 .arc-event::after {
content: '';
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #996262;
position: absolute;
top: -27px;
left: 9px;
}
 
 
 
#arc-v4.arc {
height: 60px;
padding-top: 25px;
padding-bottom: 15px;
box-sizing: content-box;
position: relative;
}
 
#arc-v4 table {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
#arc-v4 td {
border-width: 0;
padding: 0;
}
 
#arc-v4 td:first-child {
width: max-content;
}
#arc-v4 .arc-line {
width: 100%;
padding: 2px;
box-sizing: border-box;
background-color: #749962;
z-index: 200;
position: relative;
}
 
#arc-v4 .arc-events {
white-space: nowrap;
overflow: auto;
padding-top: 15px;
margin-top: -15px;
padding-bottom: 17px;
padding-left: 40px;
}
 
#arc-v4 .arc-event {
display: inline-block;
padding: 4px 8px;
border: 1px solid #aaa;
border-radius: 3px;
position: relative;
line-height: 19px;
top: 18px;
margin-right: 30px;
margin-bottom: 10px;
font-size: 13px;
}
#arc-v4 .arc-event::before {
content: '';
width: 0;
height: 0;
border: 8px solid #919191;
border-color: transparent transparent #919191 transparent;
position: absolute;
top: -17px;
left: 7px;
}
#arc-v4 .arc-event::after {
content: '';
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #749962;
position: absolute;
top: -27px;
left: 9px;
}
 
#arc-v4 .arc-caption {
position: relative;
top: -49px;
font-size: 16px;
color: #749962;
font-weight: bold;
}
 
#arc-v4 .arc-events-arrow-left-wrapper {
position: absolute;
height: 70px;
width: 50px;
background-image: linear-gradient(to left, transparent 0%, white 50%);
z-index: 100;
top: 14px;
}
#arc-v4 .arc-events-arrow-left {
width: 0;
height: 0;
border: 10px solid;
border-color: transparent #bbb transparent transparent;
position: absolute;
top: 35px;
transition: opacity .5s ease;
}
}
.arcs-event:nth-of-type(even)::before {
#arc-v4 .arc-events-arrow-right-wrapper {
  content: '';
position: absolute;
  width: 0;
height: 70px;
  height: 0;
width: 50px;
  border: 10px solid gray;
background-image: linear-gradient(to right, transparent 0%, white 50%);
  border-color: transparent transparent gray transparent;
z-index: 100;
  position: absolute;
right: 0;
  top: -20px;
top: 14px;
  left: 0;
}
}
.arcs-event:nth-of-type(even)::after {
#arc-v4 .arc-events-arrow-right {
  content: '';
width: 0;
  width: 14px;
height: 0;
  height: 14px;
border: 10px solid;
  border-radius: 100%;
border-color: transparent transparent transparent #bbb;
  background-color: #627499;
position: absolute;
  position: absolute;
top: 35px;
  top: -27px;
right: 0;
  left: 3px;
transition: opacity .5s ease;
}
}