update
[phpmyadmin/crack.git] / docs.css
blob82ecfe150e1ffe70f61d72c6bc7507e9f04a1da8
1 /* $Id$ */
2 /* Stylesheet for phpMyAdmin documentation */
3 /* vim: expandtab ts=4 sw=4 sts=4 tw=78
4 */
6 body {
7 background-color: #ffffff;
8 font-family: sans-serif;
9 color: #000;
10 margin: 0px;
11 padding: 2em 0px 2em 0px;
14 a {
15 text-decoration: none;
16 color: #000099;
17 background-color: #ffffff;
18 font-weight: normal;
20 a:hover {
21 background-color: #99CCFF;
22 background-color: #ffffff;
23 font-weight: bolder
27 div.header {
28 width: 100%;
29 background-color: #ddeeff;
30 color: #000000;
31 text-align: center;
32 padding-bottom: 2px;
33 border-bottom: 1px solid #000000;
34 font-weight: bold;
35 left: 0px;
36 top: 0px;
37 position: fixed;
38 /* following MSIE hack was originally written by Riki Fridrich
39 * <http://www.fczbkk.com> */
40 position: expression("absolute");
41 width: expression(document.body.clientWidth);
42 top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
45 div.header hr {
46 display: none;
48 div.header a {
49 text-decoration: none;
50 font-size: medium;
51 color: #000099;
52 background-color: #ddeeff;
53 font-weight: normal;
55 div.header a:hover {
56 background-color: #99CCFF;
57 font-weight: bolder
60 h1 {
61 text-align: center;
62 padding-left: 8%;
63 margin-top: 1em;
64 background-color: #ddeeff;
65 font-size: x-large;
66 border-top: 1px solid #000000;
67 border-bottom: 1px solid #000000;
68 clear: both;
71 h2 {
72 padding-left: 8%;
73 margin-top: 1em;
74 background-color: #ddeeff;
75 font-size: large;
76 border-top: 1px solid #000000;
77 border-bottom: 1px solid #000000;
78 clear: both;
80 h3 {
81 padding-left: 10%;
82 margin-top: 1em;
83 background-color: #ddeeff;
84 font-size: medium;
85 border-top: 1px solid #000000;
86 border-bottom: 1px solid #000000;
87 clear: both;
90 h4 {
91 padding: 0px;
92 margin: 10px 5% 2px 5%;
93 font-weight: bold;
94 color: #000099;
97 p {
98 margin: 2px 5% 2px 5%;
101 table {
102 margin: 2px 5% 2px 5%;
103 border: none;
106 table tr,table td,table th {
107 border: none;
110 table.translators {
111 text-align: center;
112 display: table; margin-left: auto; margin-right: auto;
113 border-collapse: collapse;
116 table.translators th {
117 background-color: #d3dce3;
120 table.translators td, table.translators th {
121 border: 1px solid #000000;
122 padding: 5px;
125 ul {
126 margin: 2px 5% 2px 5%;
129 pre {
130 margin: 2px 5% 2px 5%;
133 pre.wrap {
134 white-space: normal;
137 dl {
138 margin: 1em 6% 1em 6%;
140 dt {
141 font-weight: bold;
142 margin-left: 2em;
143 padding-top: 6px;
145 dd {
146 margin-left: 4em;
149 ol {
150 margin: 1em 6% 1em 6%;
153 .important {
154 color: #bb0000;
157 p.footnote {
158 margin: 2px 5% 2px 7%;
161 p.footnote:first-line {
162 margin-left: -2%;