Перейти к публикации

Как убрать эту колонку


Рекомендованные сообщения

oborocv, думаешь кто-то будет качать не понятно где шаблон, ставить на свои проекты?

Ссылку на сайт дай.

Правила форума Внимание !!!

На данном форуме существуют достаточно жесткие правила, поэтому прежде чем создавать свою тему убедитесь, что вы внимательно их прочитали и поняли.

1. Если ваша тема начинается с вопроса и вам нужна какая либо помощь, то в самой теме в обязательном порядке вы должны указывать ссылку на ваш сайт. Если ваш сайт находится в локальной сети и вы не можете предоставить ссылку, или вы не хотите публиковать открытой ссылки на ваш сайт, то отправляйте персональное сообщение с вопросом в службу поддержки непосредственно с сайта http://dle-news.ru/, вам ответят на ваш вопрос в персональном порядке, в случае если пользуетесь платной версией скрипта и обладаете лицензией на скрипт. Если вы пользуетесь демоверсией, то вам необходимо разместить сайт в сети интернет, и только потом обращаться за помощью. По находящимся на локальных компьютерах демоверсиям никакой помощи и поддержки на форуме не оказывается. Если вы не указали сайт, то ваша тема будет закрыта, а аккаунт на форуме заблокирован.

2. На данном форуме строго запрещено предлагать или навязывать свои платные услуги. За любое сообщение типа "Помогу дешево, ICQ ..." участник блокируется на форуме без предупреждения.

3. Обязательно прочитайте разъясняющую тему http://forum.dle-news.ru/index.php?showannouncement=1&f=46

Ссылка на сообщение
Поделиться на других сайтах

Копайте файл potapov.16mb.com/templates/UniversalPink/shortstory.tpl

Или здесь спросите SanderArt.com :)

Тем более цена шаблона всего 10 баксов. http://sanderart.com/unlimited/5-universal-universalnyy-shablon-dlya-datalife-engine-dle.html

Ссылка на сообщение
Поделиться на других сайтах

Здрествуите!!!

скажите пожалуста как убрать эту колонку и растинуть материал

Шаблон можно качять ТУТ

37f7154e29e5.jpg

Не проще с тем же шаблоном использовать Статическую страницу, я смотрю ваш сайт именно статический а не новостный...

Хотя сразу скажу, в файле news.short.tpl ищите код:


<div class="post-data">

{% if pluginIsActive('rating') %}

{{ plugin_rating }}

{% endif %}

<br><br>

<ul>

<li class="li">КАТЕГОРИЯ:<br>{{ news.categories.masterText }}</li>

<li class="li">АВТОР:<br>{% if pluginIsActive('uprofile') %}<a href="{{ news.author.url }}">{% endif %}{{ news.author.name }}{% if pluginIsActive('uprofile') %}</a>{% endif %}</li>

{% if (news.flags.canEdit) %}<li class="li"><a href="{{ news.url.edit }}"><b>Редактировать</b></a></li>{% endif %}

<li class="li">

<span class="format2">{{ news.dateStamp|date("d") }}</span>

<br>{{ news.dateStamp|date("F") }} {{ news.dateStamp|date("Y") }}

<br>{{ news.dateStamp|date("H:i") }}

</li>

<li class="li">ПРОСМОТРОВ: {{ news.views }}</li>

{% if pluginIsActive('comments') %}<li class="li">КОММЕНТОВ:<br><span class="format1">{comments-num}</span></li>{% endif %}

</ul>

</div>

и удаляете его, дальше в файле css/styles.css ищите такие строчки:

.post-story {

margin:0 0 0 100px;

color:#303030;

font-size:12px;

line-height:150%;

text-align:justify;

padding: 1px 5px 5px 5px;

}

и строчку
margin:0 0 0 100px;
меняете на
margin: 0px;[/code]

Пробуйте, незнаю шаблон не ставил, на роботе сейчас, нет как DLE на Виртуальный сервер поставить ;)

Ссылка на сообщение
Поделиться на других сайтах


.post-story {

margin:0 0 0 100px;

color:#303030;

font-size:12px;

line-height:150%;

text-align:justify;

padding: 1px 5px 5px 5px;

}

