comparison website/issues/html/style.css @ 4566:b8119ba37707

Merge branch 'website'
author Eric S. Raymond <esr@thyrsus.com>
date Sun, 13 Nov 2011 11:18:42 -0500
parents 277aca1f531d
children 22d57206a93b
comparison
equal deleted inserted replaced
4564:6327b1b21593 4566:b8119ba37707
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 13em;
9 }
10 body > .header { margin: 0 0 0 -13em;}
11 body > .footer { margin: 0 0 0 -13em; clear:both;}
12 body > .navigation
13 {
14 margin-left: -13em;
15 width: 13em;
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;}
24
25 /* style */
26
27 :link { color: #bb0000; text-decoration: none;}
28 :visited { color: #770000; text-decoration: none;}
29
30 .header h1 { margin-left: 1em; }
31
32 body
33 {
34 font-family: sans-serif, Arial, Helvetica;
35 background-color: #f5f5f5;
36 color: #333;
37 }
38
39 .menu { padding: 0; margin-right: 1em;}
40 .menu ul
41 {
42 padding: 0;
43 margin: 0;
44 }
45 .menu li
46 {
47 margin: 5pt 0;
48 }
49 .menu > ul > li > *
50 {
51 display: block;
52 padding: 2pt 2pt 2pt 10pt;
53 border: solid thin #dadada;
54 background-color:#ffffff;
55 }
56 .menu > ul > li.current > *
57 {
58 background-color:#dddddd;
59 }
60
61 .menu ul li:first-child { margin-top:0;}
62 .menu ul { list-style-type:none;}
63
64 /* sub-menus are indented */
65 .menu > ul > li > ul,
66 .menu > ul > li.current > ul
67 {
68 border: none;
69 background-color: inherit;
70 margin: 0;
71 }
72 .menu ul ul
73 {
74 margin-left: 2em;
75 font-size: smaller;
76 margin: 0 0 0 5pt;
77 }
78
79 /* sub-menu items draw a separator */
80 .menu ul ul > li
81 {
82 margin: 0;
83 padding: 0;
84 border: none;
85 border-top: solid thin #dadada;
86 background-color: inherit;
87 }
88 .menu ul ul > li:first-child
89 {
90 border-top: none;
91 }
92
93 .footer
94 {
95 font-size: small;
96 text-align: center;
97 color: lightgrey;
98 }
99
100 .content
101 {
102 padding: 1em;
103 border: solid thin #dadada;
104 background-color: #ffffff;
105 }
106
107 /* This is a little hack to inject a 'news' block into the title
108 page without having to set up a custom directive. */
109 #roundup-issue-tracker .note
110 {
111 float: right;
112 width: auto;
113 border: solid thin #dadada;
114 background-color:#f5f5f5;
115 padding: 1em;
116 margin: 1em;
117 }
118 #roundup-issue-tracker .note .admonition-title { display: none; }
119
120 table
121 {
122 border-collapse: collapse;
123 border-spacing: 1px;
124 background-color: #fafafa;
125 }

Roundup Issue Tracker: http://roundup-tracker.org/