~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to media/css/titan2x.css

  • Committer: Janos Gyerik
  • Date: 2011-08-04 20:51:07 UTC
  • Revision ID: janos@axiom-20110804205107-h0bjdr6l6r2k6te7
cleaned up style

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * File: titan2x.css
3
 
 * Purpose: the general good conventions are customized here
4
 
 *
5
 
 * */
6
 
 
7
 
/* Begin div.content */
8
 
 
9
 
    div.content {
10
 
        clear: both;
11
 
        padding: 0em 1em 1em 1em;
12
 
        background-color: #fff;
13
 
        font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
14
 
        font-size: 10pt;
15
 
    }
16
 
 
17
 
    div.content h1 {
18
 
        margin: 0;
19
 
        margin-bottom: .5em;
20
 
        border-bottom: 1px solid #888;
21
 
        font-size: 150%;
22
 
        color: black;
23
 
    }
24
 
 
25
 
    div.content h2 {
26
 
        margin: 0;
27
 
        margin-top: .4em;
28
 
        margin-bottom: .4em;
29
 
        border-bottom: 1px solid #aaa;
30
 
        font-size: 135%;
31
 
        color: black;
32
 
    }
33
 
 
34
 
    div.content h3 {
35
 
        margin: 0;
36
 
        margin-top: .3em;
37
 
        margin-bottom: .3em;
38
 
        border-bottom: 1px solid #ccc;
39
 
        font-size: 120%;
40
 
        color: black;
41
 
    }
42
 
 
43
 
    div.content li {
44
 
        padding: .2em;
45
 
    }
46
 
 
47
 
    div.content dt {
48
 
        font-weight: bold;
49
 
    }
50
 
 
51
 
    div.content dt a {
52
 
        color: #060;
53
 
    }
54
 
 
55
 
    div.content dt a:hover {
56
 
        color: #0c0;
57
 
    }
58
 
 
59
 
    div.content dd {
60
 
        margin-bottom: .5em;
61
 
    }
62
 
 
63
 
    div.content pre {
64
 
        background-color: #bbe;
65
 
        border: 1px dashed #88f;
66
 
        white-space: pre;
67
 
        font-family: monospace;
68
 
        color: #444;
69
 
        font-size: inherit;
70
 
        padding: .5em;
71
 
    }
72
 
 
73
 
    div.content .verbatim {
74
 
        font-family: monospace;
75
 
    }
76
 
 
77
 
    div.content .lastupdated {
78
 
        text-align: right;
79
 
        font-size: smaller;
80
 
        margin: 0;
81
 
        margin-top: 1em;
82
 
        font-family: monospace;
83
 
    }
84
 
 
85
 
    div.content .timestamp {
86
 
        font-family: monospace;
87
 
    }
88
 
 
89
 
    div.content .todo {
90
 
        color: #aaa;
91
 
    }
92
 
 
93
 
    div.content .cmd {
94
 
        color: #800;
95
 
        font-weight: bold;
96
 
        font-style: italic;
97
 
    }
98
 
 
99
 
    div.content .quote {
100
 
        font-style: italic;
101
 
        color: #248;
102
 
    }
103
 
 
104
 
    div.content p.validators {
105
 
        text-align: right;
106
 
    }
107
 
    
108
 
    div.content dl.repos dt.repo {
109
 
        background: url('../icons/repo.png') no-repeat left center;
110
 
        padding-left: 20px;
111
 
        text-decoration: none;
112
 
        font-weight: bold;
113
 
    }
114
 
 
115
 
    div.content dl.repos dt.folder {
116
 
        background: url('../icons/folder.png') no-repeat left center;
117
 
        padding-left: 20px;
118
 
        text-decoration: none;
119
 
        font-weight: bold;
120
 
    }
121
 
 
122
 
    div.content dl.repos .status {
123
 
        font-size: smaller;
124
 
        color: #777;
125
 
        text-transform: lowercase;
126
 
        text-transform: small-caps;
127
 
    }
128
 
 
129
 
    div.content dl.repos p {
130
 
        margin: .3em 0;
131
 
    }
132
 
 
133
 
    div.content table.repoinfo th {
134
 
        text-align: right;
135
 
        padding-right: 1em;
136
 
    }
137
 
 
138
 
/* End div.content */
139
 
 
140
 
 
141
 
/* Begin wp-studiopress */
142
 
 
143
 
    a {
144
 
        color: #215679;
145
 
    }
146
 
 
147
 
    a:hover {
148
 
        color: #4C82A6;
149
 
    }
150
 
 
151
 
    blockquote {
152
 
        margin: 5px 15px;
153
 
        padding: 5px 5px;
154
 
        background: #8CB5D8;
155
 
        border: 1px solid #3A7CAC;
156
 
    }
157
 
 
158
 
    code {
159
 
        color: #36C;
160
 
    }
