Tiny CSS refactor
This commit is contained in:
parent
4879d3bdf5
commit
2db96e7c50
1 changed files with 4 additions and 5 deletions
|
|
@ -21,9 +21,12 @@ body {
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
background-image: url(/third-party/media/images/stars.gif);
|
background-image: url(/third-party/media/images/stars.gif);
|
||||||
}
|
}
|
||||||
|
header, footer, main, section, article, nav, div.section-like {
|
||||||
|
padding: 1%;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
header, main, footer {
|
header, main, footer {
|
||||||
margin-top: 2%;
|
margin-top: 2%;
|
||||||
border-style: solid;
|
|
||||||
}
|
}
|
||||||
header, footer, h1, h2, h3, h4, h5, h6 {
|
header, footer, h1, h2, h3, h4, h5, h6 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -39,13 +42,9 @@ main {
|
||||||
}
|
}
|
||||||
section, article, nav, div.section-like {
|
section, article, nav, div.section-like {
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
border-style: solid;
|
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
}
|
}
|
||||||
header, footer, main, section, article, nav, div.section-like {
|
|
||||||
padding: 1%;
|
|
||||||
}
|
|
||||||
header section, header nav, footer section, footer nav, header div.section-like, footer div.section-like {
|
header section, header nav, footer section, footer nav, header div.section-like, footer div.section-like {
|
||||||
border-color: var(--colour-sbga);
|
border-color: var(--colour-sbga);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue