Dogcraft Wiki

Archive/Site notice.css

From Dogcraft Wiki

(Domino changed the content model of the page Dogcraft Wiki:Archive/Site notice.css from "wikitext" to "CSS": css archive page)
Tag: content model change
No edit summary
 
Line 1: Line 1:
/* Site notice styles archive - copied from MW:Common.css at 2022.08.21 */
/* Site notice styles archive - copied from MW:Common.css at 2022.08.21  
- css removed from Common in favor of using dc.net global site notice
- styles copied over exactly in state at archival
*/
 
.mw-dismissable-notice-close {
visibility:visible;
}
 
#siteNotice-container {
position: fixed;
z-index: 10;
width: 100%;
top: 102px;
margin: 0 auto;
max-width: 1300px;
}
 
.sitedir-ltr .mw-dismissable-notice-body {
margin:inherit;
}
 
/* Sitenotice */
/* Moving the Sitenotice down, so it isn't hidden by the topbar */
/**#siteNotice {
margin-top: .1em;
position: fixed;
z-index: 4;
width: 100%;
}**/
/* Hiding it by default */
/*#siteNotice {
display: none;
}*/
/* re-enabling it on select namespaces (main, user, project, guide) */
/*.ns-0 #siteNotice, .ns-2 #siteNotice,
.ns-4 #siteNotice, .ns-3002 #siteNotice {
display: block;
}*/
.mw-dismissable-notice-close {
font-size: 12px;
}
/* @media only screen and (max-width: 1000px) {
#siteNotice {
display:none!important;
}
}*/

Latest revision as of 23:50, 20 August 2022

/* Site notice styles archive - copied from MW:Common.css at 2022.08.21 
	- css removed from Common in favor of using dc.net global site notice
	- styles copied over exactly in state at archival
*/

.mw-dismissable-notice-close {
	visibility:visible;
}

#siteNotice-container {
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 102px;
	margin: 0 auto;
	max-width: 1300px;
}

.sitedir-ltr .mw-dismissable-notice-body {
	margin:inherit;
}

/* Sitenotice */	
	/* Moving the Sitenotice down, so it isn't hidden by the topbar */
	/**#siteNotice {
		margin-top: .1em;
		position: fixed;
		z-index: 4;
		width: 100%;
	}**/
	/* Hiding it by default */
	/*#siteNotice {
		display: none;
	}*/
	/* re-enabling it on select namespaces (main, user, project, guide) */
	/*.ns-0 #siteNotice, .ns-2 #siteNotice, 
	.ns-4 #siteNotice, .ns-3002 #siteNotice {
			display: block;
	}*/
	
	.mw-dismissable-notice-close {
		font-size: 12px;
	}
	
/*	@media only screen and (max-width: 1000px) {
		#siteNotice {
			display:none!important;
		}	
	}*/