MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
fandomwiki>Wynthyst Created page with "body { background: #0E1232; color: #A6CFFD; } #content_wrapper { background: #000000; color: #A6CFFD; border: 1px solid #0A78E3; clear: both; marg..." |
fandomwiki>Wynthyst No edit summary |
||
| Line 60: | Line 60: | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
margin: auto !important; | margin: auto !important; | ||
width: 100%; | |||
} | } | ||
table { | table { | ||
border: 0px solid #CCCCCC; | border: 0px solid #CCCCCC; | ||
Revision as of 08:07, 18 June 2013
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;
}