MediaWiki:Monobook.css and Category:Helper templates: Difference between pages

From MysticWiki
(Difference between pages)
Jump to navigationJump to search
(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...")
 
(Created blank page)
 
Line 1: Line 1:
/* 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;
}

Latest revision as of 18:02, 7 February 2023