Понедельник, 24.08.2026, 03:14
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 2 из 2
  • «
  • 1
  • 2
Модератор форума: BondSport  
CSS Help
dalwooДата: Пятница, 17.04.2009, 16:38 | Сообщение # 16
Генерал-лейтенант
Группа: Гости
Сообщений: 710
Репутация: 184
Статус: Offline
mafiozi,Я тебе напомню что есть кнопка скопировать))))))))

 
mafioziДата: Пятница, 17.04.2009, 16:52 | Сообщение # 17
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
ой спс прикинь а!умного из себя корчишь я прошу его CCS !!!


 
dalwooДата: Пятница, 17.04.2009, 17:23 | Сообщение # 18
Генерал-лейтенант
Группа: Гости
Сообщений: 710
Репутация: 184
Статус: Offline
mafiozi, Ой прикинь это
Code
/*------------------------------------------------------------*
**  Orient Style. Copyright by Evanston, 2008.
**------------------------------------------------------------*/

* {
   margin:0;
   padding:0;
}

body, html {
   background:#094952 url('../images/bg.png') repeat-x;
   font-family:"Trebuchet MS", Arial sans-serif;
   color:#eee;
   font-size:12px;
   align:center;
}

img {
   border:none;
   behavior: url(../js/iepngfix.htc);
}

images {
   border:none;
   margin:0;
   padding:0;
}

a {
   color:#fff;
   text-decoration:underline;
}

a images { border-bottom:none; }

a:hover {
   text-decoration:none;
}
/*------------------------------------------------------------*
**  Блоки
**------------------------------------------------------------*/

#page {
   width:970px;
   margin:0 auto;
}

#header {
   height:140px;
   color:#fff;
   font-size:12px;
}

#logo {
   width:400px;
   float:left;
}

#nav {
   float:right;
   padding-top:75px;
   padding-right:40px;
   color:#aaa;
   font-size:13px;
}

#nav a {
   color:#ccc;
}

#nav h1 {
   font-size:18px;
   color:#ccc;
   letter-spacing:-1px;
}

#top {
   overflow:hidden;
   font-size:13px;
   padding-left:30px;
   padding-bottom:20px;
   padding-top:10px;
}

#content {
   padding-top:10px;
   float:left;
   width:100%;
}

#left {
   margin-right:330px;
   padding-left:10px;
}

#right {
   float:right;
   width:330px;
   margin-left:-330px;
}

#footer {
   clear:both;
   margin-top:20px;
   padding-top:10px;
   border:1px solid #012429;
   color:#ccc;
   background:#05373e;
   width:100%;
   padding-bottom:20px;
}

#footer a { color:#ccc; }   
#footer a:hover { color:#fff; }

/*------------------------------------------------------------*
**  Навигация
**------------------------------------------------------------*/
#navigation{   
   background:url('../images/navigation.png') no-repeat;
   height:80px;
   font-size:13px;
}

#navigation ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#navigation li {
   float:left;
   margin: 0;
   padding: 22px 10px 10px 20px;
}

#navigation li a {
   padding:14px 12px;
   text-decoration: none;
   color: #157683;
   border: none;
}
#navigation li a:hover {
   text-decoration:underline;
}
#navigation li a.active {
   color: #fff;
}

#nav ul li {
   float:left;
   margin:0;
   padding:0;
}

/*------------------------------------------------------------*
**  Оформление
**------------------------------------------------------------*/

.info {
   margin-bottom:20px;
   padding-right:20px;
}

.clear {
   clear:both;
}

h1, h2, h3, h4 {
   font-weight:normal;
   font-family:"Trebuchet MS";
}

h1 {
   font-size:18px;
   padding-bottom:3px;
   margin-bottom:3px;
}

.info h1 {
   border-bottom:1px dashed #ccc;
   margin-bottom:3px;
}

/*------------------------------------------------------------*
**  Вывод новостей
**------------------------------------------------------------*/

.news {
   padding-left:0px;
   margin-bottom:20px;
   padding-bottom:5px;
}

.info {
   margin-top:5px;
   font-size:12px;
}

.info ul {
   list-style:none;
}

li.more {
   background:url('../images/img16.png') no-repeat;
   display:inline;
   padding-left:25px;
   margin-right:20px;
   padding-bottom:3px;
}