и строчку
margin:0 0 0 100px;
меняете на
margin: 0px;
Пробуйте, незнаю шаблон не ставил, на роботе сейчас, нет как DLE на Виртуальный сервер поставить ;)
такие строки не нашол.. вот полностю style.css

Mr.Ron. я все нашол и сделал так как вы описали, и вот результат

e63be6d0694f.png


/* Designed by SanderArt.com */

* {

margin-top:0;

margin-bottom:0;

margin-right:0;

margin-left:0;

padding:0;

}

image{

border:0;

}

html{

padding:0px;

}

body{

background:#15060d url(../images/a2.jpg) no-repeat fixed;

background-size: 100% auto;

font-family:"Arial", Tahoma sans-serif;

font-size:12px;

height:100%;

margin:0px;

padding:0px;

}

a img,:link img,:visited img,:hover img {

border:0;

}

a {

color:#505050;

font-size:12px;

text-decoration:underline;

}

a:hover {

color:#000;

text-decoration:none;

}

h1,h2,h3,h4,h6,pre,form,p,blockquote,fieldset,input {

margin:0;

padding:0;

}

#container {

width:1000px;

margin:0px auto;

padding:0px 0 0 0;

}

#header{

width:1000px;

background:#000;

height:336px;

}

.nav ul{

width:1000px;

height:40px;

font-size: 13px;

font-weight: bold;

list-style: none;

padding:0;

margin:0;

background:url(../images/nav.png) 0 0 repeat-x;

}

.nav li

{

float: left;

position: relative;

}

.nav li a

{

font-family:"Arial";

font-size: 12px;

color:#FFFFFF;

line-height:40px;

padding:0 10px;

display: block;

text-decoration:none;

border-right:1px solid #333333;

}

.nav li a:hover {

z-index:100;

background:#202020 url(../images/bg4.png);

color: #000;

text-decoration: none;

}

.nblock {

display: none;

}

#block1{

width:990px;

height:100px;

padding:0 10px 0 0;

background:url(../images/block1.png) ;

}

#logo{

margin-left:0px;

width:400px;

height:100px;

float:left;

background:url(../images/logo.png) no-repeat;

}

#banner{

width:468px;

height:60px;

margin:20px auto;

float:right;

}

.searchblock{

width:240px;

height:35px;

margin:5px;

background:url(../images/search.png) 0 0  no-repeat;

}

.searchblock ul{

margin:5px 5px 5px 10px;

height:23px;

list-style:none;

padding:6px 0;

}

.searchblock li

{

float:left;

position: relative;

}

.searchblock li a

{

float:left;

position: relative;

}

.searchblock .searchbt input{

width:50px;

height:23px;

background:url(../images/searchbt.png) 0 0 no-repeat;

}

.searchblock .searchbt input:hover{

background:url(../images/searchbt.png) 0 -23px no-repeat;

}

.searchform{

color:#fff;

width:174px;

line-height:18px;

padding:4px 0 0 0;

border:0px;

font-size:14px;

background:transparent;

overflow: hidden;

}

#block2{

background:#fff url(../images/bg2.png) repeat-x;

width:1000px;

height:25px;

}

#block3{

background:#fff url(../images/bg3.png) repeat-x;

color:#ec6400;

font-size: 12px;

font-family: Arial;

font-weight:bold;

height:16px;

padding:3px 25px;

}

#block3 a {

font-size: 12px;

font-family: Arial;

font-weight:bold;

color:#fff;

text-decoration: none;

}

#block3 a:hover {

text-decoration:none;

color:#ec6400;

}

#day{

font-size:13px;

padding:5px 10px 0 0;

font-style:italic;

float:right;

color:#aeaeae;

text-align:center;

width:230px;

}

.menu1{

list-style:none;

float:left;

margin:0;

padding:2px 5px;

}

.menu1 li{

float:left;

display:block;

}

.menu1 li a{

float:left;

font-size:11px;

line-height:15px;

color:#303030;

padding:4px 25px 0 20px;

display: block;

background:url(../images/dot.png) 0 4px no-repeat;

text-decoration:none;

font-weight:bold;

}

