Difference between revisions of "Apple of Discord Custom Styles.css"
Jump to navigation
Jump to search
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{#css: | |
− | background: # | + | #bodyContent { |
+ | background-color: #222222!important; | ||
padding: 1em; | padding: 1em; | ||
color: #fff; | color: #fff; | ||
} | } | ||
− | # | + | .catlinks { |
+ | background-color: #222222!important; | ||
+ | } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
color: #fff; | color: #fff; | ||
} | } | ||
− | # | + | #bodyContent a, #bodyContent a:visited, #bodyContent a:active { |
− | color: | + | color: #f9e09f; |
+ | } | ||
+ | #bodyContent a:hover { | ||
+ | color: #D4AF37; | ||
} | } | ||
#container ul { | #container ul { | ||
Line 23: | Line 30: | ||
} | } | ||
.button a { | .button a { | ||
− | border: | + | border: #f9e09f 5px solid; |
display: block; | display: block; | ||
margin: .5em; | margin: .5em; | ||
Line 55: | Line 62: | ||
border:5px solid #d4af37; | border:5px solid #d4af37; | ||
} | } | ||
− | + | #bodyContent p.border-paragraph { | |
+ | margin: 1em; | ||
+ | padding: .5em; | ||
+ | border: #f9e09f 6px double; | ||
+ | } | ||
+ | }} |