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

« back to all changes in this revision

Viewing changes to media/css/bashoneliners.css

  • Committer: Janos Gyerik
  • Date: 2011-08-08 20:19:00 UTC
  • Revision ID: janos@axiom-20110808201900-rpq8pghds6gf8vnl
top 50 link now works

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Begin Various Tags */
2
 
 
3
 
    body {
4
 
        color: black;
5
 
        margin: 0;
6
 
        padding: 0;
7
 
        border: 0;
8
 
    }
9
 
 
10
 
    acronym, abbr {
11
 
        cursor: help;
12
 
    }
13
 
 
14
 
    hr {
15
 
        display: none;
16
 
    }
17
 
 
18
 
    img {
19
 
        border: none;
20
 
        vertical-align: middle;
21
 
    }
22
 
 
23
 
    dt {
24
 
        font-weight: bold;
25
 
    }
26
 
 
27
 
/* End Various Tags */
28
 
 
29
 
 
30
 
/* Begin Images */
31
 
 
32
 
    img.centered {
33
 
        display: block;
34
 
        margin-left: auto;
35
 
        margin-right: auto;
36
 
    }
37
 
 
38
 
    img.alignright {
39
 
        padding: 4px;
40
 
        margin: 0 0 2px 7px;
41
 
        display: inline;
42
 
    }
43
 
 
44
 
    img.alignleft {
45
 
        padding: 4px;
46
 
        margin: 0 7px 2px 0;
47
 
        display: inline;
48
 
    }
49
 
 
50
 
/* End Images */
51
 
 
52
 
 
53
 
/* Begin Utility Classes */
54
 
 
55
 
    .floatleft {
56
 
        float: left;
57
 
        margin-right: 1em;
58
 
    }
59
 
 
60
 
    .floatright {
61
 
        float: right;
62
 
        margin-left: 1em;
63
 
    }
64
 
 
65
 
    .alignright {
66
 
        text-align: right;
67
 
    }
68
 
 
69
 
    .center {
70
 
        text-align: center;
71
 
    }
72
 
 
73
 
    .clear {
74
 
        clear: both;
75
 
    }
76
 
 
77
 
    .hidden {
78
 
        display: none;
79
 
    }
80
 
            
81
 
    .invisible {
82
 
        visibility: hidden;
83
 
    }
84
 
            
85
 
    .screen-reader-text {
86
 
        position: absolute;
87
 
        left: -1000em;
88
 
    }
89
 
 
90
 
    .validators {
91
 
        text-align: right;
92
 
    }
93
 
    .validators a {
94
 
        margin-left: .5em;
95
 
    }
96
 
 
97
 
/* End Utility Classes */
98
 
 
99
 
 
100
1
body {
101
 
    padding-top: 40px; /* Twitter bootstrap */
102
 
}
103
 
 
104
 
@media (max-width: 980px) {
105
 
    body {
106
 
        padding-top: 0;
107
 
    }
 
2
    margin: 0px 20px;
 
3
    font-family: Verdana, Arial, Helvetica, sans-serif;
 
4
    font-size: 12px;
 
5
    line-height: 16px;
 
6
    color: black;
 
7
    background-color: white;
 
8
    min-width: 800px;
 
9
}
 
10
 
 
11
a {
 
12
    color: #888;
 
13
    text-decoration: none;
 
14
}
 
15
 
 
16
a.comingsoon {
 
17
    color: #ddd;
 
18
}
 
19
 
 
20
a:hover {
 
21
    text-decoration: underline;
 
22
}
 
23
 
 
24
a img {
 
25
    border: 0px;
 
26
}
 
27
 
 
28
.hr {
 
29
    border-bottom: 2px solid black;
 
30
    margin: 1em;
 
31
}
 
32
 
 
33
#content {
 
34
    margin: 10px 190px;
 
35
}
 
36
 
 
37
#content h2 {
 
38
    text-align: center;
108
39
}
109
40
 
110
41
.oneliner pre {
111
 
    background: #ddd;
112
 
}
113
 
.oneliner pre .add-on {
114
 
    color: #253;
115
 
    padding-right: .5em;
116
 
    font-weight: bold;
117
 
}
118
 
 
119
 
.summary {
120
 
    color: inherit;
121
 
}
122
 
 
123
 
.summary a {
124
 
    color: inherit;
125
 
}
126
 
 
127
 
.summary a:hover {
128
 
    text-decoration: inherit;
129
 
}
130
 
 
131
 
form .required {
132
 
    color: red;
 
42
    line-height: 1.3em;
 
43
    margin: 1em;
 
44
    padding: 1em;
 
45
    white-space: normal;
 
46
    font-family: "Courier New", Courier, monospace;
 
47
    background: #fff7f0;
 
48
    border: 1px solid #ccc;
 
49
}
 
