source: documentation/trunk/packages/templates/greenstone-monobook/static/3rd/dokuwiki/_tabs.css.bak@ 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: 784 bytes
Line 
1/**
2 * This file provides the styles for general tabs.
3 */
4
5.dokuwiki ul.tabs {
6 padding: 0;
7 margin: 0;
8 overflow: hidden;
9}
10.dokuwiki ul.tabs li {
11 float: left;
12 padding: 0;
13 margin: 0;
14 list-style: none;
15}
16
17.dokuwiki ul.tabs li strong,
18.dokuwiki ul.tabs li a {
19 float: left;
20 padding: .3em .8em;
21 margin: 0 .3em 0 0;
22 background-color: __background_neu__;
23 color: __text__;
24 border-radius: .5em .5em 0 0;
25}
26.dokuwiki ul.tabs li strong {
27 font-weight: normal;
28}
29
30.dokuwiki ul.tabs li a:link,
31.dokuwiki ul.tabs li a:visited {
32}
33.dokuwiki ul.tabs li a:hover,
34.dokuwiki ul.tabs li a:active,
35.dokuwiki ul.tabs li a:focus,
36.dokuwiki ul.tabs li strong {
37 background-color: __background_alt__;
38 color: __text__;
39 text-decoration: none;
40}
Note: See TracBrowser for help on using the repository browser.