(- test) Tag: Reverted |
(- blanked) Tags: Blanking Manual revert |
||
Line 1: | Line 1: | ||
.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; |
|||
} |