(- 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); |
||
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); |
||
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); |
||
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); |
||
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;
}