update 1802021600

This commit is contained in:
vkservicesllc
2018-02-02 16:00:39 -05:00
parent 2472f244a7
commit d4595a0b7c
21 changed files with 268 additions and 246 deletions

48
style/user/~general.css Normal file
View File

@@ -0,0 +1,48 @@
@import url('background_text-color.css');
@import url('border.css');
@import url('font_text.css');
/* CURSOR */
/* ======================== */
h3, p, th, tr, legend { cursor: default; }
/* MARGIN & PADDING */
/* ======================== */
body { margin: 0 auto; }
div { margin-top: 16px; }
div#user {
margin-top: 24px;
padding: 0;
}
h3 { margin: 7px; }
p { margin-bottom: 7px; }
.nav a { padding: 7px 14px; }
fieldset {
padding: 24px 32px 32px;
margin-top: 27px;
}
legend { padding: 4px 32px; }
th, td { padding: 6.2px 12px; }
td.unq ul li,
td.unq ul li a {
margin-top: 6.4px;
padding: 6.4px 0;
}
table.add { margin-top: 7px; }
/* LIST STYLE */
/* ======================== */
ul { list-style-type: none; }