.menu1 li a:hover{

color:#ec6400;

}

#social{

margin:10px 0 2px 20px;

width:250px;

height:34px;

}

#rss{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/rss.png) top no-repeat;

cursor:pointer;

border:0;

}

#fb{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/facebook.png) top no-repeat;

cursor:pointer;

border:0;

}

#vkontakte{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/vkontakte.png) top no-repeat;

cursor:pointer;

border:0;

}

#tw{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/twitter.png) top no-repeat;

cursor:pointer;

border:0;

}

#feedback{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/feedback.png) top no-repeat;

cursor:pointer;

border:0;

}

#rss:hover{

background:url(../images/rss.png) 0 2px no-repeat;

}

#tw:hover{

background:url(../images/twitter.png) 0 2px no-repeat;

}

#fb:hover{

background:url(../images/facebook.png) 0 2px no-repeat;

}

#feedback:hover{

background:url(../images/feedback.png) 0 2px no-repeat;

}

#vkontakte:hover{

background:url(../images/vkontakte.png) 0 2px no-repeat;

}

/* login begin  */

.login{

padding:10px;

width:230px;

height:80px;

background:url(../images/login_bg.png);

}

.login130{

width:130px;

height:100px;

float:left;

}

.profilemenu{

margin:0;

padding:0 10px 0 0;

list-style:none;

}

.profilemenu li{

position: relative;

height:15px;

padding:3px 0 0 8px;

color:#fff;

}

.profilemenu li a{

align:center;

padding:4px 0 0 0;

font-size:14px;

color:#ec6400;

text-decoration:none;

}

.profilemenu li a:hover{

color:#fff;

}

.exit{

background:url(../images/exit.png) top no-repeat;

width:80px;

height:30px;

border:0;

cursor:pointer;

margin:10px 0 0 10px;

}

.exit:hover{

background:url(../images/exit.png) 0 -30px no-repeat;

}

.login100{

width:100px;

height:100px;

float:left;

}

.foto{

width:60px;

height:60px;

margin:10px;

}

.userlogin{

margin:10px 0 0 10px;

}

.userlogin a{

font-size:14px;

color:#000;

}

.usermenu{

width:230px;

padding:10px;

height:180px;

background:url(../images/usermenu.png) no-repeat;

}

.usermenu ul{

list-style:none;

margin:5px 0 0 35px;

width:180px;

}

.usermenu li a{

display: block;

font-size:13px;

color:#fff;

padding:0 20px;

line-height:24px;

background:url(../images/usermenubt.png) no-repeat;

text-decoration:none;

text-shadow:0 1px 2px #000;

}

.usermenu li a:hover{

background:url(../images/usermenubt.png) 0 -25px no-repeat;

text-decoration:none;

color:#000;

text-shadow:0 1px 2px #fff;

}

.enter{

width:80px;

height:30px;

background:url(../images/enter.png) top no-repeat;

border:0;

cursor:pointer;

margin:10px 0 0 10px;

}

.enter:hover{

background:url(../images/enter.png) 0 -30px no-repeat;

}

.loginmenu{

margin:5px 0 0 0;

padding:0 10px 0 0;

list-style:none;

}

.loginmenu li{

position: relative;

float:right;

height:15px;

}

.loginmenu li a{

align:center;

padding:4px 0 0 5px;

font-size:11px;

color:#ec6400;

text-decoration:none;

}

.loginmenu li a:hover{

color:#fff;

}

.login_field{

margin:10px 0 0 8px;

height:25px;

vertical-align: middle;

background:url(../images/login_field.png) 0 0 no-repeat;

}

.login_field:hover{

background:url(../images/login_field.png) 0 -25px no-repeat;

}

.field{

padding:4px 8px;

margin-top:1px;

width:104px;

height:17px;

color:#fff;

font-size:12px;

border:0px;

vertical-align: middle;

background:url(../images/login_field.png) no-repeat;

}

/* login end  */

#content{

width:1000px;

background:#101010;

border-bottom:1px solid #000;

color:#aeaeae;

}

#middle {

width:750px;

margin:0 250px 0 0;

background:#202020;

}

#right {

padding:0;

float:right;

width:250px;

background:#101010;

}

.block{

width:250px;

color:#909090;

}

.menu{

width:250px;

font-size: 12px;

list-style: none;

margin:0;

padding: 0;

}

.menu li a

{

font-family:Arial;

float:left;

width:190px;

padding:0 20px 0 40px;

line-height:25px;

font-size: 12px;

color: #cdcdcd;

text-decoration:none;

display: block;

background:url(../images/menu.png) top left no-repeat;

margin:0 0 1px 0;

}

.menu li a:hover

{ 

color:#fff;

text-decoration:none;

background:url(../images/menu.png) 0 -30px no-repeat;

}

.calendar-archives{

list-style:none;

width:250px;

height:40px;

margin:0;

padding: 0;

background:#000 url(../images/nav.png) repeat-x;

}

.calendar-archives a{

margin:5px 10px;

float:left;

display:block;

width:105px;

padding:0 ;

text-align:center;

line-height:25px;

font-size:12px;

color:#fff;

text-decoration:none;

background: ;

border-radius:5px;

-webkit-border-radius:5px;

-moz-border-radius: 5px;

font-weight:bold;

}

.calendar-archives a:hover{

color:#ec6400;

}

#calen{

background:url(../images/bg6.png);

}

#archives {

width:230px;

vertical-align: top;

text-align:center;

font-size:11px;

line-height:20px;

display:none;

}

#archives a{

width:100%;

color:#ff40d4;

padding:2px 7px;

-webkit-border-radius: 6px;

-moz-border-radius: 6px;

border-radius: 6px;

text-decoration: none;

}

#archives a:hover {

background:#ff40d4;

color:#ffffff;

text-decoration:none;

}

.topnews{

margin:10px;

width:230px;

background:#303030 url(../images/topnews.png) no-repeat;

border-radius:10px;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

min-height:150px;

}

.topnews_title{

height:20px;

padding:5px 30px;

color:#fff;

font-size:15px;

font-weight:bold;

}

.topnews ul{

color:#009cff;

font-weight:bold;

list-style:none;

padding:0 0 10px 0;

}

.topnews li{

position:relative;

padding:5px;

border-bottom:1px dashed #505050;

}

.topnews a{

color:#ffa4e4;

margin-top:5px;

font-size:12px;

font-weight:normal;

padding: 1px 0 4px 0;

text-decoration:none;

}

.topnews a:hover{

color:#fff;

text-decoration:underline;

}

.tagscloud{

width:230px;

padding:40px 10px 10px 10px;

background:#000 url(../images/tagscloud.png) no-repeat;

}

.tagscloud a{

color:#808080;

}

/* ГОЛОСОВАНИЕ */

.blockvote{

background: #202020 url(../images/vote.png) no-repeat;

width:230px;

margin:10px;

padding:40px 0 0 0;

border-radius:10px;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

border:1px solid #8a0093;

}

.blockvote a{

color:#fff;

font-size:12px;

background:#b12e94;

border-radius: 7px;

-webkit-border-radius: 7px;

-moz-border-radius: 7px;

padding:5px;

margin:0 0 0 50px;

text-decoration:none;

}

.blockvote a:hover{

background:#000;

}

.vbutton{

font-family:Arial;

background:url(../images/votebutton.png) 0 0;

cursor:pointer;

width:100px;

height:40px;

border:0;

float:left;

font-size:12px;

font-weight:bold;

margin:0 0 0 10px;

color:#aeaeae;

}

.vbutton:hover{

background:url(../images/votebutton.png) -100px 0;

color:#000;

}

.ads{

padding:5px;

}

/* FOOTER		 */

.footer {

border-top:1px solid #505050;

width:1000px;

height:60px;

background:url(../images/footer.png) no-repeat;

color:#fff;

padding:0;

}

.ftr{

width:180px;

float:right;

padding:13px 10px 0 120px;

height:47px;

}

.ftl{

font-weight:bold;

text-align:left;

margin:0 0 0 400px;

padding:23px 10px 12px 25px;

height:25px;

color:#aaaaaa;

float:left;

width:250px;

}

.ftl a{

color:#e7baef;

font-size:10px;

}

.ftl a:hover{

text-decoration:underline;

color:#fff;

}

.input1{

width:312px;

height:13px;

padding:3px 0;

font-family:verdana;

font-size:12px;

}

.input1:hover, .input3:hover, .txsh:hover, textarea:hover{

-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

}

.input2{

width:100px;

height:13px;

padding:3px 0;

font-size:12px;

}

.input3{

width:223px;

height:18px;

font-family:"Tahoma";

font-size:12px;

}

.clear {

margin:0;

padding:0;

height:1px;

clear:both;

width:100%;

}

.alert{

background:url(../images/alert.png) left top no-repeat;

padding:0 0 0 70px;

min-height:64px;

}

.line{

color:#404040;

background:#f1f7ef ;

padding:5px 30px;

border:1px solid #e6e6e6;

font-weight:bold;

}

.line h{

width:100px;

float:left;

padding:3px;

}

.line a{

color:#ec6400;

}

.row{

font-size:14px;

color:#404040;

background:#f6f6f6;

border-bottom:1px solid #e4e4e4;

padding:5px;

margin:10px 0;

}

.row a{

color:#202020;

}

.row h{

min-width:150px;

float:left;

padding:3px;

}

/* NEWS POST */

/* ПОЛНАЯ НОВОСТЬ  */

.fullstory{

width:730px;

background:#fff;

padding:0 10px;

}

.data{

font-size:12px;

color:#909090;

height:25px;

font-weight:bold;

}

.data a {

font-size:12px;

color:#ec6400;

}

.data a:hover{

color:#000000;

}

.cell{

height:13px;

padding:5px;

float:left;

}

.post-story-full {

color:#303030;

font-size:12px;

line-height:150%;

text-align:justify;

padding: 1px 5px 5px 5px;

}

.post-story-full a {

color:#ec6400;

}

.post-story-full a:hover {

color:#000000;

text-decoration:none;

}

.post-story-full img {

margin:5px;

}

.post-story-full ul {

margin-left:15px;

}

.data2{

font-size:12px;

color:#909090;

height:25px;

font-weight:bold;

background:#e8e8e8 url(../images/bg5.png) repeat-x;

}

.data2 a {

font-size:12px;

color:#ec6400;

}

.data2 a:hover{

color:#000000;

}

.post{

width:750px;

background: url(../images/post.png) repeat-y;

border-top:1px solid #505050;

border-bottom:1px solid #000;

border-radius:0 10px 10px 0;

-webkit-border-radius:0 10px 10px 0;

-moz-border-radius:0 10px 10px 0;

}

.post-title{

padding:5px;

font-size:16px;

color:#ec6400;

font-weight:bold;

text-decoration:none;

font-family:"Arial";

}

.post-title a{

color:#000;

font-size:16px;

text-decoration:none;

font-family:"Arial";

}

.post-title a:hover{

color:#ec6400;

text-decoration:underline;

}

.post-data{

float:left;

width:90px;

padding:5px;

font-size:11px;

color:#cbcbcb;

}

.post-data ul{

list-style:none;

}

.post-data li {

padding:3px 0 10px 0;

border-bottom:1px dotted #505050;

text-align:center;

font-size:12px;

min-height:10px;

display:block;

}

.post-data a {

font-size:12px;

color:#ec6400;

text-decoration:none;

}

.post-data a:hover {

color:#fff;

text-decoration:underline;

}

.format1{

font-size:20px;

}

.format2{

font-size:25px;

}

.more{

padding:0;

float:right;

clear:bottom;

margin:10px 5px 10px 0;

}

.more span a{

width:90px;

height:40px;

padding:5px 10px;

background: url(../images/more.png) left top repeat-x;

font-family:Arial;

font-weight:bold;

text-shadow:0 1px 1px #fff;

color:#000;

font-size:12px;

border-radius: 7px;

-webkit-border-radius: 7px;

-moz-border-radius: 7px;

text-decoration:none;

box-shadow: 0 1px 3px #505050;

-moz-box-shadow: 0 1px 3px #505050;

-webkit-box-shadow: 0 1px 3px #505050;

border:1px solid #d0d0d0;

}

