Benutzer:Ckras/ckras.css: Unterschied zwischen den Versionen
Aus CKRAS Wiki
Ckras (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div#mw-panel div.portal div.body ul li a:visited { color:#006eb7; } div#content { border-color…“) |
Ckras (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
html { | |||
min-width:765px; | |||
} | |||
body { | |||
background:url(https://www.ckras.com/img/page_bg.gif); | |||
} | |||
#mw-page-base { | |||
background:none; | |||
min-width:765px; | |||
} | |||
#p-logo a { | |||
background-size: 95%; | |||
background-position: 0px 7.6em; | |||
} | |||
div#mw-panel { | |||
top:90px; | |||
} | |||
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, | div.vectorTabs li.new a, div.vectorTabs li.new a:visited, | ||
div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a:visited { | ||
Zeile 5: | Zeile 27: | ||
div#content { | div#content { | ||
border-color:# | border-color:#eee; | ||
} | } | ||
Zeile 11: | Zeile 33: | ||
background:none; | background:none; | ||
border-bottom:1px solid #006eb7; | border-bottom:1px solid #006eb7; | ||
} | |||
#left-navigation, | |||
#right-navigation { | |||
margin-top:3.1em; | |||
} | |||
div.vectorTabs { | |||
height:auto; | |||
} | } | ||
div.vectorTabs span, | div.vectorTabs span, | ||
div.vectorTabs ul li, | div.vectorTabs ul li, | ||
div.vectorTabs ul { | div.vectorTabs ul, | ||
div.vectorTabs { | |||
background:none; | background:none; | ||
} | } | ||
div.vectorTabs span { | |||
display:inline; | |||
} | |||
div.vectorTabs li a { | |||
padding: 0.45em 0.7em; | |||
height:1.5em; | |||
} | |||
div.vectorTabs li a:hover, | |||
div.vectorTabs li.selected a:hover { | |||
background-color:#006eb7; | |||
color:#fff; | |||
text-decoration:none; | |||
} | |||
div.vectorTabs li.selected a { | |||
padding: 0.45em 0.7em 0.38em 0.7em; | |||
} | |||
#ca-unwatch.icon a, #ca-watch.icon a { | |||
padding-top:2.4em | |||
} | |||
div.vectorMenu h3 a { | |||
height:1.4em; | |||
background-image:none; | |||
} | |||
div.vectorMenu:hover, | |||
div.vectorTabs li#ca-watch.icon a:hover { | |||
background-color:#fff; | |||
} | |||
div#simpleSearch { | |||
margin-top:0em; | |||
width:13em; | |||
} | |||
#p-search form { | |||
margin-top:0.2em; | |||
} | |||
div#simpleSearch button#searchButton > img { | |||
padding:1px 5px 3px | |||
} | |||
div#simpleSearch input#searchInput { | |||
padding-top:0.28em; | |||
} | |||
div.vectorMenu ul { | |||
border-color:#fff; | |||
} | |||
/* GROSS VON HIER */ | |||
@media screen and (min-width: 982px){ | |||
#left-navigation, | |||
div#content { | |||
margin-left: 14em; | |||
} | |||
#p-logo a { | |||
width:14em; | |||
background-size:80%; | |||
background-position:0px 6.6em; | |||
} | |||
div#mw-panel { | |||
top:100px; | |||
} | |||
} /* BIS HIER */ |
Aktuelle Version vom 21. Februar 2014, 13:45 Uhr
html { min-width:765px; } body { background:url(https://www.ckras.com/img/page_bg.gif); } #mw-page-base { background:none; min-width:765px; } #p-logo a { background-size: 95%; background-position: 0px 7.6em; } div#mw-panel { top:90px; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div#mw-panel div.portal div.body ul li a:visited { color:#006eb7; } div#content { border-color:#eee; } div.vectorTabs li.selected { background:none; border-bottom:1px solid #006eb7; } #left-navigation, #right-navigation { margin-top:3.1em; } div.vectorTabs { height:auto; } div.vectorTabs span, div.vectorTabs ul li, div.vectorTabs ul, div.vectorTabs { background:none; } div.vectorTabs span { display:inline; } div.vectorTabs li a { padding: 0.45em 0.7em; height:1.5em; } div.vectorTabs li a:hover, div.vectorTabs li.selected a:hover { background-color:#006eb7; color:#fff; text-decoration:none; } div.vectorTabs li.selected a { padding: 0.45em 0.7em 0.38em 0.7em; } #ca-unwatch.icon a, #ca-watch.icon a { padding-top:2.4em } div.vectorMenu h3 a { height:1.4em; background-image:none; } div.vectorMenu:hover, div.vectorTabs li#ca-watch.icon a:hover { background-color:#fff; } div#simpleSearch { margin-top:0em; width:13em; } #p-search form { margin-top:0.2em; } div#simpleSearch button#searchButton > img { padding:1px 5px 3px } div#simpleSearch input#searchInput { padding-top:0.28em; } div.vectorMenu ul { border-color:#fff; } /* GROSS VON HIER */ @media screen and (min-width: 982px){ #left-navigation, div#content { margin-left: 14em; } #p-logo a { width:14em; background-size:80%; background-position:0px 6.6em; } div#mw-panel { top:100px; } } /* BIS HIER */