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 |
m |
||
Line 200: | Line 200: | ||
} | } | ||
body | body::before { | ||
content: "" !important; | |||
position: fixed !important; | |||
top: 0 !important; | |||
left: 0 !important; | |||
width: 100% !important; | |||
height: 100% !important; | |||
background-image: url('/mnt/volume_nyc1_03/Codex_Test/images/e/eb/360_F_529765067_jP9YYB40okQi8tUHb20UT0ijFtyvnQIA.jpg') !important; | background-image: url('/mnt/volume_nyc1_03/Codex_Test/images/e/eb/360_F_529765067_jP9YYB40okQi8tUHb20UT0ijFtyvnQIA.jpg') !important; | ||
background-size: cover !important; | background-size: cover !important; | ||
background-position: center !important; | background-position: center center !important; | ||
background-repeat: no-repeat !important; | |||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
z-index: -1 !important; | |||
pointer-events: none !important; | |||
} | |||
#mw-wrapper, | |||
.Evelution1-content, | |||
.Evelution1-header, | |||
.Evelution1-footer { | |||
position: relative !important; | |||
z-index: 1 !important; | |||
background-color: transparent !important; | |||
} | |||
body::after { | |||
content: "" !important; | |||
position: fixed !important; | |||
top: 0 !important; | |||
left: 0 !important; | |||
width: 100% !important; | |||
height: 100% !important; | |||
background-color: rgba(0, 0, 0, 0.3) !important; /* Adjust color and opacity as needed */ | |||
z-index: -1 !important; | |||
pointer-events: none !important; | |||
} | } |
Revision as of 03:41, 29 June 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;
}
body::before {
content: "" !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background-image: url('/mnt/volume_nyc1_03/Codex_Test/images/e/eb/360_F_529765067_jP9YYB40okQi8tUHb20UT0ijFtyvnQIA.jpg') !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
z-index: -1 !important;
pointer-events: none !important;
}
#mw-wrapper,
.Evelution1-content,
.Evelution1-header,
.Evelution1-footer {
position: relative !important;
z-index: 1 !important;
background-color: transparent !important;
}
body::after {
content: "" !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background-color: rgba(0, 0, 0, 0.3) !important; /* Adjust color and opacity as needed */
z-index: -1 !important;
pointer-events: none !important;
}