CSS updates, layout tweeks, domain editing/updating

This commit is contained in:
Deon George
2021-06-14 15:46:18 +10:00
parent dd648adf91
commit a3b4214040
12 changed files with 235 additions and 89 deletions

View File

@@ -46,8 +46,8 @@ a:link {
text-transform:uppercase
}
div p:last-child {
margin-bottom:0
strong.highlight {
color: #eee;
}
body {
@@ -88,7 +88,6 @@ sup:after {
z-index: 4;
box-sizing: content-box
}
#nav-menu {
color:#aaa;
padding:0;
@@ -273,7 +272,7 @@ ul#navlist-desktop {
margin:24px auto 40px auto;
box-shadow:8px 9px 0 0 #333
}
#content>h2:first-child {
#content h2:first-child {
margin-top:8px
}
#content h3,
@@ -299,6 +298,13 @@ ul#navlist-desktop {
color:#c60;
}
#content>div.row:first-child {
padding-top: 0px;
}
#content>div.row {
padding-top: 20px;
}
#content ul {
margin:0 1ch;
padding-left:1ch;
@@ -402,6 +408,10 @@ form div.row {
.greyframe h2.cap+p {
margin-top:1em
}
.greyframe>div.row:last-child,
.greyframe>form>div.row:last-child {
padding-bottom: 15px;
}
label.form-label {
font-size: 75%;
@@ -414,6 +424,22 @@ p {
text-align:left;
word-break:break-word
}
p>small {
color: #bbb;
}
p>small:before {
content: '[';
}
p>small:after {
content: ']';
}
p>small:before,
p>small:after {
color: #eee;
}
div p:last-child {
margin-bottom:0
}
.pad {
padding:1em 1.5ch;
@@ -450,6 +476,78 @@ p {
transition:all .1s ease-in-out
}
table {
border-collapse:collapse;
color:#fff;
}
th {
font-weight:400
}
td {
padding:0 4px
}
thead {
background-color:#222;
border-top:1px solid #555;
border-bottom:3px double #555;
border-left:2px solid #555;
border-right:2px solid #555
}
tbody {
border-left:2px solid #555;
border-right:2px solid #555;
border-bottom:1px solid #555
}
.monotable {
background-color:#1e1e1e;
margin-top:.5em;
margin-bottom:1.5em;
text-indent:0
}
.monotable.sbm {
margin-bottom:.5em
}
.monotable thead {
border-top:1px solid #666;
border-left:2px solid #666;
border-right:2px solid #666;
border-bottom:0;
color:#fff;
background-color:#000
}
.monotable th {
padding:.5em 1.5ch .4em;
border-right:2px solid #666
}
.monotable tbody {
border-top:3px double #666;
border-left:2px solid #666;
border-right:2px solid #666;
border-bottom:1px solid #666;
color: #eee;
}
.monotable tbody td {
padding-left:1.5ch!important;
padding-right:1.5ch!important;
vertical-align:middle!important
}
.monotable tbody tr:first-child td {
padding-top:9px!important
}
.monotable tbody tr:last-child td {
padding-bottom:7px!important
}
.monotable tr td:not(:last-child) {
border-right:2px solid #666
}
.monotable.cozy {
text-align:left
}
.monotable.cozy td {
padding-top:8px!important;
padding-bottom:7px!important;
border-bottom:1px solid #666
}
.text-center {
text-align:center;