MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
PerikiyoXD (talk | contribs) No edit summary |
PerikiyoXD (talk | contribs) No edit summary |
||
Line 130: | Line 130: | ||
div.vectorTabs | div.vectorTabs | ||
{ | { | ||
background- | border: 2px solid #0099aa; | ||
border-radius: 4px; | |||
background-color: #44ccdd; | |||
margin: 16px!important; | |||
box-shadow: 0px 0px 10px #0099aa; | |||
} | } |
Revision as of 08:22, 14 November 2016
body.page-Main_Page h1.firstHeading { display:none; }
body
{background-color:#ffccff;}
.mp-content-table {
width: 100%;
background: #FEFEFF; /* Body background color */
border: 1px solid #b44335; /* Main border color */
margin: 0.5em 0;
}
.mp-content-header {
font-size: 140%;
padding: 0.5em 0;
color:#fff;
background: #b44335; /* Header background color */
border: none;
border-bottom: 1px solid #b44335; /* Main border color */
}
.mp-content-body {
padding: 0.5em;
}
.mp-content-table ul > li a.external.text, .mp-content-table ul > li > b > a
{
white-space: nowrap;
}
.mp-content-header-alt, .mp-title-gradient {
color: #fff;
background: #b535a0;
background-image: linear-gradient(bottom, #d941bf 0%, #b535a0 100%);
background-image: -o-linear-gradient(bottom, #d941bf 0%, #b535a0 100%);
background-image: -moz-linear-gradient(bottom, #d941bf 0%, #b535a0 100%);
background-image: -webkit-linear-gradient(bottom, #d941bf 0%, #b535a0 100%);
background-image: -ms-linear-gradient(bottom, #d941bf 0%, #b535a0 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #d941bf),
color-stop(1, #b535a0)
);
}
.mp-content-header-alt {
font-size: 140%;
font-weight: bold;
border: none;
border-bottom: 1px solid #b44335; /* Main border color */
text-align: left;
color: #fff;
padding: 0.5em;
padding-left: 0.75em;
margin: -0.5em -0.5em 0px;
}
.mp-giant-banner {
width: 100%;
height: 185px;
z-index: 11;
position: relative;
text-align: center;
background: #000 url( ?title=Special:Filepath/VCMP-big-banner.jpg ) no-repeat left top;
}
.mp-giant-banner a img {
top: 20px;
margin: auto;
z-index: 999;
display: inline-block;
position: relative;
}
.mp-giant-banner #distortionOverlay {
width: 100%;
height: 185px;
z-index: 1;
position: absolute;
background: transparent url( ?title=Special:Filepath/distort.png ) no-repeat center top;
top: 0;
left: 0;
}
#mw-page-base
{
background-image: linear-gradient(#007799 0%,#ffbbff 100%);
}
#p-personal
{
background-color: #ffbbff;
border: 2px solid #cc88cc;
border-radius: 4px;
}
#mw-panel.collapsible-nav .portal
{
background-image: none;
}
.portal
{
background-image: none;
border: 2px solid #0099aa;
border-radius: 4px;
background-color: #44ccdd;
margin: 16px !important;
box-shadow: 0px 0px 10px #0099aa;
}
#pt-watchlist #pt-mytalk #pt-preferences #pt-userpage #pt-mycontris
{
margin: 4px;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
color: #ff0000;
/* text-shadow: 0px 0px 2px red; */
transition: 0.1s;
}
div.vectorTabs li.new a:hover {
color: red;
text-shadow: 0px 0px 2px red;
}
div.vectorTabs ul li {
background-color: rgba(0,0,0,0);
background-image: linear-gradient(rgba(0,0,0,0) 0%,#fff 100%);
}
div.vectorTabs
{
border: 2px solid #0099aa;
border-radius: 4px;
background-color: #44ccdd;
margin: 16px!important;
box-shadow: 0px 0px 10px #0099aa;
}