VideoZal Club - смотреть русские сериалы и фильмы онлайн

Videozal.Club - cмотреть русские сериалы и фильмы онлайн

Новые русские сериалы и фильмы онлайн в хорошем качестве

» » Ковбои против пришельцев (фильм 2011)

Ковбои против пришельцев (фильм 2011)

Постер: Ковбои против пришельцев (фильм 2011)
BDRip 720 лицензия

В глухом американском городе появляется ковбой, потерявший память, с кандалами на руках. Оказывается, что город, правящим жестоким полковником, подвергается периодическому нападению ужасных созданий. Жители этого городка не очень рады незнакомцам, но ковбой, к которому постепенно возвращается память, становится единственной надеждой горожан.


Оригинальное название: Cowboys & Aliens
Режиссер: Джон Фавро
В фильме 'Ковбои против пришельцев' 2011 снимались: Дэниэл Крэйг, Харрисон Форд, Оливия Уайлд, Сэм Рокуэлл, Адам Бич, Пол Дано, Ноа Рингер, Кит Кэрредин, Рауль Макс Трухильо, Клэнси Браун
Страна: Индия, США
Продолжительность: 119 мин.




/* ================================================== */
/* SEO OPTIMIZATION STYLES FOR VIDEOZAL.CLUB */
/* Created for: main.tpl, fullstory.tpl, catface.tpl */
/* ================================================== */

/* ===== ОБЩИЕ СТИЛИ ===== */
.clearfix::after {
content: "";
display: table;
clear: both;
}

.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}

/* ===== СТИЛИ ДЛЯ MAIN.TPL ===== */

/* Логотип и шапка */
.logo a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 24px;
}

.logo h1 {
margin: 0;
font-size: 28px;
}

.logo div {
margin: 0;
}

/* Поисковая форма */
form[name="searchform"] {
position: relative;
}

form[name="searchform"] label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}

form[name="searchform"] input[type="text"] {
width: 200px;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
}

form[name="searchform"] button {
background: none;
border: none;
cursor: pointer;
padding: 8px;
}

/* Навигация */
.thmenu ul {
list-style: none;
padding: 0;
margin: 0;
}

.thmenu li {
display: inline-block;
margin-right: 15px;
}

.thmenu a {
text-decoration: none;
color: #333;
}

.thmenu a:hover {
color: #4CAF50;
}

/* Хлебные крошки */
.spbar p {
margin: 0;
padding: 10px 0;
font-size: 14px;
}

.spbar a {
text-decoration: none;
color: #666;
}

.spbar a:hover {
color: #4CAF50;
}

/* Боковая навигация категорий */
.vnavi {
list-style: none;
padding: 0;
margin: 0;
}

.vnavi li {
margin-bottom: 8px;
}

.vnavi a {
text-decoration: none;
color: #333;
display: block;
padding: 5px 10px;
border-left: 3px solid transparent;
transition: all 0.3s ease;
}

.vnavi a:hover {
border-left-color: #4CAF50;
background: #f9f9f9;
padding-left: 15px;
}

/* Футер */
.footer {
margin-top: 30px;
padding: 20px 0;
border-top: 1px solid #eee;
}

.footer p {
margin: 5px 0;
color: #666;
}

/* ===== СТИЛИ ДЛЯ FULLSTORY.TPL ===== */

/* Заголовок статьи */
.article-header {
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #eaeaea;
}

.article-header h1 {
color: #333;
font-size: 28px;
margin-bottom: 10px;
font-weight: bold;
line-height: 1.3;
}

/* Мета-информация */
.shdinfo {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding: 10px;
background: #f9f9f9;
border-radius: 5px;
}

.isicons ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 15px;
}

.isicons li {
display: inline-block;
}

/* Постер фильма */
.poster-figure {
float: left;
margin: 0 20px 20px 0;
text-align: center;
}

