Enabled Domain homepage

This commit is contained in:
Deon George
2021-06-14 21:33:18 +10:00
parent a3b4214040
commit 4011b2a82d
13 changed files with 205 additions and 70 deletions

View File

@@ -41,6 +41,9 @@ textarea {
a:link {
text-decoration:none
}
a.disabled {
pointer-events: none;
}
.cap {
text-transform:uppercase
@@ -261,6 +264,11 @@ ul#navlist-desktop {
text-shadow: 2px 2px 0 #555;
border-bottom: 2px solid #aaa;
}
#content h1>small {
font-size: 35%;
color: #403f3f;
text-shadow: none;
}
#content h2 {
color:#fff;
background-color:#a00;
@@ -298,10 +306,7 @@ ul#navlist-desktop {
color:#c60;
}
#content>div.row:first-child {
padding-top: 0px;
}
#content>div.row {
#content>div.row:not(:first-child) {
padding-top: 20px;
}
@@ -412,6 +417,9 @@ form div.row {
.greyframe>form>div.row:last-child {
padding-bottom: 15px;
}
.greyframe div.row div[class^="col-"]:not(:first-child) {
padding-left: 20px;
}
label.form-label {
font-size: 75%;
@@ -458,6 +466,23 @@ div p:last-child {
margin: auto;
}
pre,
pre code {
font-family:ibmbios2y,monospace;
font-size:14px;
color: #ccc;
margin:0;
padding: 0 0 20px 0;
font-weight:400;
text-align:left;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
text-indent:initial
}
.row {
text-align: left;
}
@@ -549,6 +574,9 @@ tbody {
border-bottom:1px solid #666
}
.push-right {
float:right;
}
.text-center {
text-align:center;
}