mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Cleanup old themes
This commit is contained in:
parent
d509096d46
commit
1bf97880e8
16 changed files with 0 additions and 4821 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "Web/static/css/ash_oss_themes"]
|
|
||||||
path = Web/static/css/ash_oss_themes
|
|
||||||
url = https://github.com/Defenders08/ash-themes-ovk
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7ce7aed39a7fa7b2a55e6bac4bc1eb8f31d091d7
|
|
File diff suppressed because one or more lines are too long
|
@ -1,306 +0,0 @@
|
||||||
/* body {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
#wrapHI, .container_gray {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: rgb(255, 255, 255);
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #29437b;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_footer .link {
|
|
||||||
display: inline-block;
|
|
||||||
color: #29437b;
|
|
||||||
text-decoration: none;
|
|
||||||
padding: 3px 7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header {
|
|
||||||
position: relative;
|
|
||||||
width: 791px;
|
|
||||||
|
|
||||||
height: 78px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 0;
|
|
||||||
background: url(https://i.imgur.com/cqMsBNF.png);
|
|
||||||
}
|
|
||||||
/* https://i.imgur.com/LqsOsht.png */
|
|
||||||
|
|
||||||
/* https://i.imgur.com/kzwcBf8.png */
|
|
||||||
|
|
||||||
/* .header_navigation {
|
|
||||||
text-align: center;
|
|
||||||
line-height: 103px;
|
|
||||||
padding-right: 8px;
|
|
||||||
text-transform: lowercase;
|
|
||||||
float: right;
|
|
||||||
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link {
|
|
||||||
background: url(https://i.imgur.com/c4W9P4X.png) no-repeat;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.header_navigation {
|
|
||||||
text-align: center;
|
|
||||||
line-height: 20px;
|
|
||||||
padding-right: 0px;
|
|
||||||
text-transform: lowercase;
|
|
||||||
float: right;
|
|
||||||
padding-bottom: -8px;
|
|
||||||
margin-bottom: -5px;
|
|
||||||
margin-top: 29px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link {
|
|
||||||
display: inline-block;
|
|
||||||
height: 29px;
|
|
||||||
padding: 11px 4px 0 7px;
|
|
||||||
background-size: 1.5px 41px;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link a {
|
|
||||||
color: #dfe3ff;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #5a9cff;
|
|
||||||
}
|
|
||||||
.header_navigation .link {
|
|
||||||
background: url(https://i.imgur.com/c4W9P4X.png) no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input[type="search"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link {
|
|
||||||
|
|
||||||
display: block;
|
|
||||||
padding: 1px 3px 3px 6px;
|
|
||||||
text-decoration: none;
|
|
||||||
border-top: 1px solid #fff;
|
|
||||||
color: #000;
|
|
||||||
border-bottom: 0;
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 0;
|
|
||||||
font-size: 11px;
|
|
||||||
text-align: left;
|
|
||||||
cursor: pointer;
|
|
||||||
background: none;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
margin: 1px 1px 1px 3px;
|
|
||||||
border-style: dashed;
|
|
||||||
border-color: #3b5998;
|
|
||||||
border-width: 1px;
|
|
||||||
width: 137px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.navigation .edit-button {
|
|
||||||
position: absolute;
|
|
||||||
right: 0px;
|
|
||||||
top: 0px;
|
|
||||||
background-color: rgb(255, 255, 255);
|
|
||||||
color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader {
|
|
||||||
padding: 3px 3px 3px;
|
|
||||||
font-weight: bold;
|
|
||||||
background: url(https://i.imgur.com/5S6mE3Z.png) repeat-x;
|
|
||||||
background-color: #3b5998;
|
|
||||||
border-right: solid 1px #3b5998;
|
|
||||||
border-left: solid 1px #3b5998;
|
|
||||||
border-bottom: solid 1px #3b5998;
|
|
||||||
overflow: hidden;
|
|
||||||
color: #dfe3ff;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader span {
|
|
||||||
color: #dfe3ff;
|
|
||||||
}
|
|
||||||
.page_yellowheader a {
|
|
||||||
color: #dfe3ff;
|
|
||||||
}
|
|
||||||
.content_title_expanded {
|
|
||||||
border-top: #45688e solid 1px;
|
|
||||||
background-color: #dae2e8;
|
|
||||||
color: #45688e;
|
|
||||||
}
|
|
||||||
.navigation .link {
|
|
||||||
color:#2B587A;
|
|
||||||
}
|
|
||||||
.navigation .link:hover {
|
|
||||||
background:
|
|
||||||
#DAE1E8;
|
|
||||||
border-top: 1px solid
|
|
||||||
#CAD1D9;
|
|
||||||
}
|
|
||||||
.tabs {
|
|
||||||
border-bottom: 1px solid
|
|
||||||
#29437b;
|
|
||||||
}
|
|
||||||
#activetabs {
|
|
||||||
background:
|
|
||||||
#29437b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*кнопки*/
|
|
||||||
|
|
||||||
.button {
|
|
||||||
border-radius: 0px;
|
|
||||||
border: #29437b;
|
|
||||||
font-size: 11px;
|
|
||||||
outline: none;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #29437b;
|
|
||||||
background-position: 0px -16px;
|
|
||||||
color: #edefff;
|
|
||||||
padding: 4px 8px 4px;
|
|
||||||
text-shadow: 0 1px 0 #29437b;
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
h4 {
|
|
||||||
color: #29437b;
|
|
||||||
}
|
|
||||||
#faqhead {
|
|
||||||
background: #3b5998;
|
|
||||||
margin: 0px 5px 0px 5px;
|
|
||||||
padding: 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #3b5998;
|
|
||||||
border-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#faqcontent {
|
|
||||||
background: #fafafa;
|
|
||||||
margin: 0px 5px 10px 5px;
|
|
||||||
padding: 5px 5px 5px 10px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.content_title_expanded {
|
|
||||||
border-top: #29437b solid 1px;
|
|
||||||
background-color: #cbd6ec;
|
|
||||||
color: #29437b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_subtitle {
|
|
||||||
background-color: #eaedf2;
|
|
||||||
display: block;
|
|
||||||
font-size: 11px;
|
|
||||||
color: rgb(119, 119, 119);
|
|
||||||
border-bottom: 1px solid rgb(238, 238, 238);
|
|
||||||
padding: 3px 8px;
|
|
||||||
border-top: 1px solid #cbd6ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_unexpanded {
|
|
||||||
background-image: url("../img/flex_arrow_shut.gif");
|
|
||||||
background-color: rgb(218, 226, 255);
|
|
||||||
font-weight: bold;
|
|
||||||
color: #445477;
|
|
||||||
font-size: 11px;
|
|
||||||
cursor: pointer;
|
|
||||||
display: block;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border-top: 1px solid #29437b;
|
|
||||||
padding: 3px 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.completeness-gauge {
|
|
||||||
position: relative;
|
|
||||||
width: 95%;
|
|
||||||
height: 20px;
|
|
||||||
background-color: #D5DBE8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.completeness-gauge > div {
|
|
||||||
height: 100%;
|
|
||||||
background-color: #A5B1C9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.completeness-gauge > span {
|
|
||||||
position: absolute;
|
|
||||||
top: 55%;
|
|
||||||
left: 50%;
|
|
||||||
margin-right: -50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* post */
|
|
||||||
|
|
||||||
.post-author {
|
|
||||||
background-color: #F6F6F6;
|
|
||||||
border-top: #29437b solid 1px;
|
|
||||||
border-bottom: #e1e3e8 solid 1px;
|
|
||||||
font-size: 11px;
|
|
||||||
padding: 3px 5px 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-author .date {
|
|
||||||
font-size: 9px;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#wrapHI {
|
|
||||||
border-right: 1px solid #3b5998;
|
|
||||||
border-left: 1px solid #3b5998;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap1 {
|
|
||||||
border-right-color: #fff;
|
|
||||||
border-bottom-color: #3b5998;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapH {
|
|
||||||
border-right: 1px solid rgb(255, 255, 255);
|
|
||||||
border-left: 1px solid rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth {
|
|
||||||
padding: 9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_expanded, .content_title_unexpanded {
|
|
||||||
background-image: unset !important;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 11px;
|
|
||||||
display: block;
|
|
||||||
padding: 3px 10px;;
|
|
||||||
}
|
|
|
@ -1,136 +0,0 @@
|
||||||
@import "style.css";
|
|
||||||
|
|
||||||
.page_header {
|
|
||||||
position: relative;
|
|
||||||
background: linear-gradient(to top, #1b4692, #2358b8);
|
|
||||||
height: 86px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header > .header_navigation {
|
|
||||||
box-sizing: border-box;
|
|
||||||
position: absolute;
|
|
||||||
background: linear-gradient(to left, #2050a7, #2358b8);
|
|
||||||
width: 100%;
|
|
||||||
bottom: 0;
|
|
||||||
float: unset;
|
|
||||||
text-align: right;
|
|
||||||
border-bottom: solid 1px #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header > .header_navigation > .link {
|
|
||||||
background: none;
|
|
||||||
padding: 0 10px;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header::before {content: "OpenSpace";position: absolute;margin: 12px;color: #fff;font-size: x-large;}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 0;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
float: unset;
|
|
||||||
width: 791px;
|
|
||||||
background: linear-gradient(to top, #1b4692, #2050a7);
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.psa-poster {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link {
|
|
||||||
display: inline-block;
|
|
||||||
color: #fff;
|
|
||||||
border: none;
|
|
||||||
height: 24px;
|
|
||||||
padding: 0 5px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-button {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation > div {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link:hover {
|
|
||||||
background-color: unset;
|
|
||||||
border-top: none;
|
|
||||||
font-style: oblique;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_body {
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 791px;
|
|
||||||
float: unset;
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
box-shadow: 1px 1px 20px #8a8a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#wrapH {
|
|
||||||
border-right: none;
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#wrapHI {
|
|
||||||
border-right: none;
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap2 {
|
|
||||||
border-right: none;
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap1 {
|
|
||||||
border-right: none;
|
|
||||||
border-left: none;
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: b;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#auth {
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_content {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader {
|
|
||||||
width: unset;
|
|
||||||
background: #aed5ff url(https://web.archive.org/web/20081001225238im_/http://x.myspacecdn.com/modules/common/static/img/header/bkg_menubar.png) top left repeat-x;
|
|
||||||
padding: 4px 11px 6px;
|
|
||||||
background-blend-mode: color-burn;
|
|
||||||
font-size: 11px;
|
|
||||||
color: #fff;
|
|
||||||
border: .5px solid #4a7db1;
|
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader span {
|
|
||||||
color: whitesmoke;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right_big_block {
|
|
||||||
width: 540px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_subtitle {
|
|
||||||
background-color: #f0f4fe;
|
|
||||||
color: #2256b5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_expanded {
|
|
||||||
background-color: #fff;
|
|
||||||
background-image: none;
|
|
||||||
color: #45688e;
|
|
||||||
border-top: navajowhite;
|
|
||||||
padding-left: 8px;
|
|
||||||
}
|
|
|
@ -1,119 +0,0 @@
|
||||||
@import "black.css";
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
0% {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes cock-blink {
|
|
||||||
0% {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes bg-heresy {
|
|
||||||
0% {
|
|
||||||
background-position-x: -100px;
|
|
||||||
background-position-y: -100px;
|
|
||||||
background-size: 100%
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
background-position-x: 100px;
|
|
||||||
background-position-y: 100px;
|
|
||||||
background-size: 10%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.text::after, .page_yellowheader::after, .ugc-table tbody *::after, a::after {content: "IM NOT GOOD AT COMPUTERS PLZ TO HELP";}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background: linear-gradient(45deg, crimson, yellow, red, orange, cadetblue);
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth {
|
|
||||||
background-image:none;
|
|
||||||
background-color: transparent;
|
|
||||||
color: red!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth > * > * > * > * > * > * {
|
|
||||||
background: black;
|
|
||||||
color: red;
|
|
||||||
animation: cock-blink .1s infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header {
|
|
||||||
background: grey;
|
|
||||||
font-family: serif;
|
|
||||||
font-size: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header:hover {
|
|
||||||
font-size: 80px;
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
transform: rotate3d(1, 1, 1, 45deg);
|
|
||||||
background: mediumvioletred;
|
|
||||||
}
|
|
||||||
|
|
||||||
img:hover {
|
|
||||||
filter: contrast(10);
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth > * > * > * > * > * > *::before {content: "Altair no don't eat that penis";font-family: cursive;}
|
|
||||||
|
|
||||||
body {
|
|
||||||
transform: scaleY(0.9);
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader {
|
|
||||||
background-color: cornflowerblue;
|
|
||||||
border-right: none!important;
|
|
||||||
border-left: none!important;
|
|
||||||
border-left: none;
|
|
||||||
border-bottom: none!important;
|
|
||||||
overflow: hidden;
|
|
||||||
background: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.scrolled {
|
|
||||||
background-image: url("https://i.imgur.com/Q81Osua.jpg");
|
|
||||||
background-size: 15%;
|
|
||||||
color: blue!important;
|
|
||||||
animation: bg-heresy .5s infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapHI {}
|
|
||||||
|
|
||||||
.page_body {
|
|
||||||
background: rgba(1, 4, 35, .4);
|
|
||||||
}
|
|
||||||
|
|
||||||
div, td, tr, th {
|
|
||||||
animation: blink .1s infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
background-image: url(https://styles.redditmedia.com/t5_2sz7j/styles/image_widget_zerhaka27gf01.png);
|
|
||||||
background-position-x: -100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.toTop {
|
|
||||||
opacity: 1;
|
|
||||||
background-image: url("http://o.vriska.ru/openvk-datastore/5984e537f9efa4698b82565792e49448f2e017a9d14a85531f62f6b477b2ac92b2dabf5974ff8039b5d2da3b83567c3fe3cbe559e75813ae426fd2d1afcb0aed.jpeg");
|
|
||||||
background-size: contain;
|
|
||||||
filter: invert(1);
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
.page_header {
|
|
||||||
background: url(../img/xhead6.png);
|
|
||||||
width: 791px;
|
|
||||||
height: 43px;
|
|
||||||
}
|
|
|
@ -1,62 +0,0 @@
|
||||||
.page_header {
|
|
||||||
background: url(/assets/packages/static/openvk/img/libcss-ivinete/ovkg.png);
|
|
||||||
height: 44px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link {
|
|
||||||
background: url(/assets/packages/static/openvk/img/libcss-ivinete/headmd.png) no-repeat;
|
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
.header_navigation .link:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 11px;
|
|
||||||
padding: 8px 10px 7px;
|
|
||||||
margin: 0px;
|
|
||||||
background: #f9f9f9 url(/assets/packages/static/openvk/img/libcss-ivinete/headerg.gif) repeat-x;
|
|
||||||
color: #2f6102;
|
|
||||||
border-bottom: solid 1px #dedede;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #559250;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
border-bottom: 1px solid #E8EBEE;
|
|
||||||
color: #559250;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: bold;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px 0px 3px;
|
|
||||||
font-family: verdana, arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
#xhead {
|
|
||||||
height:44px;
|
|
||||||
left:0;
|
|
||||||
position:absolute;
|
|
||||||
width:100%;
|
|
||||||
z-index:-1
|
|
||||||
}
|
|
||||||
|
|
||||||
#xhead.dm {
|
|
||||||
background: #18a709 url(/assets/packages/static/openvk/img/libcss-ivinete/bar.jpg) repeat-x 250px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader a {
|
|
||||||
color: #559250;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader span {
|
|
||||||
color: #559250;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-author {
|
|
||||||
border-top: #559250 solid 1px;
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,497 +0,0 @@
|
||||||
@import "vk2015.css";
|
|
||||||
|
|
||||||
body {
|
|
||||||
/* background: linear-gradient(45deg, #9f0, #8ae913); */
|
|
||||||
/* background-color: #a6ff7d; */
|
|
||||||
|
|
||||||
background: #9ae4e8 url(http://web.archive.org/web/20071226141149im_/http://assets3.twitter.com/images/bg.gif?1198546588) fixed no-repeat top left;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.home_button {
|
|
||||||
background-image: url(http://web.archive.org/web/20070317050829im_/http://assets1.twitter.com/images/twitter.png?1173735600);
|
|
||||||
background-position-y: 14px;
|
|
||||||
background-position-x: 0pt;
|
|
||||||
width: 220px;
|
|
||||||
height: 65px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
/* https://i.imgur.com/mAJOMXV.png */
|
|
||||||
input[type="search"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header {
|
|
||||||
background: url(https://i.imgur.com/JSj0WKx.png);
|
|
||||||
|
|
||||||
width: 791px;
|
|
||||||
height: 85px;
|
|
||||||
}
|
|
||||||
.sidebar {
|
|
||||||
margin: -2px 1px 1px 3px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #6c6;
|
|
||||||
border-width: 1px;
|
|
||||||
width: 153px; /* 136 */
|
|
||||||
float: right;
|
|
||||||
background-color: #cf9;
|
|
||||||
height : 355px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_small_block {
|
|
||||||
float: left;
|
|
||||||
width: 180px;
|
|
||||||
margin-right: 10px;
|
|
||||||
border-right: 1px solid rgb(238, 238, 238);
|
|
||||||
position:sticky;top:5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right_small_block {
|
|
||||||
float: right;
|
|
||||||
width: 180px;
|
|
||||||
position:sticky;top:5px;
|
|
||||||
margin-right: -5px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #007099;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.navigation .link {
|
|
||||||
|
|
||||||
display: block;
|
|
||||||
padding: 4px 34px 3px 7px;
|
|
||||||
text-decoration: none;
|
|
||||||
border-top: 1px solid #cf9;
|
|
||||||
color: #285473; /* #1e1471 */
|
|
||||||
border-bottom: 0;
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 0;
|
|
||||||
font-size: 11px;
|
|
||||||
text-align: left;
|
|
||||||
cursor: pointer;
|
|
||||||
background: none;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.psa-poster {
|
|
||||||
max-width: 90% /* qualified */ !important;
|
|
||||||
margin-top: 4px /* qualified */ !important;
|
|
||||||
margin-left: 7px /* qualified */ !important;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #6c6;
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.navigation .link:hover {
|
|
||||||
background-color: #cf9;
|
|
||||||
border-top: 1px solid #cf9;
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #285473;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth .container_gray {
|
|
||||||
margin-left: 1px;
|
|
||||||
margin-bottom: -10px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#wrapH {
|
|
||||||
border-right: #fff;
|
|
||||||
border-left: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation {
|
|
||||||
background-color: #fff;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px;
|
|
||||||
margin-top:32px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
.wrap2 {
|
|
||||||
border-right: 1px solid rgb(255, 255, 255);
|
|
||||||
border-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapHI, .container_gray {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
.header_navigation .link {
|
|
||||||
background: none;
|
|
||||||
margin-top:-45px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.header_navigation .link a {
|
|
||||||
color: #0084b4;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
.header_navigation .link a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #0084b4;
|
|
||||||
}
|
|
||||||
.page_yellowheader {
|
|
||||||
padding: 4px 6px 0px;
|
|
||||||
font-weight: bold;
|
|
||||||
background: none;
|
|
||||||
background-color: #fff;
|
|
||||||
border-right: solid 1px #fff;
|
|
||||||
border-left: solid 1px #fff;
|
|
||||||
border-bottom: solid 1px #fff;
|
|
||||||
color: #0084b4;
|
|
||||||
|
|
||||||
}
|
|
||||||
.page_yellowheader span {
|
|
||||||
color: #0084b4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#wrapHI {
|
|
||||||
border-right: 1px solid rgb(255, 255, 255);
|
|
||||||
border-left: 1px solid rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap1 {
|
|
||||||
border-right-width: 1px;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-left-width: 1px;
|
|
||||||
border-right-style: solid;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
border-left-style: solid;
|
|
||||||
border-right-color: rgb(255, 255, 255);
|
|
||||||
border-bottom-color: rgb(255, 255, 255);
|
|
||||||
border-left-color: rgb(255, 255, 255);
|
|
||||||
border-image-source: initial;
|
|
||||||
border-image-slice: initial;
|
|
||||||
border-image-width: initial;
|
|
||||||
border-image-outset: initial;
|
|
||||||
border-image-repeat: initial;
|
|
||||||
width: 626px;
|
|
||||||
border-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .edit-button {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_expanded {
|
|
||||||
border-top: #45688e solid 1px;
|
|
||||||
background-color: #dae2e8;
|
|
||||||
color: #45688e;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .navigation .link:hover {
|
|
||||||
background:
|
|
||||||
#DAE1E8;
|
|
||||||
border-top: 1px solid
|
|
||||||
#CAD1D9;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.navigation .link:hover {
|
|
||||||
background: #cf9;
|
|
||||||
border-top: 1px solid #cf9;
|
|
||||||
}
|
|
||||||
.tabs {
|
|
||||||
margin-left: -7px;
|
|
||||||
border-bottom: 1px solid
|
|
||||||
#3cf;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_footer .link:hover {
|
|
||||||
background: #fff;
|
|
||||||
border-top: 3px solid #fff;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth .container_gray {
|
|
||||||
margin-left: 1px;
|
|
||||||
margin-bottom: -10px;
|
|
||||||
border-top: 0px;
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.settings_delete {
|
|
||||||
margin: -12px;
|
|
||||||
padding: 12px;
|
|
||||||
margin-top: -8px;
|
|
||||||
background: #fff;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#activetabs {
|
|
||||||
background:
|
|
||||||
#3cf;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
.page_body {
|
|
||||||
width: 632px;
|
|
||||||
float: left;
|
|
||||||
margin-right: 0px;
|
|
||||||
margin-top: -2px;
|
|
||||||
font-size: 11px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.profile_link {
|
|
||||||
display: block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
font-size: 11px;
|
|
||||||
color: rgb(43, 88, 122);
|
|
||||||
width: 175px;
|
|
||||||
text-align: left;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 3px;
|
|
||||||
background: transparent;
|
|
||||||
border: none;
|
|
||||||
border-bottom: 1px solid rgb(204, 204, 204);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#profile_link {
|
|
||||||
width: 175px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right_big_block {
|
|
||||||
width: 419px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#auth {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
.ovk-avView--el .ava {
|
|
||||||
|
|
||||||
max-width: 80%;
|
|
||||||
max-height: 63px;
|
|
||||||
|
|
||||||
}
|
|
||||||
.ovk-avView {
|
|
||||||
padding: 1px;
|
|
||||||
margin-top: 3px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
|
|
||||||
/*
|
|
||||||
margin-top: -177px;
|
|
||||||
margin-bottom: -33px;
|
|
||||||
visibility: hidden; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.ovk-album {
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_expanded {
|
|
||||||
border-top: #fff solid 1px;
|
|
||||||
background-color: #fff;
|
|
||||||
color: rgb(80, 103, 128);
|
|
||||||
background-image: unset !important;
|
|
||||||
pointer-events: none;
|
|
||||||
padding: 0px 0px;
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.page_status {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 11px;
|
|
||||||
color: rgb(0, 0, 0);
|
|
||||||
width: 380px;
|
|
||||||
max-height: 39px;
|
|
||||||
height: auto;
|
|
||||||
padding: 3px 1px;
|
|
||||||
}
|
|
||||||
.content_subtitle {
|
|
||||||
background-color: rgb(255, 255, 255);
|
|
||||||
display: block;
|
|
||||||
font-size: 11px;
|
|
||||||
color: rgb(119, 119, 119);
|
|
||||||
border-bottom: 1px solid rgb(255, 255, 255);
|
|
||||||
padding: 3px 8px;
|
|
||||||
border-top: 1px solid rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
.left_small_block {
|
|
||||||
float: left;
|
|
||||||
width: 180px;
|
|
||||||
margin-right: 10px;
|
|
||||||
border-right: 1px solid rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
.ovk-album {
|
|
||||||
position: absolute;
|
|
||||||
top: -9999px;
|
|
||||||
left: -9999px;
|
|
||||||
|
|
||||||
}
|
|
||||||
.ovk-video {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.ugc-table {
|
|
||||||
margin-left: -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button {
|
|
||||||
background-color: #E6E6E6;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
padding-top: 1px solid #fff;
|
|
||||||
padding: 4px 8px 4px 8px;
|
|
||||||
text-shadow: none;
|
|
||||||
color: #000;
|
|
||||||
font-weight: normal;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
input[class=button] {
|
|
||||||
padding: 4px 7px 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_footer .link {
|
|
||||||
padding: 3px 5px;
|
|
||||||
display: inline-block;
|
|
||||||
color: #0084b4;
|
|
||||||
text-decoration: none;
|
|
||||||
background: #fff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 3px;
|
|
||||||
border-color: #fff;
|
|
||||||
margin-left: -5px
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.page_footer {
|
|
||||||
margin-left: -154px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .ugc-table {
|
|
||||||
|
|
||||||
} */
|
|
||||||
|
|
||||||
.page_wrap {
|
|
||||||
border-bottom: solid 1px #ffffff;
|
|
||||||
border-left: solid 1px #ffffff;
|
|
||||||
border-right: solid 1px #ffffff;
|
|
||||||
padding: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#faqhead {
|
|
||||||
background: #e1f0ff;
|
|
||||||
margin: 0px 5px 0px 5px;
|
|
||||||
padding: 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #99c1e8;
|
|
||||||
border-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#faqcontent {
|
|
||||||
background: #fafafa;
|
|
||||||
margin: 0px 5px 10px 5px;
|
|
||||||
padding: 5px 5px 5px 10px;
|
|
||||||
border: 1px solid #7fc0e2;
|
|
||||||
}
|
|
||||||
h4{
|
|
||||||
color: #007099;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.completeness-gauge {
|
|
||||||
position: relative;
|
|
||||||
width: 95%;
|
|
||||||
height: 20px;
|
|
||||||
background-color: #eaf4ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.completeness-gauge > div {
|
|
||||||
height: 100%;
|
|
||||||
background-color: rgb(185, 231, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_big_block {
|
|
||||||
width: 430px;
|
|
||||||
float: left;
|
|
||||||
margin-right: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container_gray .content {
|
|
||||||
background: #fff;
|
|
||||||
padding: 4px;
|
|
||||||
border: rgb(185, 231, 255) solid 1px;
|
|
||||||
clear: both;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.container_gray {
|
|
||||||
background: #fff;
|
|
||||||
width: 602px;
|
|
||||||
padding: 12px;
|
|
||||||
border-top: rgb(185, 231, 255) solid 1px;
|
|
||||||
margin-left: -12px;
|
|
||||||
margin-bottom: -12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"], input[type="password"], input[type~="text"], input[type~="password"], input[type="email"], input[type="phone"], input[type~="email"], input[type~="phone"], input[type="search"], input[type~="search"], select {
|
|
||||||
border-color: rgb(114, 174, 197);
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-evenly;
|
|
||||||
align-items: center;
|
|
||||||
height: 97vh;
|
|
||||||
background: #9ae4e8 url(http://web.archive.org/web/20071226141149im_/http://assets3.twitter.com/images/bg.gif?1198546588) no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#error {
|
|
||||||
width: 500px;
|
|
||||||
max-width: 85vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.page_info {
|
|
||||||
margin-top: 0px;
|
|
||||||
margin-left: 0px;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right_big_block > div:nth-of-type(2) > div:nth-of-type(2) > br {
|
|
||||||
display: none!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.right_big_block > div:nth-of-type(2) > div:nth-of-type(2) {
|
|
||||||
padding: 0px 0px!important;
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,229 +0,0 @@
|
||||||
#xhead.dm {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 45px;
|
|
||||||
background-color: #4a76a8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.home_button {
|
|
||||||
background-image: url(https://vk.com/images/svg_icons/ic_head_logo.svg);
|
|
||||||
background-position-y: center;
|
|
||||||
background-position-x: 10pt;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: #edeef0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_small_block > *, .right_big_block > *, .right_small_block > *, .left_big_block > *, .post {
|
|
||||||
background: #fff;
|
|
||||||
border-radius: 4px;
|
|
||||||
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
|
|
||||||
margin: 15px 0 0;
|
|
||||||
padding: 15pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_small_block > *:first-of-type, .right_big_block > *:first-of-type, .right_small_block > *:first-of-type, .left_big_block > *:first-of-type {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: -10px;
|
|
||||||
/* border-bottom: 1px solid white; */
|
|
||||||
border-radius: 4px 4px 0 0;
|
|
||||||
box-shadow: 0px -1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_small_block > *:nth-of-type(2), .right_big_block > *:nth-of-type(2), .right_small_block > *:nth-of-type(2), .left_big_block > *:nth-of-type(2) {
|
|
||||||
margin-top: -5px;
|
|
||||||
box-shadow: 0px -9px 0 0 #fff, 0px 1px 0 1px #e3e4e8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_divider {
|
|
||||||
background: unset;
|
|
||||||
border-radius: unset;
|
|
||||||
box-shadow: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.User img {
|
|
||||||
width: 50px!important;
|
|
||||||
height: 50px;
|
|
||||||
border-radius: 100%;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.User {
|
|
||||||
/* width: unset!important; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_expanded {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
color: #000;
|
|
||||||
font-weight: 100;
|
|
||||||
display: inline;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
font-size: .73rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_subtitle {
|
|
||||||
background: none;
|
|
||||||
padding: inherit;
|
|
||||||
border: none;
|
|
||||||
margin-bottom: 5pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_info + div {
|
|
||||||
padding: 0 20px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_info + div > div {
|
|
||||||
padding: 5px 0px!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_info + div > div > h4 {
|
|
||||||
display: none!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_info + div > div > br {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout {
|
|
||||||
width: 820px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapH, #wrapHI, .wrap2, .wrap1, #auth {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap1 {
|
|
||||||
width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_body {
|
|
||||||
width: 680px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_small_block, .right_small_block {
|
|
||||||
width: 240px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_content {
|
|
||||||
width: 680px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left_big_block, .right_big_block {
|
|
||||||
width: 425px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_divider > .content_title_expanded {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_divider > div > .content_subtitle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_divider > div > .content {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {}
|
|
||||||
|
|
||||||
#profile_link, .profile_link {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
width: 100%!important;
|
|
||||||
margin: 0;
|
|
||||||
margin-bottom: 5pt;
|
|
||||||
padding: 7px;
|
|
||||||
color: #fff!important;
|
|
||||||
text-align: center;
|
|
||||||
background-color: #5181b8;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#profile_link:hover, .profile_link:hover {
|
|
||||||
background-color: #5b88bd;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#profile_links {
|
|
||||||
margin: -10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link, .navigation .link:hover {
|
|
||||||
border: none;
|
|
||||||
margin-top: 5px;
|
|
||||||
color: #305a78;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post .post {
|
|
||||||
box-shadow: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-author {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post img {}
|
|
||||||
|
|
||||||
td {}
|
|
||||||
|
|
||||||
.post td[width='54'] > img {
|
|
||||||
width: 50px;
|
|
||||||
height: 50px;
|
|
||||||
border-radius: 100%;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-content {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-menu {
|
|
||||||
margin-left: -70px;
|
|
||||||
margin-top: 20px;
|
|
||||||
font-size: unset;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row-reverse;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-menu div[style='float: right; font-size: .7rem;'] {
|
|
||||||
float: unset!important;
|
|
||||||
font-size: unset!important;
|
|
||||||
margin-right: 162px;
|
|
||||||
/* padding-bottom: 10px; */
|
|
||||||
/* background-color: white; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-menu div[style='float: right; font-size: .7rem;'] > a > text {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-menu > a {
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
.page_header {
|
|
||||||
background: url(../img/xhead2.gif);
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link {
|
|
||||||
background: url(../img/header_divider.gif) no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_title_expanded {
|
|
||||||
border-top: #45688e solid 1px;
|
|
||||||
background-color: #dae2e8;
|
|
||||||
color: #45688e;
|
|
||||||
}
|
|
||||||
.navigation .link {
|
|
||||||
color:#2B587A;
|
|
||||||
}
|
|
||||||
.navigation .link:hover {
|
|
||||||
background:
|
|
||||||
#DAE1E8;
|
|
||||||
border-top: 1px solid
|
|
||||||
#CAD1D9;
|
|
||||||
}
|
|
||||||
.tabs {
|
|
||||||
border-bottom: 1px solid
|
|
||||||
#36638E;
|
|
||||||
}
|
|
||||||
#activetabs {
|
|
||||||
background:
|
|
||||||
#36638E;
|
|
||||||
}
|
|
|
@ -1,49 +0,0 @@
|
||||||
.page_header {
|
|
||||||
background: url(../img/xhead2006.gif) no-repeat;
|
|
||||||
background-position: 12px 9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link {
|
|
||||||
font-size: 12px;
|
|
||||||
padding: 4px 4px 0 7px;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation .link a {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_navigation {
|
|
||||||
margin-top: 11px;
|
|
||||||
margin-right: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
margin: 4px 0 0 17px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_yellowheader {
|
|
||||||
background-image: none;
|
|
||||||
font-size: 12px;
|
|
||||||
background-color: #F1EBCD;
|
|
||||||
border-right: solid 1px #d2bea7;
|
|
||||||
border-left: solid 1px #d2bea7;
|
|
||||||
border-bottom: solid 1px #D7CF9E;
|
|
||||||
}
|
|
||||||
.navigation .link {
|
|
||||||
color:#2B587A;
|
|
||||||
}
|
|
||||||
.navigation .link:hover {
|
|
||||||
background:
|
|
||||||
#DAE1E8;
|
|
||||||
border-top: 1px solid
|
|
||||||
#CAD1D9;
|
|
||||||
}
|
|
||||||
.tabs {
|
|
||||||
border-bottom: 1px solid
|
|
||||||
#36638E;
|
|
||||||
}
|
|
||||||
#activetabs {
|
|
||||||
background:
|
|
||||||
#36638E;
|
|
||||||
}
|
|
|
@ -1,36 +0,0 @@
|
||||||
@import "vk2015.css";
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_header {
|
|
||||||
background: url('data:image/webp;base64,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') !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapHI, .container_gray {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link {
|
|
||||||
border-top: none !important;
|
|
||||||
margin: 2px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link::before {
|
|
||||||
display: inline-block;
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
margin-right: 2pt;
|
|
||||||
content: "";
|
|
||||||
background-image: url('data:image/gif;base64,R0lGODlhEAAQALMJAMuxAf7oSdfX1/+kd9JEAP+AQP7eAf///wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAAAQABAAAAQ9MMlJq50IXYsG0ZvUFcUXIgFJmlxgGGoJUugLr7Po2jDBYgceAJCpIA5Iw7DIQQqIOaNAwAwlqtasdmuNAAA7');
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .link:hover::before {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .edit-button {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
Loading…
Reference in a new issue