.poster-figure img {
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Видеоплееры */
.video-players {
margin: 25px 0;
clear: both;
}

.player-wrapper {
margin-bottom: 25px;
text-align: center;
padding: 15px;
background: #f8f8f8;
border-radius: 8px;
}

.player-wrapper iframe {
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Трейлер (details/summary) */
.trailer-container {
margin: 20px 0;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
}

.trailer-container summary {
cursor: pointer;
padding: 15px;
background: #4CAF50;
color: white;
font-weight: bold;
font-size: 16px;
list-style: none;
transition: background 0.3s ease;
}

.trailer-container summary:hover {
background: #45a049;
}

.trailer-container summary::-webkit-details-marker {
display: none;
}

.trailer-container summary:before {
content: "▶";
margin-right: 10px;
font-size: 12px;
}

.trailer-container[open] summary:before {
content: "▼";
}

.trailer-iframe {
padding: 15px;
text-align: center;
background: white;
}

/* Рейтинги */
.ratings-section {
text-align: center;
margin: 30px 0;
clear: both;
padding: 20px;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
border-radius: 10px;
}

.rating-widget {
margin-bottom: 20px;
}

.external-ratings {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 15px;
flex-wrap: wrap;
}

.rating-item {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
background: white;
border-radius: 25px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.rating-item img {
width: 24px;
height: 24px;
}

.rating-item span {
font-weight: bold;
color: #333;
font-size: 18px;
}

/* Похожие материалы */
.related-content {
margin: 40px 0;
padding: 25px;
background: #f9f9f9;
border-radius: 10px;
}

.related-content h2 {
color: #333;
margin-bottom: 20px;
text-align: center;
font-size: 24px;
}

.related-items {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

/* Комментарии */
.comments-section {
margin-top: 40px;
padding: 25px;
background: white;
border: 1px solid #eaeaea;
border-radius: 10px;
}

/* ===== СТИЛИ ДЛЯ CATFACE.TPL ===== */

/* Заголовок категории */
.category-header {
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 3px solid #4CAF50;
}

.category-header h1 {
color: #2c3e50;
font-size: 32px;
margin-bottom: 15px;
font-weight: 700;
text-align: center;
}

/* Описание категории */
.category-description {
font-size: 18px;
line-height: 1.7;
color: #555;
margin-bottom: 30px;
text-align: center;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.category-seo-text {
margin-top: 25px;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 10px;
text-align: center;
}

.category-seo-text p {
margin: 0;
font-style: italic;
font-size: 16px;
line-height: 1.6;
}

/* Пагинация */
.category-pagination {
margin: 40px 0;
text-align: center;
}

.pagination-links {
display: inline-flex;
gap: 8px;
flex-wrap: wrap;
justify-content: center;
}

.pagination-links a {
padding: 10px 18px;
border: 2px solid #4CAF50;
border-radius: 6px;
text-decoration: none;
color: #4CAF50;
font-weight: 600;
transition: all 0.3s ease;
}

.pagination-links a:hover {
background: #4CAF50;
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.pagination-links strong {
padding: 10px 18px;
background: #4CAF50;
color: white;
border-radius: 6px;
font-weight: 600;
}

/* ===== АДАПТИВНОСТЬ ===== */

/* Планшеты */
@media (max-width: 1024px) {
.related-items {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}

.external-ratings {
gap: 20px;
}

.category-header h1 {
font-size: 28px;
}
}

/* Мобильные устройства */
@media (max-width: 768px) {
/* MAIN.TPL */
.logo h1,
.logo div {
text-align: center;
}

form[name="searchform"] input[type="text"] {
width: 150px;
}

.thmenu li {
display: block;
margin-right: 0;
margin-bottom: 5px;
}

/* FULLSTORY.TPL */
.poster-figure {
float: none;
margin: 0 auto 20px;
display: block;
}

.shdinfo {
flex-direction: column;
gap: 10px;
text-align: center;
}

.external-ratings {
flex-direction: column;
gap: 15px;
}

.player-wrapper iframe,
.trailer-iframe iframe {
width: 100% !important;
height: auto !important;
max-width: 100%;
}

/* CATFACE.TPL */
.category-header h1 {
font-size: 24px;
}

.category-description {
font-size: 16px;
}

.pagination-links {
gap: 5px;
}

.pagination-links a,
.pagination-links strong {
padding: 8px 12px;
font-size: 14px;
}

.related-items {
grid-template-columns: 1fr;
}
}

/* Маленькие мобильные */
@media (max-width: 480px) {
.article-header h1 {
font-size: 22px;
}

.category-header h1 {
font-size: 20px;
}

.category-seo-text {
padding: 15px;
}

.pagination-links a,
.pagination-links strong {
padding: 6px 10px;
font-size: 12px;
}
}

/* ===== АНИМАЦИИ ===== */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.article-header,
.video-players,
.ratings-section,
.related-content {
animation: fadeIn 0.6s ease-out;
}

/* ===== УТИЛИТЫ ===== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
.p-20 { padding: 20px; }

/* ================================================== */
/* END OF SEO OPTIMIZATION STYLES */
/* ================================================== */





Отлично! Теперь понятно. Давайте исправим логотип и создадим правильную структуру. Вот решение:

🔧 Исправленный код для логотипа в main.tpl

Замените блок с логотипом на:

```html

{if $this_page == 'index'}






{else}

{/if}

```

📁 Создаем styles-seo.css

Создайте файл: /templates/ruvideo/style/styles-seo.css

И добавьте этот код:

```css
/* ===== SEO ОПТИМИЗАЦИЯ ДЛЯ VIDEOZAL.CLUB ===== */

/* ОБЩИЕ СТИЛИ */
.clearfix::after {
content: "";
display: table;
clear: both;
}

.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}

/* СТИЛИ ДЛЯ ЛОГОТИПА */
.logo h1 {
margin: 0;
padding: 0;
}

.logo div {
margin: 0;
}

.logo a {
display: block;
}

.logo img {
max-width: 100%;
height: auto;
display: block;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
.logo img {
max-width: 150px;
}
}
```

🔗 Подключите styles-seo.css в main.tpl

Добавьте в раздел после других CSS:

```html

```

Должно получиться так:

```html



```

📝 Краткий план действий:

1. Создайте файл styles-seo.css в папке /templates/ruvideo/style/
2. Скопируйте туда CSS код выше
3. Замените код логотипа в main.tpl на исправленный вариант
4. Подключите CSS файл в разметке

🎯 Что это даст:

✅ Логотип останется прежним (изображение)
✅ На главной странице логотип будет в


✅ На внутренних страницах логотип будет в

✅ Правильная семантика для SEO
✅ Адаптивность для мобильных устройств

После этих изменений логотип будет отображаться корректно, а структура HTML станет SEO-дружественной!

Нужна помощь с каким-либо из этих шагов?



5.929 6.0

  1. 1 декабря 2011 10:43 | Посетители |

    звук опережает видео

Добавление комментария

Имя:*
Текст:



Фильмы скачать