domain registration, start on DNS

This commit is contained in:
2026-05-14 11:15:30 -04:00
parent 8c55871866
commit 43d4730803
12 changed files with 415 additions and 28 deletions
+80
View File
@@ -68,6 +68,86 @@ body {
padding-right: 8px;
}
.InsetContentBox {
border: 1px inset;
min-height: 200px;
background-color: white;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
}
.ContentBox {
border: 2px solid #4682b4;
min-height: 200px;
background-color: white;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
padding: 8px;
}
#DomainOptions {
text-align: center;
float: right;
}
#DomainSelection {
overflow: scroll;
zoom: 1;
}
#DomainSelection li:hover {
background-color: #2e69cb;
color: white;
cursor: pointer;
}
.SelectedListItem {
background-color: #2e69cb;
color: white;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
padding: 8px;
}
.MutedText {
color: #afafaf;
}
.TitleText {
font-weight: bold;
font-size: 14px;
}
.Hidden {
display: none;
}
a {
text-decoration: none;
}
a:hover {
color: #800000;
}
a {
color: #0000ee;
}
.DefaultButton {
background-color: #f5cd2f;
cursor: pointer;
}
.VerticalInputForm {
display: inline-block;
}