Difference between revisions of "MediaWiki:Common.css"
(28 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | /* Include Site Bar CSS | + | /* Include Site Bar CSS */ |
− | @import url( | + | @import url(https://www.spriters-resource.com/includes/css/sitebar.css); |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Main Styles */ | /* Main Styles */ | ||
Line 36: | Line 18: | ||
} | } | ||
#p-search { | #p-search { | ||
− | margin-bottom: 11px; | + | margin-bottom: 11px; |
+ | } | ||
+ | #mw-head, #mw-panel, #content { | ||
+ | margin-top: 20px !important; | ||
} | } | ||
#mw-head { | #mw-head { | ||
− | background-image: url( | + | background-image: url(https://www.vg-resource.com/images/colors/vgr_header.png); |
+ | } | ||
+ | #left-navigation { | ||
+ | background-color: #FFFFFF; | ||
+ | border-radius: 15px 15px 0px 0px; | ||
+ | height: 46px; | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
− | background-color: #FFFFFF; border-radius: 15px 15px 0px 0px; | + | background-color: #FFFFFF; |
+ | border-radius: 15px 15px 0px 0px; | ||
} | } | ||
div.vectorTabs { | div.vectorTabs { | ||
Line 63: | Line 54: | ||
border: 1px solid #AAA000; | border: 1px solid #AAA000; | ||
width: 100%; | width: 100%; | ||
− | margin: | + | margin-top: 10px; |
clear: both; | clear: both; | ||
font-size: 90%; | font-size: 90%; | ||
Line 86: | Line 77: | ||
border-bottom: 2px solid #AAAAAA; | border-bottom: 2px solid #AAAAAA; | ||
font-weight: bold; | font-weight: bold; | ||
− | |||
} | } | ||
h3 { | h3 { | ||
font-size: 150%; | font-size: 150%; | ||
border-bottom: 1px solid #D1D1D1; | border-bottom: 1px solid #D1D1D1; | ||
− | + | } | |
+ | #p-navigation-label { | ||
+ | display: none; | ||
} | } | ||
Line 122: | Line 114: | ||
border: 1px solid #355278; | border: 1px solid #355278; | ||
background: #fff; | background: #fff; | ||
− | |||
} | } | ||
.breakout p { | .breakout p { | ||
− | margin: 0px; | + | margin: 0px !important; |
} | } | ||
Latest revision as of 16:20, 7 May 2020
/* CSS placed here will be applied to all skins */
/* Include Site Bar CSS */
@import url(https://www.spriters-resource.com/includes/css/sitebar.css);
/* Main Styles */
#p-personal {
top: 0px !important;
padding: 3px 17px 3px 3px !important;
border-radius: 0px 0px 15px 15px;
background-color: #FFFFFF;
}
#p-personal ul {
padding: 0px !important;
}
#p-cactions-label {
border-bottom: 0px !important;
}
#p-search {
margin-bottom: 11px;
}
#mw-head, #mw-panel, #content {
margin-top: 20px !important;
}
#mw-head {
background-image: url(https://www.vg-resource.com/images/colors/vgr_header.png);
}
#left-navigation {
background-color: #FFFFFF;
border-radius: 15px 15px 0px 0px;
height: 46px;
}
#right-navigation {
background-color: #FFFFFF;
border-radius: 15px 15px 0px 0px;
}
div.vectorTabs {
background-image: none !important;
}
div.vectorTabs ul li {
background-image: none !important;
background-color: transparent !important;
}
#footer-places {
display: none !important;
}
div#mw-panel {
padding-top: 0px !important;
}
div#footer {
padding: 0px !important;
}
.navbox {
border: 1px solid #AAA000;
width: 100%;
margin-top: 10px;
clear: both;
font-size: 90%;
text-align: center;
padding: 1px;
}
.navbox-title {
background-color: #97BCE6;
}
.navbox-group {
background-color: #C7DDF5;
}
.navbox-list {
text-align: left;
}
h1 {
font-size: 200%;
font-weight: bold;
}
h2 {
font-size: 200%;
border-bottom: 2px solid #AAAAAA;
font-weight: bold;
}
h3 {
font-size: 150%;
border-bottom: 1px solid #D1D1D1;
}
#p-navigation-label {
display: none;
}
/* Navbox template */
table.navbox {
border: 1px solid #355278;
width: 100%;
clear: both;
padding: 0px;
border-spacing: 0px;
}
.navbox th {
background: #5b789e;
color: #ffffff !important;
width: 15% !important;
}
.navbox td {
text-align: left;
padding-left: 5px;
}
.navboxhead {
background: #355278 !important;
color: #ffffff !important;
font-size: 16px !important;
}
/* Game Info Box */
.breakout {
float: right;
border: 1px solid #355278;
background: #fff;
}
.breakout p {
margin: 0px !important;
}
.breakouttitle {
text-align: center;
background: #355278;
color: #fff;
border-top: 1px solid #6a6;
border-bottom: 1px solid #6a6;
}