source: trunk/style-klask.css @ 356

Last change on this file since 356 was 356, checked in by g7moreau, 6 years ago

I wish better english (american)

File size: 3.2 KB
Line 
1body {
2   background      : #DBF9CF;
3   }
4
5h1{
6   text-align      : center;
7   font-family     : Verdana;
8   font-size       : 120%;
9   margin          : 2.5ex;
10   }
11
12table.sortable {
13   border-collapse : collapse;
14   font-family     : Verdana;
15   }
16
17table.sortable caption {
18   caption-side    : bottom;
19   text-align      : center;
20   text-decoration : underline;
21   }
22
23table.sortable th {
24   color           : #FFF;
25   background      : #333;
26   }
27
28table.sortable thead th:hover {
29   background      : #AAA;
30   }
31
32table.sortable thead th.sorttable_nosort:hover {
33   background      : #333;
34   }
35
36table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
37   content         : "\00A0\21C5" 
38   }
39
40table.sortable th.sorttable_sorted,th.sorttable_sorted_reverse {
41   background      : #666;
42   }
43
44th.klask-header-left {
45   border-top-left-radius     : 1ex;
46   }
47
48th.klask-header-right {
49   border-top-right-radius    : 1ex;
50   }
51
52th.klask-footer-left {
53   border-bottom-left-radius  : 1ex;
54   }
55
56th.klask-footer-right {
57   border-bottom-right-radius : 1ex;
58   }
59
60table.sortable td {
61   border          : 1px solid #AAA;
62   border-top      : 1px solid #AAA;
63   border-bottom   : 1px solid #AAA;
64   border-left     : 1px solid #AAA;
65   border-right    : 1px solid #AAA;
66   }
67
68tr.odd td {
69   background      : #DBF9CF;
70   border-collapse : collapse;
71   font-family     : Courier;
72   padding-left    : 0.5ex;
73   padding-right   : 0.5ex;
74   }
75
76tr.even td {
77   background      : #FFF;
78   border-collapse : collapse;
79   font-family     : Courier;
80   padding-left    : 0.5ex;
81   padding-right   : 0.5ex;
82   }
83
84td.bklask-port {
85   text-align      : right;
86   }
87
88td.bklask-arrow {
89   text-align      : left;
90   text-indent     : -5.5ex;
91   padding-left    : 6.5ex !important;
92   }
93
94a.circle {
95   padding         : 2ex;
96   border-radius   : 50%;
97   color           : #FFF;
98   text-align      : center;
99   background      : #333;
100   }
101
102a.circle {
103   text-decoration : none;
104   }
105
106a:hover.circle {
107   background      : #AAA;
108   }
109
110p.copyright {
111   text-align      : right;
112   margin-right    : 10ex;
113   }
114
115img.map {
116   width           : 100%;
117   object-fit      : contain;
118   padding-bottom  : 2ex;
119   }
120
121#navbar ul {
122   list-style      : none;
123   padding         : 0;
124   margin          : 0;
125   }
126
127#navbar li {
128   background      : #333;
129   border          : 1px solid #BBB;
130   border-bottom-width     : 0;
131   border-top-left-radius  : 1.5ex;
132   border-top-right-radius : 1.5ex;
133   color           : #FFF;
134   display         : block;
135   float           : left;
136   font-family     : Verdana;
137   font-size       : 110%;
138   margin          : 0;
139   padding         : 0.8ex 2.5ex;
140   text-align      : center;
141   text-decoration : none;
142   width           : 20ex;
143   }
144
145#navbar li:hover {
146   background      : #AAA;
147   }
148
149#navbar #selected {
150   border-color    : #333;
151   position        : relative;
152   top             : 1px;
153   background      : white;
154   color           : black;
155   font-weight     : bold;
156   }
157
158#content {
159   border          : 1px solid #333;
160   clear           : both;
161   padding-left    : 0.5ex;
162   padding-right   : 0.5ex;
163   padding-top     : 0ex;
164   padding-bottom  : 1.5ex;
165   background      : white;
166   }
Note: See TracBrowser for help on using the repository browser.