Merge "Set noindex,nofollow on missing (404) pages"
[mediawiki.git] / skins / common / config.css
blobaedb6a9cc587ec29dce4c47a687e7f7a6298376e
1 .env-check {
2 font-size: 90%;
3 margin: 1em 0 1em 2.5em;
6 .config-section {
7 margin-top: 2em;
10 .config-block {
11 margin-top: 2em;
12 display: block;
16 .config-block-label {
17 display: block;
18 margin-bottom: .2em;
21 .config-block-label label, .config-label {
22 font-weight: bold;
23 padding-right: .5em;
24 padding-top: .2em;
27 .config-block-elements {
28 margin-left: 2em;
31 .config-block-elements li {
32 list-style: none;
35 .config-input {
36 clear: left;
37 zoom: 100%; /* IE hack */
40 .config-page-wrapper {
41 padding: 0.5em;
44 .config-page-list {
45 float: right;
46 width: 12em;
47 border: 1px solid #aaa;
48 background: #fff;
49 padding: 0.5em;
50 /* 3em left margin to leave space between the list and the page-content */
51 margin: 0.5em 0.5em 0.5em 3.5em;
54 .config-page {
55 padding: 0.5em 0.5em 0.5em 2em;
56 margin: 0.5em 0.5em 0.5em 0.5em;
57 background: #eee;
60 .config-submit {
61 clear: left;
62 text-align: center;
63 padding: 1em;
66 .config-submit input {
67 margin-left: 0.5em;
68 margin-right: 0.5em;
71 .config-page-disabled {
72 color: #aaa;
75 .config-error-box {
76 border: 2px solid #f00;
79 .config-page-current {
80 font-weight: bold;
83 .config-message {
84 display: list-item;
85 line-height: 1.5em;
86 /* @embed */
87 list-style-image: url(images/bullet.gif);
88 list-style-type: square;
91 .config-input-text {
92 width: 20em;
93 margin-right: 1em;
96 .config-input-check {
97 margin-left: 10em;
100 .error {
101 color: red;
102 background-color: #fff;
103 font-weight: bold;
104 left: 1em;
105 font-size: 100%;
108 .config-settings-block {
109 list-style-type: none;
110 list-style-image: none;
111 margin: 0;
112 padding: 0;
115 .btn-install {
116 font-weight: bold;
117 font-size: 110%;
118 padding: .2em .3em;
121 .success-message {
122 font-weight: bold;
123 font-size: 110%;
124 color: green;
127 .success-box {
128 font-size: 130%;
131 .config-cc-wrapper {
132 clear: left;
133 /* If you change this height, also change it in WebInstallerOptions::submitCC() */
134 height: 54em;
137 .config-plainlink a {
138 background: none !important;
139 padding: 0 !important;
142 .config-download-link {
143 font-size: 1.8em;
144 margin-left: 2em;
147 .config-download-link a {
148 background: url(images/download-32.png) no-repeat center left;
149 padding-left: 40px; /* 32 px for the image (above), plus some breathing room */
150 height: 32px; /* provide enough vertical room for the image */
151 display: inline-block; /* allow the height property (above) to work */
152 line-height: 32px; /* center the text vertically */
155 #config-live-log {
156 overflow: hidden;
157 min-width: 20em;