source: main/trunk/model-sites-dev/twso/collect/twso/style/style.css@ 34226

Last change on this file since 34226 was 34226, checked in by kjdon, 4 years ago

style files

File size: 1.4 KB
Line 
1body {
2 background-image: url("../images/gradient18173913.png");
3 background-repeat: repeat-x;
4 background-color: black;
5 font-family: "Verdana", "sans-serif";
6
7 /*Bitstream Vera Sans works inline
8 Trebuchet MS works not inline
9 Verdana works inline
10 Verdana Ref works inline looks weird
11 sans-serif works inline*/
12}
13
14/* ------- BROWSE -------*/
15.childrenlist {
16 font-size: 14px;
17}
18.childrenlist td {
19 padding-bottom: 5px;
20 padding-left: 5px;
21 padding-top: 0px;
22 padding-right: 0px;
23
24}
25
26table#classifiernodelist {
27
28 font-size: 14px;
29 text-transform: none;
30 width: 800px;
31 /*width: 100%;*/
32}
33
34.horizontalContainer {
35
36 text-transform: uppercase;
37 width: 800px;
38}
39
40#container {
41 line-height: 105%;
42}
43
44#resultsTable {
45 line-height: 105%;
46 font-size: 14px;
47}
48
49#resultsTable td {
50 padding-bottom: 5px;
51 padding-left: 5px;
52 padding-top: 0px;
53 padding-right: 0px;
54}
55
56#resultsArea {
57 padding: 0px 20px 20px;
58}
59
60#matchdocs {
61 padding: 10px 20px;
62}
63
64#container {
65 position: relative;
66 margin: 0 auto 20px auto;
67 width: 800px;
68 padding: 0;
69 line-height: 120%;
70 background-color: #fff;
71 border-top-width: 0px;
72}
73
74#gs_content {
75 padding: 0px;
76 margin-top: 0px;
77}
78
79#classifiers {
80 padding: 10px 20px 20px 10px;
81 width: 800px;
82
83}
84
85img {
86 border: 0px;
87}
88
89#results {
90 width: 800px;
91}
92
93#javascriptoff {
94
95 text-align: center;
96 width: 100%;
97 background-color: #383233;
98 padding: 1px 0px 0px 0px;
99}
Note: See TracBrowser for help on using the repository browser.