The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
Support the wiki on our official Ko-Fi page or Patreon page!
MediaWiki:Common.css: Difference between revisions
From The Codex
m |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 212: | Line 212: | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
background: url('/images/ | background: url('/images/c/cd/ShitAssBackground.png') no-repeat center top fixed; | ||
background-size: | background-size: cover; | ||
z-index: 0; | z-index: 0; | ||
pointer-events: none; | pointer-events: none; | ||
Line 219: | Line 219: | ||
} | } | ||
/* | /* Elements stay above containers */ | ||
#mw-site-navigation, | #mw-site-navigation, | ||
#mw-related-navigation, | #mw-related-navigation, | ||
Line 225: | Line 225: | ||
#mw-content-wrapper, | #mw-content-wrapper, | ||
.mw-content-blocker { | .mw-content-blocker { | ||
position: relative; | position: relative; | ||
z-index: 1; | z-index: 1; | ||
} | } |
Latest revision as of 06:59, 5 November 2024
/***** CSS placed here will be applied to all skins on the entire site. *****/
/**** ----- Imports ---- ****/
@import "/index.php?action=raw&title=MediaWiki:Common.css&ctype=text/css";
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css|u:dev:MediaWiki:MessageWallPagination|u:dev:MediaWiki:DropdownMenu/code.css|u:dev:MediaWiki:FandomizedButtons.css|u:dev:MediaWiki:ActivityFeed.css|u:dev:MediaWiki:FandomizedFieldsets.css|u:dev:MediaWiki:FandomizedCategoryExhibition.css|u:dev:MediaWiki:SpoilerBlur/code.css|u:dev:MediaWiki:ContribsButtons.css");
@import url('https://fonts.googleapis.com/css?family=Bungee|Merriweather|Monda|Rubik+Mono+One|Russo+One|Monterrat+Alternates|Permanent+Marker|Black+Ops+One|Audiowide');
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedProfileUCP.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:NewPagesModule.css&only=styles";
/** Load page-specific CSS **/
@import url('/index.php?title=MediaWiki:Common.css/Pages.css&action=raw&ctype=text/css&dontcountme=s');
/**** ----- Code ---- ****/
/* Remove underlining from "view more replies" link on threads */
.load-more a:hover {
text-decoration: none !important;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
.railModule li {
font-family: "Helvetica";
}
.railModule font {
font-family: Helvetica;
}
.loaded h2 {
font-family: "The Codex";
color: black;
font-size: 2em !important;
}
.toc {
font-family: "Century Gothic";
font-weight: 600;
}
.photo-module .has-icon {
letter-spacing: .67px;
}
#WikiaPage h1,
#WikiaPage h2,
#WikiaPage h3,
#WikiaPage h4,
#WikiaMainContent .mw-headline {
font-weight: normal !important;
}
/* Rail Module Styling */
.new-pages-rail-module .mw-userlink bdi:before {
content: "Created by ";
color: black;
pointer-events: none !important;
}
#OtherSitesModule h2 {
font-size: 25px !important;
letter-spacing: 1.5px;
border-bottom: 4px outset red;
}
#OtherSitesModule hr {
height: 3px;
background-color: black;
}
#OtherSitesModule .text {
font-weight: bold;
}
#OtherSitesModule img {
transform: rotate(0) scale(.9) skew(-180deg) translate(0);
transition: all 0.6863s ease;
}
#OtherSitesModule img:hover {
transform: rotate(-1deg) scale(1.04) skew(-180deg) translate(0);
}
/* Remove "Edit" section links from Rail Module */
#OtherSitesModule .editsection {
display: none;
}
/** Discussions Rail Module **/
.embeddable-discussions-heading {
font-family: 'The Codex';
}
.embeddable-discussions-heading:after {
font-size: 22px !important;
color: black;
font-weight: normal;
}
/* Removes arrow icon from external links */
.WikiaArticle a.external:after, .WikiaArticle a[href^="gopher://"]:after {
background-image: none;
content: none;
}
.rail-module .mw-editsection a,
.rail-module .mw-editsection-bracket {
display: none;
}
.wikipediauserbox img[src$=gif] {
width: 40px;
height: 40px;
}
/* Outside */
figure[typeof~='mw:File/Thumb'] {
background-color:transparent;
border: 0 solid transparent;
}
/* Inside */
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element {
background-color:transparent;
border: 0 solid transparent;
}
/* Bottom */
figure[typeof~='mw:File/Thumb'] > figcaption {
background-color:transparent;
border: 0 solid transparent;
}
/* Enlarge Icon */
a.mw-file-description::after {
display:none;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Global */
/* Tabber */
.Molly .tabber--live {
width: min-content;
float: right;
align-items:center;
/* width:20em; */ /* If you want other size */
}
.Molly .tabber img {
max-width: 100%;
}
.Molly .tabber article {
overflow: hidden;
}
.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;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}
/* Background Image Library */
#mw-content-container {
position: relative;
}
#mw-content-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('/images/c/cd/ShitAssBackground.png') no-repeat center top fixed;
background-size: cover;
z-index: 0;
pointer-events: none;
min-height: 100vh;
}
/* Elements stay above containers */
#mw-site-navigation,
#mw-related-navigation,
#mw-content-text,
#mw-content-wrapper,
.mw-content-blocker {
position: relative;
z-index: 1;
}