помогите в вордпрес шаблоне цвет кнопок поменять...
Страницы: 1
помогите в вордпрес шаблоне цвет кнопок поменять...
вообще хочу в шаблоне сделать цвет кнопок вверху другим цветом ,сейчас они белые.Помогите ,что мне в файле style надо поменять?
Вот что надо поменять:
Рисунок

Вот сам файл style.сss:
Код
/*
   Theme Name: Best Now
   Theme URL: http:.....
   Description: Best Now is elegant and professional design free premium WordPress theme with featured content feature. Suitable for any niche. Options page at admin panel.
   Author: NewWpThemes.com
   Author URI: .....
   Version: 2.0 
   Tags: Blue, Magazine,  Ads Ready, Two Columns, Right Sidebar, Fixed Width, Blogging,  Featured Content, Slideshow, Options Page
*/

/* LAYOUT */

body {
   background: url(images/background.png);
   background-position: top left;
   background-repeat: repeat-x;
   background-color: #ececec;
   }

#wrapper {
   padding:0;
   }

#container {
   padding-bottom: 10px;
   }

#contentwrap {
   background: #fff url(images/contentwrap-background.png) top right repeat-y;
   margin-top: 10px;
   border: 1px solid #d4d1d1;
   }

a {
   color: #03357c;
   }

a:hover {
   color: #087ed8;
   }
/* HEADER */

#header {
   height: 89px;
   padding-top:15px;
   }

#header h1 {
   margin-bottom: 4px !important;
   padding: 8px 0 0 0;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 48px;
   text-transform: uppercase;
   }

#header h1 a, #header h1 a:visited {
   color: #053671;
   text-decoration: none;
   }


#header h2 {
   color: #4e4d4d;
   font-size: 13px;
   line-height: 13px; 
   font-family: Arial;
   font-style: italic;
   }

/* NAVIGATION MENUS */



.navcontainer {
   height: 44px;
   }
   
#nav {
   height: 44px;
   }

#nav, #nav ul { 
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 1;
   }
#nav {
   margin-bottom: 1px;
   padding-left: 10px;
   }
   
#nav ul {
   float: left;
   list-style: none;
   margin: 0px 0px 0px 0px;
   padding: 0px;
   }
   
#nav li {
   float: left;
   list-style: none;
   margin: 0px;
   padding: 0px;
   }
   
#nav ul li {
   list-style: none;
   margin: 0px;
   padding: 0px;
   }
   
#nav li a, #nav li a:link {
   color: #fff;
   display: block;
    margin: 0px 3px 0px 3px;
   padding: 15px 12px 16px 12px;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
   }
   
#nav li a:hover, #nav li a:active, .current-cat {
   background: url(images/nav-backgr-hover.png);
   background-repeat: repeat-x;
   color: #004876;
   display: block;
    margin: 0px 3px 0px 3px;
   padding: 15px 12px 16px 12px;
   text-decoration: none;
   }
   
#nav  li.current-cat a {
   color:#004876;
   }

#nav li:hover, #nav li.sfhover { 
   position: static;
   }
   
/* CONTENT */

#content {
   background-color: #fff;
   padding: 15px 5px 15px 15px;
   }
   
pre { overflow: auto; 
   width: 470px; 
   }

.post {
   padding-bottom: 30px;
   }

.post p {
   margin-bottom: 10px;
   }

.title {
   margin: 0 0 4px 0;
   padding: 8px 10px;
   line-height: 22px;
   font-family: Arial, Verdana;
   color: #053a76;
   background: #eeeeee;
   }

   
.title a {
   text-decoration: none;
   color: #555555;
   }

.title a:hover {
   text-decoration: none;
   color: #053a76;
   }

.pagetitle {
   margin-bottom: 20px;
   line-height: 22px;
   font-family: Arial, Verdana;
   text-decoration: underline;
   color: #000;
}

.postdate {
   font-size: 11px;
   padding: 1px 4px;
   font-family: Arial, Verdana;
   font-style: italic;
   }


.postmeta {
   font-size: 11px;
   padding: 2px 4px;
   font-family: Arial, Verdana;
   }
   
.postdate img, .postmeta img {
   border: none;
   vertical-align: middle;
   margin:2px;
   }
   
.entry {
   text-align: justify;
   line-height: 20px;
   padding-top: 8px;
   font-family: Arial, Verdana;
   font-size: 14px;
   }
