﻿/* Стиль для форума любителей кино */
/* Фоновая SVG картинка киноленты */

body{ 
    background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Crect width='200' height='200' fill='%230a0a0a'/%3E%3Cpattern id='film' patternUnits='userSpaceOnUse' width='40' height='40'%3E%3Crect width='40' height='40' fill='%231a1a1a'/%3E%3Crect x='0' y='0' width='40' height='8' fill='%23ff0000'/%3E%3Crect x='0' y='32' width='40' height='8' fill='%23ff0000'/%3E%3Ccircle cx='10' cy='20' r='4' fill='%23ffd700'/%3E%3Ccircle cx='30' cy='20' r='4' fill='%23ffd700'/%3E%3C/svg%3E") top left fixed;
    color: #f0f0f0;
    font-family: "Segoe UI", Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, Times New Roman, Serif;
    font-size: 14px;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
 
div.myname {
    width: 100%; 
    height: 150; 
    background: linear-gradient(to right, #8b0000, #b22222, #8b0000);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=tile_bac.png,sizingMethod=scale);
}

a:link,
a:visited,
a:active{
    background: transparent;
    color: #ffd700;
    text-decoration: none;
}

a:hover{
    background: transparent;
    color: #ff0000;
    text-decoration: underline;
}


.input-warn,
.input-green,
.input-checkbox,
input,
textarea,
select{
    background: #1a1a1a;
    border: 1px solid #444;
    color: #ffd700;
    font-family: verdana, helvetica, sans-serif;
    font-size: 14px;
    margin: 5px;
    padding: 8px;
    vertical-align: middle;
    border-radius: 3px;
}

select
{
    margin: 0px;
}

.input-checkbox
{
    border: none;
}

.input-warn,
.input-warn-content
{
    border: 1px solid #ff0000;
}

.input-ok,
.input-ok-content
{
    border: 1px solid #00ff00;
}

.input-warn-content
{
    padding: 4px;
    margin: 4px;
    background-color: #330000;
}

.input-ok-content
{
    padding: 4px;
    margin: 4px;
    background-color: #003300;
}


.input-text
{
    color: #ff6666;
}

input.button{
    margin: 0;
    width: auto;
    cursor: pointer;
    background: linear-gradient(to bottom, #8b0000, #660000);
    color: #ffd700;
    border: 1px solid #ff0000;
    padding: 8px 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

input.button:hover {
    background: linear-gradient(to bottom, #b22222, #8b0000);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

optgroup option{
    font-family: verdana, helvetica, sans-serif;
    font-size: 13px;
}

.codebuttons{ 
    font-family: Verdana, Helvetica, Sans-Serif; 
    font-size: 13px; 
    vertical-align: middle;
    margin:2px;
    background: #1a1a1a;
    color: #ffd700;
    border: 1px solid #444;
}

.textarea,
.searchinput,
.button,
.gobutton{
    background: #1a1a1a;
    border: 1px solid #444;
    color: #ffd700;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    padding: 8px;
    vertical-align: middle;
    border-radius: 3px;
}
    
.button{
    background: linear-gradient(to bottom, #444, #222);
    color: #ffd700;
}

.gobutton{
    background: transparent;
    border: 0;
    color: #ffd700;
    margin: 0;
    vertical-align: middle;
}

.radiobutton,
.checkbox,
.helpbox { 
    border: 0;
    vertical-align: middle;
    background: transparent;
    color: #ffd700;
}

 

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
    background: linear-gradient(to right, #8b0000, #b22222, #8b0000);
    border-bottom: 1px solid #ff0000;
    color: #ffd700;
    font-size: 13px;
    font-weight: bold; 
    margin: 0; 
    padding: 10px; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

 

.newslink{
    background: rgba(139, 0, 0, 0.8);
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    border: 1px solid #ff0000;
    margin: 0;
    width: 100%;
}

.newslink td{
    color: #ffd700;
    font-size: 14px;
    padding: 5px 5px 5px 10px;
}

.newslink span{
    background: transparent;
    color: #ffd700;
    font-style: italic;
    font-weight: normal;
}

.newslink input{
    background: #1a1a1a;
    border: 1px solid #444;
    color: #ffd700;
    font-size: 14px;
    padding: 3px;
    vertical-align: middle;
    width: auto;
}

.newslink input.button{
    background: linear-gradient(to bottom, #444, #222);
    border: 1px solid #666;
    color: #ffd700;
    vertical-align: middle;
}

 

 

 
 
#logostrip{
    background: linear-gradient(to right, #8b0000, #b22222, #8b0000);
    height:150px;
    position: relative;
    overflow: hidden;
}

#logostrip:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #ff0000;
}

#logostrip:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #ff0000;
}




.maintitle_left,
.maintitle_right{
    width:8px;
    height:31px;
    margin:0;
    padding:0;
    background-color:transparent;
    background-image: linear-gradient(to bottom, #8b0000, #660000);
    background-position:top left;
    background-repeat:no-repeat;
    color:#ffd700;
}

.maintitle_right{
    background-image: linear-gradient(to bottom, #660000, #8b0000);
    background-position:top right;
}

.popmenubutton{
    width:120px;
    white-space:nowrap;
    background: linear-gradient(to bottom, #8b0000, #660000);
    border:1px solid #ff0000;
    color: #ffd700;
    font-weight:bold;
    float:right;
    text-align:center;
    margin:0;
    font-size:13px;
    padding:8px;
    border-radius: 3px;
}

.vistasoftware img {
    position: absolute; 
    top: 7px; 
    left: 550px; 
    clear: left;
    border: 2px solid #ff0000;
}

.topbarad {
    font-size: 14px;
    font-weight: bold;
    color: #ffd700;
    padding: 10px;
    background: rgba(139, 0, 0, 0.7);
    border: 1px solid #ff0000;
}

.topbarad a {
    color: #ffd700;
    text-decoration: none;
}

.topbarad a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.copyright { 
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #888; 
    letter-spacing: -1px;
}

a.copyright, a.copyright:visited, .copyright a, .copyright a:visited { 
    color: #ffd700; 
    text-decoration: none;
}

a.copyright:hover, a.copyright:active, .copyright a:hover, .copyright a:active { 
    color: #ff0000; 
    text-decoration: underline;
}

.quote,.q_table {    
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    color: #ffd700; 
    line-height: 125%;
    background-color: #1a1a1a; 
    border: 1px solid #ff0000;
    border-left-width: 3px; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}

.code,.php_table {
    font-family: Courier, 'Courier New', sans-serif; 
    font-size: 13px; 
    color: #00ff00;
    background-color: #1a1a1a; 
    border: 1px solid #00ff00;
    border-left-width: 3px; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}

.subtitle {
    font-size: 16px; 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; 
    font-weight: bold; 
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forumline {color: #ffd700}

td.row1 { 
    background-color: #222; 
    border: 1px solid #444;
    color: #ffd700;
}

td.row1_over { 
    background-color: #333; 
    border: 1px solid #ff0000;
}

td.row2 { 
    background-color: #1a1a1a; 
    border: 1px solid #444;
    color: #ffd700;
}

td.row2_over { 
    background-color: #2a2a2a; 
    border: 1px solid #ff0000;
}

td.row3, td.row3Right { 
    background-color: #252525; 
    border: 1px solid #444;
    color: #ffd700;
}

td.row3_over { 
    background-color: #353535; 
    border: 1px solid #ff0000;
}

td.row4 { 
    background-color: #2a2a2a; 
    border: 1px solid #444;
    color: #ffd700;
}

td.spacer { 
    background: linear-gradient(to right, #8b0000, #b22222, #8b0000); 
    height: 2px;
}

td.rowpic {
    background: linear-gradient(to right, #222, #1a1a1a);
    border-right: 1px solid #ff0000;
}

th, td.th {
    color: #ffd700; 
    font-size: 13px; 
    font-weight: bold;
    background: linear-gradient(to bottom, #8b0000, #660000); 
    height: 36px;
    border: 1px solid #ff0000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
    background: linear-gradient(to right, #8b0000, #b22222, #8b0000); 
    height: 38px;
    color: #ffd700;
    border: 1px solid #ff0000;
    font-weight: bold;
    font-size: 14px;
}

td.th2 {
    background: linear-gradient(to bottom, #660000, #8b0000); 
    height: 28px; 
    color: #ffd700; 
    border: 1px solid #ff0000;
}

td.spaceRow {
    background: linear-gradient(to right, #8b0000, #b22222, #8b0000);
    height: 3px;
}

h1, h2 { 
    font-weight: bold; 
    font-size: 24px; 
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none; 
    line-height: 120%; 
    color: #ffd700; 
    display: inline;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 20px 0;
}

h2 {
    font-size: 20px;
    color: #ff6666;
}

.gen { font-size: 13px; color: #ffd700; }
.genmed { font-size: 12px; color: #ffd700; }
.gensmall, .gensmall2 { font-size: 12px; color: #ccc; }
.genmedred { font-size: 12px; color: #ff6666; }
.gensmallred { font-size: 12px; color: #ff6666; }
.gensmallgreen { font-size: 12px; color: #66ff66; }

a.gen, a.genmed, a.gensmall { 
    color: #ffd700; 
    text-decoration: none;
    transition: color 0.3s ease;
}

a.gen:hover, a.genmed:hover, a.gensmall:hover { 
    color: #ff0000; 
    text-decoration: underline;
}

chekbox{
    color: #ff0000;
    background: #1a1a1a;
}

form { display: inline; }

input.post, textarea.post, select {
    background-color: #1a1a1a;
    color: #ffd700;
    border: 1px solid #444;
}

input { text-indent: 2px; }

input.button {
    background: linear-gradient(to bottom, #8b0000, #660000);
    color: #ffd700;
    border: 1px solid #ff0000;
    font-size: 13px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

input.button:hover {
    background: linear-gradient(to bottom, #b22222, #8b0000);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
}

input.mainoption {
    background: linear-gradient(to bottom, #b22222, #8b0000);
    font-weight: bold;
    color: #ffd700;
}

input.liteoption {
    background: linear-gradient(to bottom, #444, #222);
    font-weight: normal;
    color: #ffd700;
}

input.graybutton { 
    background: linear-gradient(to bottom, #666, #444);
    font-weight: normal;
    color: #ffd700;
}

input.bluebutton {
    background: linear-gradient(to bottom, #0066cc, #004499);
    color: #ffffff;
    font-weight: normal;
}

input.helpline { 
    background: linear-gradient(to bottom, #222, #1a1a1a); 
    border: solid 1px #444; 
    color: #ffd700;
}

.postformtitle {
    font-size: 16px; 
    font-family: Verdana;
    text-decoration: none; 
    font-weight: bold; 
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.names { 
    font-size: 14px; 
    color: #ffd700;  
    font-weight: bold; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

div.userstop {
    border-top: 1px solid #ff0000; 
    width: 100%; 
    margin-top: 5px; 
    padding-top: 5px; 
    padding-bottom: 5px;
    background: rgba(139, 0, 0, 0.3);
}

img {
    border: 2px solid #444;
    border-radius: 3px;
}

img:hover {
    border-color: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* СТИЛИ для скрипта форума WR-Forum Professional версии 2.2 с 2019 года */

/* 1) ИЗМЕНЕНИЕ ИМЕЮЩЕГОСЯ СТИЛЯ */

/* Здесь ниже задаётся стиль для ссылок - все ссылки в квадратиках обведённых нежным оттенком основного цвета */
.pgbutt a {
    font-family: Verdana; 
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none; 
    border: 1px solid #ff0000; 
    background: linear-gradient(to bottom, #8b0000, #660000); 
    padding: 8px 16px; 
    margin: 5px 1 0 0;
    color: #ffd700;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pgbutt a:hover {
    background: linear-gradient(to bottom, #b22222, #8b0000);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    color: #ffffff;
}

input.button, input.liteoption, .fakebut {
    border: 1px solid #ff0000; 
    background: linear-gradient(to bottom, #8b0000, #660000); 
    font-size: 13px; 
    font-weight: bold;
    color: #ffd700;
    padding: 8px 16px;
}

/* 2) QR-CODE */
#qr img {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 10px;
    top: 10px;
    border: 2px solid #ff0000;
    padding: 2px;
    background-color: #1a1a1a;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

#qr img:hover {
    width: 200px;
    height: 200px;
    z-index: 100;
    padding: 5px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
}

/* 3) Если нет аватара добавляем ЧУДО КВАДРАТ с первой буквой логина */
.guestavatar {
    width: 120px;
    height: 120px;
    text-align: center;
    background: linear-gradient(135deg, #8b0000, #b22222);
    color: #ffd700;
    font-size: 50px;
    display: table-cell;
    border-radius: 10%;
    position: relative;
    vertical-align: middle;
    border: 3px solid #ff0000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}

/* 4) навигационное МЕНЮ В АДМИНКЕ */
#nav8, #nav8 ul, #nav8 li {
    margin: 0;
    padding: 0;
    border: 0;
}

#nav8, #nav8 ul {
    background: linear-gradient(to bottom, #1a1a1a, #222);
}

#nav8 {
    border-spacing: 0 0;
    position: relative;
    z-index: 50;
    width: 100%;
    border: 1px solid #444;
}

#nav8 ul {
    position: absolute;
    display: none;
    border: 1px solid #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

#nav8 td:hover ul {
    display: block;
}

#nav8 ul li {
    list-style: none;
}

#nav8 .right {
    direction: rtl;
}

#nav8 .right ul {
    right: 0;
}

#nav8 .right li {
    direction: ltr;
}

#nav8 a {
    display: block;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    color: #ffd700;
    transition: all 0.3s ease;
}

#nav8 ul a {
    padding: 10px 25px;
    text-align: left;
    background: #222;
}

#nav8 td:hover, #nav8 li:hover {
    background: linear-gradient(to bottom, #8b0000, #660000);
}

#nav8 td {
    text-align: center;
    border-right: 1px solid #444;
}

#nav8 td:last-child {
    border-right: none;
}

#nav8 a:hover {
    background: linear-gradient(to bottom, #b22222, #8b0000);
    color: #ffffff;
}

/* 5) Стиль для блока загрузки */
#cssbar-wrapper {
    width: 300px;
    height: 19px;
    position: absolute;
    left: 50%;
}

#cssbar-border {
    border: 3px solid #ff0000;
    height: 100%;
    width: 100%;
    position: relative;
    left: -50%;
    top: -50%;
    padding: 4px 3px;
    background: #1a1a1a;
    border-radius: 10px;
}

#cssbar-whitespace {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

#cssbar-line {
    background: linear-gradient(to right, #ff0000, #ff6666, #ff0000);
    position: absolute;
    height: 100%;
    width: 100%;
    animation: cssbar-slide 2s linear infinite;
    -o-animation: cssbar-slide 2s linear infinite;
    -ms-animation: cssbar-slide 2s linear infinite;
    -webkit-animation: cssbar-slide 2s linear infinite;
    -moz-animation: cssbar-slide 2s linear infinite;
}

@keyframes cssbar-slide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@-o-keyframes cssbar-slide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@-ms-keyframes cssbar-slide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes cssbar-slide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@-moz-keyframes cssbar-slide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Дополнительные стили для кинотемы */
.film-reel {
    background: radial-gradient(circle at 50% 50%, #8b0000 0%, #660000 70%, #1a1a1a 100%);
    border: 3px solid #ffd700;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
}

.clapperboard {
    background: linear-gradient(45deg, #000000, #333333);
    color: #ffffff;
    border: 2px solid #ff0000;
    padding: 5px 10px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    display: inline-block;
}

.movie-icon {
    color: #ff0000;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.7);
    margin-right: 5px;
}

/* Анимация мерцания как в кино */
@keyframes film-flicker {
    0% { opacity: 1; }
    50% { opacity: 0.95; }
    100% { opacity: 1; }
}

body {
    animation: film-flicker 0.1s infinite;
}

/* Стиль для постеров фильмов */
.movie-poster {
    border: 3px solid #ff0000;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.movie-poster:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8);
}

/* Красная ковровая дорожка эффект */
.red-carpet {
    background: linear-gradient(to right, 
        #8b0000 0%, 
        #b22222 25%, 
        #ff0000 50%, 
        #b22222 75%, 
        #8b0000 100%);
    height: 5px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.red-carpet:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgba(255, 215, 0, 0.3) 50%, 
        transparent 100%);
    animation: carpet-glow 3s infinite;
}

@keyframes carpet-glow {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Звездный рейтинг */
.star-rating {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.7);
}

.star-rating .empty {
    color: #666;
}