[Resolvido]Mudar a fonte de todo o fórum

3 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 12:29

Bem, eu andei tentando aprender a mexer no CSS e acabei fazendo besteira, acabei mudando a fonte do meu fórum e agora não consigo colocar a que estava antes. Vou postar meu código CSS e vou postar uma foto para q vejam o antes e depois.

No primeiro post, o da Lunicas, é a fonte que eu quero, logo em seguida vem essas fontes q eu sem querer coloquei mas não quero mais

[Resolvido]Mudar a fonte de todo o fórum Forumq

Código:
textarea  {
   font-size: 1.3em;
   line-height: 1.4em;
   padding: 2px;
   font-weight: normal;
   font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
   color: #D0D0D0;
   border: 1px solid #FF9000;
   background-color: #222;
}
select, input {
   font-size: 1.1em;
   padding: 1px;
   font-weight: normal;
   font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
   color: #D0D0D0;
   border: 1px solid #FF9000;
   background-color: #222;
}


/* QUICK REPLY-------------------------------------------------------------*/
.qreply {
        background-color: #313131;
   border: 0px solid #191919;
   }
.dd-textarea textarea {
        border: 2px inset #ff9000;
   }

#textarea_content iframe#text_editor_iframe,#text_editor_textarea {
   background-color: #222;
        color: #FFFFFF;
   }


.ipbform2 dl dd input {
   background-color: #222;
        color: #FFFFFF;
        border: 2px inset #ff9000;
   }

.postreview .box-content {
   background-color: #313131; /** table color**/
   border-left: 1px inset #404040;
   border-right: solid 1px #121212;
   }

/*
fieldset {
   clear: both;
   background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
*/


/***************** LOGO************/

div#logostrip {
   min-height: 170px;
   background-image: url('');
   background-repeat: repeat-x;
   text-align: left;
   width: 96%;
        margin-left: 17px;
   }
div#logostrip #logo {
   display: block;
   margin: 0 3px;
   float: center;
   }




body {
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/body11.gif');
 margin-left: 5px;
   }
#main{
   width: 95%;
   padding: 20px;
   text-align: left;
        position: relative;
   margin: 0px center;
        margin-top: -1em;
        margin-left: -2px;
   background-width: 768px;
        min-width: 983px !important;
        max-width: 984px !important;
   }

#ipbwrapper {
   width: 61.8%;
   text-align: left;
   padding: 20px;
        position: relative;
        /*margin-left: 15px;*/
        margin-left: 17px;
   margin: 0px auto;
        margin-top: -1em;
        min-width:1042px;
        padding-right: 2px;
        background-width: auto;
   background-width: 768px;
        background-repeat: repeat-y;
        background-position: middle top;
        background-color: transparent !important;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg310.png');
/*    background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg16.png');
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;*/
   }

.container_IE {
        min-width: 900px !important;
        padding-left: 0.40em !important;
        /*margin-right:  2.90em !important;*/
        padding-bottom: 3.0em !important;
        image-repeat: no-repeat !important;
   background-position: bottom!important;
   background-repeat: no-repeat !important;
   background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        _background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        }

/***** TABLE BABY ************/
table.ipbtable.index-box {
   width: 100%;
   table-layout: fixed;
/*border: solid 1px #c4c4c4; //** border to all**/ */
   }

table.ipbtable th {
   color: #FFE1B9;
   font-size: 12px;
   font-weight: bold;
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/th13.gif'); /** 2nd head bar **/
   white-space: nowrap;
   padding: 0 5px;
   text-align: center;
   height: 26px;
   border-left: solid 1px #F58D07;
   border-right: solid 1px #9F5A00;
   border-top: solid 1px #F58D07;
   border-bottom: solid 1px #9F5A00;
}

table.ipbtable th.formsubtitle,.formsubtitle {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

div.maintitle {
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bar14.png'); /*main bar*/
        background-repeat: no-repeat;
        font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
        white-space: nowrap;

   font-align: center;

   font-size: 12px;
   font-weight: bold;
   color: #EB8500;
   }


/********************* TABLE BOTTOM ****************/

/*IPB Tables*/
table.ipbtable th.formsubtitle,.formsubtitle {
margin-top: -6px;
   background-color: #2d2d2d;
   }
table.ipbtable tfoot td {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cathea11.gif');
   height: 24px;
   padding: 0 3px;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
/*
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;   
*/
   }
table.ipbtable .forumdesc {
   color: #666666;
   }
.row1,.row2 {
   border-bottom: 1px solid #131313 !important;
   }
.row1 {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.row2 {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.darkrow { /* BOTTOM OF TABLE ON TOPIC */
        background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
.thin {
   border: 1px solid #3C3C3C;
   }
.sticky-separator {
   border-top: 3px solid #ff9000;
   }

/********************* PORTAL & WIDGET *********************************/
.module .maintitle {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/portal11.png') !important;
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-bottom: solid 1px #131313;
   }
/*
.module .maintitle h3 {
   float: none !important;
   font-size: 1em !important;
   }*/
.module .box-content {
   padding: 5px;
   line-height: normal;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.module .postbody {
   padding: 0px !important;
        width: 99.6%;
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;*/
   border-right: solid 1px #121212;
   border-bottom: solid 1px #131313;
   }
.module .postbody .postbody-head {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;*/
   border-bottom: solid 1px #131313;
   }
.module .postbody .post-footer {
      background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_cat10.gif') !important;
   background-color: #313131; /** table color**/   
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;*/
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }


/***************** POPUP MENU*************************/

.popmenubutton {
   float: right;
margin-right: 20px;
   height: 15px;
margin-bottom: -3.5px !important;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }


#forummenu-options {
   float: right;
   height: 15px;
        margin-bottom: -4px !important;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
}

#forummenu-options_menu.popupmenu  {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;}


div.maintitle h2,div.maintitle h3,div.maintitle div.toggle {
margin-bottom: -5.5px; /** fix for all table header margin**/
   font-size: 13px;
   }


/********* MENU BAR*****************************/
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
   height: 18px;
   overflow: hidden;
        border-left: solid 1px #121212;
   border-bottom: solid 1px #000;
   border-top: solid 1px #000;
   color: #FFFFFF;
   text-align: center;
   font-size: 12px;
   padding: 4.5px;
        width: 98.6%;
        margin-left: -6px;
   }
/* Submenu */
#submenu {
   padding: 0.3em 0 0.0em;
   text-align: center;
        color: #FFFFFF;
   }


/*
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
   height: 18px;
   /*overflow: hidden;*/
   border-bottom: solid 1px #000;
   border-top: solid 1px #000;
   color: #FFFFFF;
   text-align: left;
   font-size: 12px;
   padding: 4px;
        width: 98.6%;
        margin-left: -4px;
   }
/* Submenu */
#submenu {
        height: 18px;
   padding: 0.0em 0 0.0em;
   text-align: left;
        color: #FFFFFF;
margin-left: -4px;
   }
*/

*+ html #submenu {
   padding: 0;
   }
* html #submenu {
   padding: 0;
   }
#submenu ul {
   list-style: none;
   text-align: left;
   }
#submenu ul li {
   
/*line-height: 2em;
   */
}

#submenu ul li a {
        padding: 0.0em 0em 0.0em 0;
   /*padding: 0.5em 1em 0.65em 0;*/
   margin: 0.5em 1em 0.65em 0;
   text-decoration: bold;
color: #FFFFFF;
margin-left: 15px;
   }

*+ html #submenu ul li a {
   display: inline-block;
   }


* html #submenu ul li a {
   display: inline-block;
   }

/*#submenu ul li a img {
   display: none;
   }*/



/*********  BAR FOR LOG AS************/
#userlinks {
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/login10.png');*/
   padding: 0.5em;
   font-size: 0.9em;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;

width: 97.6%;
margin-left: -6px;
   }

/*********************** REMOVE UNDERLINE ************************/
a:link{
text-decoration: none;
}
a:hover{
text-decoration: underline;

}
a:active{
text-decoration: none;

}
a:visited{
text-decoration: none;
}

/******************* - + images ************************/
div.maintitle .expand,div.maintitle .contract {
   float: right;
        margin-right: 15px;
   width: 11px;
   height: 11px;
   background: url('http://i72.servimg.com/u/f72/12/12/58/19/icon_m14.gif') no-repeat 50% 50%;
   cursor: pointer;
   }
div.maintitle .expand {
   background: url('http://i72.servimg.com/u/f72/12/12/58/19/icon_m13.gif') no-repeat 50% 50%;
   }




/*********************** NAV BAGI TOPIK ************************/
#navstrip {
   list-style: none;
   margin: 0 0 1em;
   font-weight: bold;
        height: 18px;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');   
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
#navstrip li {
   float: left;
   margin: 0 5px;
   padding-left: 13px;
   background: url('http://i72.servimg.com/u/f72/12/12/58/19/arrow110.png') no-repeat left 50%;
   }
#navstrip li.begin {
   padding-left: 10px;
        background: url('http://2img.net/i/fa/empty.gif') no-repeat left 50%;
   }
#navstrip li a {
   text-decoration: none;
   font-weight: bold;
   }


/************************SEARCH BOX*************************/
.search-footer-box input {
   margin: 0;
   font-size: 0.8em;
        background-color: #313131;
   color: #FFFFFF;       
   border-left: solid 1px #ff9000;
   border-right: solid 1px #ff9000;
   border-top: solid 1px #ff9000;
   border-bottom: solid 1px #ff9000;
   }
.mod-forum-toolbox {
   float: right;
   width: 45%;
   text-align: right;
   }


/**********************Login form****************/
div.login fieldset label {
   float: left;
   width: 11em;
   margin: 0.5em 0;
   }
div.login fieldset input {
   margin: 0.5em 0;
   }
div.login fieldset.formcolumn2 label {
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
/*
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
*/
   display: inline;
   float: none;
   }

/* ******************************************** QOUTE & CODE ************************ */
blockquote {
   margin: 8px;
   padding: 8px;
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

blockquote cite {
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
        color: FFFFFF;
   display: block;
   margin: -8px -8px 8px -8px;
   padding: 3px;
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute10.png');
   background-repeat: no-repeat;
   background-position: top right;
   font-style: normal;
   font-size: 11px;
   font-weight: bold;
   }

.codebox dt {

   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }


.codebox dd {

   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
}

dl.codebox {
   margin: 8px;
   }
.codebox dt {
   background-color: #313131; /** table color**/
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   display: block;
   padding: 3px;
   background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute11.png');
   background-repeat: no-repeat;
   background-position: top right;
   text-transform: uppercase;
        color: FFFFFF;
   font-weight: normal;
   font-weight: bold;
   }


/* ************************ POST BODY ************************ */

.post {
   background-color: #191919;
   border-bottom: 5px solid #ff9000;
   }

.post-container {
   margin-left: 18em;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   /*border-top: solid 1px #3C3C3C;*/
   border-bottom: solid 1px #131313;
   }

.post-header{
   padding: 2px 8px 0;
   min-height: 33px;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   /*border-left: solid 1px #404040;*/
   /*border-right: solid 1px #121212;*/
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;

   }
.popmenubutton-new-out {
   margin: 0 auto;
   float: none;
   padding: 0.3em 0;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }
.postprofile {
   float: left;
   margin-left: -18em;
   width: 17.757em;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   /*border-top: solid 1px #3C3C3C;*/
   /*border-bottom: solid 1px #131313;*/ 
        height: auto; 
   }
.topic-footer { /* previous */
background-color: #191919;
   padding: 0px;
   font-weight: bold;
        height: 18px;
   }

.bar {
   padding: 5px;
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

.post-footer {
   clear: both;
   background-color: #313131;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
   border-left: solid 1px #404040;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
   }

/********* FOOTER **************/
#gfooter {
   margin: 2px 0;
   padding: 0.5em;
background-color: transparent;
   color: #ff9000;
        width: 97.7%;
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_foo11.gif') !important;*/
   background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
   border-right: solid 1px #121212;
   border-top: solid 1px #3C3C3C;
   border-bottom: solid 1px #131313;
        margin-left: -5px;
float: center;
     

}
.current-time {
   float: right;
        color: #FFFFFF;   
}
[Resolvido]Mudar a fonte de todo o fórum 452154 [Resolvido]Mudar a fonte de todo o fórum 452154 [Resolvido]Mudar a fonte de todo o fórum 452154 [Resolvido]Mudar a fonte de todo o fórum 452154


Última edição por FioFox em 23.11.10 15:34, editado 1 vez(es)
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Konai 23.11.10 13:09

Bom dia,

Se você me passar o nome da Fonte que estava, eu posso editar o Código para você.

Até mais.
Konai

Konai
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/08/2010
Mensagens : 6045
Pontos : 7550

http://narutongo.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 13:27

Pois é exatamente, eu não sei qual era o nome da fonte que estava Triste eu acho q era verdana, o primeiro posto é o que contém a fonte >_< pelo menos se vc não conseguir encontrar, pode colocar uma fonte parecida com aquela q eu também não me importo
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Konai 23.11.10 13:32

Tente esse:

Código:
textarea  {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 2px;
  font-weight: normal;
  font-family: "Verdana", Verdana, Helvetica, sans-serif;
  color: #D0D0D0;
  border: 1px solid #FF9000;
  background-color: #222;
}
select, input {
  font-size: 1.1em;
  padding: 1px;
  font-weight: normal;
  font-family: "Verdana", Verdana, Helvetica, sans-serif;
  color: #D0D0D0;
  border: 1px solid #FF9000;
  background-color: #222;
}


/* QUICK REPLY-------------------------------------------------------------*/
.qreply {
        background-color: #313131;
  border: 0px solid #191919;
  }
.dd-textarea textarea {
        border: 2px inset #ff9000;
  }

#textarea_content iframe#text_editor_iframe,#text_editor_textarea {
  background-color: #222;
        color: #FFFFFF;
  }


.ipbform2 dl dd input {
  background-color: #222;
        color: #FFFFFF;
        border: 2px inset #ff9000;
  }

.postreview .box-content {
  background-color: #313131; /** table color**/
  border-left: 1px inset #404040;
  border-right: solid 1px #121212;
  }

/*
fieldset {
  clear: both;
  background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
*/


/***************** LOGO************/

div#logostrip {
  min-height: 170px;
  background-image: url('');
  background-repeat: repeat-x;
  text-align: left;
  width: 96%;
        margin-left: 17px;
  }
div#logostrip #logo {
  display: block;
  margin: 0 3px;
  float: center;
  }




body {
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/body11.gif');
 margin-left: 5px;
  }
#main{
  width: 95%;
  padding: 20px;
  text-align: left;
        position: relative;
  margin: 0px center;
        margin-top: -1em;
        margin-left: -2px;
  background-width: 768px;
        min-width: 983px !important;
        max-width: 984px !important;
  }

#ipbwrapper {
  width: 61.8%;
  text-align: left;
  padding: 20px;
        position: relative;
        /*margin-left: 15px;*/
        margin-left: 17px;
  margin: 0px auto;
        margin-top: -1em;
        min-width:1042px;
        padding-right: 2px;
        background-width: auto;
  background-width: 768px;
        background-repeat: repeat-y;
        background-position: middle top;
        background-color: transparent !important;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg310.png');
/*    background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg16.png');
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;*/
  }

.container_IE {
        min-width: 900px !important;
        padding-left: 0.40em !important;
        /*margin-right:  2.90em !important;*/
        padding-bottom: 3.0em !important;
        image-repeat: no-repeat !important;
  background-position: bottom!important;
  background-repeat: no-repeat !important;
  background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        _background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        }

/***** TABLE BABY ************/
table.ipbtable.index-box {
  width: 100%;
  table-layout: fixed;
/*border: solid 1px #c4c4c4; //** border to all**/ */
  }

table.ipbtable th {
  color: #FFE1B9;
  font-size: 12px;
  font-weight: bold;
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/th13.gif'); /** 2nd head bar **/
  white-space: nowrap;
  padding: 0 5px;
  text-align: center;
  height: 26px;
  border-left: solid 1px #F58D07;
  border-right: solid 1px #9F5A00;
  border-top: solid 1px #F58D07;
  border-bottom: solid 1px #9F5A00;
}

table.ipbtable th.formsubtitle,.formsubtitle {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

div.maintitle {
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bar14.png'); /*main bar*/
        background-repeat: no-repeat;
        font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
        white-space: nowrap;

  font-align: center;

  font-size: 12px;
  font-weight: bold;
  color: #EB8500;
  }


/********************* TABLE BOTTOM ****************/

/*IPB Tables*/
table.ipbtable th.formsubtitle,.formsubtitle {
margin-top: -6px;
  background-color: #2d2d2d;
  }
table.ipbtable tfoot td {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cathea11.gif');
  height: 24px;
  padding: 0 3px;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
/*
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313; 
*/
  }
table.ipbtable .forumdesc {
  color: #666666;
  }
.row1,.row2 {
  border-bottom: 1px solid #131313 !important;
  }
.row1 {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.row2 {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.darkrow { /* BOTTOM OF TABLE ON TOPIC */
        background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
.thin {
  border: 1px solid #3C3C3C;
  }
.sticky-separator {
  border-top: 3px solid #ff9000;
  }

/********************* PORTAL & WIDGET *********************************/
.module .maintitle {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/portal11.png') !important;
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-bottom: solid 1px #131313;
  }
/*
.module .maintitle h3 {
  float: none !important;
  font-size: 1em !important;
  }*/
.module .box-content {
  padding: 5px;
  line-height: normal;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.module .postbody {
  padding: 0px !important;
        width: 99.6%;
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;*/
  border-right: solid 1px #121212;
  border-bottom: solid 1px #131313;
  }
.module .postbody .postbody-head {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;*/
  border-bottom: solid 1px #131313;
  }
.module .postbody .post-footer {
      background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_cat10.gif') !important;
  background-color: #313131; /** table color**/   
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;*/
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }


/***************** POPUP MENU*************************/

.popmenubutton {
  float: right;
margin-right: 20px;
  height: 15px;
margin-bottom: -3.5px !important;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }


#forummenu-options {
  float: right;
  height: 15px;
        margin-bottom: -4px !important;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
}

#forummenu-options_menu.popupmenu  {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;}


div.maintitle h2,div.maintitle h3,div.maintitle div.toggle {
margin-bottom: -5.5px; /** fix for all table header margin**/
  font-size: 13px;
  }


/********* MENU BAR*****************************/
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
  height: 18px;
  overflow: hidden;
        border-left: solid 1px #121212;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 4.5px;
        width: 98.6%;
        margin-left: -6px;
  }
/* Submenu */
#submenu {
  padding: 0.3em 0 0.0em;
  text-align: center;
        color: #FFFFFF;
  }


/*
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
  height: 18px;
  /*overflow: hidden;*/
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  padding: 4px;
        width: 98.6%;
        margin-left: -4px;
  }
/* Submenu */
#submenu {
        height: 18px;
  padding: 0.0em 0 0.0em;
  text-align: left;
        color: #FFFFFF;
margin-left: -4px;
  }
*/

*+ html #submenu {
  padding: 0;
  }
* html #submenu {
  padding: 0;
  }
#submenu ul {
  list-style: none;
  text-align: left;
  }
#submenu ul li {
 
/*line-height: 2em;
  */
}

#submenu ul li a {
        padding: 0.0em 0em 0.0em 0;
  /*padding: 0.5em 1em 0.65em 0;*/
  margin: 0.5em 1em 0.65em 0;
  text-decoration: bold;
color: #FFFFFF;
margin-left: 15px;
  }

*+ html #submenu ul li a {
  display: inline-block;
  }


* html #submenu ul li a {
  display: inline-block;
  }

/*#submenu ul li a img {
  display: none;
  }*/



/*********  BAR FOR LOG AS************/
#userlinks {
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/login10.png');*/
  padding: 0.5em;
  font-size: 0.9em;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;

width: 97.6%;
margin-left: -6px;
  }

/*********************** REMOVE UNDERLINE ************************/
a:link{
text-decoration: none;
}
a:hover{
text-decoration: underline;

}
a:active{
text-decoration: none;

}
a:visited{
text-decoration: none;
}

/******************* - + images ************************/
div.maintitle .expand,div.maintitle .contract {
  float: right;
        margin-right: 15px;
  width: 11px;
  height: 11px;
  background: url('http://i72.servimg.com/u/f72/12/12/58/19/icon_m14.gif') no-repeat 50% 50%;
  cursor: pointer;
  }
div.maintitle .expand {
  background: url('http://i72.servimg.com/u/f72/12/12/58/19/icon_m13.gif') no-repeat 50% 50%;
  }




/*********************** NAV BAGI TOPIK ************************/
#navstrip {
  list-style: none;
  margin: 0 0 1em;
  font-weight: bold;
        height: 18px;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');   
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
#navstrip li {
  float: left;
  margin: 0 5px;
  padding-left: 13px;
  background: url('http://i72.servimg.com/u/f72/12/12/58/19/arrow110.png') no-repeat left 50%;
  }
#navstrip li.begin {
  padding-left: 10px;
        background: url('http://2img.net/i/fa/empty.gif') no-repeat left 50%;
  }
#navstrip li a {
  text-decoration: none;
  font-weight: bold;
  }


/************************SEARCH BOX*************************/
.search-footer-box input {
  margin: 0;
  font-size: 0.8em;
        background-color: #313131;
  color: #FFFFFF;       
  border-left: solid 1px #ff9000;
  border-right: solid 1px #ff9000;
  border-top: solid 1px #ff9000;
  border-bottom: solid 1px #ff9000;
  }
.mod-forum-toolbox {
  float: right;
  width: 45%;
  text-align: right;
  }


/**********************Login form****************/
div.login fieldset label {
  float: left;
  width: 11em;
  margin: 0.5em 0;
  }
div.login fieldset input {
  margin: 0.5em 0;
  }
div.login fieldset.formcolumn2 label {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
/*
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
*/
  display: inline;
  float: none;
  }

/* ******************************************** QOUTE & CODE ************************ */
blockquote {
  margin: 8px;
  padding: 8px;
  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

blockquote cite {
  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
        color: FFFFFF;
  display: block;
  margin: -8px -8px 8px -8px;
  padding: 3px;
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute10.png');
  background-repeat: no-repeat;
  background-position: top right;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  }

.codebox dt {

  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }


.codebox dd {

  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
}

dl.codebox {
  margin: 8px;
  }
.codebox dt {
  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  display: block;
  padding: 3px;
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute11.png');
  background-repeat: no-repeat;
  background-position: top right;
  text-transform: uppercase;
        color: FFFFFF;
  font-weight: normal;
  font-weight: bold;
  }


/* ************************ POST BODY ************************ */

.post {
  background-color: #191919;
  border-bottom: 5px solid #ff9000;
  }

.post-container {
  margin-left: 18em;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  /*border-top: solid 1px #3C3C3C;*/
  border-bottom: solid 1px #131313;
  }

.post-header{
  padding: 2px 8px 0;
  min-height: 33px;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;*/
  /*border-right: solid 1px #121212;*/
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;

  }
.popmenubutton-new-out {
  margin: 0 auto;
  float: none;
  padding: 0.3em 0;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
.postprofile {
  float: left;
  margin-left: -18em;
  width: 17.757em;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  /*border-top: solid 1px #3C3C3C;*/
  /*border-bottom: solid 1px #131313;*/ 
        height: auto; 
  }
.topic-footer { /* previous */
background-color: #191919;
  padding: 0px;
  font-weight: bold;
        height: 18px;
  }

.bar {
  padding: 5px;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.post-footer {
  clear: both;
  background-color: #313131;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

/********* FOOTER **************/
#gfooter {
  margin: 2px 0;
  padding: 0.5em;
background-color: transparent;
  color: #ff9000;
        width: 97.7%;
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_foo11.gif') !important;*/
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
        margin-left: -5px;
float: center;
     

}
.current-time {
  float: right;
        color: #FFFFFF; 
}
Konai

Konai
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/08/2010
Mensagens : 6045
Pontos : 7550

http://narutongo.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 13:37

Poxa continua da mesma maneira... será q essa fonte está em negrito?
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Konai 23.11.10 13:42

Olá novamente, talvez sim e talvez não.

Tente:

Código:
textarea  {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 2px;
  font-weight: normal;
  font-family: "Verdana", Verdana, Verdana, sans-serif;
  color: #D0D0D0;
  border: 1px solid #FF9000;
  background-color: #222;
}
select, input {
  font-size: 1.1em;
  padding: 1px;
  font-weight: normal;
  font-family: "Verdana", Verdana, Verdana, sans-serif;
  color: #D0D0D0;
  border: 1px solid #FF9000;
  background-color: #222;
}


/* QUICK REPLY-------------------------------------------------------------*/
.qreply {
        background-color: #313131;
  border: 0px solid #191919;
  }
.dd-textarea textarea {
        border: 2px inset #ff9000;
  }

#textarea_content iframe#text_editor_iframe,#text_editor_textarea {
  background-color: #222;
        color: #FFFFFF;
  }


.ipbform2 dl dd input {
  background-color: #222;
        color: #FFFFFF;
        border: 2px inset #ff9000;
  }

.postreview .box-content {
  background-color: #313131; /** table color**/
  border-left: 1px inset #404040;
  border-right: solid 1px #121212;
  }

/*
fieldset {
  clear: both;
  background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
*/


/***************** LOGO************/

div#logostrip {
  min-height: 170px;
  background-image: url('');
  background-repeat: repeat-x;
  text-align: left;
  width: 96%;
        margin-left: 17px;
  }
div#logostrip #logo {
  display: block;
  margin: 0 3px;
  float: center;
  }




body {
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/body11.gif');
 margin-left: 5px;
  }
#main{
  width: 95%;
  padding: 20px;
  text-align: left;
        position: relative;
  margin: 0px center;
        margin-top: -1em;
        margin-left: -2px;
  background-width: 768px;
        min-width: 983px !important;
        max-width: 984px !important;
  }

#ipbwrapper {
  width: 61.8%;
  text-align: left;
  padding: 20px;
        position: relative;
        /*margin-left: 15px;*/
        margin-left: 17px;
  margin: 0px auto;
        margin-top: -1em;
        min-width:1042px;
        padding-right: 2px;
        background-width: auto;
  background-width: 768px;
        background-repeat: repeat-y;
        background-position: middle top;
        background-color: transparent !important;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg310.png');
/*    background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/backg16.png');
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;*/
  }

.container_IE {
        min-width: 900px !important;
        padding-left: 0.40em !important;
        /*margin-right:  2.90em !important;*/
        padding-bottom: 3.0em !important;
        image-repeat: no-repeat !important;
  background-position: bottom!important;
  background-repeat: no-repeat !important;
  background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        _background: transparent url('http://i72.servimg.com/u/f72/12/12/58/19/backg18.png');
        }

/***** TABLE BABY ************/
table.ipbtable.index-box {
  width: 100%;
  table-layout: fixed;
/*border: solid 1px #c4c4c4; //** border to all**/ */
  }

table.ipbtable th {
  color: #FFE1B9;
  font-size: 12px;
  font-weight: bold;
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/th13.gif'); /** 2nd head bar **/
  white-space: nowrap;
  padding: 0 5px;
  text-align: center;
  height: 26px;
  border-left: solid 1px #F58D07;
  border-right: solid 1px #9F5A00;
  border-top: solid 1px #F58D07;
  border-bottom: solid 1px #9F5A00;
}

table.ipbtable th.formsubtitle,.formsubtitle {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

div.maintitle {
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bar14.png'); /*main bar*/
        background-repeat: no-repeat;
        font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
        white-space: nowrap;

  font-align: center;

  font-size: 12px;
  font-weight: bold;
  color: #EB8500;
  }


/********************* TABLE BOTTOM ****************/

/*IPB Tables*/
table.ipbtable th.formsubtitle,.formsubtitle {
margin-top: -6px;
  background-color: #2d2d2d;
  }
table.ipbtable tfoot td {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cathea11.gif');
  height: 24px;
  padding: 0 3px;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
/*
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313; 
*/
  }
table.ipbtable .forumdesc {
  color: #666666;
  }
.row1,.row2 {
  border-bottom: 1px solid #131313 !important;
  }
.row1 {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.row2 {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.darkrow { /* BOTTOM OF TABLE ON TOPIC */
        background-color: #ff9000;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
.thin {
  border: 1px solid #3C3C3C;
  }
.sticky-separator {
  border-top: 3px solid #ff9000;
  }

/********************* PORTAL & WIDGET *********************************/
.module .maintitle {
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/portal11.png') !important;
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-bottom: solid 1px #131313;
  }
/*
.module .maintitle h3 {
  float: none !important;
  font-size: 1em !important;
  }*/
.module .box-content {
  padding: 5px;
  line-height: normal;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.module .postbody {
  padding: 0px !important;
        width: 99.6%;
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;*/
  border-right: solid 1px #121212;
  border-bottom: solid 1px #131313;
  }
.module .postbody .postbody-head {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;*/
  border-bottom: solid 1px #131313;
  }
.module .postbody .post-footer {
      background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_cat10.gif') !important;
  background-color: #313131; /** table color**/   
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;*/
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }


/***************** POPUP MENU*************************/

.popmenubutton {
  float: right;
margin-right: 20px;
  height: 15px;
margin-bottom: -3.5px !important;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }


#forummenu-options {
  float: right;
  height: 15px;
        margin-bottom: -4px !important;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
}

#forummenu-options_menu.popupmenu  {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;}


div.maintitle h2,div.maintitle h3,div.maintitle div.toggle {
margin-bottom: -5.5px; /** fix for all table header margin**/
  font-size: 13px;
  }


/********* MENU BAR*****************************/
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
  height: 18px;
  overflow: hidden;
        border-left: solid 1px #121212;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 4.5px;
        width: 98.6%;
        margin-left: -6px;
  }
/* Submenu */
#submenu {
  padding: 0.3em 0 0.0em;
  text-align: center;
        color: #FFFFFF;
  }


/*
#submenu {
background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/button20.gif');
  height: 18px;
  /*overflow: hidden;*/
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  padding: 4px;
        width: 98.6%;
        margin-left: -4px;
  }
/* Submenu */
#submenu {
        height: 18px;
  padding: 0.0em 0 0.0em;
  text-align: left;
        color: #FFFFFF;
margin-left: -4px;
  }
