domain registration, start on DNS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user