Уважаемые пользователи!
C 7 ноября 2020 года phpBB Group прекратила выпуск обновлений и завершила дальнейшее развитие phpBB версии 3.2.
С 1 августа 2024 года phpBB Group прекращает поддержку phpBB 3.2 на официальном сайте.
Сайт официальной русской поддержки phpBB Guru продолжит поддержку phpBB 3.2 до 31 декабря 2024 года.
С учетом этого, настоятельно рекомендуется обновить конференции до версии 3.3.

Замена цвета шрифтов в Subsilver

Есть любые вопросы, связанные со стилями/темами для phpBB 2.0.x? Ишите ответы здесь!
DarkSouL
phpBB 1.2.1
Сообщения: 22
Стаж: 18 лет 3 месяца

Замена цвета шрифтов в Subsilver

Сообщение DarkSouL »

Ребят подскажите, как в стандарнтом стиле - Subsilver поменять цвет ссылок, названий топиков?
Аватара пользователя
Siava
Поддержка
Поддержка
Сообщения: 5284
Стаж: 19 лет 3 месяца
Откуда: Питер
Благодарил (а): 186 раз
Поблагодарили: 793 раза

Сообщение Siava »

DarkSouL
В админке в управлении стилем.
Еще одно нарушение правил и будете забанены. © Mr. Anderson
Ты очистил кеш? © Sheer
https://siava.ru (phpbb 2.0.x 3.5.x)
DarkSouL
phpBB 1.2.1
Сообщения: 22
Стаж: 18 лет 3 месяца

Сообщение DarkSouL »

Спсиб, а я тормоз в коды полез )))
Xpert
phpBB Guru
phpBB Guru
Сообщения: 5484
Стаж: 20 лет 1 месяц
Поблагодарили: 2 раза

Сообщение Xpert »

И в кодах можно, причем даже эффективнее... subSilver.css, только сначала нужно в overall_header.tpl сделать, чтобы использовался внешний файл стилей.
Эксперт - это человек, который избегает мелких ошибок на пути к грандиозному провалу.
Любая более-менее сложная задача имеет несколько простых, изящных, лёгких для понимания неправильных решений
SE7EN
phpBB 1.0.0
Сообщения: 5
Стаж: 17 лет 8 месяцев

Сообщение SE7EN »

Xpert писал(а):И в кодах можно, причем даже эффективнее... subSilver.css, только сначала нужно в overall_header.tpl сделать, чтобы использовался внешний файл стилей.
а подробнее можно пожалуста.
Marlboro
phpBB 1.2.1
Сообщения: 28
Стаж: 18 лет

Сообщение Marlboro »

body { background-color: #FFF; font-family: Verdana, Helvetica, sans-serif; padding: 0px; margin: 0px; }
img {
border: 0px;
}
/* Layouts for different parts of the page */
#content { padding: 20px; padding-top: 5px; }
#wrfull { width: 100%; }
#wrspace { position: relative; width: 96%; left: 2%; }


/* General font families for common tags */
font,th,td,p {font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:link,a:active,a:visited {color:#006699; text-decoration: none;}
a:hover { text-decoration: underline; color:#FF6600; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* Large fonts */
h1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 22px;
font-weight: bold; text-decoration: none; line-height: 120%; color:#006699;
}
h2,h3 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height: 120%; color:#006699; font-size : 17px;
}

.rowleft
{
background-image: url(images/cellpic1.gif);
}

.bodyline
{
background-color: #F5F5F5;
border: 1px #0000CC solid;
border-right-width: 0px;
}

.forumline
{
background-color: #A9B8C2;
border: solid #D1D7DC 0px;
border-top-width: 1px;
}
.txtsmall { font-size : 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
.txtmed { font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif}

#bottom {
width: 100%;
height: 25px;
text-align: center;
font-family: Verdana, sans-serif;
font-size: 11px;
margin: 0px;
background-image: url(/img/th.gif);
color : #333333; background-color:#DDDDDD;
border-width: 1px; border-style: solid; border-color: #A9B8C2; }
#bottom a, #bottom a:visited { color: #333333; text-decoration: none; }
#bottom a:hover { color: #004c75; text-decoration: underline; }

.postbody {line-height: 18px;}

/* This is the border line & background colour round the entire page */
.tborder { background-color: #cfcfcf; }

/* Main table cell colours and backgrounds */
.row1 { background-color: #EFEFEF; padding: 3px; }
.row2 { background-color: #DEE3E7; padding: 3px; }
.row3 { background-color: #D1D7DC; padding: 3px; }

/* Header cells */
th {
font-size: 8pt;
background-color: #сссссс; height: 25px; color : #006699;
background-image: url(images/cellpic2.jpg);
}

/* Header cells for features page */
td.thb {
font-weight: bold; text-align: left; padding-left: 10px;
background-color: #сссссс; height: 28px;
background-image: url(images/cellpic3.gif);
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #FFFFFF; height: 25px;
background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-image: url(images/cellpic1.gif);
background-color: #FFFFFF; height: 25px;
}


a.th { text-decoration: none; color : #006699; }
a.th { text-decoration: underline; }

/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
}

.postbody { line-height: 18px}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : #EFEFEF;
color : #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
background-color : #FAFAFA;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background-color : #FAFAFA;
font-weight : normal;
}

ul.lmenu {
padding-left: 10px;
list-style-image: url(/img/list.gif);
}




/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #006699; }
a.nav:hover { text-decoration: underline; }











/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }



/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }









/*#wrapheader { width: 100%; height: 150px; background-image: url('images/background.gif'); background-repeat: repeat-x; }*/


}*/
.page_header {
background: url(images/background.gif) repeat-x;
width: 100%;
height: 140px;
}

#wrapheader { width: 100%; height: 150px; background-image: url('./images/background.gif'); background-repeat: repeat-x; }
#menubar { position: absolute; width: 95%; top: 115px; left: 2.5%; }
#datebar { position: absolute; width: 95%; top: 145px; left: 2.5%; }
#findbar { width: 100%; margin: 0px; padding: 0px; border: 0px; }
#wrapcentre { position: relative; width: 95%; left: 2.5%; padding-top: 40px; padding-bottom: 20px; }
p.searchbar { margin: 0px; font-size: 60%; white-space: nowrap; }
.tablebg,.forumline { background-color: #A9B8C2; }
.topbg { background-color: #EFEFEF; border: 1px #A9B8C2; }
p.breadcrumbs { margin: 0px; float: left; color: black; font-size: 60%; font-weight: bold; white-space: normal; }
p.datetime { margin: 0px; float: right; font-size: 60%; white-space: nowrap; }
.cat { height: 28px; margin: 0px; padding: 0px; border: 0px; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; }
.titles { color: black; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 130%; text-decoration: none; }
p.moderators { margin: 0px; float: left; color: black; font-size: 60%; font-weight: bold; }
а вот этот вас вот такой css 8)

Вернуться в «Стили для phpBB 2.0.x»