2.596
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 33: | Zeile 33: | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Rajdhani'; | font-family: 'Rajdhani'; | ||
Zeile 109: | Zeile 94: | ||
a:visited { | a:visited { | ||
color:#ee7f00; | color:#ee7f00; | ||
} | |||
.specsBox { | |||
position:relative; | |||
height:400px; | |||
float:right; | |||
margin-top:16px; | |||
margin-bottom:16px; | |||
width:320px; | |||
} | |||
.specsBox .container{ | |||
position:absolute; | |||
width:320px; | |||
left:50%; | |||
margin-left:-160px; | |||
background-color:#ffeecc; | |||
-webkit-border-radius: 5px; | |||
-moz-border-radius: 5px; | |||
border-radius: 5px; | |||
} | |||
.specsBox .infos { | |||
margin: 16px; | |||
border-top: 1px solid black; | |||
padding-top:16px; | |||
} | |||
.specsBox span { | |||
display:inline-block; | |||
vertical-align:top; | |||
} | |||
.specsBox .key { | |||
width:33%; | |||
text-align:left; | |||
font-weight:bold; | |||
} | |||
.specsBox .value { | |||
width:66%; | |||
text-align:left; | |||
} | |||
.specsBox .name { | |||
font-weight:bold; | |||
} | |||
.specsBox h3 { | |||
margin: 0 auto; | |||
} | |||
.content .specsBox ul { | |||
padding-left:0; | |||
} | } |