Header

From Darn

(Difference between revisions)
m
 
(13 intermediate revisions not shown)
Line 1: Line 1:
-
<script type="text/javascript">
+
<style type="text/css">
-
   <!-----Your Javascript Here----->
+
 
-
</script>
+
   /*
-
<style type="text/css">
+
      Notes:
-
  body {
+
      -You must log as admin to edit this page
-
    color: purple;
+
      -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.
-
    background-color: #d8da3d }
+
      -if you want your code to look nice on this page, put a space at the beginning of each line
-
</style>
+
      -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;
 +
}
 +
  */
 +
 
 +
<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>
 +
 
 +
<script type="text/javascript">
 +
  //Feel free to add your javascript code here.
 +
</script>

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>
Personal tools