Created
January 13, 2013 15:44
-
-
Save lajlev/4524707 to your computer and use it in GitHub Desktop.
Small changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.right { | |
float: right; | |
} | |
.left { | |
float: left; | |
} | |
body { | |
background: #f4f4f3 none repeat scroll 0%; | |
font-size:100%; | |
} | |
h1 { | |
font-family: "Comic Sans MS",Comic Sans MS,Arial,sans-serif; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 1.4em; | |
line-height: normal; | |
font-size-adjust: none; | |
font-stretch: normal; | |
color: #2e2622; | |
} | |
p { | |
padding: 0 0 40px; | |
font-family: "Comic Sans MS",Comis Sans MS,Arial,sans-serif; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 1.0em; | |
line-height: 26px; | |
font-size-adjust: none; | |
font-stretch: normal; | |
color: #77675a; | |
} | |
p a:link {color:#FF0000;} /* unvisited link */ | |
p a:visited {color:#FF0000;} /* visited link */ | |
p a:link {text-decoration:none;} | |
p a:visited {text-decoration:none;} | |
p1 { | |
padding: 0 0 40px; | |
font-family: "Comic Sans MS",Comic Sans MS,Arial,sans-serif; | |
font-style: italic; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 1.3em; | |
line-height: 20px; | |
font-size-adjust: none; | |
font-stretch: normal; | |
color: #77675a; | |
} | |
p1 a:link {color:#FF0000;} /* unvisited link */ | |
p1 a:visited {color:#FF0000;} /* visited link */ | |
p1 a:link {text-decoration:none;} | |
p1 a:visited {text-decoration:none;} | |
p2 { | |
padding: 0 0 40px; | |
font-family: "Comic Sans MS",Comic Sans MS,Arial,sans-serif; | |
font-style: italic; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 1.50em; | |
line-height: normal; | |
font-size-adjust: none; | |
font-stretch: normal; | |
color: #2e2622; | |
} | |
p2 a:link {color:#FF0000;} /* unvisited link */ | |
p2 a:visited {color:#FF0000;} /* visited link */ | |
p2 a:link {text-decoration:none;} | |
p2 a:visited {text-decoration:none;} | |
p a { | |
color: #ff6363; | |
text-decoration: none; | |
} | |
p a:hover { | |
text-decoration: underline; | |
} | |
#wrapper { | |
background: #ebe9e1 none repeat scroll 0%; | |
} | |
#header { | |
} | |
#logo { | |
margin: 25px 0 25px 60px; | |
background: transparent url(images/logo.png) repeat scroll 0%; | |
display: block; | |
height: 88px; | |
width: 736px; | |
} | |
#leftmenu { | |
background: none repeat scroll 0%; | |
height: 30px; | |
} | |
#leftmenu a { | |
font-family: "Comic Sans MS",Comic Sans MS,Arial,sans-serif; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 1.4em; | |
line-height: 30px; | |
font-size-adjust: none; | |
font-stretch: normal; | |
color: #000000; | |
text-decoration: none; | |
} | |
#leftmenu a.active { | |
color: #F00000; | |
} | |
#leftmenu a:hover { | |
text-decoration: None; | |
color: #F00000; | |
} | |
#content { | |
} | |
#footer { | |
margin: 0; | |
padding: 25px 0 0; | |
background: #a2997f none repeat scroll 0%; | |
height: 60px; | |
width: 1020px; | |
color: #e7e4d8; | |
text-align: center; | |
} | |
#footer a { | |
font-family: "Comic Sans MS",Comic Sans MS,Arial,sans-serif; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 0.9em; | |
line-height: normal; | |
font-size-adjust: none; | |
font-stretch: normal; | |
color: #e7e4d8; | |
text-decoration: none; | |
} | |
#footer a.active { | |
color: #2e2622; | |
} | |
#footer a:hover { | |
text-decoration: underline; | |
color: #2e2622; | |
} | |
#footer p.rights { | |
padding: 10px; | |
font-family: "Comic Sans MS",Comic Sans MS,Arial,sans-serif; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: normal; | |
font-size: 0.65em; | |
line-height: normal; | |
font-size-adjust: none; | |
font-stretch: normal; | |
} | |
.marginbottom10 { | |
margin-bottom: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment