Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Корзина » поменять цвет шрифта


поменять цвет шрифта

Сообщений 1 страница 8 из 8

1

как в таком  коде поменять цвет шрифта с синего на любой другой цвет

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/

body {
	background-color: #215483;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: #c5e6e9;
  color: #0f8abd;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: #c5e6e9;
  color: #0f8abd;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-image: url(http://s1.ipicture.ru/uploads/20110902/Km7iJnvp.jpg);
  color: #0f8abd;
  font-weight: normal;
font-style: normal;
height: 100px;
text-align: center;

  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: #c5e6e9;
  color: #0f8abd;
  }

#pun-title  .title-logo{background: url() no-repeat top center; padding: 0px;}
#pun-title table {
background: url() repeat-x;
background-position: 0px 0px;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: #c5e6e9;
  color: #0f8abd
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: #c5e6e9;
  color: #0f8abd
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #B5D6D9;
  color: #0f8abd
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: #c5e6e9;
  color: #0f8abd;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
  background-color: #215483;
  color: #0f8abd
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #c5e6e9 #c5e6e9 #c5e6e9 #c5e6e9 ; border-style: none !important;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #114473 ; border-style: none !important;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #c5e6e9; ; border-style: none !important;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #c5e6e9; ; border-style: none !important;
  }

/* CS2.5 */
.punbb th {
  border-color: #c5e6e9 ; border-style: none !important;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #A5C6C9 #E5FFFF #E5FFFF #A5C6C9; ; border-style: none !important;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #A5C6C9 ; border-style: none !important;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #E5FFFF ; border-style: none !important;
  }

.punbb .divider {
  border-color: #A5C6C9 #E5FFFF #E5FFFF #E5FFFF ; border-style: none !important;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #dedfdf
  }

li.pa-online {
  border-left-color: #c5e6e9;
  }

.punbb .post-sig dt {
  border-top-color: #c5e6e9 !important;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #0f8abd;
    border-bottom: 0px none #000;
  text-decoration: none;
  border-color: transparent;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  border-color: transparent;
  color: #0f8abd
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #00a8b7;
    border-color: transparent;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
  color: #0f8abd;
   border-color: transparent;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #00a8b7;
  font-weight: normal;
font-style: normal;
  border-color: transparent;
  border-bottom: 0px none #000;
  text-decoration: none;

  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  border-color: transparent;
  color: #fff;
  }

/* CS4 Post status icons
-------------------------------------------------------------*/
div.icon {
        background: url(http://xmages.net/storage/10/1/0/d/b/upload/85b60f89.png) no-repeat;
}
tr.inew div.icon {
        background: url(http://xmages.net/storage/10/1/0/d/b/upload/d90ed0e7.png) no-repeat;
}
tr.iclosed div.icon {
        background: url(http://xmages.net/storage/10/1/0/d/b/upload/6768c4ad.png) no-repeat;
}
tr.iredirect div.icon {
        background: url(http://xmages.net/storage/10/1/0/d/d/upload/5f03fb0d.png) no-repeat;
}
tr.isticky div.icon {
        background: url(http://xmages.net/storage/10/1/0/d/d/upload/5f03fb0d.png) no-repeat;
}

#pun-about p.container {
background: url(http://savepic.org/1651430.png) no-repeat; height: 284px;
}

0

2

Рони Ищите везде   в данном Окне

color: #0f8abd;

и меняете красное на свой цвет

(*Поиск по окну стиля -сонтрл+F

Отредактировано Deff (Пт, 2 Сен 2011 12:21:19)

+1

3

спасибо большое

0

4

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

вот код цветов

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
html, body {
background: #636A70 url(http://s2.ipicture.ru/uploads/20110905/B6W9vT1H.jpg);
background-repeat: repeat;
background-position: top center;
background-attachment: fixed;

} 

#pun { 
background-color: none;
background-image: url(http://s2.ipicture.ru/uploads/20110905/VVUVAXtx.jpg);
background-repeat: repeat;
}

.lastedit {
display: none;
}

.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter: alpha(opacity=100);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}

#pun-stats ul.container {
background: transparent no-repeat 5px 5px;
padding-left: 120px; height: 100px;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #000000;
  
 
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: none;
  color: #000000;
  font-style: Century Gothic;
  
  
  
  }



/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: none;
  color: #000000;
  background: url();
  font-weight: normal;
  font-style: Century Gothic;
  height: 30px;
  text-align: center;
font-size: 13px;
padding-top: 25px!important;

}

/* CS1.4 */
#pun-title, #pun-title .container {
  background-image: url();
  margin:  0 auto 0 auto;
  width: 800px;
  background-color: transparent;
  }
  
 .punbb .modmenu .container {
  margin:  0 auto 0 auto;
  width: 800px;
  background-color: transparent;
  }


/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #000000;
  text-align: center;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #000000
  text-align: center;
  
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-image: url();
  color: #000000

  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #000000;
  font-family: "Century Gothic"; 
font-size: 14px;
  font-weight: normal;
  text-align: center;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }

.punbb textarea, .punbb select, .punbb input {
 background-color:000000;
 color: #000000;
  
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
   border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */

.punbb .post-sig dt {
  border-top: 0px 
solid 000000
border-style:  dashed
;

  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
 
border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border-color: 000000;
border-style: dotted dotted dotted dotted;
  border-width: 0px 0px 0px 0px
  }

li.pa-online {
border-color: transparent;
  }
#pun-main .post-author ul {border-color : 000000;
border-style: dotted dashed dashed dotted;
  border-width: 0px 0px 0px 0px
  }

.punbb .post-sig dt {border-color : 000000;
border-style: dotted dashed dashed dotted;
  border-width: 0px 0px 0px 0px
  }




/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: 000000;
    border-bottom: 0px none #00000;
   text-decoration: none;
text-shadow: #000 1px 4px 2px;


  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: 000000
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: 000000;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
  color: 000000;
    border-bottom: 0px none #000;
  text-decoration: none;
font-weight: normal;


  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #000000;
  font-weight: normal;
font-style: normal;
  border-bottom: 0px none #000;


  text-decoration: none;
font-weight: bold;

  }

#pun-ulinks a {color: 000000;
font-weight: bold;
}

#pun-ulinks a:hover  {color: 000000;
font-weight: bold;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: 000000
  color: 000000;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/
    div.icon {
            background: url(http://www.imagepost.ru/images/452/xVrz0y.png) no-repeat;
    }

    tr.inew div.icon {
            background: url(http://www.imagepost.ru/images/452/DuBzgu.png) no-repeat;
    }

    tr.iclosed div.icon {
            background: url(http://www.imagepost.ru/images/452/z5qByf.png) no-repeat;
    }


    tr.isticky div.icon {
            background: url(http://www.imagepost.ru/images/452/bvg.png) no-repeat;

 }

http://kostochka.mybb.ru/

0

5

Рони написал(а):

вот код цветов

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
html, body {
background: #636A70 url(http://s2.ipicture.ru/uploads/20110905/B6W9vT1H.jpg);
background-repeat: repeat;
background-position: top center;
background-attachment: fixed;

} 

#pun { 
background-color: none;
background-image: url(http://s2.ipicture.ru/uploads/20110905/VVUVAXtx.jpg);
background-repeat: repeat;
}

.lastedit {
display: none;
}

.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter: alpha(opacity=100);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}

#pun-stats ul.container {
background: transparent no-repeat 5px 5px;
padding-left: 120px; height: 100px;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #000000;
  
 
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: none;
  color: #000000;
  font-style: Century Gothic;
  
  
  
  }



/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: none;
  color: #000000;
  background: url(style_cs.css);
  font-weight: normal;
  font-style: Century Gothic;
  height: 30px;
  text-align: center;
font-size: 13px;
padding-top: 25px!important;

}

/* CS1.4 */
#pun-title, #pun-title .container {
  background-image: url(style_cs.css);
  margin:  0 auto 0 auto;
  width: 800px;
  background-color: transparent;
  }
  
 .punbb .modmenu .container {
  margin:  0 auto 0 auto;
  width: 800px;
  background-color: transparent;
  }


/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #000000;
  text-align: center;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #000000
  text-align: center;
  
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-image: url(style_cs.css);
  color: #000000

  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #000000;
  font-family: "Century Gothic"; 
font-size: 14px;
  font-weight: normal;
  text-align: center;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }

.punbb textarea, .punbb select, .punbb input {
 background-color:000000;
 color: #000000;
  
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
   border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */

.punbb .post-sig dt {
  border-top: 0px 
solid 000000
border-style:  dashed
;

  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
 
border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border-color: 000000;
border-style: dotted dotted dotted dotted;
  border-width: 0px 0px 0px 0px
  }

li.pa-online {
border-color: transparent;
  }
#pun-main .post-author ul {border-color : 000000;
border-style: dotted dashed dashed dotted;
  border-width: 0px 0px 0px 0px
  }

.punbb .post-sig dt {border-color : 000000;
border-style: dotted dashed dashed dotted;
  border-width: 0px 0px 0px 0px
  }




/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: 000000;
    border-bottom: 0px none #00000;
   text-decoration: none;
text-shadow: #000 1px 1px 2px;


  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: 000000
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: 000000;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
    color: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;
font-weight: normal;


  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #0000CC;
  text-
  font-weight: normal;
font-style: normal;
  border-bottom: 0px none #000;


  text-decoration: none;
font-weight: bold;

  }

#pun-ulinks a {color: 000000;
font-weight: bold;
}

#pun-ulinks a:hover  {color: 000000;
font-weight: bold;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: 000000
  color: 000000;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/
    div.icon {
            background: url(http://www.imagepost.ru/images/452/xVrz0y.png) no-repeat;
    }

    tr.inew div.icon {
            background: url(http://www.imagepost.ru/images/452/DuBzgu.png) no-repeat;
    }

    tr.iclosed div.icon {
            background: url(http://www.imagepost.ru/images/452/z5qByf.png) no-repeat;
    }


    tr.isticky div.icon {
            background: url(http://www.imagepost.ru/images/452/bvg.png) no-repeat;

 }

Поправил

Отредактировано Deff (Вт, 6 Сен 2011 01:32:15)

0

6

Рони написал(а):

ссылок меню навигации и названий форумов с синего на черный

спасибо большое, половина ссылей поменялась на черный, но токо половина ((((((

0

7

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
html, body {
background: #636A70 url(http://s2.ipicture.ru/uploads/20110905/B6W9vT1H.jpg);
background-repeat: repeat;
background-position: top center;
background-attachment: fixed;

} 

#pun { 
background-color: none;
background-image: url(http://s2.ipicture.ru/uploads/20110905/VVUVAXtx.jpg);
background-repeat: repeat;
}

.lastedit {
display: none;
}

.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter: alpha(opacity=100);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}

#pun-stats ul.container {
background: transparent no-repeat 5px 5px;
padding-left: 120px; height: 100px;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #000000;
  
 
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: none;
  color: #000000;
  font-style: Century Gothic;
  
  
  
  }



/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: none;
  color: #000000;
  background: url(style_cs.css);
  font-weight: normal;
  font-style: Century Gothic;
  height: 30px;
  text-align: center;
font-size: 13px;
padding-top: 25px!important;

}

/* CS1.4 */
#pun-title, #pun-title .container {
  background-image: url(style_cs.css);
  margin:  0 auto 0 auto;
  width: 800px;
  background-color: transparent;
  }
  
 .punbb .modmenu .container {
  margin:  0 auto 0 auto;
  width: 800px;
  background-color: transparent;
  }


/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #000000;
  text-align: center;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #000000
  text-align: center;
  
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-image: url(style_cs.css);
  color: #000000

  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #000000;
  font-family: "Century Gothic"; 
font-size: 14px;
  font-weight: normal;
  text-align: center;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }

.punbb textarea, .punbb select, .punbb input {
 background-color:000000;
 color: #000000;
  
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
   border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */

.punbb .post-sig dt {
  border-top: 0px 
solid 000000
border-style:  dashed
;

  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
 
border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border-color: 000000;
border-style: dotted dotted dotted dotted;
  border-width: 0px 0px 0px 0px
  }

li.pa-online {
border-color: transparent;
  }
#pun-main .post-author ul {border-color : 000000;
border-style: dotted dashed dashed dotted;
  border-width: 0px 0px 0px 0px
  }

.punbb .post-sig dt {border-color : 000000;
border-style: dotted dashed dashed dotted;
  border-width: 0px 0px 0px 0px
  }




/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #000000;
    border-bottom: 0px none #00000;
   text-decoration: none;
   text-shadow:none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #000000
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #0000CC;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
    color: #000000;
    border-bottom: 0px none #000;
  text-decoration: none;
font-weight: normal;


  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #0000CC;
  text-
  font-weight: normal;
font-style: normal;
  border-bottom: 0px none #000;


  text-decoration: none;
font-weight: bold;

  }

#pun-ulinks a {color: 000000;
font-weight: bold;
}

#pun-ulinks a:hover  {color: 000000;
font-weight: bold;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: 000000
  color: 000000;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/
    div.icon {
            background: url(http://www.imagepost.ru/images/452/xVrz0y.png) no-repeat;
    }

    tr.inew div.icon {
            background: url(http://www.imagepost.ru/images/452/DuBzgu.png) no-repeat;
    }

    tr.iclosed div.icon {
            background: url(http://www.imagepost.ru/images/452/z5qByf.png) no-repeat;
    }


    tr.isticky div.icon {
            background: url(http://www.imagepost.ru/images/452/bvg.png) no-repeat;

 }

0

8

Deff

вот теперь все как надо !!!!!! БОльшушее спасипка !!!!!!!

+

Отредактировано Рони (Вт, 6 Сен 2011 02:06:17)

0


Вы здесь » Единый форум поддержки » Корзина » поменять цвет шрифта