source: trunk/style-klask.css @ 345

Last change on this file since 345 was 345, checked in by g7moreau, 7 years ago
  • Add a background color
File size: 2.8 KB
RevLine 
[345]1body {
2   background      : #EFE;
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
28th.klask-header-left {
[345]29   border-top-left-radius     : 1ex;
[331]30   }
[85]31
32th.klask-header-right {
[345]33   border-top-right-radius    : 1ex;
[331]34   }
[85]35
36th.klask-footer-left {
[345]37   border-bottom-left-radius  : 1ex;
[331]38   }
[85]39
40th.klask-footer-right {
[333]41   border-bottom-right-radius : 1ex;
[331]42   }
[85]43
44table.sortable td {
[339]45   border          : 1px solid #AAA;
46   border-top      : 1px solid #AAA;
47   border-bottom   : 1px solid #AAA;
48   border-left     : 1px solid #AAA;
49   border-right    : 1px solid #AAA;
[331]50   }
[85]51
52tr.odd td {
[331]53   background      : #DBF9CF;
54   border-collapse : collapse;
55   font-family     : Courier;
56   padding-left    : 0.5ex;
57   padding-right   : 0.5ex;
58   }
[85]59
60tr.even td {
[331]61   background      : #FFF;
62   border-collapse : collapse;
63   font-family     : Courier;
64   padding-left    : 0.5ex;
65   padding-right   : 0.5ex;
66   }
[85]67
68td.bklask-port {
[331]69   text-align      : right;
70   }
[85]71
[314]72td.bklask-arrow {
[331]73   text-align      : left;
74   text-indent     : -5.5ex;
75   padding-left    : 6.5ex !important;
76   }
77
[339]78a.circle {
79   padding         : 2ex;
80   border-radius   : 50%;
81   color           : #FFF;
82   text-align      : center;
83   background      : #333;
[337]84   }
85
[339]86a.circle {
87   text-decoration : none;
[338]88   }
89
[339]90a:hover.circle {
91   background      : #AAA;
[338]92   }
93
[343]94p.copyright {
95   text-align      : right;
96   margin-right    : 10ex;
97   }
98
[331]99#navbar ul {
[345]100   list-style      : none;
101   padding         : 0;
102   margin          : 0;
[331]103   }
104
105#navbar li {
[345]106   float           : left;
107   margin          : 0;
108   border          : 1px solid #BBB;
109   border-bottom-width     : 0;
[338]110   border-top-left-radius  : 1.5ex;
[333]111   border-top-right-radius : 1.5ex;
[331]112   }
113
114#navbar a {
[345]115   text-decoration : none;
116   display         : block;
117   background      : #333;
118   padding         : 0.8ex 2.5ex;
119   color           : #FFF;
120   width           : 20ex;
121   text-align      : center;
[338]122   border-top-left-radius  : 1.5ex;
[333]123   border-top-right-radius : 1.5ex;
[331]124   }
125
126#navbar a:hover {
[345]127   background      : #AAA;
[331]128   }
129
130#navbar #selected {
[345]131   border-color    : black;
[331]132   }
133
134#navbar #selected a {
[345]135   position        : relative;
136   top             : 1px;
137   background      : white;
138   color           : black;
139   font-weight     : bold;
[331]140   }
141
142#content {
[345]143   border          : 1px solid black;
144   clear           : both;
145   padding-left    : 0.5ex;
146   padding-right   : 0.5ex;
147   padding-top     : 0ex;
148   padding-bottom  : 1.5ex;
149   background      : white;
[331]150   }
Note: See TracBrowser for help on using the repository browser.