source: documentation/trunk/tutorial_sample_files/libraries/althor/css/gs3-core-min.css@ 28599

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

Draft interface for use in Defining Libraries tutorial.

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