Difference between revisions of "Apple of Discord Custom Styles.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
#bodyContent { | #bodyContent { | ||
background-color: #222222!important; | background-color: #222222!important; | ||
Line 12: | Line 11: | ||
} | } | ||
#bodyContent a, #bodyContent a:visited, #bodyContent a:active, #bodyContent a:hover { | #bodyContent a, #bodyContent a:visited, #bodyContent a:active, #bodyContent a:hover { | ||
− | color: # | + | color: #D4AF37; |
} | } | ||
#bodyContent a:hover { | #bodyContent a:hover { | ||
− | color: # | + | color: #d4af37; |
} | } | ||
#container ul { | #container ul { |
Revision as of 12:52, 21 August 2020
- 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, #bodyContent a:hover {
color: #D4AF37;
}
- 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 {
border: white 5px solid; display: block; margin: .5em; padding: .5em; text-align: center;
} .button a:hover {
border-color: #D4AF37;
} .row {
display: flex; flex-direction: row; flex-wrap: wrap; width: 100%;
} .column {
display: flex; flex-direction: column; flex-basis: 100%; flex: 1; min-width: 400px; margin-bottom: 1em; padding: .5em;
} .title {
font-size: 200%; font-weight: bold; text-align: center;
} .title img {
border:5px solid #d4af37;
}
- bodyContent p.border-paragraph {
margin: 1em; padding: .5em; border: #f9e09f 6px double;
}