MediaWiki:Common.css: Difference between revisions

From MU Bless Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 277: Line 277:
}
}


kdb{
kbd{
background-color: black;
background-color: black;
border: 1px solid #aaa;
border: 1px solid #aaa;
}
}

Revision as of 19:28, 8 February 2024

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/*#ca-nstab-main { display: none !important; }*/
/*#ca-talk { display: none !important; }*/


/*html, body, #mw-wrapper {*/
/*    background-color: #2a2a2a !important;*/
/*}*/

h1, h2, #p-banner, label{
	color: #ffe6c0 !important;
}

p, h3, span, li{
	color: #c1c1c1;
}

a, ul span{
	color: #e69100 !important;
}

#mw-content{
	background-color: white;
	border-left: 1px solid black !important;
	border-bottom: 1px solid black !important;
}

#site-navigation, #site-tools, #page-tools{
	background-color: #2a2a2a !important;
	border: none !important;
}

#mw-header-container{
	background-color: #151515;
}

#mw-content-block, #mw-content-wrapper{
	background-color: #2a2a2a;
}

#mw-content-block{
	padding: 0px !important;
}

#mw-content{
	background-color: #323232 !important;
	border-top: none !important;
	border-right: none !important;
}

.color-left, .color-right, .color-middle{
	background: #151515;
}

#mw-content-container{
	border-bottom: none;
	padding-bottom: 0px;
}

/*#mw-related-navigation{*/
/*	display: none;*/
/*}*/

.mw-footer-container{
	border-top: solid 2px #2a2a2a;
}

#mw-site-navigation{
	padding-right: 0px;
}

#mw-header-nav-hack{
	background-color: #2a2a2a;
}

#mw-footer{
	background-color: #2a2a2a;
}

/*#footer-places{*/
/*	margin-bottom: 0px;*/
/*	padding-bottom: 1em;*/
/*}*/


#footer-icons{
	margin: 0px !important;
    padding-top: 1em;
}

#footer-info, #footer-info-lastmod{
	margin-top: 0px !important;
}

.oo-ui-icon-tray, .mw-ui-icon-tray:before{
	background-image: url(/wiki/skins/Timeless/resources/images/notifications.svg);
}

.oo-ui-icon-bell, .mw-ui-icon-bell:before{
	background-image: url(/wiki/skins/Timeless/resources/images/ring.svg);;
}

.mw-body h1.firstHeading{
	border-bottom: 1px solid #a2a9b1;
}

.tools-inline li.selected{
	border-bottom: 1px solid #a2a9b1 !important;
}

.main_table td{
background-color:#151515;
padding: 7px;
padding-bottom: 15px !important;
border-radius: 0px;
box-shadow: inset 0 0 2px 2px #141314, -1px -1px 2px 1px #2a292a, 2px 2px 3px 0px #656565;
border: none;
}

p{
margin: 7px
}

#searchButton, #mw-searchButton{
	right: 0px;
}

/*#ca-viewsource, #ca-history{*/
/*	display: none;	*/
/*}*/

/*#mw-footer-container{*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*}*/

.title p{
	color: #ffe6c0;
	font-family: "Titillium Web",sans-serif;
	text-align: center;
}

.main_table{
	border-spacing: 8px;
	width: 100%;
}

.main_table td{
	vertical-align: top;
}

h4 span{
	color: #FFE6BF !important;
}

#toc{
    background-color: #444;
    border-color: #666;
}

/*#p--label{*/
/*	display: none !important;*/
/*}*/

/*#site-tools{*/
/*	display:none;*/
/*}*/

.toctitle{
	border-bottom: none !important;
}

.toc{
	border-width: 1px;
}

#content{
	background-color: #333;
	margin-top: 1px;
}

.vector-menu-tabs-legacy li{
	background-image: none !important;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading{
	background-image: linear-gradient(#333 5%,#1f1f1f 60%);
}

.mw-body{
	border: 1px solid #1f1f1f !important;
	color: #c1c1c1 !important;
	padding: 0px !important;
}

#mw-head{
	background-color: #333;
}

body{
	background-color: #2a2a2a;
}

.catlinks{
	background-color: #2a2a2a;
	border-color: #666;
}

.mw-footer li{
	color: #c1c1c1;
}

.mw-wiki-logo{
	background-size: contain;
}

.vector-menu-tabs-legacy .selected{
	background-color: #333;
}

.vector-search-box-input{
	padding: 5px 2.15384615em 5px 0.4em;
}

div#simpleSearch #searchInput{
	background-color: #333;
	caret-color: white;
	color: #c1c1c1;
}

#mw-head{
	background-image: linear-gradient(#333 50%,#2a2a2a 100%);
}

#mw-page-base{
	display: none;
}

#bodyContent{
	padding: 3em 1.5em 1.5em 1.5em;
}


.vector-menu-content-list{
    background-color: #333;
}

#mw-panel .vector-menu-content-list{
	 background-color: transparent !important;
}

ul li::marker{
	color: #c1c1c1 !important;
}

ul{
	list-style-image: none !important;
}

#mw-panel{
	padding-top: 0.5em;
}

#ca-viewsource, #ca-talk{
	display: none;
}

.wikitable{
	color: #c1c1c1;
    background-color: #393939;
    border-color: #888;
}

.wikitable th{
	background-color: #393939 !important;
}

kbd{
	background-color: black;
	border: 1px solid #aaa;
}