forked from OSGeo/OSGeoLive-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
osgeolive.css
150 lines (127 loc) · 2.02 KB
/
osgeolive.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
body {
min-width: 768px;
font-family: 'Lucida Sans','Geneva','Verdana',sans-serif;
font-size: 14px;
}
.header {
height:110px;
width:100%;
text-align: center;
margin: auto;
padding-bottom: 10px;
}
.header ul {
background-color: #1166ad;
padding:10px 0px 10px 0px;
}
/*Some list don't need bullets or numbers*/
.header li a{
background-color:#EBEBEB;
color:black;
text-decoration:none;
font-size: 1.2em;
padding:0 10px 0 10px;
}
.header li a:hover{
background-color:#ccea94;
}
.header li{
display:inline;
list-style-type:none;
}
.banner {
background-color:white;
width: 100%;
margin-bottom:-10px;
}
.banner a{
color:white;
}
h1 {
padding-top:20px;
font-size:2em;
text-align: left;
}
h2 {
font-size:1.5em;
}
/* for consistency with "div.admonition, div.warning" from sphinxdoc.css (".. note::" and ".. warning::") */
.highlight {
margin: 1em 0 1em 0 !important;
}
.contents {
font-size:0.9em;
line-height:1.4em;
}
/*Specific to Contents/Package page*/
.package li {
list-style-type:none;
}
.package p{
padding-left:40px;
}
/*p a{
color:blue;
background-color:white;
padding: 0 0 0 0;
font-size: 1em;
}
p a:hover{
background-color:white;
}*/
/*Specific to sponsors page*/
.sponsortitle ul li{
display:inline;
}
.sponsortitle a{
background-color:white;
color:white;
padding: 0 10px 0 0;
}
.sponsortitle a:hover{
background-color:white;
}
#live img{
height:64px;
}
#main img {
float:right;
padding-bottom:10px;
}
#download li{
list-style-type:none;
padding-bottom: 20px;
display: block;
}
#download img{
padding: 0 6px 10px 0;
vertical-align: middle;
float: left;
}
.instruct li{
list-style-type:decimal;
}
.command {
background-color:#C8C8C8;
font-family: "Courier New", monospace;
font-weight:bold;
font-size: 12px;
/*
padding:4px 0 4px 10px;
margin-left:20px;
*/
}
.footerDiv{
position:relative;
top:7px;
border:3px solid #000000;
width:666px;
}
.copyright {
background:#000000;
color:#ccea94;
text-align:right;
font-size:10pt;
padding:6px 10px 10px 0px;
clear:both;
}