-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebpy-new.css
136 lines (111 loc) · 2.07 KB
/
webpy-new.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
body {
margin: 0;
padding: 0;
background-color: #eee;
color: #;
{font:145% Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;*font-size:100%;}
/*
* font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
font-family: "verdana", Arial, Helvetica, sans-serif;
font-size: 120%;
*/
}
a {
color: #32a81e;
text-decoration: none;
}
h1,h2,h3,h4 {
color: #505050;
/*font-weight: normal;*/
}
h1 { font-size: 120%; }
h2 { font-size: 100%; }
h3 { font-size: 90%; }
h4 { font-size: 85%; }
img { border: none; }
pre {
padding: 5px 5px;
background-color: #cecece;
border: 1px solid #7e7e7e;
color: #272727;
font-size: 80%;
}
strong {
color: #505050;
font-weight: normal;
}
/* Header */
#header {
height: 100px;
}
#header img {
padding: 18px 0 0 20px;
}
#header .blurb {
position: absolute;
left: 32%;
padding-top: 25px;
font-size: 120%;
}
/* Breadcrumbs */
#location {
padding: 13px 20px;
background-color: #a7a7a7;
color: #000;
}
#location a {
color: #000;
}
#location .selected, #location strong {
color: #49b237;
}
/* Column separator */
#container {
background: #fff url(static/col.gif) repeat-y 140px 0;
}
/* Sidebar */
/*
#sidebar {
float: left;
width: 121px;
padding: 20px 0 20px 20px;
}
#sidebar, #sidebar a {
color: #6a6a6a;
}
#sidebar a:hover {
color: #000; text-decoration: underline;
}
#sidebar h1,h2,h3,h4 {
margin: 0;
}
#sidebar li {
list-style: none;
}
#sidebar li.selected a {
color: #fff;
}
#sidebar ul {
margin: 0 0 15px;
padding: 5px;
}
*/
/* Content */
#main {
margin-left: 141px;
padding: 5px 32px 15px 32px;
color: #3a3a3a;
}
#main a {
color: #217214;
}
#main .login {
float: right;
font-size: 80%;
}
/* Footer */
#footer {
padding: 20px 32px;
font-size: 80%;
text-align: center;
}