63bb7740a8b96805f0a466d4af0445b5c19bb3fa
[atutor.git] / mods / wiki / fragments / css / WikiNavBarStyle.css
1 .wikiNavBar{
2     width:150px;
3     padding: 0 0 1em 0;
4     margin-bottom: 0;
5     font-family: 'Trebuchet MS', 'Lucida Grande',
6             Verdana, Lucida, Geneva, Helvetica, 
7             Arial, sans-serif;
8     color: #333;
9     background:inherit;   
10     }
11     .wikiNavBar ul {
12         list-style-type: none;
13         margin: 0;
14         padding: 0;
15         border: none;
16         }
17     .wikiNavBar ul li { 
18         display: block;       
19         background-color:#ee9933;      
20     } 
21     .wikiNavBar ul a {  /* ul needed for specificity */
22         display: block;
23         padding: .2em 20px .1em 0.1em;
24         border-left: 10px solid #770011;
25         border-right: 10px solid #dd8822;        
26         font-size:10pt;        
27         background-color:#ee9933;      
28         color: #fff;
29         font-weight:bold;
30         text-decoration: none;
31         width: 100%;
32     }
33     .wikiNavBar ul.wikiNavBarDepth2 a { 
34         border-left: 20px solid;
35         padding-right: 10px;
36     }
37     .wikiNavBar ul.wikiNavBarDepth3 a { 
38         border-left: 30px solid;
39         padding-right: 0px;
40     }
41     .wikiNavBar ul.wikiNavBarDepth4 a { 
42         border-left: 40px solid;        
43         border-right: none;
44         padding-right: none;        
45     }    
46     /* IE gets kind of confused on classes*/
47     .wikiNavBar .activebutton li.inactivebutton a {
48         background-color:#ee9933;       
49     }    
50     .wikiNavBar li.activebutton a {
51         background-color:#992233;       
52     }
53     .wikiNavBar a:hover {
54         background-color:#992233;       
55     }
56     .wikiNavBar a:visited {
57         color: #fff;
58         font-weight:bold;
59         text-decoration: none;
60     }