MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
| Zeile 1: | Zeile 1: | ||
body { background-image:none; } | body { background-image:none; } | ||
| + | a { color: #cda92e; } | ||
| + | a:link { color: #cda92e; } | ||
| + | a:visited { color: #cda92e; } | ||
| + | a:active { color: #cda92e; } | ||
| + | a:hover { color: #dcb739; } | ||
#p-logo a { background: url(http://jsug.fsinf.at/images/d/db/JSUG-logo_draft1.png) 35% 50% no-repeat !important; } | #p-logo a { background: url(http://jsug.fsinf.at/images/d/db/JSUG-logo_draft1.png) 35% 50% no-repeat !important; } | ||
Version vom 25. November 2008, 20:49 Uhr
body { background-image:none; }
a { color: #cda92e; }
a:link { color: #cda92e; }
a:visited { color: #cda92e; }
a:active { color: #cda92e; }
a:hover { color: #dcb739; }
#p-logo a { background: url(http://jsug.fsinf.at/images/d/db/JSUG-logo_draft1.png) 35% 50% no-repeat !important; }
/* lefthand box header */
#p-navigation h5,
#p-search h5,
#p-tb h5 {
font-weight: bold
}
/* lefthand box border */
#p-navigation div,
#p-search div,
#p-tb div {
border-width: 0px;
background-color: transparent;
}
/* suppress the person icon by login/username */
li#pt-userpage,
li#pt-login {
background: none;
}
/* suppress the whole footer */
#footer {
visibility:hidden;
}
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content {
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}