Header
From Darn
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
<style type="text/css"> | <style type="text/css"> | ||
| + | |||
/* | /* | ||
Notes: | Notes: | ||
| Line 14: | Line 15: | ||
} | } | ||
*/ | */ | ||
| + | |||
| + | <pre> | ||
| + | /* Standard Navigationsleisten, aka box hiding thingy from .de.*/ | ||
| + | /* | ||
| + | div.Boxmerge, | ||
| + | div.NavFrame { | ||
| + | margin: 0px; | ||
| + | padding: 2px; | ||
| + | border: 1px solid #aaaaaa; | ||
| + | text-align: center; | ||
| + | border-collapse: collapse; | ||
| + | font-size: 95%; | ||
| + | } | ||
| + | div.Boxmerge div.NavFrame { | ||
| + | border-style: none; | ||
| + | border-style: hidden; | ||
| + | } | ||
| + | div.NavFrame + div.NavFrame { | ||
| + | border-top-style: none; | ||
| + | border-top-style: hidden; | ||
| + | } | ||
| + | div.NavPic { | ||
| + | background-color: #ffffff; | ||
| + | margin: 0px; | ||
| + | padding: 2px; | ||
| + | float: left; | ||
| + | } | ||
| + | div.NavFrame div.NavHead { | ||
| + | height: 1.6em; | ||
| + | font-weight: bold; | ||
| + | font-size: 100%; | ||
| + | background-color: #efefef; | ||
| + | position:relative; | ||
| + | } | ||
| + | div.NavFrame p { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | div.NavFrame div.NavContent { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | div.NavFrame div.NavContent p { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | div.NavEnd { | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | line-height: 1px; | ||
| + | clear: both; | ||
| + | } | ||
| + | a.NavToggle { | ||
| + | position:absolute; | ||
| + | top:0px; | ||
| + | right:3px; | ||
| + | font-weight:normal; | ||
| + | font-size:smaller; | ||
| + | } | ||
| + | #coordinates { | ||
| + | position:absolute; | ||
| + | z-index:1; | ||
| + | border:none; | ||
| + | background:none; | ||
| + | right:30px; | ||
| + | top:3.7em; | ||
| + | float:right; | ||
| + | margin:0.0em; | ||
| + | padding:0.0em; | ||
| + | line-height:1.5em; | ||
| + | text-align:right; | ||
| + | text-indent:0; | ||
| + | font-size:85%; | ||
| + | text-transform:none; | ||
| + | white-space:nowrap; | ||
| + | } | ||
| + | */ | ||
| + | |||
| + | </pre> | ||
| + | |||
</style> | </style> | ||
Current revision as of 23:56, 14 April 2006
<style type="text/css">
/*
Notes:
-You must log as admin to edit this page
-Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
-if you want your code to look nice on this page, put a space at the beginning of each line
-This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
For example uncomment this next section to turn all the text green:
*/
/*
body {
color: green;
}
*/
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
/*
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
#coordinates {
position:absolute;
z-index:1;
border:none;
background:none;
right:30px;
top:3.7em;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
*/
</style>
<script type="text/javascript"> //Feel free to add your javascript code here. </script>
