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)
Tag: Reverted
(- test)
Tag: Reverted
Line 1: Line 1:
.theme-fandomdesktop-dark .community-page-module .community-page-module-box {
.theme-fandomdesktop-dark .community-page-module .community-page-module-box {
background-color: rgba(0,0,0,.3);
background-color: rgba(0,0,0,.3);
border: 1.5px solid #D0AE82;
box-shadow: inset 0 0 10px black;
display: flex;
flex-direction: column;
padding: 10px;
}
}
.theme-fandomdesktop-dark .community-page-cards-module .community-page-card-module {
.theme-fandomdesktop-dark .community-page-cards-module .community-page-card-module {
background-color: rgba(0,0,0,.3);
background-color: rgba(0,0,0,.3);
border: 1.5px solid #D0AE82;
box-shadow: inset 0 0 10px 0 #000;
box-sizing: border-box;
display: flex;
flex-direction: column;
margin: 0;
}
}
.theme-fandomdesktop-light .community-page-module .community-page-module-box {
.theme-fandomdesktop-light .community-page-module .community-page-module-box {
background-color: rgba(255,255,255,.3);
background-color: rgba(255,255,255,.3);
border: 1.5px solid #704738;
box-shadow: inset 0 0 10px 0 #000;
display: flex;
flex-direction: column;
padding: 10px;
}
}
.theme-fandomdesktop-light .community-page-cards-module .community-page-card-module {
.theme-fandomdesktop-light .community-page-cards-module .community-page-card-module {
background-color: rgba(255,255,255,.3);
background-color: rgba(255,255,255,.3);
border: 1.5px solid #704738;
box-shadow: inset 0 0 10px black;
box-sizing: border-box;
display: flex;
flex-direction: column;
margin: 0;
}
}

Revision as of 14:15, 31 January 2023

.theme-fandomdesktop-dark .community-page-module .community-page-module-box {
    background-color: rgba(0,0,0,.3);
    box-shadow: inset 0 0 10px black;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.theme-fandomdesktop-dark .community-page-cards-module .community-page-card-module {
    background-color: rgba(0,0,0,.3);
    box-shadow: inset 0 0 10px 0 #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.theme-fandomdesktop-light .community-page-module .community-page-module-box {
    background-color: rgba(255,255,255,.3);
    box-shadow: inset 0 0 10px 0 #000;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.theme-fandomdesktop-light .community-page-cards-module .community-page-card-module {
    background-color: rgba(255,255,255,.3);
    box-shadow: inset 0 0 10px black;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
}