.more span a:hover{

color:#000;

cursor: pointer;

background: url(../images/more.png) 0px -25px repeat-x;

border:1px solid #a5a5a5;

box-shadow: 0 1px 3px #000;

-moz-box-shadow: 0 1px 3px #000;

-webkit-box-shadow: 0 1px 3px #000;

}

.post-story {

margin:0 0 0 100px;

color:#303030;

font-size:12px;

line-height:150%;

text-align:justify;

padding: 1px 5px 5px 5px;

}

.post-story a {

color:#ec6400;

}

.post-story a:hover {

color:#000000;

text-decoration:none;

}

.post-story img {

margin:5px;

}

.post-story ul {

margin-left:15px;

}

.related{

background:#505050 ;

color:#fff;

padding:5px 10px 10px 10px;

border-bottom:1px solid #000;

border-top:1px solid #909090;

}

.related b{

padding:0 0 0 20px;

font-size:15px;

font-family:Arial;

}

.related ul{

list-style:none;

padding:5px 0 0 5px;

}

.related li a{

color:#ffa4e4;

background:url(../images/relatedli.png) 2px 2px no-repeat;

padding:0 0 0 15px;

text-decoration:none;

font-size:12px;

}

.related li a:hover{

color:#fff;

text-decoration:underline;

background:url(../images/relatedli.png) 2px -28px no-repeat;

}

.tags{

background:#f7f7f7;

padding:3px 5px 5px 30px;

color:#717375;

font-size:15px;

}

.tags a{

color:#717375;

}

/* COMMENTS */

.addcomment1{

width:680px;

padding:0;

background: url(../images/addcomment.png) 0 0 repeat-y;

}

.addcomment2{

width:680px;

padding:20px 0 0 0;

background: url(../images/addcomment.png) -680px top no-repeat;

}

.addcomment3{

width:640px;

padding:0 20px 30px 20px;

background: url(../images/addcomment.png) -1360px bottom no-repeat;

}

.title{

width:620px;

height:25px;

background:#000 url(../images/nav.png) repeat-x ;

padding:5px 10px 0 10px;

color:#fff;

font-size:18px;

border-top:1px solid #606060;

-webkit-border-radius:10px 10px 0 0;

-moz-border-radius:10px 10px 0 0;

border-radius:10px 10px 0 0;

}

.addcomment-post{

padding:10px;

}

.comment{

padding:0;

width:700px;

background:#fff url(../images/commentbg.png) top left repeat-y;

border-radius:10px;

-webkit-border-radius:10px;

-moz-border-radius:10px;

margin:0 25px 10px 25px;

}

.comment a{

color:#1ea4cb;

}

.comment table{

margin:0;

}

.comment-left{

float:left;

height:100%;

width:110px;

font-size:12px;

padding:7px;

color:#515151;

}

.comment-right{

color:#515151;

margin-left:130px;

min-height:100px;

padding:0 10px 5px 0;

font-size:12px;

}

.comment-title{

height:30px;

padding:5px 5px 0 0;

font-size:12px;

color:#7a7a7a;

}

.comment-title a{

font-weight:bold;

color:#ec6400;

font-size:12px;

text-decoration:none;

}

.comment-title a:hover{

color:#000;

}

.comment-number{

border-radius:0 10px 0 10px;

-webkit-border-radius:0 10px 0 10px;

-moz-border-radius:0 10px 0 10px;

margin:-7px -17px 0 0;

min-width:20px;

padding:2px 0 0 10px ;

font-weight:bold;

height:23px;

color:#fff;

font-size:15px;

float:right;

background:#909090 url(../images/bg6.png) repeat-x;

}

.compost{

background:#f5f5f5;

width:554px;

padding:5px;

border:1px solid #e4e4e4;

}

.mass_comments_action{

padding:0 5px 5px 10px;

}

.stat{

height:15px;

margin:0 20px 0 20px;

padding:2px 0 5px 0;

border-bottom:1px solid #e4e4e4;

}

.stat span{

float:right;

}

table{

background:transparent;

border:0px;

border-collapse:separate;

}

