source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/simpletabs/style.css@ 30098

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

Initial checkin of plugin code

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