Files
vkservicesllc.github.io/users/style.css
2018-02-01 10:20:53 -05:00

232 lines
3.0 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
* {
margin: 0;
padding: 0;
background-color: aliceblue;
}
body {
width: 960px;
margin: 0 auto;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.377px;
}
a {
text-decoration: none;
}
div {
margin-top: 16px;
}
div#user {
margin-top: 24px;
padding: 0;
}
h3 {
text-align: center;
color: darkgreen;
margin: 7px;
padding-bottom: 2px;
border-bottom: 2px solid darkgreen;
letter-spacing: 1.7px;
font-family: 'Roboto', sans-serif;
}
p {
text-align: center;
color: darkred;
font-size: 77%;
font-style: italic;
margin-bottom: 7px;
}
ul {
list-style-type: none;
}
.nav > li {
position: relative;
float: left;
}
.sub > li {
background-color: black;
position: relative;
}
.nav a {
display: block;
padding: 7px 14px;
line-height: 20px;
background-color: black;
color: lightgray;
}
.nav > li > a {
border-right: 0.5px solid #202020;
}
.sub > li > a {
border-top: 0.5px solid #202020;
}
.sub {
display: none;
}
.sub a {
text-align: left;
}
ul.nav li:hover ul.sub {
display: block;
}
a.h:hover {
color: yellow;
}
div#navbar {
width: 960px;
height: 34px;
background-color: black;
position: absolute;
z-index: 2;
}
#rpm a {
border-right: none;
}
fieldset {
border: 1px solid darkblue;
border-radius: 12px;
padding: 24px 32px 32px;
background-color: azure;
margin-top: 27px;
}
fieldset legend {
text-align: center;
padding: 4px 32px;
border-radius: 16px 8px 16px 8px;
font-size: 90%;
background-color: darkblue;
color: lightgray;
font-family: 'Hammersmith One', sans-serif;
}
fieldset#urls,
fieldset#monitoring,
fieldset#shortcuts,
fieldset#tools {
position: relative;
top: 60px;
}
fieldset table {
width: 100%;
border-collapse: collapse;
font-size: 92%;
font-weight: bold;
text-align: center;
}
th, td {
padding: 6.2px 12px;
border-bottom: 1.5px solid lightblue;
}
th {
font-size: 105%;
text-align: left;
}
td {
color: #ff8080;
}
td.unq {
border: none;
}
td.unq div a {
font-size: 84%;
}
th, td, td a, td.unq div {
background-color: azure;
}
td.unq div ul {
position: absolute;
width: 144px;;
z-index: 4;
display: none;
}
td.unq ul li,
td.unq ul li a {
margin-top: 6.4px;
padding: 6.4px 0;
background-color: inherit;
border-bottom: 1px solid lightblue;
font-size: 13.75px;
}
td.unq div:hover ul {
display: block;
}
td a.h {
color: darkblue;
}
td a.h:visited {
color: darkblue;
}
td a.h:hover {
color: darkgreen;
text-decoration: underline;
}
fieldset#monitoring table tr th {
text-align: left;
}
fieldset#monitoring table tr td {
text-align: right;
}
td a.e {
visibility: hidden;
}
td.unq a.e {
visibility: visible;
color: darkgray;
}
span {
font-weight: normal;
font-size: 72%;
}
td a span, th span, td span {
background-color: inherit;
}
table.add {
margin-top: 7px;
}
h3, p, th, tr, legend {
cursor: default;
}