.navigation {
   padding: 10px 0;
   }

blockquote {
   overflow: hidden;
   padding-left: 9px;
   font-style: italic;
   color: #666;
   border-left: 3px solid #CADAE7;
   }
   
.post img {
   max-width: 680px;
   }

img.wp-smiley {
   max-height: 12px;
   margin: 0;
   padding: 0;
   border: none;
   }
   
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   }

.alignleft {
   float: left;
   }

.alignright {
   float: right;
   }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   }
   
/* SIDEBAR(S) */

.sidebaradbox {
   margin-top: 5px; 
   text-align:center;
   }
   
.ad125 {
   margin: 8px;
   }


.sidebar {
   margin: 0 10px 0 10px;
   }
   
.sidebar a {
   text-decoration: none;
   color: #555;
   }

.sidebar a:hover {
   text-decoration: underline;
   color:#0571c6;
   }
   

   
#search input, #searchform input{
   border: 1px solid #044888;
   }
   
#search label, #searchform label {
   margin: 10px 0 10px 0;
   padding: 4px 0 6px 0px;
   background: url(images/tab_backgr.png);
   background-repeat: repeat-x;
   background-position: top;
   font-size: 13px;
   font-family: Verdana;
   font-weight: bold;
   text-transform: uppercase;
   color: #003d69;
   display: block;
   }
   
#s {
   width: 220px;
   padding: 2px;
   }
   
#searchsubmit {
   border: 1px solid #044888;
   background: #fff;
   color: #05407d;
   }
   
#topsearch {
   padding:10px;
   background: #044888;
   margin-top: 10px;
   text-align: center;
   }
   
#topsearch input {
   border: 1px solid #044888;
   }
   
#topsearch label {
   display: none;
   }
   
#topsearch #s {
   width: 190px;
   padding: 2px;
   }


.rssbox {
   background: #fff7df;
   border: 1px solid #f9931b;
   padding: 10px;
   margin: 10px 0 0 0;
   }
.rssbox a {
   color: #e23007;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   }
.rssbox a:hover {
   color: #e23007; 
   text-decoration: underline;
   }


      
/* Social icons */
.addthis_toolbox {
   margin: 10px 0 0 0;
   text-align: center;
   }
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
   
   
.sidebarvideo {

   }

.sidebar h2 {
   margin: 10px 0 0 0;
   padding: 4px 0 2px 0px;
   background: #fff;
   font-size: 13px;
   font-family: Verdana;
   font-weight: bold;
   text-transform: uppercase;
   color: #05326c;
   border-bottom: 1px solid #cfcfcf;
   }

.sidebar ul {
   list-style-type: none;
   margin: 0px 0px 10px 0px;
   padding: 0px;
   }
   
.sidebar ul li {
   list-style-type: none;
   margin: 0px 0px 5px 0px;
   padding: 0px;
   }

.sidebar ul ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   }
   
.sidebar ul li li {
   padding: 3px 0px 3px 15px;
   margin: 0px;
   background: url(images/bullet.gif) no-repeat top left;
   }
   
.sidebar ul li ul li {
   background: #FFFFFF url(images/bullet.gif) no-repeat top left;
   padding: 2px 0px 2px 15px;
   margin: 2px 0;
   }



#wp-calendar th {
   font-style: normal;
   text-transform: capitalize;
   color: #555;
   background: #fff;
   }
#wp-calendar caption {
   padding: 2px 4px;
   text-transform: uppercase;   margin: 2px 0 2px 0;
   background: #eef0f4;
   }

#wp-calendar td {
   color: #999;
   font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
   letter-spacing: normal;
   padding: 2px 0;
   text-align: center;
   }

#wp-calendar td:hover, #wp-calendar #today {
   background: #eef0f4;
   color: #555;
   }
   
#wp-calendar {
   empty-cells: show;
   font-size: 14px;
   margin: 0;
   font-weight: bold; 
   width: 100%;
   }


/* FOOTER */

#footer {
   background: #053772;
   padding: 20px;
   text-align: center;
   color: #fff;
   font-size: 13px;
   }

#footer a {
   color: #fff;
   } 

#footer a:hover {
   text-decoration: none;
   } 
   
#footer2 {
   color: #9b9b9b;
   font-size: 11px;
   padding: 10px;
   text-align: right;
   }   
