source: documentation/trunk/tutorial_sample_files/interfaces/aybara/styles/gs3-core-min.css@ 28632

Last change on this file since 28632 was 28632, checked in by jlwhisler, 10 years ago

small css change to table of contents won't have double scroll bars.

File size: 5.1 KB
Line 
1
2/* -------- SEARCH ------- */
3.paramLabel {
4 margin: 2px;
5 float: left;
6 min-width: 250px;
7}
8.paramValue {
9 margin: 2px;
10 float: left;
11}
12
13
14/** query form style**/
15div#queryform{
16
17}
18
19/** search result style */
20.termInfo{
21font-style: italic;
22
23}
24
25div#matchdocs{
26clear: both;
27}
28
29div.resultnavigation{
30 margin: 0;
31 padding:0;
32}
33
34ul#resultlist li{
35 display:block;
36}
37
38
39
40
41
42
43
44
45
46
47
48/* Horizontal Classifiers */
49
50.horizontalContainer {
51 padding-left:0px;
52 margin:0px;
53 text-transform: uppercase; /* To get the bookshelves and buckets titlecased (they're stored lowercased) */
54}
55
56.selectedHorizontalClassifierNode a{
57 font-weight: bold;
58 text-decoration: none;
59}
60
61.horizontalClassifierNode {
62 padding:0px 0px 10px 10px;
63 list-style:none;
64 display: inline-block;
65}
66
67/* Registered users table */
68
69
70#userListTable {
71 text-align: center;
72 width: 90%;
73 margin: auto;
74}
75
76#userListTable td{
77 border: black 1px solid;
78 padding: 5px;
79}
80
81
82table{
83 border-collapse:collapse;
84 border-spacing:0;
85}
86
87
88
89#auth_navbar {
90 width: 90%;
91 margin: 10px auto;
92}
93
94#auth_navbar span{
95 padding:3px;
96}
97
98
99
100
101/* TABLE OF CONTENTS*/
102.termList {
103 font-size:12px;
104 line-height:14px;
105}
106
107.noTermHighlight{
108
109}
110
111.termHighlight{
112 background:yellow;
113}
114
115#viewAndZoomOptions {
116 margin-bottom:10px;
117 border:0px;
118}
119
120#viewOptions {
121 margin: 0px;
122 padding: 0px;
123}
124
125#viewOptions li {
126 list-style:none;
127 float:left;
128 padding: 5px;
129 cursor:pointer;
130}
131
132
133
134.tableOfContentsTitle{
135 font-weight:bold;
136 text-align:left;
137}
138
139.viewOptions a:link, .viewOptions a:hover, .viewOptions a:active, .viewOptions a:visited {
140 text-decoration:none;
141}
142
143#rightSidebar {
144 width: 30%;
145 min-width:180px;
146 float:right;
147 margin: 0 0 10px 20px;
148}
149
150#contentsArea {
151 padding:0px 10px;
152}
153
154#collectionLinks {
155 position: relative;
156}
157
158
159.tocTable {
160 width: 100%;
161 background: white !important;
162}
163
164.tocTextCell {
165 padding-left:5px;
166}
167
168.tableOfContentsContainer {
169 padding:1px;
170 max-height:500px;
171}
172
173#tableOfContents {
174 margin: 0;
175 padding: 0;
176 font-size: 90%;
177}
178
179#tableOfContents li {
180 list-style: none;
181 margin: 0;
182 padding: 2px;
183}
184
185#tableOfContents li.current {
186 background-color: #090;
187}
188
189#tableOfContents li.current li {
190 background-color: #fff;
191}
192
193
194/* SECTIONED DOCUMENTS*/
195
196.sectionHeader {
197 margin-top:0px;
198 margin-bottom:0px;
199}
200
201.headerTD {
202 vertical-align: middle;
203}
204
205/* Styles for the different depths */
206.sectionHeaderDepthTitle{
207 font-size:1.4em;
208 line-height:1em;
209 font-weight:bold;
210}
211
212.sectionHeaderDepth1{
213 font-size:1.3em;
214 line-height:1em;
215 font-weight:bold;
216}
217
218.sectionHeaderDepth2{
219 font-size:1.2em;
220 line-height:1em;
221 font-weight:bold;
222 font-style:italic;
223}
224
225.sectionHeaderDepth3{
226 font-size:1.1em;
227 line-height:1em;
228 font-style:italic;
229}
230
231.sectionHeaderDepth4{
232 font-size:1em;
233 line-height:1em;
234 font-weight:italic;
235}
236
237.sectionNumberSpan{
238 /*Comment out this line to enable automatic section numbering*/
239 display:none;
240}
241
242.sectionContainer{
243 padding-top:0.5em;
244 padding-bottom:1em;
245 padding-left:1.5em;
246}
247
248
249
250.sectionText pre {
251width: 100%;
252overflow:hidden;
253clear:both;
254}
255
256#gs-document-text pre {
257white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
258white-space: -pre-wrap; /* Opera 4-6 */
259white-space: -o-pre-wrap; /* Opera 7 */
260white-space: pre-wrap; /* css-3 */
261word-wrap: break-word; /* Internet Explorer 5.5+ */
262}
263
264
265
266/* HIERARCHICAL CLASSIFIERS */
267
268table {
269 border-collapse: collapse;
270 border-spacing: 0;
271}
272.childrenlist {
273 margin: 0 0 0 10px;
274}
275.childrenlist td {
276 padding: 3px 0 0 10px;
277}
278
279
280
281/* PAGED IMAGE VIEWER */
282
283#viewOptions li {
284 cursor: pointer;
285 float: left;
286 list-style: none outside none;
287 padding: 5px;
288 display: block;
289}
290
291
292.pageSlider {
293 margin-left: auto;
294 margin-right: auto;
295 overflow: auto;
296 padding: 2px;
297 width: 250px;
298}
299.pageSliderSpacer {
300 width: 2px;
301}
302.pageSliderCol {
303 height: 100px;
304 padding: 2px;
305 text-align: center;
306 vertical-align: top;
307}
308
309
310
311
312/* INTERFACE SPECIFIC */
313
314
315.col2{color:#FFFFFF; background-color:#F6F6F6;height:67px;}
316
317
318#header .fl_left p{
319 font-size: 22px;
320 }
321
322.container{
323 min-height: 300px;
324 }
325
326
327.column .latestnews li{
328 height: auto;
329 }
330
331#hpage_cats{
332 margin-top: 20px;
333 }
334
335
336#hpage_cats .fl_left img, #hpage_cats .fl_right img{
337 height: 100px;
338 width: 100px;
339 }
340
341
342.panel .panel-overlay, .panel .overlay-background{height: 20px;}
343
344
345#advanced {
346margin: 2px 0px 0px 0px;
347float: right;
348clear: both;
349}
350
351
352input[type='submit'], button {
353display:block;
354 float:left;
355 border:1px solid #396B86;
356 font-size:12px;
357 width:68px;
358 height:26px;
359 margin:0;
360 padding:4px 0;
361 text-transform:uppercase;
362 color:#FFFFFF;
363 background-color:#059BD8;
364 border-color:#396B86;
365 cursor:pointer;
366 font-weight:bold;
367}
368
369
370#changePasswordButton {
371 width:175px;
372}
373
374#addGroupButton {
375 width:100px;
376}
377
378
379li.login a {
380color: #a4e3fd;
381}
382
383
384input[value='Set preferences'] {
385width: 150px;
386}
Note: See TracBrowser for help on using the repository browser.