MediaWiki:Common.css
From NorCon MUSH
Note: After saving, 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)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools -> Preferences
html { font-size:95%}
body {font-family: verdana!important; background-color: #E1E1E1}
a {
color: #1F4770;
}
@media (min-device-width: 100px) and (max-device-width: 767px) { body {font-size:2rem; line-height: 115%;} p {margin: 0 0 25px;} li {line-height: 115%;} .dropdown-menu > li a {line-height:115%;} h1 {line-height: 115%; }} @media (min-device-width: 768px) and (max-device-width:999px) {body {font-size: 1.1rem;}} @media (min-device-width:1000px) { body {font-size:.76rem; line-height: 20px;} }
/* CSS placed here will be applied to all skins */
#wpTextbox1{width:100%;}
.navbar-inner {
background-color: #1F4770;
background-image:-moz-linear-gradient(top,#1B3E74,#1F4770);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1B3E74),to(#1F4770));
background-image:-webkit-linear-gradient(top,#1B3E74,#1F4770);
background-image:-o-linear-gradient(top,#1B3E74,#1F4770);
background-image:linear-gradient(to bottom,#1B3E74,#1F4770);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B3E74', endColorstr='#1F4770',GradientType=0 );}
.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #FFFFFF;
text-decoration: none;
text-shadow: none;}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {color: #FFFFFF!important; text-shadow: none!important;background-color: transparent}
.navbar .nav li.dropdown {color: #FFFFFF!important; text-shadow: none!important;}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {color: #FFFFFF}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-submenu:hover > a,.dropdown-submenu:focus > a{text-decoration:none;color:#fff;background-color:#1F4770;
background-image:-moz-linear-gradient(top,#1B3E74,#1F4770);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1B3E74),to(#1F4770));
background-image:-webkit-linear-gradient(top,#1B3E74,#1F4770);
background-image:-o-linear-gradient(top,#1B3E74,#1F4770);
background-image:linear-gradient(to bottom,#1B3E74,#1F4770);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B3E74', endColorstr='#1F4770',GradientType=0 );}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color:#fff;text-decoration:none;outline:0;background-color:#1F4770;background-image:-moz-linear-gradient(top,#1B3E74,#1F4770);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#1B3E74),to(#1F4770));
background-image:-webkit-linear-gradient(top,#1B3E74,#1F4770);
background-image:-o-linear-gradient(top,#1B3E74,#1F4770);
background-image:linear-gradient(to bottom,#1B3E74,#1F4770);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B3E74', endColorstr='#1F4770',GradientType=0 );}
.row-fluid .span6 {width: 100%;}
.nav-header {text-shadow: none; color: #FFFFFF}
form.mw-search {margin: -50px 50px 0 0!important; position: relative!important;}
div#p-search.span6.text-right {min-height: 0px;height:0px;}
h1 {font-size: 130%!important; font-weight: normal!important}
h1, h2, h3 {line-height: 15px}
h2 {font-size: 120%!important; font-weight: 400;border-bottom: 1px solid #1B3E74;padding-top: .5em; padding-bottom: .17em; color:#1B3E74}
h3 {font-size: 100%!important;font-weight: 700}
.container-fluid {margin: 0px auto; max-width: 1330px;}
div.printfooter {display: none}
legend {font-size: 15px; margin-bottom: 0px; border-bottom: 0px;}
#firstHeading {
border-bottom: 2px solid #1F4770;
padding-bottom: 9px;
color: #1F4770;
font-size: 170%!important;
line-height: 100%;
}
#toc ul, .toc ul {
margin: 0;
padding: .3em 0 0 .7em;
list-style-type: none;
list-style-image: none;
}
div#toctitle h2 {
border-bottom: none;
font-size: 100%;
padding-bottom: 0px;
}
.editsection {font-size: 8pt}
.contentHeader {
margin: 20px 0 15px!important}
th.center {
text-align: center;
}
hr {
margin: 10px 0;
border: 0;
border-top: 1px solid #1B3E74;}
p.dragon, .dragon-talk {color:#342D7E;}
p.galleries{color:#236B8E;}
p.st{color:red;}
label {display: inline;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {color: black;}
table.special {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
width: 100%;
}
table.special th {
background: #f2f2f2;
border: 1px #aaaaaa solid;
padding: 0.5em;
font-size: 80%;
}
table.special td {
border: 1px #aaaaaa solid;
padding: 0.5em;
vertical-align:top;
}