source: documentation/trunk/packages/plugins/simpletabs/style.css@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 772 bytes
Line 
1.tabbed_area {
2 margin: 0px 0px 1em;
3}
4
5.tab {
6 background-color:#ffffff;
7 padding:10px;
8 border:1px solid #464c54;
9}
10
11ul.tabs {
12 margin:0px;
13 margin-bottom:6px;
14 margin-top:5px;
15 padding:0px;
16}
17
18ul.tabs li {
19 list-style:none;
20 display:inline;
21}
22
23ul.tabs li a {
24 background-color: #F0F9F0;
25 padding:8px 14px 8px 14px;
26 text-decoration:none;
27 font-family:Verdana, Arial, Helvetica, sans-serif;
28 font-weight:bold;
29 text-transform:uppercase;
30 border:1px solid #464c54;
31 color: #050;
32}
33
34ul.tabs li a:hover {
35 background-color:#2f343a;
36 border-color:#2f343a;
37 color:#FFFFFF;
38}
39
40ul.tabs li a.active {
41 background-color: white;
42 color: black;
43 border:1px solid #464c54;
44 border-bottom: 1px solid white;
45}
46
Note: See TracBrowser for help on using the repository browser.