*/

*+ html #submenu {
  padding: 0;
  }
* html #submenu {
  padding: 0;
  }
#submenu ul {
  list-style: none;
  text-align: left;
  }
#submenu ul li {
 
/*line-height: 2em;
  */
}

#submenu ul li a {
        padding: 0.0em 0em 0.0em 0;
  /*padding: 0.5em 1em 0.65em 0;*/
  margin: 0.5em 1em 0.65em 0;
  text-decoration: bold;
color: #FFFFFF;
margin-left: 15px;
  }

*+ html #submenu ul li a {
  display: inline-block;
  }


* html #submenu ul li a {
  display: inline-block;
  }

/*#submenu ul li a img {
  display: none;
  }*/



/*********  BAR FOR LOG AS************/
#userlinks {
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/login10.png');*/
  padding: 0.5em;
  font-size: 0.9em;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;

width: 97.6%;
margin-left: -6px;
  }

/*********************** REMOVE UNDERLINE ************************/
a:link{
text-decoration: none;
}
a:hover{
text-decoration: underline;

}
a:active{
text-decoration: none;

}
a:visited{
text-decoration: none;
}

/******************* - + images ************************/
div.maintitle .expand,div.maintitle .contract {
  float: right;
        margin-right: 15px;
  width: 11px;
  height: 11px;
  background: url('http://i72.servimg.com/u/f72/12/12/58/19/icon_m14.gif') no-repeat 50% 50%;
  cursor: pointer;
  }
div.maintitle .expand {
  background: url('http://i72.servimg.com/u/f72/12/12/58/19/icon_m13.gif') no-repeat 50% 50%;
  }




/*********************** NAV BAGI TOPIK ************************/
#navstrip {
  list-style: none;
  margin: 0 0 1em;
  font-weight: bold;
        height: 18px;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');   
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
#navstrip li {
  float: left;
  margin: 0 5px;
  padding-left: 13px;
  background: url('http://i72.servimg.com/u/f72/12/12/58/19/arrow110.png') no-repeat left 50%;
  }
#navstrip li.begin {
  padding-left: 10px;
        background: url('http://2img.net/i/fa/empty.gif') no-repeat left 50%;
  }
#navstrip li a {
  text-decoration: none;
  font-weight: bold;
  }


/************************SEARCH BOX*************************/
.search-footer-box input {
  margin: 0;
  font-size: 0.8em;
        background-color: #313131;
  color: #FFFFFF;       
  border-left: solid 1px #ff9000;
  border-right: solid 1px #ff9000;
  border-top: solid 1px #ff9000;
  border-bottom: solid 1px #ff9000;
  }
.mod-forum-toolbox {
  float: right;
  width: 45%;
  text-align: right;
  }


/**********************Login form****************/
div.login fieldset label {
  float: left;
  width: 11em;
  margin: 0.5em 0;
  }
div.login fieldset input {
  margin: 0.5em 0;
  }
div.login fieldset.formcolumn2 label {
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
/*
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
*/
  display: inline;
  float: none;
  }

