summaryrefslogtreecommitdiff
path: root/www/stylesheet_wiki.css
blob: e9bed222660bc0a0ec4592a72018b8587bd0db0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* Trac CSS */
body {
 background-color:#dceeee; 
 margin: 2em 2em 2em 2em; 
 text-align: center;
 font: normal 10pt verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 line-height:1.35em;
}

h1 { font-size: 2.2em }
h2 { font-size: 1.6em; margin-top: 0,9em; }
h3 { font-size: 1.2em }
h4 { font-size: 1em }

tt { white-space: pre }

/* Link styles */
:link, :visited {
 color: #223968; 
}
/* Heading anchors */
@media screen {
 a.ext-link:before {content: "\2197\A0";}
 a[href*="neo-layout.org"]:before { content: "";}
 a.ext-link .icon {
  background: none;
  padding-left:0;
 }
 a.mail-link .icon {
  background: url(http://wiki.neo-layout.org/chrome/common/envelope.png) left center no-repeat;
  padding-left: 16px;
 }
}
 * html a.ext-link .icon { display: inline-block; }

/* Forms */
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }
.inlinebuttons input { 
 margin: 0;
}

/* Header */
#header h1 { margin: 0em 0 0em; }
#header img {margin-right: 35em }

/* Quick search */
#search {
 font-size: 1em;
}
#search input { font-size: 1em }


/* Navigation */
.nav ul { font-size: .75em; list-style: none; margin: 0; text-align: right }

 #metanav, #ctxtnav, #search {
 max-width:67em; 
 font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 margin:  0 auto;
 padding: .2em 0;
}

/* Main navigation bar */
#mainnav {
 max-width:67em; 
 background: #f7f7f7 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient.png) 0 0;
 font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 margin:  0 auto;
}
#mainnav :link, #mainnav :visited { background: url(http://wiki.neo-layout.org/chrome/common/dots.gif) 0 0 no-repeat; }

#mainnav .active :link, #mainnav .active :visited {
 background: #333 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient2.png) 0 0 repeat-x;
}

/* Alternate links */
#altlinks { 
  clear: both;
  width:61em;
  border-width:thin;
  border-color:#444;
  border-style:solid;
  margin-left:0em;
  margin-right:0em;
  margin: 0em  auto 0; 
  margin-top:-2em;
  padding-left:2.5em;
  padding-right:4em;
  padding-top:2em;
  padding-bottom:2.4em;
  font-family: LinuxLibertine, Libertine, Linux-Libertine, sans;
  line-height:1.35em;
  font-size:1em;
  background-color:White;
  color:Black;
  text-align:center;
 }

 #altlinks h3 { font-size: 1em; letter-spacing: normal; margin: 0 }
#altlinks li {
 font-size: 1em;
 line-height: 1.5em;
}
#altlinks li :link, #altlinks li :visited {
 background-position: 0 -1px;
 }
#altlinks li a.rss { background-image: url(http://wiki.neo-layout.org/chrome/common/feed.png); padding-left: 42px }

/* Footer */
#footer {
  font-size: .5em;
  border-top: 0px solid;
  text-align: center;
  margin: 0px auto 0;
}
#footer hr { color:#fff; display: none }
#footer #tracpowered {  border: 0; float: right}
#footer p.left {
  text-align: left;
  line-height: 1em;
  padding: 0 1em 1em 0em;
  border-left: 0px solid #d7d7d7;
  border-right: 0px solid #d7d7d7;
}
#footer p.right {
  float: right;
  text-align: right;
}


/* Page preferences form */
#prefs fieldset legend {
 font-size: .75em;
}

/* Version information (browser, wiki, attachments) */
.wikitoolbar :link, .wikitoolbar :visited {
 background: transparent url(http://wiki.neo-layout.org/chrome/common/edit_toolbar.png) no-repeat;
}

/* Styles for tabular listings such as those used for displaying directory
   contents and report results. */
table.listing thead th {
 font-size: 1em;
}
table.listing tbody td, table.listing tbody th {
 padding: .33em .5em;
}
table.listing th.asc a { background-image: url(http://wiki.neo-layout.org/chrome/common/asc.png) }
table.listing th.desc a { background-image: url(http://wiki.neo-layout.org/chrome/common/desc.png) }

/* Styles for the error page (and rst errors) */
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }

#content {
  max-width:61em;
  border-width:thin;
  border-color:#444;
  border-style:solid;
  margin-left:0em;
  margin-right:0em;
  margin: 0em  auto 0; 
  margin-top:2em;
  padding-left:2.5em;
  padding-right:4em;
  padding-top:2em;
  padding-bottom:2.4em;
  line-height:1.35em;
  font-size:1em;
  background-color:White;
  color:Black;
  text-align:left;
}