161
 
 
162
 
 
163
 
/* Search box */
164
 
 
165
 
    #searchform {
166
 
        margin: 0 0 0 auto;
167
 
        width: 213px;
168
 
        height: 28px;
169
 
        background: #ccc;
170
 
        background: url('../images/search.gif') left 3px no-repeat;
171
 
    }
172
 
 
173
 
    #searchform .searchtext {
174
 
        border: none;
175
 
        background: none;
176
 
        width: 150px;
177
 
        padding: 2px;
178
 
        font-size: small;
179
 
        margin: 6px 0 3px 3px;
180
 
    }
181
 
 
182
 
    #searchform .searchbutton {
183
 
        width: 50px;
184
 
        background: none;
185
 
        border: none;
186
 
    }
187
 
 
188
 
    #searchform .searchbutton:hover {
189
 
        cursor: pointer;
190
 
    }
191
 
 
192
 
 
193
 
/* navbar */
194
 
 
195
 
    #navbar {
196
 
        margin: 10px 0 -15px 0;
197
 
        overflow: hidden;
198
 
    }
199
 
 
200
 
    #navbar ul {
201
 
        list-style: none;
202
 
        margin: 0;
203
 
        padding: 0;
204
 
    }
205
 
 
206
 
    #navbar ul li {
207
 
        float: left;
208
 
        margin-right: 10px;
209
 
    }
210
 
 
211
 
    /* Filter for IE6 to prevent li stacking */
212
 
    * html #navbar li a { 
213
 
        float: left;
214
 
        text-decoration: none;
215
 
    }
216
 
 
217
 
    /* Filter for IE6 to prevent li stacking */
218
 
    * html #navbar li a span { 
219
 
        float: left;
220
 
        text-decoration: none;
221
 
    }
222
 
 
223
 
    #navbar ul li a {
224
 
        display: block;
225
 
        height: 26px;
226
 
        background: url('../images/bgtableft.gif') left top no-repeat;
227
 
        font-size: 10pt;
228
 
        text-decoration: none;
229
 
    }
230
 
 
231
 
    #navbar ul li a span {
232
 
        display: block;
233
 
        line-height: 26px;
234
 
        margin-left: 6px;
235
 
        padding-left: 5px;
236
 
        padding-right: 12px;
237
 
        font-weight: bold;
238
 
        color: #fff;
239
 
        background: url('../images/bgtabright.gif') right top no-repeat;
240
 
        text-decoration: none;
241
 
    }
242
 
 
243
 
    #navbar ul li a:hover {
244
 
        background-position: left -26px;
245
 
        text-decoration: none;
246
 
        cursor: pointer; /* For IE6 */
247
 
    }
248
 
 
249
 
    #navbar ul li a:hover span {
250
 
        background-position: right -26px;
251
 
        color: #000;
252
 
    }
253
 
 
254
 
    #navbar ul li.current a {
255
 
        background-position: left -26px;
256
 
    }
257
 
 
258
 
    #navbar ul li.current a span {
259
 
        background-position: right -26px;
260
 
        color: #000;
261
 
    }
262
 
 
263
 
    #navbar ul ul {
264
 
        visibility: hidden;
265
 
        position: absolute;
266
 
    }
267
 
 
268
 
    #navbar ul li:hover ul {
269
 
        visibility: visible;
270
 
    }
271
 
 
272
 
    #navbar ul li li {
273
 
        float: none;
274
 
        display: block;
275
 
    }
276
 
 
277
 
    #navbar ul li li a {
278
 
        background: url('../images/bgtabright.gif') left top no-repeat;
279
 
    }
280
 
 
281
 
    #navbar ul li li a span {
282
 
        background: none;
283
 
    }
284
 
 
285
 
    #navbar ul li.current li a {
286
 
        background-position: left 0px;
287
 
    }
288
 
 
289
 
    #navbar ul li.current li a span {
290
 
        color: #fff;
291
 
    }
292
 
 
293
 
    #navbar ul li.current li a:hover {
294
 
        background-position: left -26px;
295
 
    }
296
 
 
297
 
    #navbar ul li.current li a:hover span {
298
 
        color: #000;
299
 
    }
300
 
 
301
 
    #navbar ul li.admin a span {
302
 
        color: black;
303
 
    }
304
 
 
305
 
 
306
 
/* Footer */
307
 
 
308
 
    #footer p {
309
 
        margin: 0;
310
 
        padding: 0;
311
 
        font-size: 12px;
312
 
        color: #fff;
313
 
        text-align: center;
314
 
    }
315
 
 
316
 
    #footer a {
317
 
        color: #87BBD9;
318
 
    }
319
 
 
320
 
    #footer a:hover {
321
 
        color: #fff;
322
 
    }
323
 
 
324
 
 
325
 
/* End wp-studiopress */
326