Foreground.css: Difference between revisions
Citadel LRP
(Create from common.css to make visual tweaks specific to one skin) |
(Decrease top and bottom padding on IC blocks - this is added to the padding of the P elements within so was getting a bit big) |
||
Line 19: | Line 19: | ||
border: 2px solid grey; |
border: 2px solid grey; |
||
background-color: #191970; |
background-color: #191970; |
||
− | padding: 1em; |
+ | padding: .3em 1em; |
color: #FDA50F; |
color: #FDA50F; |
||
font-family: Abel; |
font-family: Abel; |
Revision as of 12:15, 18 September 2018
h1,h2,h3,h4 { font-family: Abel }
div.wrap {
padding: 15px;
margin: auto;
}
div.small {
max-width: 500px;
margin: auto;
}
p {
padding: 0.5em;
}
div.ic {
text-align: justify;
border: 2px solid grey;
background-color: #191970;
padding: .3em 1em;
color: #FDA50F;
font-family: Abel;
font-size: 1.1em;
font-weight: 700;
line-height: 20px;
margin: 1em 0;
}