Difference between revisions of "Apple of Discord Custom Styles.css"
Jump to navigation
Jump to search
(Created page with "{{#css: #container { background: #222; padding: 1em; color: #fff; } #container a, #container a:visited, #container a:active, #container a:h...") |
|||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
− | + | #bodyContent { | |
− | + | background-color: #222222!important; | |
− | + | padding: 1em; | |
− | + | color: #fff; | |
− | + | } | |
− | + | .catlinks { | |
− | + | background-color: #222222!important; | |
− | + | } | |
− | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | |
− | + | color: #fff; | |
− | + | } | |
− | + | #bodyContent a, #bodyContent a:visited, #bodyContent a:active { | |
− | + | color: #f9e09f; | |
− | + | } | |
− | + | #bodyContent a:hover { | |
− | + | color: #D4AF37; | |
− | + | } | |
− | + | #container ul { | |
− | + | list-style: none; | |
− | + | } | |
− | + | #container li::before { | |
− | + | content: "◎"; | |
− | + | color: #D4AF37; | |
+ | font-size: 1.25em; | ||
+ | padding-right: .3em; | ||
+ | } | ||
+ | #container .list li::before { | ||
+ | color: #000000; | ||
+ | } | ||
.button a { | .button a { | ||
− | border: | + | border: #f9e09f 5px solid; |
display: block; | display: block; | ||
margin: .5em; | margin: .5em; | ||
Line 46: | Line 52: | ||
min-width: 400px; | min-width: 400px; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
+ | padding: .5em; | ||
} | } | ||
.title { | .title { | ||
Line 54: | Line 61: | ||
.title img { | .title img { | ||
border:5px solid #d4af37; | border:5px solid #d4af37; | ||
+ | } | ||
+ | #bodyContent p.border-paragraph { | ||
+ | margin: 1em; | ||
+ | padding: .5em; | ||
+ | border: #f9e09f 6px double; | ||
} | } | ||
}} | }} |