50
 
 
51
code {
 
52
    line-height: 1.3em;
133
53
    padding: 0 .5em;
134
 
}
135
 
 
136
 
form .input .error ul {
 
54
    font-family: "Courier New", Courier, monospace;
 
55
    background: #ddf;
 
56
    border: 1px solid #aaf;
 
57
    font-weight: medium;
 
58
    color: blue;
 
59
}
 
60
 
 
61
.oneliner .summary, .oneliner .explanation, .oneliner .caveats {
 
62
    margin: 1.5em;
 
63
}
 
64
 
 
65
.oneliner .eof {
 
66
    font-family: "Courier New", Courier, monospace;
 
67
    color: #a0a3af;
 
68
    font-weight: bold;
 
69
    text-align: center;
 
70
}
 
71
 
 
72
form .error {
 
73
    color: red;
 
74
}
 
75
 
 
76
form ul {
137
77
    list-style: none;
138
 
    margin-left: 0;
139
 
}
140
 
 
141
 
form .input .error ul li {
142
 
    color: red;
143
 
}
144
 
 
145
 
.form-actions button {
146
 
    margin-right: 1em;
147
 
}
148
 
 
149
 
input.openid {
150
 
    background: url(/openid/logo.gif) no-repeat;
151
 
    background-position: 0 50%;
152
 
    padding-left: 16px;
153
 
}
154
 
 
155
 
#openid-form input[type="radio"] {
156
 
    float: none;
157
 
}
158
 
 
159
 
form .profile label {
160
 
    font-weight: bold;
161
 
}
162
 
 
163
 
table.profile {
164
 
    width: auto;
165
 
}
166
 
 
167
 
.related .well {
168
 
    background: #dff0d8;
169
 
}
170
 
.related .well .summary {
171
 
    color: #468847;
172
 
}
173
 
 
174
 
.related .well.comments {
175
 
    background: #eee;
176
 
}
177
 
 
178
 
.comments-toggle {
179
 
    cursor: pointer;
180
 
}
181
 
.comments-toggle img {
182
 
    background: url(/media/images/arrows.png) no-repeat center;
183
 
    background-position: 0px -81px;
184
 
    padding: 3px 14px;
185
 
    height: 26px;
186
 
}
187
 
.comments-toggle.expanded img {
188
 
    background-position: 0px -54px;
189
 
}
190
 
.comments {
191
 
    display: none;
192
 
}
193
 
.comments.expanded {
194
 
    display: inherit;
195
 
}
196
 
 
197
 
.footer {
198
 
    background-color: #eee;
199
 
}
200
 
 
201
 
table.help {
202
 
    width: inherit;
203
 
}
204
 
 
205
 
a.help {
206
 
    cursor: help;
207
 
}
208
 
 
209
 
dl.sourcecode dd {
210
 
    margin-bottom: .5em;
211
 
    margin-left: 2em;
212
 
}
213
 
 
214
 
dl.mission dt {
215
 
    font-variant: small-caps;
216
 
    text-transform: uppercase;
217
 
}
218
 
dl.mission dd {
219
 
    margin-bottom: .5em;
220
 
    margin-left: 2em;
221
 
}
222
 
 
223
 
dl.rss a:hover {
224
 
    text-decoration: none;
225
 
}
226
 
dl.rss dd {
227
 
    margin-bottom: .5em;
228
 
    margin-left: 2em;
229
 
}
230
 
 
231
 
#search-form .controls {
232
 
    margin-top: 1em;
233
 
}
234
 
 
235
 
.fixed-bottom {
236
 
    position: fixed;
237
 
    bottom: 0;
238
 
    width: 100%;
239
 
}
240
 
 
241
 
h1 a.btn {
242
 
    margin-left: 1em;
243
 
}
244
 
 
245
 
 
246
 
/* overriding bootstrap */
247
 
 
248
 
pre code {
249
 
    border: 0;
 
78
}
 
79
 
 
80
form ul li {
 
81
    padding: 0;
 
82
    margin: 0;
 
83
}
 
84
 
 
85
form ul li label {
 
86
    font-weight: bold;
 
87
}
 
88
 
 
89
form ul li input {
 
90
    margin: 1em;
 
91
}
 
92
 
 
93
form dl dt {
 
94
    font-weight: bold;
 
95
}
 
96
 
 
97
p.author {
 
98
    line-height: 16px;
 
99
    text-align: right;
 
100
    font-style: italic;
 
101
    color: silver;
250
102
}
251
103
 
252
104