Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Explore/kha/subtraction/sub4/style.css
blob: 1097174cb0014480cac42adee0f4fb11eb6bfe0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

body {padding:10px 30px; margin:0; font-family:Calibri; background-image:url(images/body_bg.png);}

#container {background-color:#FFFFFF; padding:10px;}

#header {height:100px; background-image:url(images/header_bg.png);}

#logo {color:#FFD800; font-size:34px; height:60px; padding:10px 0 0 30px; font-weight:bold;}
#slogan {float:right; font-size:22px; color:#FFD800; padding:60px 10px 0 0;}

#menu {height:35px; background-image:url(images/menu_bg.png); margin-top:5px;}
#menu ul {margin:0; padding:0;}
#menu li {list-style:none; float:left; background:url(images/menu_border.png) right no-repeat;}
#menu a {text-decoration:nunderline; float:left; height:20px; padding:10px 30px; color:#FFFFFF; font-size:15px; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
#menu a:hover {font-weight:bold; text-decoration:none; font-size:15px; color:#000000;font-weight:bold; background:url(images/menu_hover.png);}

#main {float:left; width:100%; margin:10px 0; background:url(images/main_bg.png) right repeat-y; color:#111111; font-size:13px;}
#main a {text-decoration:nunderline; color:#333333;}
#main a:hover {font-weight:bold; text-decoration:none; font-size:13px; color:#0094FF;}
#main br {line-height:8px;}

#text {line-height:14px; margin-right:10px; padding:10px 0px 10px 10px;}
#text h1 {font-size:26px; font-weight:bold; margin:5px 0 15px 0; color: Black;}
#text h1 a {font-size:26px; font-weight:bold; margin:5px 0 5px 0; color: Gray;text-decoration:none;}
#text h1 a:hover {font-size:26px; font-weight:bold; margin:5px 0 5px 0; color: #0094FF;}
#title{font-size:26px; font-weight:hold; margin:20px 0 10px 0; color: Black;}
#text h2 {font-size:20px; font-weight:normal; margin:20px 0 10px 0;}
#text h3 {font-size: 18px; font-weight: normal; line-height:18px; margin: 3px 0 3px 0; color: Maroon;}
#text h3 a {font-size: 18px; font-weight: normal; line-height:18px; margin: 3px 0 3px 0; color: Black;}
#text h3 a:hover {font-size: 18px; font-weight: normal; line-height:18px; margin: 3px 0 3px 0; color: Blue;}
#text ol, #text ul {padding:0; margin:8px 0;}
#text li {margin-left:40px;line-height:26px;font-size:18px;}
#text li a:hover {font-size:18px;color:#0094FF;}

#footer {height:40px; color:#FFFFFF; font-size:15px; background-image:url(images/footer_bg.png); clear:both;}
#footer a {text-decoration:none; color:#FFFFFF;}
#footer a:hover {color:#0094FF;}
#footer_left {float:left; padding:13px 0 0 30px;}
#footer_right {float:right; padding:13px 30px 0 0;}