KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 51: | Zeile 51: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-size: auto 70%; | background-size: auto 70%; | ||
border-radius: 5px; | |||
} | } | ||
Version vom 4. März 2014, 09:14 Uhr
/* GPN14 Stylesheet, wird ueber die GPN14 Navigationsleiste in die Seiten mit eingebunden */
@font-face {
font-family: "Loxica";
src: url("/gulasch/v5loxicar.ttf");
}
/* screen only */
@media screen {
/* links */
div#content a,
div#content a:link,
div#content a:active,
div#content a:visited {
text-decoration: underline;
color: #FFFFFF;
}
div#content a.new {
text-decoration:line-through;
color: #CCCCCC;
}
div#content a:hover {
text-decoration: none;
}
div#mw-content-text pre a,
div#mw-content-text pre a:link,
div#mw-content-text pre a:active,
div#mw-content-text pre a:visited {
color: #101010;
}
/* heading */
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5 {
font-family: Loxica,sans-serif;
}
/* page content */
div#content {
background-color: #000000;
color: #000000;
background-image: url("/wiki/images/3/3f/GPN14-Logo-only.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: auto 70%;
border-radius: 5px;
}
div#bodyContent {
background-color: rgba(40, 150, 180, 0.94);
}
} /* end -- media screen */