MediaWiki:Mobile.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body {
background: #0E1232;
color: #A6CFFD;
}
#content_wrapper {
background: #000000;
color: #A6CFFD;
border: 1px solid #0A78E3;
clear: both;
margin: 0 8px;
}
h2 {
border-bottom: 0px solid #AAAAAA;
}
.thumb {
background: none repeat scroll 0 0 #000000;
border: 1px solid #0A78E3;
margin-bottom: 10px;
}
/***************
/* Link styles *
/***************/
a {
color: #0A78E3;
}
a:link {
color: #0A78E3;
}
div#content a:visited, a:visited {
color: #0A78E3;
}
a:hover, div#content a:visited:hover, a:visited:hover {
color: #0A78E3;
}
div#content a.extiw, div#footer a.extiw, div#content a.external, div#footer a.external {
color: #0A78E3;
}
div#content a.extiw:visited, div#footer a.extiw:visited, div#content a.external:visited, div#footer a.external:visited {
color: #0A78E3;
}
div#content a.extiw:hover, div#footer a.extiw:hover, div#content a.external:hover, div#footer a.external:hover, div#content a.extiw:visited:hover, div#footer a.extiw:visited:hover, div#content a.external:visited:hover, div#footer a.external:visited:hover {
color: #0A78E3;
}
a:active {
color: #0A78E3;
}
table[style] {
margin-left: 0 !important;
margin: auto !important;
width: 100%;
}
table {
border: 0px solid #CCCCCC;
border-collapse: collapse !important;
border-spacing: 0 !important;
margin: auto;
margin-bottom: 15px;
padding: 3px;
width: 100%;
}
table td, table th {
border: 0px solid #CCCCCC;
padding: 3px;
}
table.wikitable th {
background: #AAB966;
color: #000000;
}
table.infobox {
background: none repeat scroll 0 0 #000000;
border: 1px solid #0A78E3;
}
.mwm-notice {
background: #000000;
border: 1px solid #A6CFFD;
}