Remove EditFilterMerged detection define
[mediawiki.git] / mw-config / config.css
blob17b20392157011f7fdbe73838f75e1c65638de99
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 .config-skins-item {
101 /* Clearfix */
102 clear: left;
103 overflow: hidden;
106 .config-skins-item .config-input-check {
107 margin-left: 10em;
108 width: 20em;
109 float: left;
112 .config-skins-item .config-skins-use-as-default {
113 float: left;
116 .error {
117 color: red;
118 background-color: #fff;
119 font-weight: bold;
120 left: 1em;
121 font-size: 100%;
124 .config-settings-block {
125 list-style-type: none;
126 list-style-image: none;
127 margin: 0;
128 padding: 0;
131 .btn-install {
132 font-weight: bold;
133 font-size: 110%;
134 padding: .2em .3em;
137 .success-message {
138 font-weight: bold;
139 font-size: 110%;
140 color: green;
143 .success-box {
144 font-size: 130%;
147 .config-cc-wrapper {
148 clear: left;
149 /* If you change this height, also change it in WebInstallerOptions::submitCC() */
150 height: 54em;
153 .config-plainlink a {
154 background: none !important;
155 padding: 0 !important;
158 .config-download-link {
159 font-size: 1.8em;
160 margin-left: 2em;
163 .config-download-link a {
164 background: url(images/download-32.png) no-repeat center left;
165 padding-left: 40px; /* 32 px for the image (above), plus some breathing room */
166 height: 32px; /* provide enough vertical room for the image */
167 display: inline-block; /* allow the height property (above) to work */
168 line-height: 32px; /* center the text vertically */
171 #config-live-log {
172 overflow: hidden;
173 min-width: 20em;