Code

- admin permissions are special: the classname is None which means
[roundup.git] / doc / _static / style.css
1 /* layout*/
2 body 
3 {
4   font-family: sans-serif, Arial, Helvetica;
5   background-color: white;
6   color: #333;
7   margin:0;
8   padding: 0 3em 0 14em;
9 }
10 body > .header { margin: 0 0 0 -14em;}
11 body > .footer { margin: 0 0 0 -14em; clear:both;}
12 body > .navigation 
13 {
14   margin-left: -14em;
15   width: 14em;
16   float: left;
17 }
18 body > .content 
19 {
20   width: 100%;
21   margin: 0;
22 }
23 body > .header > #searchbox { position: absolute; right: 1em; top: 1em;}
25 /* style */
27 :link { color: #bb0000; text-decoration: none;}
28 :visited { color: #770000; text-decoration: none;}
29 a.toc-backref { color: #000000; }
31 .header h1 { margin-left: 1em; }
33 body
34 {
35   font-family: sans-serif, Arial, Helvetica;
36   background-color: #f5f5f5;
37   color: #333;
38 }
40 .menu 
41 {
42   margin-right: 1em;
43   padding: 2pt;
44   border: solid thin #dadada;
45   background-color:#ffffff;
46 }
47 .menu ul { list-style-type:none; padding: 0;}
48 .menu ul ul { padding-left: 1em;}
49 .menu li { border-top: solid thin #dadada;}
50 .menu li:first-child { border-top: none;}
52 /* related */
54 div.related 
55 {
56   width: 100%;
57   font-size: 90%;
58 }
59 div.related-top { border-bottom: solid thin #dadada;}
60 div.related-bottom { border-top: solid thin #dadada;}
62 div.related ul 
63 {
64   margin: 0;
65   padding: 0 0 0 10px;
66   list-style: none;
67 }
69 div.related li { display: inline;}
71 div.related li.right 
72 {
73   float: right;
74   margin-right: 5px;
75 }
77 .footer
78 {
79   font-size: small;
80   text-align: center;
81   color: lightgrey;
82 }
84 .content
85
86   padding: 1em;
87   border: solid thin #dadada;
88   background-color: #ffffff;
89 }
91 /* This is a little hack to inject a 'news' block into the title
92    page without having to set up a custom directive. */
93 #roundup-issue-tracker .note
94 {
95   float: right;
96   width: auto;
97   border: solid thin #dadada;
98   background-color:#f5f5f5;
99   padding: 1em;
100   margin: 1em;
102 #roundup-issue-tracker .note .admonition-title { display: none; }
104 table
105
106   border-collapse: collapse;
107   border-spacing: 1px;
108   background-color: #fafafa;