#footer2 a {
   color: #9b9b9b;
   text-decoration: none;
   } 

#footer2 a:hover {
   text-decoration: none;
   } 
   
   
/* COMMENTS */

#comments h3 {
   margin-bottom: 10px;   
}

#commentform input {
   width: 170px;
   padding: 2px;
   margin: 5px 5px 1px 0;
   }

#commentform {
   margin: 5px 10px 0 0;
   }
   
#commentform textarea {
   width: 100%;
   padding: 2px;
   }
   
#respond:after {
      content: "."; 
       display: block; 
       height: 0; 
       clear: both; 
       visibility: hidden;
   }
   
#commentform #submit {
   margin: 0 0 5px auto;
   float: right;
   }

.alt {
   margin: 0;
   padding: 10px;
   }

.commentlist {
   padding: 0;
   text-align: justify;
   }

.commentlist li {
   margin: 15px 0 10px;
   padding: 5px 5px 10px 10px;
   list-style: none;

   }
   
.commentlist li ul li { 
   margin-right: -5px;
   margin-left: 10px;
}

.commentlist p {
   margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
   margin: 5px 0;
   }

.nocomments {
   text-align: center;
   margin: 0;
   padding: 0;
   }

.commentmetadata {
   margin: 0;
   display: block;
   }
   
.post_thumbnail {
    margin: 0 10px 10px 0;
}

Помогите ,где область кода где можно поменять цвет ссылок с белого на какой-нибудь другой?
все будет...
#nav li a {
color: #цвет;
}

#nav li a:hover {
color: #другой-цвет;
}

З.Ы. в следующий раз - ссылки на сайт более чем достаточно будет... не нужно такие простыни вывешивать.
Создание сайтов, верстка | http://www.weesite.ru
Веточка на супре | http://www.cy-pr.com/forum/f74/t16076/
Спасибо большое ,шаблон на сайте еще не установлен ,я его на денвере чиню пока.Не подскажите еще такой вопросик,хотел за место фона поставить картинку и поменял в начале кода строку background-color: #ececec; На строку background-color:url( http:ссылка на картинку.jpg); .Однако картинка не меняется ,не подскажите ,что тут можно сделать??
Изменено: evgpol - 24 Октября 2011 17:36
color = цвет. не логично?
вам нужен: background-image: url();

или одной строкой:

background: url ("путь/к/картинке/картинка") горизонталь вертикаль #цвет;
Предлагаю за простыни кода расстреливать.
Создание сайтов любой сложности. Полный комплекс услуг. Решаем любые задачи. icq 29ноль915
Страницы: 1
Похожие темы:
Читают тему (гостей: 1, пользователей: 0, из них скрытых: 0)
Новые темыОбъявленияСвободное общение
11:36 Dao.AD: Монетизация и покупка Push/Pops/Inpage и Video трафика! 
00:53 Доработка сайта 
00:49 Маркированный список выходит за пределы статьи 
00:44 Модуль DLE 
18:09 LGaming - экосистема и партнерская программа в gambling и betting вертикалях 
16:11 Давайте начнем обмен отзывами Google maps 
22:14 Webvork - международная товарная СРА сеть с сертифицированными офферами на Европу. 
06:10 Продам обменник криптовалюты, а также новый обменник под ключ с обучением. Скидки на скрипты обменника 
04:22 Просто $0.04/IP 9PROXY.COM Резидентные прокси Неограниченная пропускная способность Уникальная политика замены Без чёрного списка 
00:54 Переверстать готовый шаблон DLE 
23:30 Coin Click.cc - Быстрый и надежный обмен электронных валют в два клика 
19:07 Linken Sphere – браузер-антидетект нового поколения 
15:02 Комплексный прогон по трастовым сайтам, статейное размещение. Рост НЧ-СЧ, Тиц-пр. 
12:42 Sapfirex.com - Современный сервис обмена криптовалют 
22:20 Точные прогнозы на футбол 
20:09 Сколько сейчас стоит наполнение ИМ? 
12:43 Куплю проигрышные букмекерские аккаунты 
04:33 Половина скидок на распродажах — фейк 
07:53 НейроБабушка наказывает мошенников 
19:59 Осталось 3-5 месяцев до блокировки YouTube в России, — заявил Клименко 
19:57 Пятница 13-ое: VK принял радикальное решение и закрыл доступ к порно контенту