MediaWiki:Timeless.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content deleted Content added
No edit summary
No edit summary
Line 29: Line 29:
/* #content-bottom-stuff - category block */
/* #content-bottom-stuff - category block */
}
}

/* ToC */
#toc {
background: #dbab88;
border: 2px solid #826249 !important;
border-width: 1px;
padding: 1em 1.3em; }
.toctitle {
border-color: #826249 !important; }
.toctogglelabel {
color: #79DEFF !important; }
.tocnumber {
color: #E9E6E8 !important; }


#catlinks-sidebar {display: none !important;}
#catlinks-sidebar {display: none !important;}

Revision as of 15:08, 26 April 2024

/* All CSS here will be loaded for users of the Timeless skin */
/** General styling **/
body {
	color: #000000; 
	background: #800649; } /* affects vertical scrolbar and footer background */

/* Backdrop */
#mw-content-container {
    background-color:#fcc8a9 !important;
    background-size: cover !important;
    background-attachment: fixed !important; }

/* Content */	
#mw-content-container {
	background: #170926; /* This also hides black block on backdrop? */
	border-bottom: solid 3px #826249; }	
#mw-content {
	background: #ffe1cf;
	border: 3px solid #826249;
	border-top: none;
	box-shadow: none; }
/** Changes for smaller screens **/
@media only screen and (max-width: 1100px) { 
  #mw-content { /* Content area */
    border-right: none;
    border-left: none; }
  #mw-content-block {
    background: #1D0832 }
  /* #content-bottom-stuff - category block */
}

/* ToC */	
#toc {
	background: #dbab88;
	border: 2px solid #826249 !important;
	border-width: 1px;
	padding: 1em 1.3em; }
.toctitle {
	border-color: #826249 !important; }
.toctogglelabel {
	color: #79DEFF !important; }
.tocnumber {
	color: #E9E6E8 !important; }

#catlinks-sidebar {display: none !important;}
#catlinks {display: block !important;}
#mw-normal-catlinks {
	border     : 1px dashed #aaaaaa !important;
	background : #e1dac8 !important;
	width      : 83% !important;
	margin     : 0 auto !important;
	padding    : 10px !important;
}

/* [[Category:Styling pages]] */