2.4.0-rc2
[phpmyadmin/crack.git] / docs.css
blob391e887f0dab79ce8442ba4bf958010f0c721bf3
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;
96 p {
97 margin: 2px 5% 2px 5%;
100 table {
101 margin: 2px 5% 2px 5%;
102 border: none;
105 table tr,table td,table th {
106 border: none;
109 table.translators {
110 text-align: center;
111 display: table; margin-left: auto; margin-right: auto;
112 border-collapse: collapse;
115 table.translators th {
116 background-color: #d3dce3;
119 table.translators td, table.translators th {
120 border: 1px solid #000000;
121 padding: 5px;
124 ul {
125 margin: 2px 5% 2px 5%;
128 pre {
129 margin: 2px 5% 2px 5%;
132 pre.wrap {
133 white-space: normal;
136 dl {
137 margin: 1em 6% 1em 6%;
139 dt {
140 font-weight: bold;
141 margin-left: 2em;
142 padding-top: 6px;
144 dd {
145 margin-left: 4em;
148 ol {
149 margin: 1em 6% 1em 6%;
152 .important {
153 color: #bb0000;
156 p.footnote {
157 margin: 2px 5% 2px 7%;
160 p.footnote:first-line {
161 margin-left: -2%;