source: trunk/style-klask.css @ 331

Last change on this file since 331 was 331, checked in by g7moreau, 7 years ago
  • Update web part with global navbar
File size: 1.9 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 {
[331]25   -moz-border-radius-topleft : 1ex;
26   }
[85]27
28th.klask-header-right {
[331]29   -moz-border-radius-topright : 1ex;
30   }
[85]31
32th.klask-footer-left {
[331]33   -moz-border-radius-bottomleft : 1ex;
34   }
[85]35
36th.klask-footer-right {
[331]37   -moz-border-radius-bottomright : 1ex;
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
74#navbar ul {
75   list-style: none;
76   padding: 0;
77   margin: 0;
78   }
79
80#navbar li {
81   float: left;
82   border: 1px solid #bbb;
83   border-bottom-width: 0;
84   margin: 0;
85   }
86
87#navbar a {
88   text-decoration: none;
89   display: block;
90   background: #eee;
91   padding: 0.24em 1em;
92   color: #00c;
93   width: 8em;
94   text-align: center;
95   }
96
97#navbar a:hover {
98   background: #ddf;
99   }
100
101#navbar #selected {
102   border-color: black;
103   }
104
105#navbar #selected a {
106   position: relative;
107   top: 1px;
108   background: white;
109   color: black;
110   font-weight: bold;
111   }
112
113#content {
114   border: 1px solid black;
115   clear: both;
116   padding: 0 1em;
117   }
Note: See TracBrowser for help on using the repository browser.