CSS changes, enable links to system edit on network list
This commit is contained in:
58
public/oldschool/css/main.css
vendored
58
public/oldschool/css/main.css
vendored
@@ -98,11 +98,20 @@ sup:before {
|
||||
}
|
||||
sup:after {
|
||||
content: ']';
|
||||
padding-right: 2px;
|
||||
}
|
||||
sup:before,
|
||||
sup:after {
|
||||
color: #aa0000;
|
||||
}
|
||||
sup.success {
|
||||
color: #005300;
|
||||
}
|
||||
|
||||
sup.success:before,
|
||||
sup.success:after {
|
||||
color: #00aa00;
|
||||
}
|
||||
|
||||
#nav {
|
||||
width: 100%;
|
||||
@@ -115,8 +124,6 @@ sup:after {
|
||||
#nav-menu {
|
||||
color:#aaa;
|
||||
padding:0;
|
||||
width:inherit;
|
||||
max-width:1248px;
|
||||
position:fixed;
|
||||
z-index:4;
|
||||
top:0;
|
||||
@@ -124,20 +131,18 @@ sup:after {
|
||||
right:0;
|
||||
margin-top:0;
|
||||
margin-bottom:0;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-left:5%;
|
||||
margin-right:5%;
|
||||
text-align:left;
|
||||
}
|
||||
#nav-menu h1 {
|
||||
width: 216px;
|
||||
width: 15%;
|
||||
font-size: 1.5em;
|
||||
font-weight:400;
|
||||
padding: 12px 0 0 0;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
text-transform:uppercase;
|
||||
margin-right: 10px;
|
||||
margin-left: -50px;
|
||||
}
|
||||
#nav-menu ul {
|
||||
margin:0;
|
||||
@@ -259,9 +264,10 @@ ul#searchbar li i {
|
||||
left:0;
|
||||
top:calc(3em + 5px);
|
||||
height:calc(100vh - 3em + 5px);
|
||||
width:22ch;
|
||||
width:15%;
|
||||
/*margin-right: 10px;*/
|
||||
overflow:hidden;
|
||||
padding-top:1.5em;
|
||||
padding-top:1em;
|
||||
color:#c60;
|
||||
background-color:#000;
|
||||
box-sizing:border-box;
|
||||
@@ -287,9 +293,9 @@ ul#searchbar li i {
|
||||
|
||||
#content {
|
||||
color:#aaa;
|
||||
max-width:993px;
|
||||
margin:0 auto;
|
||||
padding:4em 0 0;
|
||||
max-width:95%;
|
||||
padding-top: 3.5em;
|
||||
padding-left: 7px;
|
||||
box-sizing:border-box;
|
||||
overflow:hidden
|
||||
}
|
||||
@@ -302,12 +308,8 @@ ul#searchbar li i {
|
||||
|
||||
.with-sidebar {
|
||||
position:relative;
|
||||
left:88px;
|
||||
max-width:1041px!important
|
||||
}
|
||||
.with-sidebar.x {
|
||||
left:112px;
|
||||
max-width:1017px!important
|
||||
margin-left: 18.5% !important;
|
||||
max-width:75% !important;
|
||||
}
|
||||
|
||||
/* MAIN CONTENT HEADERS */
|
||||
@@ -588,7 +590,6 @@ tbody {
|
||||
border-bottom:1px solid #555
|
||||
}
|
||||
.monotable {
|
||||
background-color:#1e1e1e;
|
||||
margin-top:.5em;
|
||||
margin-bottom:1.5em;
|
||||
text-indent:0
|
||||
@@ -617,10 +618,11 @@ tbody {
|
||||
border-right:2px solid #666
|
||||
}
|
||||
.monotable tbody {
|
||||
background-color:#1e1e1e;
|
||||
border-top:3px double #666;
|
||||
border-left:2px solid #666;
|
||||
border-right:2px solid #666;
|
||||
border-bottom:1px solid #666;
|
||||
border-bottom:2px solid #666;
|
||||
color: #eee;
|
||||
}
|
||||
.monotable tbody tr.admin {
|
||||
@@ -637,16 +639,18 @@ tbody {
|
||||
.monotable tbody tr:last-child td {
|
||||
padding-bottom:7px!important
|
||||
}
|
||||
.monotable tr td:not(:last-child) {
|
||||
.monotable tbody tr td:not(:last-child) {
|
||||
border-right:2px solid #666
|
||||
}
|
||||
.monotable.cozy {
|
||||
text-align:left
|
||||
|
||||
.monotable tfoot {
|
||||
background-color:#000;
|
||||
border: 0;
|
||||
}
|
||||
.monotable.cozy td {
|
||||
padding-top:8px!important;
|
||||
padding-bottom:7px!important;
|
||||
border-bottom:1px solid #666
|
||||
.monotable tfoot tr td {
|
||||
border-bottom: 0;
|
||||
color: #eee;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.titledbox {
|
||||
|
Reference in New Issue
Block a user