]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - skins/MonoBook/skinStyles/mediawiki.special.preferences.styles.less
MediaWiki 1.30.2 renames
[autoinstallsdev/mediawiki.git] / skins / MonoBook / skinStyles / mediawiki.special.preferences.styles.less
1 .client-js #preftoc {
2         /* Tabs */
3         width: 100%;
4         clear: both;
5         margin: 0;
6         padding: 0;
7
8         li {
9                 /* Tab */
10                 background-color: #f0f0f0;
11                 color: #000;
12                 margin: 1px -2px 1px 2px;
13                 float: left;
14                 padding: 2px 0 3px 0;
15                 border: 1px solid #fff;
16                 border-right-color: #716f64;
17                 border-bottom: 0;
18                 position: relative;
19                 white-space: nowrap;
20                 list-style-type: none;
21                 list-style-image: none;
22
23                 &.selected {
24                         font-weight: bold;
25                         background-color: #f9f9f9;
26                         border: 1px solid #aaa;
27                         border-bottom: 0;
28                         cursor: default;
29                         top: 2px;
30                         padding-top: 2px;
31                         margin-right: -3px;
32
33                         a {
34                                 cursor: default;
35                                 text-decoration: none;
36                         }
37                 }
38         }
39
40         a,
41         a:active {
42                 display: inline-block;
43                 color: #000;
44                 padding: 0.7em;
45                 position: relative;
46                 text-decoration: none;
47         }
48 }
49
50 #preferences {
51         margin: 0;
52         border: 1px solid #aaa;
53         clear: both;
54         padding: 1.5em;
55         background-color: #f9f9f9;
56 }
57
58 .client-js #preferences {
59         > fieldset {
60                 border: 0;
61                 padding: 0;
62                 margin: 0;
63
64                 > legend {
65                         display: none;
66                 }
67         }
68
69         legend {
70                 font-weight: bold;
71         }
72 }
73
74 .mw-htmlform-submit {
75         font-weight: bold;
76         padding-left: 0.3em;
77         padding-right: 0.3em;
78         margin-right: 2em;
79 }
80
81 .htmlform-tip {
82         font-size: x-small;
83         padding: 0.2em 2em;
84         color: #666;
85 }