Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/css/karma.docs.css
blob: b3b3738313740ea9b9a111f80f1e1508c04af08a (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
40
41
42
43
44
45
46
47
48
49
50
body { 
	/*text-align:center; /* for IE */
	margin:0 auto; /* for the rest */ 
	background-color: #6699cc;
}
body,div,h1{
	font-family:verdana, arial;
	font-size: 13px;
}
h1{
	font-size:large;
	font-weight:400;
	margin:0;
}

#header {
	overflow: hidden;
	/*background:url(../images/karma_logo.png) no-repeat 0 0;*/
	float:left;
}
.menu ul{
	overflow:hidden;
	padding:0 0 0 7px;
}
.menu ul li{
	float:left;
	width:125px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	padding:0 1px 0 1px;
	margin:1px 0 0 0;
}
#content {
	overflow: hidden;
	border:4px solid #cccccc;
	background-color:#ffffff;
	margin: 0 auto;
	padding: 10px;
	width: 950px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content h1 {
	border-bottom:1px solid #CDCDCD;
	display:block;
	margin-top:10px;
	padding:10px 0 2px;
}