li.com {
   background:url('../images/img16.png') no-repeat;
   display:inline;
   padding-left:25px;
}

li.views {
   background:url('../images/bullet-info.gif') no-repeat;
   display:inline;
   padding-left:20px;
   margin-right:20px;
   padding-bottom:3px;
}

li.fav {
   display:inline;
   padding-left:10px;
}

.top-info {
   margin-bottom:5px;
   font-size:11px;
   padding-left:10px;
   color:#b3dadf;
}
.post-date {
   width: 45px;
   height: 49px;
   float:left;
   background: url(../images/date-bg.gif) no-repeat;
   margin-right:5px;
}
.post-month {
   font-size: 10px;
   color: #FFFFFF;
   text-align: center;
   display:block;
   line-height: 11px;
   padding-top: 2px;
   margin-left: -3px;
}
.post-day {
   font-size: 18px;
   text-transform: uppercase;
   color: #999999;
   text-align: center;
   display:block;
   line-height: 18px;
   padding-top: 7px;
   margin-left: -3px;
}
.post-title {
   float: left;
   margin-left: 10px;
}
.news-text {
   clear:left;
   padding-top:3px;
   padding-bottom:3px;
}

/*------------------------------------------------------------*
**  Навигация по страницам
**------------------------------------------------------------*/

.navigation {
   border: none;
   margin: 20px 0 20px 0;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation span {
   display: inline-block;
   display: -moz-inline-stack;
   _overflow: hidden;
   float: left;
   width: 38px;
   height: 28px;
   vertical-align: middle;
   text-align: center;
   line-height: 28px;
   text-decoration: none;
   font-size: 11px;
   color: #000000;
   margin: 10px 3px;
}
.navigation a:hover {
   background: url(../images/nav-hover.png) no-repeat #64a3d9;
   color: #FFFFFF;
   text-align: center;
}
.navigation span {
   background: url(../images/nav-none.png) no-repeat #64a3d9;
}

/*------------------------------------------------------------*
**  Модули
**------------------------------------------------------------*/
.module {
   width:300px;
   padding:20px;
}
.m-top {
   width:300px;
   height:20px;
   background:url('../images/m-top.png') no-repeat;
}
.m-bottom {
   width:300px;
   height:44px;
   background:url('../images/m-bottom.png') no-repeat;
}
.m-center {
   width:225px;
   background:url('../images/m-center.png') repeat-y;
   padding:0px 40px 0px 40px;
}

.module h1 {
   font-size:20px;
   color:#fff;
   margin-left:0px;
   margin-right:0px;
   padding-bottom:5px;
}

.module h1.green { color:#fff; }

ul {
   list-style: none;
}

#right ul li {
   background: url(../images/bullet-list.gif) no-repeat 2px 8px;
   padding: 5px 0px 5px 13px;
   border-bottom:1px dashed #e5e5e5;
   font-family:Verdana;
   font-size:13px;

}
#right ul li:hover {
   background:#f5f5f5  url(../images/bullet-list.gif) no-repeat 2px 8px;
}
#right ul li:hover a {
   color:#555;
}
/* ==================== */

.f_textarea {
   background:#0e5b66;
   color:#fff;
   font-family:"Trebuchet MS";
   font-size:12px;
   border:1px solid #2f8996;
   width:449px;
   margin-top:5px;
   height:156px;
   padding:10px;
   margin-bottom:5px;
}
.f_input {
   color: #fff;  /* ! */
   font-size: 12px;  /* ! */
   font-family: "Trebuchet MS";    /* ! */
   background:#0e5b66;
     
   width: 300px;
   height: 14px;
   border: 1px solid #2f8996;
}
.f_select {
   color: #fff;  /* ! */
   font-size: 12px;  /* ! */
   font-family: "Trebuchet MS";    /* ! */
   background:#0e5b66;
     
   width: 300px;
   height: 14px;
   border: 1px solid #2f8996;
}

#post-buttons {   
   padding: 5px 10px;
   margin-left:0;
   margin-bottom:20px;
   margin-top:10px;
}
p.post-buttons-f {   
   padding: 5px 10px;
   border: 1px solid #EFEFEF;
   background: #F9F9F9;
   margin-left:0;
   margin-bottom:20px;
   margin-top:10px;
   width:40px;
}