table td{

text-align:left;

padding:0px;

background:transparent;

}

select {

font-size: 11px;

font-family: tahoma;

}

.stext {

color: #727272;

font-size: 11px;

font-family: tahoma;

}

.stext a:active,

.stext a:visited,

.stext a:link {

color: #0084ff;

text-decoration:none;

}

.stext a:hover {

color: #FFFFFF;

text-decoration: underline;

}

.ntitle {

color: #CC00FF;

font-size: 15px;

font-family: tahoma;

font-weight: bold;

padding:11px 0 0 6px;

}

.ntitle a {

color: #0084ff;

text-decoration: underline;

}

.ntitle a:hover {

text-decoration:none;

}

.userstop{

font-family:Tahoma;

font-size:11px;

color:#606D77;

}

.userstop thead {

font-family:Arial;

padding:5px 0 0 5px;

height:20px;

font-size:13px;

    font-weight: bold;

color:#ec6400;

background:#909090 url(../images/nav.png) top left repeat-x;

}

.userstop td {

text-align:center;

height:25px;

padding:0px;

border:1px solid #909090;

}

.userstop a {

color:;

text-decoration:none;

}

.userstop a:hover {

text-decoration: underline;

}

.navigation{

height:30px;

width:80%;

color:#000;

padding:5px 0;

margin:0 auto 10px auto;

border:1px solid #

}

.navigation b{

font-size:25px !important;

}

.navigation a:link,

.navigation a:visited,

.navigation a:active {

margin:1px;

line-height:20px;

text-decoration:none;

color:#ec6400;

padding:1px 5px;

font-size:18px;

background:#fff;

-webkit-border-radius: 15px;

-moz-border-radius: 15px;

border-radius: 15px;

}

.navigation a:hover{

background:#505050;

color:#fff;

text-decoration:none;

}

.navigation span {

text-decoration:none;

padding:1px 5px;

color:#303030;

font-size:18px;

background:#ec6400;

-webkit-border-radius: 15px;

-moz-border-radius: 15px;

border-radius: 15px;

}

.pm_status {

    float:left;

    border: 1px solid #d8d8d8;

    padding: 0px;

    background-color: #fff;

    width: 280px;

    height: 100px;

    margin-left: 20px;

    margin-right: 5px;

}

.pm_status_head {

    border-bottom: 1px solid #d8d8d8;

    font-size: 0.9em;

    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;

    height: 22px;

    padding: 0;

    font-weight: bold;

    text-align: center;

    color: #4e4e4e;

}

.pm_status_content {

    padding: 5px;

}

Изменено пользователем oborocv
Ссылка на сообщение
Поделиться на других сайтах

да ище 1, надо в том же файле style.css найти:


.post{

width:750px;

background: url(../images/post.png) repeat-y;

border-top:1px solid #505050;

border-bottom:1px solid #000;

border-radius:0 10px 10px 0;

-webkit-border-radius:0 10px 10px 0;

-moz-border-radius:0 10px 10px 0;

}

и заменить строчку :

background: url(../images/post.png) repeat-y;

на:

background-color: #FFF;

я просто неувидел что там сделан отдельный файл, говорю же на роботе небыло как к DLE добраться, сейчас есть возможность.

Ссылка на сообщение
Поделиться на других сайтах

Mr.Ron вы очень помогли мне и заето огромное спасибо

если что можно исчё к вам обратится?

Да можете, чем смогу - помогу.

Ссылка на сообщение
Поделиться на других сайтах

Mr.Ron а сможыте помоч убрать строку поиска по сайту и там где каленрарь есть и архив, хочю архив тоже убрать

спасибо зараниеп

Ссылка на сообщение
Поделиться на других сайтах

Присоединяйтесь к обсуждению

Вы можете опубликовать сообщение сейчас, а зарегистрироваться позже. Если у вас есть аккаунт, войдите в него для написания от своего имени.

Гость
Ответить в тему...

×   Вставлено в виде отформатированного текста.   Вставить в виде обычного текста

  Разрешено не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отобразить как ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставить изображения напрямую. Загрузите или вставьте изображения по ссылке.

×
×
  • Создать...