update 1802121113

This commit is contained in:
vkservicesllc
2018-02-12 11:13:43 -05:00
parent c055541a2b
commit 3047b0b596
23 changed files with 783 additions and 901 deletions

58
app/reset_EM-2.0.css Normal file
View File

@@ -0,0 +1,58 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
/* vertical-align: baseline; - VKS */
}
/* VKS */
a {
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

239
app/stylesheet.css Normal file
View File

@@ -0,0 +1,239 @@
/* VK Services, LLC
v1.0 | 20180210
License: none (public)
*/
@import url('reset_EM-2.0.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
body {
width: 960px;
margin: 0 auto;
background: aliceblue;
font-family: 'Open Sans', sans-serif;
cursor: default;
}
/* Header */
header {
margin-top: 24px;
text-align: center;
}
header h2 {
padding-bottom: 9px;
border-bottom: 2px solid darkgreen;
font-size: 120%;
font-weight: bold;
color: darkgreen;
letter-spacing: 1.2px;
}
/* Navigation: Top */
nav#top {
margin-top: 24px;
position: absolute;
z-index: 2;
width: 960px;
}
nav#top ul.sub1 > li {
position: relative;
float: left;
}
ul.left{
text-align: left;
}
ul.right {
text-align: right;
}
nav#top a {
display: block;
padding: 7.4px 10.64px;
background: black;
color: lightblue;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 0.4px;
}
nav#top a em {
font-size: 84%;
color: lightgray;
}
nav#top a span {
font-size: 77%;
}
nav#top .sub1 > li > a {
border-top: 1px solid gray;
}
nav#top a.bl {
border-left: 1px solid gray;
}
nav#top .sub2 {
display: none;
}
.sub3 {
position: absolute;
top: 33px;
left: 103.4px;
display: none;
}
.sub4 {
position: absolute;
top: 64.5px;
left: 103.4px;
display: none;
}
.sub5 {
position: absolute;
top: 96px;
left: 103.4px;
display: none;
}
nav#top .sub1 li:hover .sub2 {
display: block;
}
nav#top .sub1 li:hover .sub2 li:hover .sub3,
nav#top .sub1 li:hover .sub2 li:hover .sub4,
nav#top .sub1 li:hover .sub2 li:hover .sub5 {
display: block;
}
nav#top a.h:hover {
background: green;
color: yellow;
}
/* Navigation: Favs */
fieldset.favs {
position: relative;
top: 64px;
margin-top: 24px;
padding: 24px 24px 36px 24px;
background: azure;
border: 1px solid darkblue;
border-radius: 12px;
font-weight: bold;
letter-spacing: 0.4px;
}
fieldset.favs legend {
padding: 6px 32px;
background: darkblue;
color: lightblue;
text-align: center;
font-size: 78%;
letter-spacing: 0.62px;
border-radius: 17px 9px 17px 9px;
}
fieldset.favs table {
margin: 0 auto;
}
fieldset.favs td {
color: rgba(153, 38, 0, 0.4);
}
fieldset.favs td.rsp {
color: darkgray;
}
fieldset.favs th,
fieldset.favs td {
padding-top: 7.2px;
padding-bottom: 7.2px;
border-bottom: 1px solid lightblue;
font-family: Roboto, sans-serif;
line-height: 1.2em;
}
fieldset.favs td.rsp {
border-bottom: none;
}
fieldset.favs td.rsp ul {
position: absolute;
right: 32px;
z-index: 1;
display: none;
margin-top: 12px;
}
fieldset.favs td.rsp ul li {
padding: 6.7px 32px;
background: azure;
border-bottom: 1px solid lightblue;
}
fieldset.favs td.rsp:hover ul {
display: block;
}
fieldset.favs td a.h {
color: blue;
}
fieldset.favs th span,
fieldset.favs td span {
font-size: 84%;
font-weight: normal;
letter-spacing: 0.2px;
}
fieldset.favs td a.h:hover {
color: darkgreen;
text-decoration: underline;
}
/* Table Cell x-Paddings */
fieldset.favs th {
text-align: left;
padding-left: 24px;
padding-right: 32px;
}
.favs .urls td {
padding-left: 64.7px;
padding-right: 64.7px;
}
.favs .monit td {
padding-left: 12px;
padding-right: 12px;
}
.favs .shcuts1 td {
padding-left: 26px;
padding-right: 26px;
}
.favs .shcuts2 td {
padding-left: 19px;
padding-right: 19px;
}
.favs .tools td {
padding-left: 77px;
padding-right: 77px;
}