source: trunk/style-klask.css @ 337

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