MediaWiki:Common.css: Difference between revisions

From Kyria Thanatos Wiki
Jump to navigation Jump to search
add dark background image
remove background colors, tabs to spaces
Line 39: Line 39:
/***** dark background image *****/
/***** dark background image *****/
#mw-page-base {
#mw-page-base {
background: unset;
    background: unset;
background-color: black;
    margin-left: 1900px;
margin-left: 1900px;
}
}


body {
body {
background-color: black;
    background-image: url('https://wiki.grave.place/w/images/d/d1/Background_Full.png');  
background-image: url('https://wiki.grave.place/w/images/d/d1/Background_Full.png');  
}
}


Line 52: Line 50:
.vector-menu a:visited span { color: #759656; }
.vector-menu a:visited span { color: #759656; }


.vector-menu-tabs .selected { background: unset; }
.vector-menu-tabs .selected { background: unset; }
.vector-menu-tabs .selected { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) ); }
.vector-menu-tabs .selected { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) ); }
.vector-menu-tabs li { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) 90% ); }
.vector-menu-tabs li { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) 90% ); }
.vector-menu-tabs.vector-menu-tabs li.selected a span { color: black; }
.vector-menu-tabs.vector-menu-tabs li.selected a span { color: black; }
.vector-menu-tabs.vector-menu-tabs li.selected a:visited span { color: black; }
.vector-menu-tabs.vector-menu-tabs li.selected a:visited span { color: black; }
.vector-menu.vector-menu.vector-menu-tabs a span { color: #156B1E; }
.vector-menu.vector-menu.vector-menu-tabs a span { color: #156B1E; }
.vector-menu.vector-menu.vector-menu-tabs a:visited span { color: #115518; }
.vector-menu.vector-menu.vector-menu-tabs a:visited span { color: #115518; }
nav.vector-menu.vector-menu-dropdown { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) ); }
nav.vector-menu.vector-menu-dropdown { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) ); }
.vector-menu.vector-menu-dropdown .vector-menu-heading-label { color: #177521; }
.vector-menu.vector-menu-dropdown .vector-menu-heading-label { color: #177521; }
.vector-menu.vector-menu-dropdown a span { color: #177521; }
.vector-menu.vector-menu-dropdown a span { color: #177521; }

Revision as of 02:09, 9 June 2024

/* CSS placed here will be applied to all skins */

/***** infobox *****/
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
    background-color: #CCCCFF;
    margin-bottom: 8px;
}
.infobox-image {
    text-align: center;
}
.infobox-table {
	border-spacing: 0px;
	margin-top: 1em;
	width: 400px;
}
.infobox-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
    border-right: 1px solid #999;
    padding-right: 8px;
}
.infobox-table td {
    vertical-align: top;
    border-left: 1px solid #999;
    padding-left: 8px;
}

/***** dark background image *****/
#mw-page-base {
    background: unset;
    margin-left: 1900px;
}

body {
    background-image: url('https://wiki.grave.place/w/images/d/d1/Background_Full.png'); 
}

.vector-menu a span { color: #add48e; }
.vector-menu a:visited span { color: #759656; }

.vector-menu-tabs .selected	{ background: unset; }
.vector-menu-tabs .selected	{ background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) ); }
.vector-menu-tabs li { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) 90% ); }
.vector-menu-tabs.vector-menu-tabs li.selected a span { color: black; }
.vector-menu-tabs.vector-menu-tabs li.selected a:visited span { color: black; }
.vector-menu.vector-menu.vector-menu-tabs a span { color: #156B1E; }
.vector-menu.vector-menu.vector-menu-tabs a:visited span { color: #115518; }
nav.vector-menu.vector-menu-dropdown { background-image: linear-gradient(to top, lightgray, rgba(0,0,0,0) ); }
.vector-menu.vector-menu-dropdown .vector-menu-heading-label { color: #177521; }
.vector-menu.vector-menu-dropdown a span { color: #177521; }
.vector-menu.vector-menu-dropdown a:visited span { color: #1e4d1e; }

.vector-menu-heading-label { color: white; }

.mw-echo-notifications-badge { filter: invert(69%); }

.mw-body { background-color: lightgray; }

.mw-footer li { color: white; }
.mw-footer a { color: #add48e; }
.mw-footer a:visited { color: #759656; }