/* ******************************************** QOUTE & CODE ************************ */
blockquote {
  margin: 8px;
  padding: 8px;
  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

blockquote cite {
  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
        color: FFFFFF;
  display: block;
  margin: -8px -8px 8px -8px;
  padding: 3px;
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute10.png');
  background-repeat: no-repeat;
  background-position: top right;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  }

.codebox dt {

  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }


.codebox dd {

  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
}

dl.codebox {
  margin: 8px;
  }
.codebox dt {
  background-color: #313131; /** table color**/
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  display: block;
  padding: 3px;
  background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/qoute11.png');
  background-repeat: no-repeat;
  background-position: top right;
  text-transform: uppercase;
        color: FFFFFF;
  font-weight: normal;
  font-weight: bold;
  }


/* ************************ POST BODY ************************ */

.post {
  background-color: #191919;
  border-bottom: 5px solid #ff9000;
  }

.post-container {
  margin-left: 18em;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  /*border-top: solid 1px #3C3C3C;*/
  border-bottom: solid 1px #131313;
  }

.post-header{
  padding: 2px 8px 0;
  min-height: 33px;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  /*border-left: solid 1px #404040;*/
  /*border-right: solid 1px #121212;*/
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;

  }
.popmenubutton-new-out {
  margin: 0 auto;
  float: none;
  padding: 0.3em 0;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }
.postprofile {
  float: left;
  margin-left: -18em;
  width: 17.757em;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  /*border-top: solid 1px #3C3C3C;*/
  /*border-bottom: solid 1px #131313;*/ 
        height: auto; 
  }
.topic-footer { /* previous */
background-color: #191919;
  padding: 0px;
  font-weight: bold;
        height: 18px;
  }

.bar {
  padding: 5px;
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

.post-footer {
  clear: both;
  background-color: #313131;
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/profil16.gif');       
        background-repeat: repeat-x;
  border-left: solid 1px #404040;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
  }

/********* FOOTER **************/
#gfooter {
  margin: 2px 0;
  padding: 0.5em;
background-color: transparent;
  color: #ff9000;
        width: 97.7%;
/*background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/bg_foo11.gif') !important;*/
  background-color: #313131; /** table color**/
        background-image: url('http://i72.servimg.com/u/f72/12/12/58/19/cell10.gif');       
        background-repeat: repeat-x;
        border-left: solid 1px #121212;
  border-right: solid 1px #121212;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #131313;
        margin-left: -5px;
float: center;
     

}
.current-time {
  float: right;
        color: #FFFFFF; 
}
Konai

Konai
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/08/2010
Mensagens : 6045
Pontos : 7550

http://narutongo.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 13:43

Poxa que chato isso, não tá mudando @.@ não sei qq eu fiz u.u
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Konai 23.11.10 13:45

Olá novamente! Você poderia mais ou menos me dizer em que lugar do código você mecheu?

Até mais.
Konai

Konai
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/08/2010
Mensagens : 6045
Pontos : 7550

http://narutongo.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 13:48

Pois é, aí é que tá... na verdade eu estava lendo o CSS mas eu não me lembro de ter mudado exatamente a fonte... eu queria mudar outra coisa, eu me lembro de ter mexido nas ultimas partes, no POST BODY se não me engano e naquela parte de cima mesmo, mas eu não mudei o tamanho de nada eu nem sabia q a fonte tinha mudado :S só vi na hora dos posts
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Konai 23.11.10 13:53

Olha,eu acho que você modificou ela e deixou-a em Negrito.

Talvez seja algo no Começo como Helvetica ou Sans-Serif.
Essas duas coisas eu acho que são os itens que talvez deixam a Letra em negrito.

Até mais.
Konai

Konai
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/08/2010
Mensagens : 6045
Pontos : 7550

http://narutongo.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 14:01

ok... vou tentar modificar, embora o CSS original do fórum já possuia essas fontes, eu não adicionei nenhuma, eu apenas troquei a ordem da primeira com a segunda. A primeira se chamada Lucida Grande e a segunda Verdana, então eu troquei e coloquei Verdana primeiro, e ficou assim ._.
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 14:24

AAAHH Conseguiii! Só não me pergunte como haueahuaehuaehuhaeae
obrigada pela ajuda de qualquer forma! Muito feliz
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 14:27

Aff! Voltou a ficar em negrito.... e eu nem mexi no CSS! Meu fórum tá doido rs
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Hancki 23.11.10 14:34

Olá!

Em que zona do fórum as letras ficam em negrito?

Até mais,
Hancki
Hancki

Hancki
Membro Entusiasta
Membro Entusiasta

Membro desde : 03/10/2009
Mensagens : 8194
Pontos : 12249

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 14:37

Nos posts, quando as pessoas escrevem e clickam em "enviar". Se você quiser, eu postei uma foto de como fica. O primeiro post não está em negrito, já o segundo e o terceiro sim.
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por Hancki 23.11.10 14:41

Resolvi seu problema! Muito feliz
Use este CSS:
Código:
.post-entry div b, .post-entry div b b {
font-weight: normal !important;
}
Até mais,
Hancki
Hancki

Hancki
Membro Entusiasta
Membro Entusiasta

Membro desde : 03/10/2009
Mensagens : 8194
Pontos : 12249

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido]Mudar a fonte de todo o fórum

Mensagem por FioFox 23.11.10 15:34

Obrigada! Consegui! Muito feliz
FioFox

FioFox
***

Membro desde : 01/09/2010
Mensagens : 144
Pontos : 212

http://solarforum.foro.bz

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos