source: trunk/style-klask.css @ 356

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

I wish better english (american)

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