source: trunk/style-klask.css @ 340

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