Vamp! Wikia
(First order of business is L/D mode-proofing the main page.)
 
(Matching Right Rail DM background with main page DM background)
Line 61: Line 61:
 
font-weight: bold;
 
font-weight: bold;
 
font-size: 140%;
 
font-size: 140%;
  +
}
  +
  +
  +
/***********************/
  +
/* RIGHT RAIL COLORS */
  +
/***********************/
  +
  +
/* Right Rail Dark Mode */
  +
  +
.theme-fandomdesktop-dark .page__main
  +
{
  +
background: #121212 repeat;
  +
}
  +
  +
.theme-fandomdesktop-dark .page__right-rail, .page__right-rail p
  +
{
  +
background: #121212 repeat;
  +
}
  +
  +
.theme-fandomdesktop-dark .page__right-rail section
  +
{
  +
background: rgba(164,17,17,0);
  +
}
  +
  +
.theme-fandomdesktop-dark #page-tools-module.rail-module.page-tools
  +
{
  +
background: #121212 repeat;
  +
}
  +
  +
.theme-fandomdesktop-dark #wikia-recent-activity.rail-module.recent-wiki-activity.activity-module
  +
{
  +
background: rgba(164,17,17,0);
  +
}
  +
  +
.theme-fandomdesktop-dark .right-rail-wrapper>.rail-module:last-child, .right-rail-wrapper>:last-child>.rail-module:last-child
  +
{
  +
background: #121212 repeat;
  +
}
  +
  +
.theme-fandomdesktop-dark #recirculation-rail.popular-pages.premium-recirculation-rail
  +
{
  +
background: rgba(164,17,17,0);
  +
}
  +
  +
.theme-fandomdesktop-dark #WikiaAdInContentPlaceHolder.rail-module
  +
{
  +
background: rgba(164,17,17,0);
 
}
 
}

Revision as of 16:47, 23 July 2021

/**********************************/
/*         Admin Username         */
/**********************************/
a[href$="/wiki/User:Revriley"] {
    color: #66098F !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

/****************************/
/*        MAIN PAGE         */
/****************************/

/* H2 Header Custom Styling for Light & Dark Modes */
.theme-fandomdesktop-light .lcs-container h2 {
    background-color:#9a9a9a;
    padding: 0.2em 0.4em; 
    margin: 0 0 10px 0; 
    border-radius: 7px; color: white; 
    font-variant: small-caps; 
    justify-content: center; 
    text-shadow: 1px 3px 3px black; 
    font-weight: bold; 
    font-size: 140%;
}

.theme-fandomdesktop-light .rcs-container h2 {
    background-color:#9a9a9a;
    padding: 0.2em 0.4em; 
    margin: 0 0 10px 0; 
    border-radius: 7px; color: white; 
    font-variant: small-caps; 
    justify-content: center; 
    text-shadow: 1px 3px 3px black; 
    font-weight: bold; 
    font-size: 140%;
}

.theme-fandomdesktop-dark .lcs-container h2 {
    background-color: #701020;
    text-align: center;
    padding: 0.2em 0.4em; 
    margin: 0 0 10px 0; 
    border-radius: 7px; color: white; 
    font-variant: small-caps; 
    justify-content: center; 
    text-shadow: 1px 3px 3px black; 
    font-weight: bold; 
    font-size: 140%;
}

.theme-fandomdesktop-dark .rcs-container h2 {
    background-color: #701020;
    text-align: center;
    padding: 0.2em 0.4em; 
    margin: 0 0 10px 0; 
    border-radius: 7px; color: white; 
    font-variant: small-caps; 
    justify-content: center; 
    text-shadow: 1px 3px 3px black; 
    font-weight: bold; 
    font-size: 140%;
}


/***********************/
/*  RIGHT RAIL COLORS */
/***********************/

/* Right Rail Dark Mode */

.theme-fandomdesktop-dark .page__main 
{
   background: #121212 repeat; 
}

.theme-fandomdesktop-dark .page__right-rail, .page__right-rail p
{
   background: #121212 repeat; 
}

.theme-fandomdesktop-dark .page__right-rail section
{
    background: rgba(164,17,17,0);
}

.theme-fandomdesktop-dark #page-tools-module.rail-module.page-tools 
{
   background: #121212 repeat; 
}

.theme-fandomdesktop-dark #wikia-recent-activity.rail-module.recent-wiki-activity.activity-module 
{
    background: rgba(164,17,17,0);
}

.theme-fandomdesktop-dark .right-rail-wrapper>.rail-module:last-child, .right-rail-wrapper>:last-child>.rail-module:last-child
{
   background: #121212 repeat; 
}

.theme-fandomdesktop-dark #recirculation-rail.popular-pages.premium-recirculation-rail
{
    background: rgba(164,17,17,0);
}

.theme-fandomdesktop-dark #WikiaAdInContentPlaceHolder.rail-module
{
    background: rgba(164,17,17,0);
}