Main Page and MediaWiki:Monobook.css: Difference between pages

From MysticWiki
(Difference between pages)
Jump to navigationJump to search
No edit summary
 
(Created page with "→‎CSS placed here will affect users of the MonoBook skin: body { background-image: url('https://cdn2.arqadium.com/f/235d0fd61b474da4a29721c5ca3475c0/unknown.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } h1, h2, h3, h4, h5, h6 { border-color: rgba(170, 170, 170, 0.667); } #p-cactions li { border: 1px solid rgba(170, 170, 170, 0.667); background-color: rgba(255, 255, 255, 0.667); bor...")
 
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
/* CSS placed here will affect users of the MonoBook skin */


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
body {
background-image: url('https://cdn2.arqadium.com/f/235d0fd61b474da4a29721c5ca3475c0/unknown.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}


== Getting started ==
h1, h2, h3, h4, h5, h6 {
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
border-color: rgba(170, 170, 170, 0.667);
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
}
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
#p-cactions li {
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
border: 1px solid rgba(170, 170, 170, 0.667);
background-color: rgba(255, 255, 255, 0.667);
border-top-left-radius: 0.35rem;
border-top-right-radius: 0.35rem;
}
 
#p-cactions li.selected a, #p-cactions li a {
background-color: transparent !important;
}
 
#p-cactions li a {
background-color: transparent !important;
}
 
#p-cactions li.selected {
border-color: rgba(250, 189, 35, 0.667);
background-color: rgba(255, 255, 255, 0.667);
}
 
#p-cactions li a:hover {
background-color: rgba(255, 255, 255, 0.667);
}
 
.mw-body {
background-color: rgba(255, 255, 255, 0.667);
border-color: rgba(170, 170, 170, 0.667);
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
border-right: none;
}
 
.pBody {
background-color: rgba(255, 255, 255, 0.667);
border-color: rgba(170, 170, 170, 0.667);
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
border-left: none;
}
 
#footer {
background-color: rgba(255, 255, 255, 0.667);
border-color: rgba(250, 189, 25, 0.667);
}
 
pre, .mw-code {
background-color: rgba(248, 249, 250, 0.5);
border-color: rgba(170, 170, 170, 0.5);
border-radius: 0.5rem;
}
 
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
background-color: transparent;
border-color: rgba(162, 169, 177, 0.5);
}
 
.wikitable {
background-color: rgba(248, 249, 250, 0.5);
}
 
.wikitable, .wikitable > tbody, .wikitable > tbody > tr {
border-color: rgba(162, 169, 177, 0.5);
border-radius: 0.5rem;
}
 
.mw-highlight {
background-color: transparent;
}

Latest revision as of 17:58, 7 February 2023

/* CSS placed here will affect users of the MonoBook skin */

body {
	background-image: url('https://cdn2.arqadium.com/f/235d0fd61b474da4a29721c5ca3475c0/unknown.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	border-color: rgba(170, 170, 170, 0.667);
}

#p-cactions li {
	border: 1px solid rgba(170, 170, 170, 0.667);
	background-color: rgba(255, 255, 255, 0.667);
	border-top-left-radius: 0.35rem;
	border-top-right-radius: 0.35rem;
}

#p-cactions li.selected a, #p-cactions li a {
	background-color: transparent !important;
}

#p-cactions li a {
	background-color: transparent !important;
}

#p-cactions li.selected {
	border-color: rgba(250, 189, 35, 0.667);
	background-color: rgba(255, 255, 255, 0.667);
}

#p-cactions li a:hover {
	background-color: rgba(255, 255, 255, 0.667);
}

.mw-body {
	background-color: rgba(255, 255, 255, 0.667);
	border-color: rgba(170, 170, 170, 0.667);
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	border-right: none;
}

.pBody {
	background-color: rgba(255, 255, 255, 0.667);
	border-color: rgba(170, 170, 170, 0.667);
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-left: none;
}

#footer {
	background-color: rgba(255, 255, 255, 0.667);
	border-color: rgba(250, 189, 25, 0.667);
}

pre, .mw-code {
	background-color: rgba(248, 249, 250, 0.5);
	border-color: rgba(170, 170, 170, 0.5);
	border-radius: 0.5rem;
}

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
	background-color: transparent;
	border-color: rgba(162, 169, 177, 0.5);
}

.wikitable {
	background-color: rgba(248, 249, 250, 0.5);
}

.wikitable, .wikitable > tbody, .wikitable > tbody > tr {
	border-color: rgba(162, 169, 177, 0.5);
	border-radius: 0.5rem;
}

.mw-highlight {
	background-color: transparent;
}