#info-table a { color:#b3dadf;}
#info-table a:hover { color:#fff; text-decoration:underline; }

h1.huser { background:url('../images/huser.gif') no-repeat; }
h1.hvote { background:url('../images/hvote.gif') no-repeat; color:#555; }

.ctitle { font-size:18px; }

/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
   margin-bottom:10px;
   padding-bottom:10px;
}
#comment-top {
   font-size:11px;
}
.comment-date {
   float:left;
   padding-right:10px;
}
#comment-bottom {
   margin:5px;
   font-size:11px;
   paddding-top:5px;
   clear:left;
}
.comment-s {
   padding:10px;
   overflow:hidden;
}
#com-l {
   width:20%;
   float:left;
}
#com-r {
   width:70%;
   float:left;
}
#com {
   margin-bottom:20px;
   border-top:1px dashed #1d6771;
   padding-bottom:20px;
   padding-left:10px;
   padding-top:10px;
}

#top a.login {
   text-decoration:none;
   border-bottom:1px dashed;
}

#top a {   
   text-decoration:none;
   border-bottom:1px solid;
}
#cat {
   float:left;
   height:20px;
   margin-right:10px;
   margin-top:3px;
   font-size:13px;
}

#cat-left {
   width:12px;
   background:url('../images/cat-left.png') no-repeat;
}

#cat-center {
   background:url('../images/cat-center.png') repeat-x;
   padding:0;
}

#cat-right {
   width:12px;
   background:url('../images/cat-right.png') no-repeat;
}

#info-center {
   height:30px;
   background:url('../images/info-center.png') repeat-x;
}

#info-left {
   width:17px;
   background:url('../images/info-left.png') no-repeat;
}

#info-right {
   width:17px;
   background:url('../images/info-right.png') no-repeat;
}

#info-table {
   margin-top:5px;
   margin-bottom:10px;
}

.addcomment, #addcomment {
   background:#0e5b66;
   color:#fff;
   font-family:"Trebuchet MS";
   font-size:12px;
   border:1px solid #2f8996;
   width:520px;
   margin-top:5px;
   height:120px;
   padding:10px;
}

#com-cat {
   background:#fff;
}

#com-cat-top {
   background:url('../images/com-top.png') no-repeat;
   width:590px;
   height:25px;
}

#com-cat-bottom {
   background:url('../images/com-bottom.png') no-repeat;
   width:590px;
   height:25px;
}

#com-cat-mid {
   background:#527f86;
   color:#fff;
   width:570px;
   padding-left:20px;
}
#com-cat-left {
   width:36px;
   background:url('../images/com-top-left.png') no-repeat;
}

#com-cat-right {
   width:36px;
   background:url('../images/com-top-right.png') no-repeat;
}

И есть CCS!!!


 
mafioziДата: Пятница, 17.04.2009, 17:39 | Сообщение # 19
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
ну там просто сверху ещё два блока кодов


 
dalwooДата: Пятница, 17.04.2009, 17:44 | Сообщение # 20
Генерал-лейтенант
Группа: Гости
Сообщений: 710
Репутация: 184
Статус: Offline
mafiozi,1 DLE 2 Хз

Добавлено (17.04.2009, 4:44:35)
---------------------------------------------
freezenz,Ваше мне рипы с DLE неоч.Лучше поставь другой шаблон и не парься


 
mafioziДата: Пятница, 17.04.2009, 17:49 | Сообщение # 21
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
ООО кинь лучше скрипт шаблона форума там может ccs быть!


 
бафоедДата: Суббота, 18.04.2009, 11:02 | Сообщение # 22
Генерал-полковник
Группа: Модераторы
Сообщений: 821
Репутация: 244
Статус: Offline
dalwoo, шаблон оч красивый
 
mafioziДата: Суббота, 18.04.2009, 18:22 | Сообщение # 23
Лейтенант
Группа: Проверенные
Сообщений: 42
Репутация: 27
Статус: Offline
согласен шаблон стоит того чтобы помучится чуть чуть !

Добавлено (18.04.2009, 5:22:07)
---------------------------------------------

Quote (freezenz)
шаблон оч красивый

кинь скрипт шаблона форума там может ccs быть!



 
  • Страница 2 из 2
  • «
  • 1
  • 2
Поиск: