2,875
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.mmgdisclaimer { | .mmgdisclaimer { | ||
background-color: rgb(254, 246, 231); | background-color: rgb(254, 246, 231); | ||
border-left: 15px solid rgb(255, 204, 51); | border-left: 15px solid rgb(255, 204, 51); | ||
border-top: none; | border-top: none; | ||
border-right: none; | border-right: none; | ||
border-bottom: none; | border-bottom: none; | ||
color: black; | color: black; | ||
width: 65%; | |||
margin: 0.5em auto; | |||
overflow: auto; | |||
} | |||
.mmgdisclaimerdark { | |||
background-color: rgb(63, 42, 3); | |||
border-left: 15px solid rgb(163, 122, 0); | |||
border-top: none; | |||
border-right: none; | |||
border-bottom: none; | |||
color: rgb(232, 230, 227); | |||
width: 65%; | width: 65%; | ||
margin: 0.5em auto; | margin: 0.5em auto; | ||
overflow: auto; | overflow: auto; | ||
} | } |
edits