]> git.mxchange.org Git - friendica.git/blob - view/install/style.css
Bugfix: Warning because of undefined constant
[friendica.git] / view / install / style.css
1 /***\r
2  * Friendica Communcation Server\r
3  *\r
4  * This is the static css for the install procedure\r
5  */\r
6 \r
7 body {\r
8         background-color: #FFF;\r
9         max-width: 750px;\r
10         margin: 0 auto;\r
11 }\r
12 \r
13 section {\r
14     background-color: rgb(252, 252, 252);\r
15     padding: 0.5em 2em;\r
16 }\r
17 \r
18 h1 img {\r
19         vertical-align: sub;\r
20 }\r
21 \r
22 td {\r
23         padding: 0.2em;\r
24         border-bottom: 1px solid rgb(238, 238, 238);\r
25 }\r
26 td.help {\r
27         border-width: 0px 0px 2px 2px;\r
28         border-style: solid;\r
29         border-color: #000;\r
30         background: transparent url("/friendica/view/install/info.png") no-repeat scroll 5px 5px;\r
31 }\r
32 td.help blockquote {\r
33         margin-left: 60px;\r
34 }\r
35 input[type="submit"] {\r
36         margin: 2em 0;\r
37 }\r
38 \r
39 tt {\r
40         background-color: rgb(238, 238, 238);\r
41         padding: 0.1em 0.2em;\r
42 }\r
43 \r
44 .field {\r
45         margin-bottom: 0.5em;\r
46 }\r
47 .field label,\r
48 .field input, .field select, .field textarea {\r
49     width: 100%;\r
50     display: block;\r
51 }\r
52 .field .field_help {\r
53         color: #999;\r
54         text-align: right;\r
55         width: 100%;\r
56         display: block;\r
57         font-size: 0.8em;\r
58 }\r