View file iframe/css/main.css

File size: 6.74Kb
body {
    background: var(--body-bg);
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    color: #8b8b8b;
    margin: 1px auto;
    max-width: 650px;
    word-wrap: break-word;
    min-width: 320px;
}




a,a:link,a:visited {
    text-decoration: none;
    color: #191919;
}

a:active,a:hover {
    color: #000;
    text-decoration: none;
}

.logo {
    background: left center no-repeat #1f2c38;
    height: 68px;
    border-bottom: 4px solid #000;
}

div {
    padding: 1px;
}

.sub2 {
    margin: 1px 0;
    padding: 2px;
}

img {
    vertical-align: middle;
}

.sub2:hover {
    border-left: 4px solid #c4c4c4;
}



   .thumb img  {
    border: 2px solid #55c5e9; /* Рамка вокруг фотографии */
    padding: 15px; /* Расстояние от картинки до рамки */
    background: #666; /* Цвет фона */
    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
   }

div.header {
    margin: 1px;
    padding: 9px;
    background-color: #727272;
    height: 18px;
    border-bottom: 3px solid #696969;
    color: #fff;
}

div.menu2 {
    padding: 2px;
    background-color: #eee;
    border: 1px solid #ababab;
    color: #999;
    margin: 1px;
}

.menu_j,.menu_j a:link,.menu_j a:visited {
    background: #fff;
    text-decoration: none;
    color: #343434;
    display: block;
    padding: 0px;
}

a.menu_j:hover {
    background: #f0f0f0;
}

.iframe {
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 2px 2px #c4c4c4;
    margin-bottom: 6px;
    margin-top: 6px;
}

.iframes {
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 2px 2px #c4c4c4;
    margin-bottom: 6px;
    text-align: center;
}

.menu_l,.menu_l a:link,.menu_l a:visited {
    background: #f0f0f0;
    text-decoration: none;
    color: #191919;
    display: block;
    padding: 4px;
    box-shadow: 0 2px 2px #c4c4c4;
}

a.menu_l:hover {
    background: #dedede;
}

.menu {
    background-color: #fff;
    margin: 0px;
    padding: 10px;
}

.menus {
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 2px 2px #c4c4c4;
}

.menuss {
    background-color: #fff;
    padding: 5px;
}

.kub {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #000;
    margin-top: 29px;
    margin-right: 10px;
}

.top {
    background: #fff;
    padding: 5px;
}

.strelk {
    background: url(img/strelk.png) top left repeat-x;
    height: 6px;
    margin-top: -1px;
}

.title {
    background: url(img/opac.png) left top no-repeat #1a232b;
    margin-top: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}

.obv {
    background: url(img/opac.png) left top no-repeat #334a5c;
    margin-top: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 6px;
    border-bottom: 4px solid #000;
}

.center {
    text-align: center;
}

.cek {
    margin-bottom: 4px;
}

.text {
    margin: 5px 0 0 5px;
}

div.rekl {
    background-color: #cdcdcd;
    border-bottom: 1px solid #ababab;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-top: 1px solid #ababab;
    margin: 1px;
    padding: 2px;
}

.margin {
    padding: 4px;
}

.footer {
    margin-top: 6px;
    background-color: #0d222e;
    border-bottom: 4px solid #000;
    color: #fff;
}

.footer a {
    color: #fff;
}

input,select,textarea {
    border: 0;
    background-color: #e0e0e0;
    color: #191919;
    font-size: 13px;
    font-family: Verdana;
    font-weight: 400;
    padding: 7px;
    margin: 3px;
}

input[type="submit"] {
    background: #2b3e4f;
    border: 0;
    border-bottom: 3px solid #112333;
    padding: 5px;
    color: #fff;
    text-align: center;
    margin-top: 4px;
}

.st_1 {
    margin-left: 20px;
    margin-bottom: 0;
    border-style: solid;
    border-color: transparent transparent #439FE0;
    border-width: 0 10px 10px 0;
    height: 0;
    width: 0;
}

.st_2 {
    margin: 3px;
    margin-top: 0;
    border: #439FE0 1px solid;
    padding: 9px;
    color: #000;
    background-color: #B9DFFF;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    word-wrap: break-word;
}

.st_3 {
    margin: 3px;
    color: #000;
    background-color: #B9DFFF;
}

#miganie {
    -webkit-animation: blink1 5s linear infinite;
    animation: blink1 5s linear infinite;
}

@-webkit-keyframes blink1 {
    0% {
        color: rgba(34,34,34,1);
    }

    50% {
        color: rgba(34,34,34,0);
    }

    100% {
        color: rgba(34,34,34,1);
    }
}

@keyframes blink1 {
    0% {
        color: rgba(34,34,34,1);
    }

    50% {
        color: rgba(34,34,34,0);
    }

    100% {
        color: rgba(34,34,34,1);
    }
}

#login-form {
    display: none;
    position: relative bottom;
    max-width: 649px;
    width: 100%;
}

.btn-login {
    background: url(img/viezd.png) center no-repeat #09171f;
    height: 68px;
    border: 0;
    width: 68px;
    vertical-align: middle;
}





:root {
    --body-bg: #cecece;
    --hd-bg: url(https://zawap.ru//views/default/img/head.gif) repeat-x top #07231c;
    --logo: url(https://zawap.ru//views/default/img/logo.png);
    --a-link: #454545;
    --a-hover: #108068;
    --title-bg: #118d73;
    --title-text: #eee;
    --main-bg: #fff;
    --main-shadow: #c4c4c4;
    --main-border: #eee;
    --ssyl2-bg: #fff;
    --ssyl2-border: #f5f5f5;
    --ssyl2-hover: #EAE9E9;
    --links-color: #454545;
    --footer-bg: #253137;
    --a-items: #fff;
    --a-items-span: #118d73;
    --dmy2-bg: #D3F2D3;
    --dot2-bg: #EAEAEA;
    --dmy2-text: #8b8b8b;
    --dot2-text: #8b8b8b;
    --auth-a-bg: #118c71;
    --auth-a-bg-hover: #00654f;
    --textarea-bg: #fff;
    --textarea-border: #eee;
    --textarea-text: #8b8b8b;
    --submit-bg: #118c71;
    --navi-bg: #bcbcbc;
    --navi-hover: #cdcdcd;
    --mnavi-bg: #bcbcbc;
    --mnavi-hover: #cdcdcd;
    --auth2-bg: #129276;
    --auth2-hover: #5bb6a2;
    --user-repl: #ebebeb;
    --time-bg: #777777;
    --time-border: #5f5e5e;
    --time-color: #fff;
    --q-bg: #eee;
    --q-border: #ddd;
    --like-a: #4c4c4a;
    --like-bg: #edede1;
    --like-border: #e1e1e1;
    --like-hover: #d6d7ce;
    --online-ico: 5px solid #fff;
}

.navbar-dark .navbar-brand {
color: #fff;
}

.navbar-brand {
font-size: 28px;
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.navbar-brand {
  display: inline-block;
  padding-top: 17px;
  padding-bottom: 5px;
  padding-left: 30px;
  margin-right: 16px;
  font-size: 28px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand {
font-family: 'Russo One', sans-serif;
}