Subversion Repository Public Repository

playgrnd

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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

h1
{
font-size: 18px;
}

a:link {
	color: #53C58E;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #53C58E;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/header_back.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#main
{
background: url(images/header.jpg) no-repeat;
width: 900px;
height: 272px;
}

#header {
	width: 800px;
	height: 182px;
	padding-left: 30px;
}

#logo {
	float: left;
	width: 220px;
}

#logo h1 {
	padding-top: 38px;
	font-size: 24px;
	font-weight: normal;
}

#logo h1 a {
	color: #ffffff;
}

#logo h2 {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

#logo h2 a {
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}
#m1
{
   margin: -15px 0 0 0;
   padding-left: 270px;	
}
#metamorph { 
    font-size: 14px;
	color: #ffffff;
}
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 138px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 105px;
	height: 23px;
	margin-left: 1px;
	padding-top: 12px;
	background: url(images/button.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #53C58E;
	font-weight: bold;
}

#menu a:hover {
	height: 26px;
	margin-top: -3px;
}

#content
{
width: 800px;
padding: 10px
}

#left
{
	float: left;
	width: 247px;
	padding-right: 1em;
}

#sidebar {
	float: right;
	width: 247px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li ul {
	padding: 10px 10px 20px 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/small.gif) no-repeat 3px 3px;
}

#sidebar h2 {
	padding: 13px;
	font-size: 14px;
	height: 25px;
	background: url(images/title.jpg) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar #categories li {
	background: url(images/small.gif) no-repeat left top;
}
#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #499FFF;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


#right
{
float: right;
width: 540px;
}

#right H4
{
	font-size: 12px;
	color: #53C58E;

}

#right H1
{
	font-size: 28px;
	color: #53C58E;
	padding-bottom: 10px
}

#right a
{
color: #53C58E;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #0041A3;
}
.date {
	text-align: right;
	color: #0041A3;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #0041A3;
	background-color: #fff;
}

#right .pic
{
float: left;
margin: 5px;
}

#right .pic1
{
float: right;
margin: 5px;
}

#metamorph1 {
	clear: both;
	font-size: 10px;
	height: 45px;
	padding: 25px 0;
	background: #033B80 url(images/footer.jpg) repeat-x;
	text-align: center;
}

#metamorph1 p {
	margin: 0;
	color: #ffffff;
}

#metamorph1 a {
	color: #ffffff;
}

#metamorph1 a:hover {
	color: #FF0000;
}
.small p {
	margin: 0;
	font-size: 11px;
}

Commits for playgrnd/Themes/8843/abstract_template/styles.css

Diff revisions: vs.
Revision Author Commited Message
36 snark picture snark Thu 17 Aug, 2017 23:34:35 +0000

add HTML themes