source: documentation/trunk/packages/templates/greenstone-monobook/static/3rd/dokuwiki/_tabs.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: 721 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 border-radius: .5em .5em 0 0;
23}
24.dokuwiki ul.tabs li strong {
25 font-weight: normal;
26}
27
28.dokuwiki ul.tabs li a:link,
29.dokuwiki ul.tabs li a:visited {
30}
31.dokuwiki ul.tabs li a:hover,
32.dokuwiki ul.tabs li a:active,
33.dokuwiki ul.tabs li a:focus,
34.dokuwiki ul.tabs li strong {
35 background-color: __background_alt__;
36 color: __text__;
37 text-decoration: none;
38}
Note: See TracBrowser for help on using the repository browser.