source: Dev/branches/play-2.0.1/documentation/api/scala/lib/index.css @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 5.0 KB
Line 
1* {
2        color: inherit;
3        font-size: 10pt;
4        text-decoration: none;
5        font-family: Arial;
6        border-width: 0px;
7        padding: 0px;
8        margin: 0px;
9}
10
11a {
12        cursor: pointer;
13}
14
15a:hover {
16        text-decoration: underline;
17}
18
19h1 {
20        display: none;
21}
22
23/*.letters {
24  font-family: monospace;
25  font-size: 2pt;
26  padding: 5px;
27  background-color: #DADADA;
28  text-shadow: #ffffff 0 1px 0;
29}*/
30
31#library {
32    display: none;
33}
34
35#browser {
36        top: 0px;
37        left: 0px;
38        bottom: 0px;
39        width: 100%;
40        display: block;
41        position: fixed;
42}
43
44#filter {
45        position: absolute;
46        display: block;
47/*      padding: 5px;*/
48        right: 0;
49        left: 0;
50        top: 0;
51        background-image:url('filterbg.gif');
52        background-repeat:repeat-x;
53        background-color: #ededee; /* light gray */
54        /*background-color: #DADADA;*/
55        border:1px solid #bbbbbb;
56        border-top:0;
57        border-left:0;
58        border-right:0;
59}
60
61#textfilter {
62        position: relative;
63        display: block;
64        height: 20px;
65        margin-top: 5px;
66        margin-bottom: 5px;
67}
68
69#textfilter > .pre {
70    display: block;
71    position: absolute;
72    top: 0;
73    left: 0;
74    height: 23px;
75    width: 21px;
76    background: url("filter_box_left.png");
77}
78
79#textfilter > .input {
80        display: block;
81    position: absolute;
82    top: 0;
83    right: 20px;
84    left: 20px;
85}
86
87#textfilter > .input > input {
88        height: 21px;
89        padding: 1px;
90        font-weight: bold;
91        color: #000000;
92        background-color: white;
93        background: url("filterboxbarbg.png");
94        background-repeat:repeat-x;
95        width: 100%;
96}
97
98#textfilter > .post {
99    display: block;
100    position: absolute;
101    top: 0;
102    right: 0;
103    height: 23px;
104    width: 21px;
105    background: url("filter_box_right.png");
106}
107
108/*#textfilter {
109        position: relative;
110        display: block;
111    height: 20px;
112        margin-bottom: 5px;
113}
114
115#textfilter > .pre {
116    display: block;
117    position: absolute;
118    top: 0;
119    left: 0;
120    height: 20px;
121    width: 20px;
122    background: url("filter_box_left.png");
123}
124
125#textfilter > .input {
126        display: block;
127    position: absolute;
128    top: 0;
129    right: 20px;
130    left: 20px;
131}
132
133#textfilter > .input > input {
134        height: 16px;
135        padding: 2px;
136        font-weight: bold;
137        color: darkblue;
138        background-color: white;
139    width: 100%;
140}
141
142#textfilter > .post {
143    display: block;
144    position: absolute;
145    top: 0;
146    right: 0;
147    height: 20px;
148    width: 20px;
149    background: url("filter_box_right.png");
150}*/
151
152#focusfilter {
153        position: relative;
154        text-align: center;
155        display: block;
156        padding: 5px;
157        background-color: #fffebd; /* light yellow*/
158        text-shadow: #ffffff 0 1px 0;
159}
160
161#focusfilter .focuscoll {
162        font-weight: bold;
163        text-shadow: #ffffff 0 1px 0;
164}
165
166#focusfilter img {
167        bottom: -2px;
168        position: relative;
169}
170
171#kindfilter {
172  position: relative;
173  display: block;
174  padding: 5px;
175/*  background-color: #999;*/
176  text-align: center;
177}
178
179#kindfilter > a {
180 color: black;
181/* text-decoration: underline;*/
182 text-shadow: #ffffff 0 1px 0;
183
184}
185
186#kindfilter > a:hover {
187 color: #4C4C4C;
188 text-decoration: none;
189 text-shadow: #ffffff 0 1px 0;
190
191}
192
193#letters {
194  position: relative;
195  text-align: center;
196  padding-bottom: 5px;
197  border:1px solid #bbbbbb;
198  border-top:0;
199  border-left:0;
200  border-right:0;
201}
202
203#letters > a {
204/*  font-family: monospace;*/
205  color: #858484;
206  font-weight: bold;
207  font-size: 8pt;
208  text-shadow: #ffffff 0 1px 0;
209  padding-right: 2px;
210}
211 
212#tpl {
213        display: block;
214        position: fixed;
215        overflow: auto;
216        right: 0;
217        left: 0;
218        bottom: 0;
219        top: 5px;
220        position: absolute;
221        display: block;
222}
223
224#tpl .packhide {
225        display: block;
226        float: right;
227        font-weight: normal;
228        color: white;
229}
230
231#tpl .packfocus {
232        display: block;
233        float: right;
234        font-weight: normal;
235        color: white;
236}
237
238#tpl .packages > ol {
239        background-color: #dadfe6;
240        /*margin-bottom: 5px;*/
241}
242
243/*#tpl .packages > ol > li {
244        margin-bottom: 1px;
245}*/
246
247#tpl .packages > li > a {
248        padding: 0px 5px;
249}
250
251#tpl .packages > li > a.tplshow {
252        display: block;
253        color: white;
254        font-weight: bold;
255        display: block;
256        text-shadow: #000000 0 1px 0;
257}
258
259#tpl ol > li.pack {
260        padding: 3px 5px;
261        background: url("packagesbg.gif");
262        background-repeat:repeat-x;
263        min-height: 14px;
264        background-color: #6e808e;
265}
266
267#tpl ol > li {
268        display: block;
269}
270
271#tpl .templates > li {
272        padding-left: 5px;
273        min-height: 18px;
274}
275
276#tpl ol > li .icon {
277        padding-right: 5px;
278        bottom: -2px;
279        position: relative;
280}
281
282#tpl .templates div.placeholder {
283        padding-right: 5px;
284        width: 13px;
285        display: inline-block;
286}
287
288#tpl .templates span.tplLink {
289        padding-left: 5px;
290}
291
292#content {
293        border-left-width: 1px;
294        border-left-color: black;
295        border-left-style: white;
296        right: 0px;
297        left: 0px;
298        bottom: 0px;
299        top: 0px;
300        position: fixed;
301        margin-left: 300px;
302        display: block;
303}
304
305#content > iframe {
306        display: block;
307        height: 100%;
308        width: 100%;
309}
310
311.ui-layout-pane {
312        background: #FFF;
313        overflow: auto;
314}
315
316.ui-layout-resizer {
317        background-image:url('filterbg.gif');
318        background-repeat:repeat-x;
319        background-color: #ededee; /* light gray */
320        border:1px solid #bbbbbb;
321        border-top:0;
322        border-bottom:0;
323        border-left: 0;
324}
325
326.ui-layout-toggler {
327    background: #AAA;
328}
Note: See TracBrowser for help on using the repository browser.