Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

User:Binonbo/common.css: Difference between revisions

From DOORS Wiki
(- test)
(- changing styles)
Line 5: Line 5:
}
}


/* 2) Rail Module Customization - DOORS Themed (Credits to LSPLASH for image) */
/* 2) Rail Module Customization */
.WikiaRail .rail-module {
.WikiaRail .rail-module {
background: transparent;
background: url(https://doors-game.fandom.com/wiki/DOORS?so=search&file=DOORS_Thumbnail_3.png) center;
transition: 0.25s ease;
border-radius: 4.5px;
transition-property: border, background;
box-shadow: 20px rgba(0, 0, 0, 0.5);
}
padding: 15px !important;
.WikiaRail .rail-module:hover {
transition: .35s ease;
background: #D0AE82;
}
}

Revision as of 21:12, 20 September 2022

/* 1) Disables advertisements on-screen - Quality of Life */
.ad-slot-placeholder,
.top-ads-container {
    display: none !important;
}

/* 2) Rail Module Customization */
.WikiaRail .rail-module {
    background: transparent;
    transition: 0.25s ease;
    transition-property: border, background;
}
.WikiaRail .rail-module:hover {
    background: #D0AE82;
}