|
Tags: Mobile edit Mobile web edit |
(2 intermediate revisions by the same user not shown) |
Line 4: |
Line 4: |
| h2 { margin-top: 20px; } | | h2 { margin-top: 20px; } |
| .toc { margin-top: 20px; } | | .toc { margin-top: 20px; } |
|
| | |
| /* Multicolumn lists */
| |
|
| |
| #twocolumnlist ul {width:100%;}
| |
| #twocolumnlist li {display:inline; width:50%;}
| |
|
| |
| /* Mouseover support */
| |
| .switchable .alt {display:none}
| |
| .switchable:hover .default {display:none}
| |
| .switchable:hover .alt {display:inline}
| |
|
| |
| /* Infobox template style */ | | /* Infobox template style */ |
| .infobox { | | .infobox { |
Line 45: |
Line 35: |
| border: 0; | | border: 0; |
| } | | } |
| | |
| | /* Multicolumn lists */ |
| | |
| | #twocolumnlist ul {width:100%;} |
| | #twocolumnlist li {display:inline; width:50%;} |
| | |
| | /* Mouseover support */ |
| | .switchable .alt {display:none} |
| | .switchable:hover .default {display:none} |
| | .switchable:hover .alt {display:inline} |
| | | |
| /* Recent changes byte indicators */ | | /* Recent changes byte indicators */ |
Line 151: |
Line 151: |
| /* Changes tab on Main Page to "Main Page" instead of "Article" */ | | /* Changes tab on Main Page to "Main Page" instead of "Article" */ |
| jQuery( document ).ready( function( $ ) { var title = mw.config.get( 'wgTitle' ); | | jQuery( document ).ready( function( $ ) { var title = mw.config.get( 'wgTitle' ); |
| var hasMainPageTab = (title == 'Main Page'); // Title of the main page. If applicable, without the namespace prefix (eg. "MyWiki:") | | var hasMainPageTab = (title == 'Main Page'); |
| if ( hasMainPageTab ){ $( '#ca-nstab-main a' ).text( title ); } } ); | | if ( hasMainPageTab ){ $( '#ca-nstab-main a' ).text( title ); } } ); |
| | | |
Line 386: |
Line 386: |
| .plainlist ul li { | | .plainlist ul li { |
| margin-bottom: 0; | | margin-bottom: 0; |
| }
| |
|
| |
| /* Default style for navigation boxes */
| |
| .navbox { /* Navbox container style */
| |
| border: 1px solid #aaa;
| |
| width: 100%;
| |
| margin: auto;
| |
| clear: both;
| |
| font-size: 88%;
| |
| text-align: center;
| |
| padding: 1px;
| |
| }
| |
| .navbox-inner,
| |
| .navbox-subgroup {
| |
| width: 100%;
| |
| }
| |
| .navbox-group,
| |
| .navbox-title,
| |
| .navbox-abovebelow {
| |
| padding: 0.25em 1em; /* Title, group and above/below styles */
| |
| line-height: 1.5em;
| |
| text-align: center;
| |
| }
| |
| th.navbox-group { /* Group style */
| |
| white-space: nowrap;
| |
| /* @noflip */
| |
| text-align: right;
| |
| }
| |
| .navbox,
| |
| .navbox-subgroup {
| |
| background: #fdfdfd; /* Background color */
| |
| }
| |
| .navbox-list {
| |
| line-height: 1.5em;
| |
| border-color: #fdfdfd; /* Must match background color */
| |
| }
| |
| .navbox th,
| |
| .navbox-title {
| |
| background: #ccccff; /* Level 1 color */
| |
| }
| |
| .navbox-abovebelow,
| |
| th.navbox-group,
| |
| .navbox-subgroup .navbox-title {
| |
| background: #ddddff; /* Level 2 color */
| |
| }
| |
| .navbox-subgroup .navbox-group,
| |
| .navbox-subgroup .navbox-abovebelow {
| |
| background: #e6e6ff; /* Level 3 color */
| |
| }
| |
| .navbox-even {
| |
| background: #f7f7f7; /* Even row striping */
| |
| }
| |
| .navbox-odd {
| |
| background: transparent; /* Odd row striping */
| |
| }
| |
| table.navbox {
| |
| margin-top: 1em; /* Prevent preceding content from clinging to navboxes */
| |
| }
| |
| table.navbox table.navbox {
| |
| margin-top: 0; /* No top margin for nested navboxes */
| |
| }
| |
| table.navbox + table.navbox {
| |
| margin-top: -1px; /* Single pixel border between adjacent navboxes */
| |
| }
| |
| .navbox .hlist td dl,
| |
| .navbox .hlist td ol,
| |
| .navbox .hlist td ul,
| |
| .navbox td.hlist dl,
| |
| .navbox td.hlist ol,
| |
| .navbox td.hlist ul {
| |
| padding: 0.125em 0; /* Adjust hlist padding in navboxes */
| |
| } | | } |
|
| |
|
Line 480: |
Line 409: |
| text-decoration: none; | | text-decoration: none; |
| cursor: inherit; | | cursor: inherit; |
| }
| |
| /* Navbar styling when nested in infobox and navbox */
| |
| .infobox .navbar {
| |
| font-size: 100%;
| |
| }
| |
| .navbox .navbar {
| |
| display: block;
| |
| font-size: 100%;
| |
| }
| |
| .navbox-title .navbar {
| |
| /* @noflip */
| |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| /* @noflip */
| |
| margin-right: 0.5em;
| |
| width: 6em;
| |
| } | | } |
|
| |
|
Line 510: |
Line 422: |
| text-align: right; | | text-align: right; |
| width: auto; | | width: auto; |
| }
| |
| /* In navboxes, the show/hide button balances the v·d·e links
| |
| from [[Template:Navbar]], so they need to be the same width. */
| |
| .navbox .collapseButton {
| |
| width: 6em;
| |
| }
| |
|
| |
| /* Styling for JQuery makeCollapsible, matching that of collapseButton */
| |
| .mw-collapsible-toggle {
| |
| font-weight: normal;
| |
| /* @noflip */
| |
| text-align: right;
| |
| }
| |
| .navbox .mw-collapsible-toggle {
| |
| width: 6em;
| |
| } | | } |
|
| |
|