FORUM WORLD OF TANKS

Czy chcesz zareagować na tę wiadomość? Zarejestruj się na forum za pomocą kilku kliknięć lub zaloguj się, aby kontynuować.

Niezależne Forum WOT


    Forum CSS kod

    Admin
    Admin
    Admin


    Liczba postów : 43
    Join date : 16/03/2024

    Forum CSS kod Empty Forum CSS kod

    Pisanie by Admin Sob Mar 30, 2024 2:37 am

    Forum CSS

    Kod:

    /* Likes and Dislikes--------------------------------------------------*/
    .fa_like_div {
     margin: 1.284em .5em .5em;
     clear: both;
     }
    .post-entry .fa_like_div {
     margin: 1.284em 0 0;
     }
    .rep-nb:before {
     content: "";
     margin: 0 6px 0;
     display: inline-block;
     height: 9px;
     width: 1px;
     background-color: #FFF;
     box-shadow: 0 0 2px #000;
     }
    .rep-button, .rep-button:active {
     background-color: #33332B;
     border: 1px solid #3a3a3a;
     color: #FFF;
     position: relative;
     display: inline-block;
     outline: none;
     margin: 0 3px 0 0;
     cursor: pointer;
     text-transform: uppercase;
     border-radius: 2px;
     height: 18px;
     line-height: 18px;
     font-family: inherit;
     font-size: 11px;
     text-shadow: 0 0 1px #000;
     padding: 0 6px;
     }
    .fa_disliked {
     background-color: #C66224;
     border-color: rgba(0, 0, 0, 0.25);
     }
    .fa_liked {
     background-color:#609943;
     border-color: rgba(0, 0, 0, 0.25);
     }
    .rep-button:hover {
     background-color: #9E9C8E;
     }
    .rep-button i,.rep-button svg {
     margin-right: 6px;
     font-size: 18px;
     display: block;
     float: left;
     margin-top: -2px;
     }
    .fa_like_others {
     position: relative;
     display: inline-block;
     cursor: pointer;
     border: none;
     background: none;
     outline: none;
     text-decoration: underline;
     font: inherit;
     font-size: inherit;
     color: #000000}
    .fa_like_others:hover, .fa_like_others:focus {
     color: #c66224}
    .fa_like_others .fa_like_tooltip {
     visibility: hidden;
     min-width: 80px;
     background-color: #555;
     color: #fff;
     text-align: left;
     border-radius: 6px;
     padding: 5px 10px;
     position: absolute;
     z-index: 10;
     bottom: 125%;
     left: 50%;
     margin-left: -40px;
     opacity: 0;
     transition: opacity 0.3s;
     }
    .fa_like_others .fa_like_tooltip::after {
     content: "";
     position: absolute;
     top: 100%;
     left: 40px;
     margin-left: -5px;
     border-width: 5px;
     border-style: solid;
     border-color: #555 transparent transparent transparent;
     }
    .fa_like_others:hover .fa_like_tooltip, .fa_like_others:focus .fa_like_tooltip {
     visibility: visible;
     opacity: 1;
     }
    .fa_like_others a {
     color: #fff;
     }
    .fa_like_list,.fa_dislike_list,.option_voters_list dd p{
     margin: 0.3em 0 0;
     }
    .polls dl.option_voters_list{
     margin-top: -1.4em;
     }
    /* ************************Posts************************ */
    .post {
     background-color: #EEEDE9;
     border-bottom: 5px solid #DBD9CC;
     }
    .post-container {
     background-color: #EEEDE9;
     }
    .post-footer {
     background-color: #EEEDE9;
     }
    .post .post-header {
     background-color: #EEEDE9;
     }
    .popmenubutton-new-out a {
     background-color: #eeeeee;
     }
    .member .popmenubutton-new-out a {
     border: 1px solid #e5e4e2;
     }
    .topic-footer {
     background-color: #9e9c8e;
     }
    .bar {
     background-color: #e5e4e2;
     }
    .postreview .postbody .postbody-head h3 {
     color: #9e9c8e;
     }
    blockquote {
         border-radius: 6px;
     border-top: 2px solid #827C6C;
     border-right: 2px solid #827C6C;
     border-bottom: 2px solid #827C6C;
     border-left: 2px solid #827C6C;
     background-color: #D6D3C2;
     }
    blockquote cite {
       border-radius: 6px 6px 0px 0px;
     background-color: #B5B09D;
       border-bottom: 2px solid #827C6C;
     color: #000;
         font-weight: bold;
         text-indent: 30px;
     }
    blockquote.tiktok-embed {
     background: none;
     padding: 0;
     }
    .codebox dt {
     background-color: #C66224;
     }
    .codebox dd {
     background-color: #fff;
     border: 1px dotted #000;
     }
    .spoiler {
     border-top: 1px dotted #000;
     border-right: 1px dotted #000;
     border-bottom: 1px dotted #000;
     border-left: 5px solid #9e9c8e;
     background-color: #f5f5f5;
     }
    .spoiler dt {
     background-color: #E4EAF2;
     color: #000;
     }
    .signature {
     border-top: 1px dotted #9e9c8e;
     }
    blockquote {
     margin: 10px;
     padding: 10px;
     }
    blockquote cite {
     display: block;
     margin: -10px -10px 10px -10px;
     padding: 10px;
     background-image: url("https://i.servimg.com/u/f81/20/54/90/14/quote_10.png");
     background-repeat: no-repeat;
     background-position: left;
     font-style: normal;
     font-size: 12px;
     }

    /* ***************************Header*************************** */
    div#logostrip {
     min-height: 100px;
     background-image: url('https://2img.net/i/fa/empty.gif');
     background-repeat: repeat-x;
     text-align: center;
       border-bottom: 3px solid #C66224;
     }
    *+ html div#logostrip {
     min-height: 70px;
     }
    div#logostrip #logo {
     display: block;
     margin: 0px;
     float: left;
     }
    div#logostrip #main-title,div#logostrip #main-title h1 {
     padding-top: 50px;
     font-size: 20px;
     font-weight: bold;
     font-family: Verdana;
     }
    div#logostrip #main-title h1 {
     padding-top: 0;
     }
    #site-desc {
     margin: 8px;
     }
    a:link {
     color: #000000;
     text-decoration:underline;
     }
    a:visited {
     color: #33332B;
     text-decoration:underline;
     }
    a:hover {
     color: #c66224;
     }
    a:active {
     color: #33332B;
     text-decoration:underline;
     }
    a:focus {
     color: #000000;
     }
    #navstrip li.begin {
     padding-left: 20px;
     background: url("https://i.servimg.com/u/f81/20/54/90/14/chevro10.gif") no-repeat left 50%;
     }
    #navstrip li a {
     text-decoration: none;
     font-weight: bold;
     }
    #navstrip li a:hover {
     color: #C66224;
     }
    div.maintitle {
       color: #c66224;
     vertical-align: middle;
     padding: 8px 8px 8px 15px;
     background-image: url("https://2img.net/i/fa/empty.gif");
     background-repeat: repeat-x;
     zoom : 1;
     }
    div.maintitle .expand,div.maintitle .contract {
     float: right;
     width: 10px;
     height: 10px;
     background: url("https://i.servimg.com/u/f81/20/54/90/14/expand13.png") no-repeat 50% 50%;
     cursor: pointer;
     }
    div.maintitle .expand {
     background: url("https://i.servimg.com/u/f81/20/54/90/14/expand12.png") no-repeat 50% 50%;
     }
    .button,.mainoption {
     padding: 3px 5px 3px 5px;
     font-size: 15px;
       font-weight: bold;
       font-variant: small-caps;
       border: 1px solid #33332B;
       border-radius: 2px;
       color: #33332B;
     cursor: pointer;
     }

      Obecny czas to Nie Maj 19, 2024 8:27 pm