(- test) Tag: Reverted |
m (FANDOMbot moved page User:Bubblybonbon/common.css to User:Binonbo/common.css: Automatically moved page while renaming the user "Bubblybonbon/common.css" to "Binonbo/common.css") |
||
(25 intermediate revisions by one other user not shown) | |||
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; |
|||
} |