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

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

Small CSS change to fix style of TOC.

File size: 5.2 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 10px; 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
172
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/* INTERFACE SPECIFIC */
312
313#heading {
314height: 134px;
315}
316
317
318
319#logo a {
320font-family: Algerian, serif;
321color: #FFFFE6;
322line-height: 1;
323}
324
325#logo a:hover {
326opacity: .3;
327}
328
329@media (max-width:299px) {
330#logo a {font-size: 20px;}
331#logo a#coll {font-size: 10px;}
332#top {height: 50%}
333}
334
335@media (min-width:300px) {
336#logo a {font-size: 20px;}
337#logo a#coll {font-size: 10px;}
338#top {height: 50%}
339}
340@media (min-width:500px) {
341#logo a {font-size: 30px;}
342#logo a#coll {font-size: 20px;}
343#top {height: 40%}
344}
345@media (min-width:800px) {
346#logo a {font-size: 40px;}
347#logo a#coll {font-size: 30px;}
348#top {height: 30%}
349}
350@media (min-width:1000px) {
351#logo a {font-size: 50px;}
352#logo a#coll {font-size: 40px;}
353#top {height: 20%}
354}
355@media (min-width:1200px) {
356#logo a {font-size: 60px;}
357#logo a#coll {font-size: 50px;}
358#top {height: 10%}
359}
360
361
362
363td {
364padding: 1px;
365}
366
367form#prefform h3 {
368clear: both;
369}
370
371input[type='submit'], button {
372 display:block;
373 float:left;
374 clear: both;
375 margin-top: 10px;
376
377}
378
379form div table {
380float: left;
381clear: both;
382}
Note: See TracBrowser for help on using the repository browser.