if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
body {
background-attachment: fixed;
background-image: url('http://i54.tinypic.com/4hz4t2.png');
}
a { color: #F2D4D2; text-decoration: none;}
a:link { color: #666666; text-decoration: none;}
a:visited { color: #666666; text-decoration: none;}
a:active { color: #F2D4D2; text-decoration: none;}
a:hover {color: #F2D4D2; text-decoration: none;}
#wrapper {
border: solid 0px #E6E6E6;
clear:none;
padding: 0px;
width: 1040px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
#wrapper:after {
content: ".";

display: block;
height: 0;
clear: both;
visibility: hidden;
}
#header {
background-image: url(URL TIL HEADER HER);
border: solid 0px #E6E6E6;
height: 100px;
width: 1040px;
margin: 0px 0px 10px 0px;
float: right;
margin-left: auto;
margin-right: auto;
}
#side {
border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
border: solid 1px #E6E6E6;
float: left;
width: 50px;
background-color: #ffffff;
font-family: tahoma;
font-size: 10px;
color: #7e7e77;
padding: 2px;
line-height: 150%;
margin-left: auto;
margin-right: auto;
}
#content {
border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
border: solid 1px #E6E6E6;
overflow: hidden;
float: right;
width: 820px;
padding: 0px 15px 20px 15px;
margin: 0px 0px 0px 0px;
line-height: 150%;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
}
h1 {
font-family: georgia;
font-size: 14px;
text-transform:uppercase;
margin: 0px;
padding: 0px;
height: 30px;
}
h2 {
border-bottom: 1px dashed #E2E6DD;
color: #999999;
font-family: Vijaya;
font-size: 22px;
font-weight: normal;
margin-bottom: -7px;
margin-top: 3px;
padding-bottom: 2px;
}
/** Entry headers **/
h3 {
font-family: georgia;
font-size: 23px;
color: #626262;
text-transform: normal;
font-weight: normal;
font-style: italic;
letter-spacing: 0px;
padding: 9px 9px 9px 9px;
margin-bottom: -20px;
margin-top: 15px;
line-height: 50%;
}
}
.navheader {
font-family: georgia;
font-size: 11px;
font-weight: normal;
color: #666666;
padding:30px 30px 0px;
margin-bottom:0px;
background-color:#FFFFFF;
text-transform: uppercase;
}
.nav {
font-family: georgia;
font-size: 11px;
font-weight: normal;
color: #000000;
margin: 0px;
}
.nav ul {
margin: 0px 0px 30px;
padding: 5px 10px 10px;
font-weight: normal;
background-color: #FFFFFF;
}
.nav li {
list-style: none;
padding: 0px 0px 6px 0px;
font-weight: normal;
}
.nav a { color: #000000; }
.nav a:hover { color: #F2F2F2; }
/** Post's body text **/
.entrybody {
font-family: arial;
font-size: 12px;
font-weight: normal;
color: #7e7e77;
line-height: 150%;
margin: 0px 0px 5px 0px;
background-color: #FFFFFF;
padding: 10px;
}
/** 'Posted by' txt **/
.entrymeta {
font-family: tahoma;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
color: #7e7e77;
text-align: left;
line-height: 20%;
border-bottom: 0px dotted #E2E6DD;
}
.entrymeta a { color: #7e7e77; }
.entrymeta a:hover { color: #F2D4D2; text-decoration: none;}
.commentheader {
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #7e7e77;
line-height: 130%;
margin: 10px 10px 0px 15px;
}
.commenttext {
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #7e7e77;
line-height: 100%;
margin: 10px 10px 0px 0px;
}
.commentmeta {
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #999999;
margin: 10px 10px 10px 0px;
padding-bottom: 10px;
line-height: 130%;
border-bottom: 1px dashed #E7E0D6;
}
.commentmeta a { color: #7e7e77; }
.commentmeta a:hover { color: #d8c6cb; text-decoration: none}
.commentform {
font-family: arial;
font-size: 11px;
text-transform: normal;
font-weight: normal;
color: #7e7e77;
margin: 10px 10px 20px 15px;
line-height: 130%;
}
#header h1, #header p { display:none }
#header { color: #7e7e77; }
#side {
width: 16%;
}
#main {
border-right: 10px solid #000000;
width: 70%;
}
Background-color, color (farge på teksten), border osv kan endres på.
#navbar {
padding: 5px;
height: 1em;
width: auto;
margin: 0px;
text-align: center;
}
#navbar li {
float: left;
list-style: none;
width: 150px;
background-color: #fff;
}
#navbar li a {
padding: 5px;
display: block;
border-bottom: 0px dashed #F7D7EE;
color: #000000;
text-decoration: none;
font-family: verdana;
font-size: 9px;
line-height: 12px;
}
#navbar li ul {
padding: 5px;
display: none;
width: em;
background-color: #fff;
}
#navbar li:hover ul, #navbar li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0;
z-index: 1;
text-align: left;
}
#navbar li:hover li, #navbar li.hover li {
float: none;
}
#navbar li:hover li a, #navbar li.hover li a {
border-bottom: 1px dotted #E6E6E6;
color: #727272;
}
#navbar li li a:hover {
background-color: #FFFFFF;
}
#meny {
width: 750px;
margin-left: auto;
}
