Update release procedures: more automation!
[htmlpurifier-web.git] / common.css
blobc91f74e20d3e300598b10b91ec4eefabf88d8e28
2 /* Global Attributes */
3 body {
4 background-color: #F9F9FF;
5 color: #000;
6 font-family: Georgia,serif;
7 font-size: 10.5pt;
8 margin: 0 0 3em 0;
9 padding: 0;
12 /* Header <common-header.xml> */
13 #logo {
14 float: left;
15 margin: 0.5em;
16 position: absolute;
19 #header {
20 margin: 0 0 0.3em 0;
21 padding: 0.5em 95px;
22 background-color: #BCC8D8;
23 color: #FFF;
24 font-family: Georgia, serif;
25 font-weight: normal;
26 font-variant: small-caps;
27 letter-spacing: 0.2em;
28 font-size: 2em;
29 border-bottom: 1px solid #8393AF;
31 #header a {text-decoration: none;}
32 #header .html {color: #3C578C;}
33 #header a:hover .html {color: #8196B5;}
34 #header .purifier {color: #FFF;}
35 #header a:hover .purifier {color: #F0F2F6;}
37 /* Title */
38 #title {
39 border-bottom: 1px solid #BCC8D8;
40 font-family: Verdana, Helvetica, Arial, sans-serif;
41 margin: 1em 20% 0;
42 text-align: center;
45 /* Content */
46 #content {
47 clear: left;
48 margin: 1em 5%;
51 p {
52 margin: 0;
53 text-indent: 2em;
55 p.lead {
56 text-indent: 0;
59 blockquote.digression {
60 font: 11pt Helvetica, sans-serif;
61 margin-left: 4em;
62 margin-right: 4em;
65 blockquote.fancy {
66 background: transparent url(quote-left.png) left top no-repeat;
68 blockquote.fancy div.quote {
69 background: transparent url(quote-right.png) right bottom no-repeat;
70 padding: .5em 48px .5em;
72 blockquote.fancy div.origin {
73 text-align: right;
76 pre {
77 margin-left:4em;
80 acronym, abbr, acc\:abbr {
81 border-bottom: none;
82 font-size: 80%;
84 a > abbr, a > acronym {
85 font-size: 100%;
86 font-variant: small-caps;
87 text-transform: lowercase;
89 * html acc\:abbr, * html acronym {
90 font-size: 80%;
92 acronym {
93 speak: normal;
95 abbr, acc:\abbr {
96 speak: spell-out;
99 table {
100 margin: 1em;
102 table thead th {border-bottom:1px solid #3C578C;}
103 table td, table th {
104 padding: 0 .4em;
107 .wide-table {
108 width: 100%;
110 .wide-table td, .wide-table th {
111 white-space: nowrap;
114 .disclaimer, .warning {
115 background:#FBB;
116 border:1px solid #F00;
117 margin:1em 3em;
118 padding:1em;
121 .warning h2 {
122 color: #911;
123 font-weight: bold;
124 margin: 0 0 .5em 0;
126 .warning p {
127 text-indent: 0;
130 ol.notes {
131 font-size:8pt;
134 /* News widgets, for RSSGenerator */
136 .news .item {
137 border-bottom: 1px solid #BCC8D8;
138 padding-bottom: 1em;
140 .news .title {
141 margin-bottom: 0;
143 .news .date {
144 font-style: italic;
145 font-size: 10pt;
146 margin-bottom: 1em;
147 margin-left: 2em;
149 .news .body {}
151 /* Table of contents, for GenerateTableofContents */
153 #toc ul {
154 list-style-type: none;
156 #toc .toc-label {
157 float: left;
158 padding-right: .5em;
159 text-align: right;
160 width: 2em;