Difference between revisions of "MediaWiki:Common.css"

From Paradise Lofts Wiki
Jump to: navigation, search
m
m
Line 141: Line 141:
 
padding-right: 0.625em;
 
padding-right: 0.625em;
 
font-size: 14px;
 
font-size: 14px;
 +
padding-top: 1.25em;
 
/* font-size:0.8em!important;        original font size */
 
/* font-size:0.8em!important;        original font size */
 
}
 
}

Revision as of 19:45, 14 February 2019

/* CSS placed here will be applied to all skins */
body {
    background-color: #853d3d;
}
#mw-page-base {
    height: 5em;
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: none !important;
    background-color: #853d3d;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-color: #853d3d;
}
.mw-body {
    margin-left: 10em;
    border: 1px solid #853d3d !important;
        border-right-width: 1px;
    border-right-width: 0;
    margin-top: -1px;
}
#p-cactions {
	background-color: #EAEAEA !important;
}
div.vectorTabs span {
    display: inline-block;
    background-image: none !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    border-right:#000 solid 1px;
}
div.vectorTabs ul li {
    float: left;
    line-height: 1.125em;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: none !important;
    background-position: bottom left;
    background-repeat: repeat-x;
    white-space: nowrap;
    background-color: #EAEAEA !important;
}
div.vectorTabs ul li.selected {
	background-color: #FFFFFF !important;
}
div.vectorTabs li a {
    display: inline-block;
    height: 1.9em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    color: #853d3d !important;
    cursor: pointer;
    font-size: 0.8em;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #853d3d !important;
    font-weight: bold !important;
    text-decoration: none;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #853d3d !important;
}
div.vectorTabs span > a{
    color: #853d3d !important;
}
fieldset {
    border: 1px solid #853d3d !important;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
}
#mw-panel .portal .body li a {
    color: #FFF !important;
}
#mw-panel .portal h3 {
    font-size: 0.75em;
    color: #FFF !important;
    font-weight: normal;
    margin: 0.5em 0 0 0.66666667em;
    padding: 0.25em 0;
    cursor: default;
    border: 0;
}
#content a,
.menu a{
	color: #853d3d !important;
}
a.new, #p-personal a.new {
    color: #FFF !important;
}
a {
    text-decoration: none;
    color: #FFF !important;
    background: none;
}

.mw-ui-button.mw-ui-progressive {
    background-color: #974949;
    color: #fff;
    border: 1px solid #853d3d;
}

.mw-ui-button.mw-ui-progressive:hover {
    background-color: rgba(133, 61, 61, .5);
    color: #fff;
    border: 1px solid #974949;
}
.mw-ui-button.mw-ui-progressive:active:focus {
    background-color: #974949;
    color: #fff;
    border: 1px solid #853d3d;
    border-color:#853d3d!important;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    color: #fff;
    background-color: #974949;
    border-color: #853d3d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
    background-color: rgba(133, 61, 61, .5);
    color: #fff;
    border: 1px solid #974949;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active:focus {
    color: #fff;
    background-color: #974949;
    border-color: #853d3d;
    border-color:#853d3d!important;
}
/* Change main page tab name */
#ca-nstab-main a {
	font-size:0;
}
#ca-nstab-main a:after {
	content: 'Paradise Lofts Wiki';
	padding-left: 0.625em;
	padding-right: 0.625em;
	font-size: 14px;
	padding-top: 1.25em;
	/* font-size:0.8em!important;         original font size */
}