Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Tirar negrito dos staffs
5 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Tirar negrito dos staffs
Qual é minha questão:
Gostaria de saber como eu tiro o negrito dos staffs do meu fórum...
Endereço do meu fórum:
http://wakehacks.forumeiros.com
Versão do fórum:
PUNBB
Gostaria de saber como eu tiro o negrito dos staffs do meu fórum...
Endereço do meu fórum:
http://wakehacks.forumeiros.com
Versão do fórum:
PUNBB
Re: Tirar negrito dos staffs
Olá!
Aguarde pacientemente pela sua vês, existe outras pessoas para ajudar, não e só o senhor.
Pare com esses UP's, ou terei de lhe advertir gravemente.
Aceda á "Folha de Estilos CSS":
Painel de Controle Visualização Imagens e Cores Cores Folha de Estilos CSS
Adicione o seguinte código no inicio da sua "Folha de Estilos CSS"
Valide e veja o resultado.
Atenciosamente,
Crazy.
Aguarde pacientemente pela sua vês, existe outras pessoas para ajudar, não e só o senhor.
Pare com esses UP's, ou terei de lhe advertir gravemente.
Aceda á "Folha de Estilos CSS":
Painel de Controle Visualização Imagens e Cores Cores Folha de Estilos CSS
Adicione o seguinte código no inicio da sua "Folha de Estilos CSS"
- Código:
a {
text-style: normal !important;
}
Valide e veja o resultado.
Atenciosamente,
Crazy.
Última edição por Cʀɑzy em 22.07.13 19:50, editado 1 vez(es)
Re: Tirar negrito dos staffs
Olá!
Desculpe, troque por:
Até mais.
Desculpe, troque por:
- Código:
a {
font-style: normal !important;
}
Até mais.
Re: Tirar negrito dos staffs
Nada ainda... Quer o meu css para ver o que pode ser?
- Código:
/* ----- Main CSS ----- */
body {
background-color: #D8DDE8;
color: #5A5A5A;
font: normal 13px helvetica,arial,sans-serif !important;
}
ol, ul {
list-style: none outside none;
}
#pun-intro {
display: none;
}
#pun-navlinks {
display: none;
}
#pun-about {
background-color: transparent;
border: 0px;
font-size: 0.8em;
line-height: 150%;
padding: .6em 1em;
text-align: right;
}
#pun-about form {
display: none;
}
#pun-visit, .main-box {
background-color: transparent;
border: 0px;
margin: 0 0 1em;
padding: .6em 1em;
}
#pun-visit {
display: none;
}
.pun {
width: 87%;
color: #5A5A5A !important;
min-width: 960px;
background: white;
padding: 10px 10px;
line-height: 120%;
-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: helvetica,arial,sans-serif !important
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
a:link {text-decoration: none;}
.pun-crumbs {
position: relative;
top: 25px;
margin: 0 !important;
padding: 0 !important;
}
.crumbs {
color: #777777 !important;
font-size: 11px !important;
margin-bottom: 25px !important;
}
.crumbs > a {
color: #777777 !important;
}
/*user header*/
#header_bar {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/user_n10.png") repeat-x scroll center bottom #323232;
padding: 0;
text-align: right;
}
#branding, #header_bar, #primary_nav {
min-width: 980px;
}
.main_width {
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
/*user header \ admin bar*/
#admin_bar {
font-size: 11px;
line-height: 36px;
}
.left-bar {
float:left;
font-size:10px;
margin-top:10px;
}
#admin_bar a {
color:#008B8B;
text-decoration:none;
}
#admin_bar a:hover {
color:#FFF;
text-decoration:none;
}
.left {
float: left;
}
.ipsList_inline > li:first-child {
margin-left: 0;
}
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
#user_navigation {
color: #9F9F9F;
font-size: 11px;
}
.right {
float: right;
}
#user_navigation .ipsList_inline li {
margin: 0;
}
#user_navigation a {
color: #FFFFFF;
}
#inbox_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_i10.png") no-repeat scroll center top transparent;
}
#notify_link, #inbox_link {
height: 15px;
padding: 13px 24px 8px 12px;
position: relative;
vertical-align: middle;
width: 18px;
}
.ipsHasNotifications {
background: none repeat scroll 0 0 #CF2020;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
font-size: 9px;
height: 12px;
left: 3px;
line-height: 12px;
padding: 0 4px;
position: absolute;
text-align: center;
top: 4px;
}
#user_link:hover, #notify_link:hover, #inbox_link:hover {
background-color: #323232;
}
#notify_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_n10.png") no-repeat scroll center top transparent;
}
#user_link {
color: #FFFFFF;
display: inline-block;
font-size: 12px;
height: 36px;
line-height: 36px;
margin-right: 15px;
outline: 0 none;
padding: 0 12px;
}
#user_link_dd, .dropdownIndicator {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/header10.png") no-repeat scroll left center transparent;
display: inline-block;
height: 5px;
width: 9px;
}
.boxShadow {
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
}
.ipsHeaderMenu {
background: -moz-linear-gradient(center top , #FFFFFF 0%, #F6F6F6 70%, #EDEDED 100%) repeat scroll 0 0 transparent;
border-radius: 0 0 6px 6px;
overflow: hidden;
padding: 10px;
width: 340px;
}
.ipsUserPhoto_medium {
height: 50px;
width: 50px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
#user_link_menucontent > div {
margin-left: 15px;
text-align: left;
width: 265px;
}
#user_link_menucontent #statusForm {
margin-bottom: 15px;
}
.input_text, .ipsTagBox_wrapper {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
}
input, select {
font: 13px helvetica,arial,sans-serif;
}
#statusSubmitGlobal {
margin-top: 3px;
}
hr {
display: none;
}
#user_link_menucontent #links li {
float: left;
margin: 3px 0;
text-shadow: 0 1px 0 #FFFFFF;
white-space: nowrap;
width: 50%;
}
#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
background-color: #FFFFFF;
background-position: center bottom;
border-radius: 3px 3px 0 0;
}
#user_link.menu_active {
background: none repeat scroll 0 0 #FFFFFF;
color: #323232;
}
#user_navigation #register_link {
background: none repeat scroll 0 0 #7BA60D;
border: 1px solid #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.4);
color: #FFFFFF;
display: inline-block;
padding: 3px 8px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
}
/*branding*/
#branding {
background: #0F3854 url(http://i78.servimg.com/u/f78/18/17/62/92/brandi10.png) repeat-x;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
#logo {
display: inline;
}
#search {
margin: 20px 0;
}
#search_wrap {
position: relative;
background: white;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
min-width: 230px;
}
#main_search {
margin-top: 5px;
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 130px;
outline: 0;
}
input, select {
font: normal 13px helvetica,arial,sans-serif;
}
#search_options {
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #EAEAEA;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}
#search .submit_input {
background: #7BA60D url(http://i78.servimg.com/u/f78/18/17/62/92/search10.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
border: 1px solid #7BA60D;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
}
fieldset, img {
border: 0;
}
.hide {
display: none;
}
user agent stylesheetlabel {
cursor: default;
}
#adv_search {
width: 16px;
height: 16px;
background: url(http://i78.servimg.com/u/f78/18/17/62/92/advanc10.png) no-repeat right 50%;
text-indent: -3000em;
display: inline-block;
margin: 4px 0 4px 4px;
}
.login{
background:none;
cursor:pointer;
padding:5px
}
/*navegação*/
#primary_nav {
background: #204066;
font-size: 13px;
padding: 4px 0 0 0;
}
#community_app_menu > li {
margin: 0px 3px 0 0;
position: relative;
}
#primary_nav #quickNavLaunch {
padding: 6px 8px 8px;
}
#community_app_menu > li.active > a {
background: white;
color: #0B5794;
font-weight: bold;
margin-top: 0;
text-shadow: none;
text-decoration: none;
}
#community_app_menu > li > a {
color: #C5D5E2;
background: #1C3B5F;
display: block;
padding: 6px 15px 8px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-decoration: none;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: #173455;
color: white;
}
#community_app_menu > li.active > a:hover {
background: none repeat scroll 0 0 #FFFFFF;
color: #0B5794;
}
#quickNavLaunch span {
background: url(http://i78.servimg.com/u/f78/18/17/62/92/icon_q10.png) no-repeat top;
width: 13px;
height: 13px;
display: inline-block;
}
/*table*/
.main .main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
margin-top: 15px;
}
.main .main-foot {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}
.main .main-head .page-title {
font-size: 16px;
}
thead {
display: none;
}
.pun .main-content {
background-color: #EBF0F3;
border: 0px;
padding: 9px;
}
.pun table.table {
/*border: 1px solid #DBE4EF;*/
border-collapse: collapse;
/*empty-cells: show;*/
line-height: 1.3;
/*table-layout: fixed;*/
width: 100%;
}
.statused > tr {
border: 1px solid #DDDDDD;
}
.pun table.table td {
background-color: #FFFFFF;
border-bottom: 1px solid #F3F3F3;
border-right: 0px;
border-left: 0px;
line-height: 130%;
padding: 10px
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background: #FFFFFF;
}
.table .tc_icon {
padding: 10px 5px !important;
vertical-align: middle;
width: 30px;
}
.pun tbody.statused span.status {
position: relative !important;
}
.hierarchy {
font-size: 15px !important;
font-weight: normal !important;
word-wrap: break-word;
}
.tcl .desc {
font-style: italic;
}
.desc.lighter, .desc.lighter.blend_links a {
color: #A4A4A4;
}
.desc, .desc.blend_links a, p.posted_info {
color: #777777;
font-size: 12px;
}
.pun table td.tcl {
/*height: 42px;
min-height: 24px;
padding-left: 0 !important;*/
vertical-align: middle !important;
width: auto;
}
.pun tbody.statused td.tcl {
padding-left: 10px;
}
.pun .table .tc3 {
text-align: right;
width: 15%;
}
.pun table .tcr {
overflow: hidden;
padding: 10px !important;
text-align: left;
width: 250px;
}
.ipsType_small {
font-size: 12px;
}
/* Last Post and User image */
.gensmall strong {
font-weight: normal;
}
.last_post {
margin-left: 45px;
}
.tcr .ipsUserPhoto {
float: left;
margin-top: 3px;
}
.ipsUserPhoto_mini {
height: 30px;
width: 30px;
}
.ipsUserPhoto:hover {
border-color: #7d7d7d
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
/*stats*/
#statistics {
margin: 0 auto !important;
text-align: center !important;
display: table;
background: none;
}
.statHide{display:none !important;}
.statsPers li span a {
text-decoration: none !important;
}
.statsPers li > span {
display: inline-block;
background: #E2E2E2;
color: #4A4A4A;
padding: 2px 6px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right: 3px;
}
.statsPers li {
float: left;
color:#666;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}
/*Statistics*/
#pun-info {
margin-top: 15px;
border: 0px;
}
.statistics_head {
font-size: 14px !important;
font-weight: bold !important;
}
.statistics {
border-top: 3px solid #D8D8D8 !important;
line-height: 1.3 !important;
margin: 20px 0 0 !important;
overflow: hidden !important;
padding: 10px 0 !important;
}
#onlinelist {
background: white;
border: 0px;
border-top:none;
}
#onlinechat {
background: white;
border-top: 1px solid #EEE;
border-top:none;
}
/*footer*/
#footer_utilities {
padding: 10px;
font-size: 11px;
position: relative;
}
.clear {
clear: both;
}
.footerleft {
float: left;
margin-top: -20px;
}
#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #BDBDBD;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}
#backtotop:hover{
background:#af286d;
color:#fff;
opacity:1
}
#backtotop img {
margin-top: 5px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
#rss_menu {
background-color: #FEF3D7;
border: 1px solid #ED7710;
}
#rss_menu li {
border-bottom: 1px solid #FCE19B;
}
#rss_menu a {
color: #ED7710;
padding: 5px 8px;
}
.ipbmenu_content a {
text-decoration: none;
text-align: left;
display: block;
padding: 6px 10px;
}
#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
color: #225985;
}
#footer_utilities .ipsList_inline > li > a:hover {
color: #328687;
}
#copyright {
color: #848484;
text-align: right;
text-shadow: 0px 1px 0px white;
}
#copyright a {
color: #848484;
}
/*module*/
.module .main-content {
background: #F7FBFC;
}
.module .main-head {
font: normal 14px helvetica, arial, sans-serif;
color: #204066;
padding: 5px 10px;
border-radius: 0px;
background-color: #DBE2EC;
background-image: none;
border: 0px;
-webkit-box-shadow: inset 0 0px 0 #528CBC;
box-shadow: inset 0 0px 0 #528CBC;
}
/*quick-reply*/
#quick_reply #textarea_content {
clear: both;
width: 100% !important;
height: auto !important;
border: 2px solid #D3D3D3;
background: none repeat scroll 0 0 #EBF0F3;
height: auto !important;
padding: 9px;
padding-left: 4px;
padding-right: 4px;
min-width: 950px;
margin-left: -10px !important;
margin-right: -10px !important;
}
#text_editor_controls {
display: !important;
}
#pun-qpost #textarea_content dt label{
float:left;
}
#pun-qpost .main-head.clearfix {
display: none;
}
#pun-qpost {
background: none repeat scroll 0 0 #EBF0F3;
padding: 9px;
margin-bottom: 0;
margin-top: 0;
margin-top: -13px;
}
.main #quick_reply .main-content.frm {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DBE4EF;
height: 373px;
padding: 9px;
}
.pun #quick_reply .frm-form {
background: none repeat scroll 0 0 transparent !important;
border: medium none;
height: 271px;
margin-left: 65px;
margin-top: 65px;
text-align: center;
}
#quick_reply fieldset.frm-set {
margin: 0;
padding-bottom: 0;
}
.sceditor-container.ltr.sourceMode {
margin-bottom: 15px;
height: 231px;
}
fieldset.frm-set dl dd {
margin: auto!important;
}
#quick_reply .frm-buttons {
text-align: right;
margin: 0 auto;
padding: 0;
border-top: medium none;
margin-top: 35px;
}
/*smiley-box e quickreply*/
#smiley-box iframe{height: 230px;}
#smilies_categ{padding: 0px 0}
#smiley-box{border:1px solid #DDD;margin:5px 0!important;padding:5px}
.pun .frm .frm-buttons input {
background-image: url(http://i.imgur.com/Qt4G6.png);
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
border-image: initial;
border-radius: 4px;
box-shadow: 0 1px 2px #ccc;
color: #333;
cursor: pointer;
margin: 0 2px 16px;
padding: 7px 22px;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
background-position: left;
background-repeat: no-repeat;
color: white;
padding-left: 20px;
}
#quick_reply fieldset.frm-set dl dd {
background: white;
border: solid 1px #CCC;
margin: 0 auto;
}
#textarea_content dt {display:none}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-webkit-transition: all 0.218s;
border: 1px solid;
border-radius: 3px;
padding: 0px 0.91em;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0px;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
margin: 0px 0.25em;
overflow: visible;
padding: 2px 3px;
}
.main .main-content.frm {
background-color: #ffffff;
padding: 9px;
}
/* painel de Controle */
.center {
display: none;
text-align: center;
}
/*post*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .paged-foot, .pun .paged-head {
background-color: white;
border: 0px;
padding: 0;
}
.pun .paged-foot {
padding-bottom: 4px;
padding-top: 4px;
}
/* post Topic moderation */
.ipsPad_top_slimmer {
padding-top: 7px;
}
.topic_buttons li.non_button a {
background: none repeat scroll 0 0 transparent !important;
border: 0 none;
box-shadow: none;
color: #777777;
font-weight: normal;
min-width: 0;
text-shadow: none;
}
.pun .post {
border: 1px solid #DDDDDD;
background: white;
border-style: none !important;
border-width: 0px !important;
}
.pun .postmain {
background-color: #fff;
border-left: 0px;
margin-left: 185px;
}
.desc.member_title {
margin-bottom: 5px;
}
.pun .post .user {
margin-top: 0px;
margin-left: -185px;
display: block;
position:relative;
font-size: 12px;
text-align: center;
padding: 10px 15px;
width: 155px;
}
.pun .user .user-info {
color: #666666;
line-height: 1.5em !important;
}
.pun .user .user-ident .user-basic-info {
text-align: center;
}
.user-basic-info {
line-height: 1.8em;
}
.pun .entry-content {
line-height: 1.6;
overflow: hidden;
padding-bottom: 0.8em;
width: 100%;
word-wrap: break-word;
}
.entry-content .data-post {
padding: 0 0 10px;
color: #A4A4A4
font-size: 12px;
}
.edit {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/icon_w10.png") no-repeat scroll left 4px transparent;
color: #7C7C7C;
font-size: 12px;
line-height: 14px;
margin-top: 15px;
padding: 2px 0 0 24px;
}
.edit > br {
display: none !important;
}
.pun .posthead {
background: #D8DDE8;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 16px;
border-bottom: 0px;
}
.posting img:hover {
opacity: 0.9;
}
.postfoot {
border-top: 0px;
margin-left: -185px !important;
opacity: 0.3;
transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
-webkit-transition:0.5s all;
}
.postfoot:hover {
opacity: 1.0;
}
.pun .posthead h2 {
color: #777;
font-size: 11px;
font-weight: normal;
}
.user-basic-info a img {
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 90px;
max-height: 90px;
max-width: 90px;
width: 90px;
}
.user-basic-info a img:hover {
border-color: #7D7D7D;
}
.pun .postfoot .user-contact {
float: left;
text-align: left;
width: 15em;
margin-left: 5px;
}
ul.post_controls a {
color: #1D3652;
display: block;
height: 22px;
line-height: 22px;
margin-left: 4px;
padding: 0 12px;
text-decoration: none;
}
ul.post_controls a:hover {
color: #3D70A3;
}
ul.post_controls li {
float: right;
font-size: 12px;
}
ul.post_controls a.ipsButton_secondary {
height: 20px;
line-height: 20px;
}
ul.post_controls a.ipsButton_secondary.important:hover {
color: #FFFFFF !important;
}
ul.post_controls li.multiquote.selected a {
background: -moz-linear-gradient(center top , #A1DC00 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
border-color: #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FFFFFF;
}
.clear {
height: 100% !important;
}
/* pagination */
.pun .paging {
float: left;
font-size: 11px;
font-weight: 700;
line-height: 20px;
padding: 5px;
}
.paging > a {
color: #999999 !important;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.paging > a:hover {
background: none repeat scroll 0 0 #ECECEC;
border-radius: 2px 2px 2px 2px;
}
table.forumline {
background-color: #F7F9FB;
border: 1px solid #D5DDE5;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
height: 77px;
left: -51px;
top: -1px;
position: absolute;
width: 154px;
}
.forumline tr:first-child {
background: none repeat scroll 0 0 #EFF4F7;
text-align: left;
}
.forumline tr:first-child > th {
padding-left: 8px;
}
.bginput {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
width: 76px;
margin-right: 0;
}
.bginput:focus {
border-color: #4E4E4E #7C7C7C #A3A3A3;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.forumline tr:last-child .button {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_12.png") repeat-x scroll center top #212121;
border-color: #212121;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
padding: 4px 14px;
}
.paging > b {
background: none repeat scroll 0 0 #7BA60D;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
font-weight: bold;
margin: 0 1px;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.sprite-arrow_prosilver_right {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/next10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.sprite-arrow_prosilver_right:hover {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/nextov10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.paging > a:last-child {
padding: 0;
}
/* syntaxhighlighter */
code.punbb_block, pre.punbb_block {
background-color: #FAFAFA !important;
border: 1px solid #C9C9C9 !important;
color: #000000;
font-family: Consolas,"Bitstream Vera Sans Mono","Andale Mono",Monaco,"DejaVu Sans Mono","Lucida Console",monospace !important;
font-size: 11px !important;
line-height: 110% !important;
max-height: 250px !important;
overflow: auto !important;
padding: 5px !important;
white-space: pre-wrap !important;
width: auto !important;
}
.punbbtop {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/punbb_11.png") no-repeat scroll right center #E3E9F2;
color: #1D3652;
font-size: 10px;
font-weight: bold;
line-height: 100%;
/*margin-left: 10px;*/
margin-top: 5px;
padding: 2px 1px 2px 3px;
}
.punbbtop button {
background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
border: 1px solid #BBBBBB;
border-radius: 3px 3px 3px 3px;
color: #1D3652;
cursor: pointer;
display: inline-block;
font-size: 10px;
padding: 0 6px;
text-decoration: none;
}
.punbbtop button:hover {
background: -moz-linear-gradient(center top , #DFDFDF 5%, #EDEDED 100%) repeat scroll 0 0 #DFDFDF;
border-color: #9A9A9A;
color: #3D70A3;
}
.punbbtop button:active {
position: relative;
top: 1px;
}
pre.punbb_block.expand,
code.punbb_block.expand {
max-height: 100% !important;
}
.pun .entry-content ol, .pun .entry-content ul {
margin-left: 0px;
}
.prettyprint ol.linenums {
color: #AEAEAE !important;
font-size: 11px;
list-style: decimal outside none;
padding-left: 45px;
}
.prettyprint ol.linenums li {
border-left: 1px solid #EEEEEE !important;
padding-left: 5px !important;
}
.prettyprint li > * {
font-size: 11px !important;
}
ol.linenums > li span.pun {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
color: #666666 !important;
padding-left: 2px;
padding-right: 2px;
}
/*linha da assinatura*/
.pun .sig-content {
clear: both;
margin-bottom: 4px !important;
margin-top: 6px !important;
padding: 0 0 10px !important;
position: relative;
}
.pun div, .pun td, .sig-line {
border-color: ##DDD;
color: ##DDD;
}
.sig-content, .signature_div {
border-top: 1px solid #E4E4E4;
}
.sig-content br:first-child {
display: none !important;
}
/* blockquote quote, spoiler */
.postmain blockquote, blockquote, .codebox.spoiler {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #F7F7F7;
border-image: none;
border-radius: 5px 5px 5px 5px;
border-left: 2px solid #989898;
border-style: solid;
border-width: 2px;
margin: 0;
overflow-x: auto;
padding: 10px;
}
.postmain cite, cite, .codebox.spoiler dt {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/captur13.png") repeat-x scroll 0 0 #F2F2F2;
border-radius: 5px 5px 0 0;
font-size: 12px;
font-weight: 700;
overflow-x: auto;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
padding-right: 10px;
padding: 8px 10px;
}
.codebox.spoiler {
padding: 5px 5px 0;
}
.codebox.spoiler dt {
cursor: pointer;
margin-left: -5px;
margin-right: -5px;
margin-top: -4px;
padding-bottom: 4px;
padding-top: 0;
}
.codebox dd {
background: none repeat scroll 0 0 #F7F7F7 !important;
margin: 0 !important;
padding: 0 !important;
}
/*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: white;
border-top: 1px solid #EAEAEA;
}
#chatbox_header.main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
padding: 2px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
display: none !important;
}
.chatbox-title, .chatbox-title a.chat-title {
color: white;
font-size: 15px;
font-weight: bold;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}
#chatbox_members .member-title {
background: #F8E7DD;
background-color: #F4F9FD;
background-image: none;
border-bottom: 2px solid red;
color: #A30000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: .5em .25em;
text-align: center;
text-shadow: 1px 0 0 white;
}
#chatbox_members {
display: none;
}
div.main-content.chatbox.clearfix {
border: 1px solid #EAEAEA;
border-radius: 4px;
}
#chatbox p {
border-bottom: 1px solid #DDD;
border-top: 1px solid white;
line-height: 1.2em;
}
#chatbox_footer {
width: 290px;
min-width: 230px;
background: #FCFCFC;
float: right;
clear:both;
position: relative;
border-top: 1px solid gainsboro;
display: none !important;
}
.right {
/*clear: both;*/
float: right;
}
input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: #9F9F9F;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
margin: 20px;
margin-bottom: 0px;
}
#message, #submit_button {
background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}
#message, #submit_button:hover {
opacity: 0.9;
}
.fontbutton {
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
background: #E2E9F0;
border-color: #DAE2EA;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fontbutton:hover {
opacity: 0.9;
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{visibility:hidden}
#simple-wrap {
background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
#chatbox{
background: #FBFBFB;
padding: 8px;
border: 1px solid #DBE4EF;
border-bottom: 3px solid #DBE2EC;
right: 290;
margin-top: 5px;
left:0
display: none !important;
}
.attach {
float: right;
}
div.main-content.chatbox.clearfix {
border: 0px;
border-radius: 4px;
padding: 0px;
}
/* IPBoard related */
.ipsButton_secondary {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary a {
color: #616161;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsButton_secondary.important {
background: -moz-linear-gradient(center top , #9F2A00 0%, #812200 100%) repeat scroll 0 0 transparent;
border: 1px solid #812200;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FBF4F4;
}
.ipsButton_secondary .icon {
margin-right: 4px;
margin-top: -3px;
}
.ipsButton_secondary img.small {
margin-left: 3px;
margin-top: -2px;
max-height: 12px;
opacity: 0.5;
}
.ipsButton_secondary.important a {
color: #FBF4F4;
}
.ipsButton_secondary.important a:hover {
border-color: #571700;
color: #FFFFFF !important;
}
.ipsSideBlock {
background: none repeat scroll 0 0 #F7FBFC;
margin-bottom: 10px;
padding: 10px;
}
.ipsSideBlock h3 {
background: none repeat scroll 0 0 #DBE2EC;
color: #204066;
font: 14px helvetica,arial,sans-serif;
margin: -10px -10px 10px;
padding: 5px 10px;
}
/* #region Informações de perfil no link */
/*pu_____hover___member_popup*/
.popupWrapper {
background-color: rgba(70, 70, 70, 0.6);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
padding: 4px;
float: left;
left: -36em;
top: 13px;
}
/*pu_____hover___member_stem*/
.stem.bottomleft {
background-image: url("http://www.autoitbrasil.com/public/style_images/master/stems/bottomleft.png");
}
.stem {
height: 16px;
position: absolute;
width: 31px;
float: right;
right: 5px;
}
/*pu_____hover___member_inner*/
.popupInner {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
overflow-x: hidden;
overflow-y: auto;
width: 500px;
}
/*vcard userpopup*/
.userpopup {
font-size: 0.9em;
overflow: hidden;
position: relative;
}
/*User name and background */
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.userpopup h3 {
font-size: 17px !important;
}
.popupInner h3 a {
color: #FFFFFF !important;
margin-left: 100px;
}
.popupInner h3 {
background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top #2C5687;
border-color: #316897;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: 0 1px 0 #528CBC inset;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
padding: 8px 10px 9px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* User image and infos */
.left {
float: left;
}
.ipsBox, .ipsPad {
padding: 9px;
}
.userpopup .side {
margin-top: -40px;
position: absolute;
}
.ipsUserPhoto_large {
max-height: 90px;
max-width: 90px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
border-color: #7D7D7D;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
.reputation.positive, .reputation.negative {
color: #FFFFFF;
}
.reputation.positive, .members li.positive {
background: none repeat scroll 0 0 #6F8F52;
}
.userpopup .reputation {
display: block;
margin-top: 5px;
text-align: center;
}
.reputation {
border-radius: 3px 3px 3px 3px;
display: inline-block;
font-weight: bold;
padding: 3px 8px;
}
.positive {
color: #6F8F52;
}
/* Buttons */
.userpopup .side .ipsButton_secondary {
display: block;
height: auto;
line-height: 1;
margin-top: 5px;
max-width: 75px;
padding: 5px 10px;
text-align: center;
white-space: normal;
}
.ipsButton_secondary {
/*background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent !important;*/
background: url("http://i74.servimg.com/u/f74/18/08/53/97/highli11.png") repeat-x scroll 0 0 #ECECEC;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsType_smaller, .ipsType_smaller a {
font-size: 11px !important;
}
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.ipsPad {
padding: 9px;
}
/*message user_status*/
.userpopup .user_status {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
margin-bottom: 5px;
padding: 5px;
}
.message {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
padding: 10px;
}
.userpopup dl {
border-bottom: 1px solid #D4D4D4;
margin-bottom: 4px;
padding-bottom: 10px;
}
.perfilinfo dt {
clear: both;
float: left;
font-weight: bold;
padding: 3px 6px;
width: 30%;
}
.perfilinfo dd {
margin-left: 35%;
padding: 3px 6px;
width: 60%;
}
/*user_controls*/
.userpopup .user_controls {
text-align: left;
}
.user_controls {
margin: 6px 0;
text-align: center;
}
.clear2 {
clear: both;
}
.user_controls li {
display: inline;
}
.user_controls li a {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
padding: 5px;
}
/* #endregion Informações de perfil no link */
--- [RANKS] ---
li {list-style-type: none;}
.userBanned, .userCoAdmin, .userDesigner, .userManagement, .userMember, .userMemberactive, .userModerator, .userStaff, .vipVERDE, .vipROXO {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #65a830;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.userManagement {
background: #DB1515;
}
.userCoAdmin {
background: #D18C2C;
}
.userModerator {
background: #0F51D6;
}
.userDesigner {
background: #00CCDB;
}
.userMember {
background: #7f7f7f;
}
.vipROXO {
background: #7409ED;
}
.vipVERDE {
background: #0FB800;
}
.post_field {
border-bottom: transparent !important;
}
.user-info {
border-bottom: transparent !important;
}
.post_field {
text-align: center;
}
------ [NEGRITO STAFF] --------
a {
font-style: normal !important;
}
Re: Tirar negrito dos staffs
Olá!
Troque todos os códigos que eu lhe forneci neste tópico por esse:
Até mais.
Troque todos os códigos que eu lhe forneci neste tópico por esse:
- Código:
a, a span, a span strong {
font-weight: normal !important;
}
Até mais.
Re: Tirar negrito dos staffs
Olá!
Experimente este:
Adicionar em:
Painel de Controle ->> Visualização ->> Imagens e Cores ->> Cores / Folha de estilo CSS
Valide!
Resulta?
Experimente este:
- Código:
strong{font-weight:normal!important}
Adicionar em:
Painel de Controle ->> Visualização ->> Imagens e Cores ->> Cores / Folha de estilo CSS
Valide!
Resulta?
Re: Tirar negrito dos staffs
Troque o seu CSS completo por este:
Resulta?
- Código:
/* ----- Main CSS ----- */
body {
background-color: #D8DDE8;
color: #5A5A5A;
font: normal 13px helvetica,arial,sans-serif !important;
}
ol, ul {
list-style: none outside none;
}
#pun-intro {
display: none;
}
#pun-navlinks {
display: none;
}
#pun-about {
background-color: transparent;
border: 0px;
font-size: 0.8em;
line-height: 150%;
padding: .6em 1em;
text-align: right;
}
#pun-about form {
display: none;
}
#pun-visit, .main-box {
background-color: transparent;
border: 0px;
margin: 0 0 1em;
padding: .6em 1em;
}
#pun-visit {
display: none;
}
.pun {
width: 87%;
color: #5A5A5A !important;
min-width: 960px;
background: white;
padding: 10px 10px;
line-height: 120%;
-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: helvetica,arial,sans-serif !important
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
a:link {text-decoration: none;}
.pun-crumbs {
position: relative;
top: 25px;
margin: 0 !important;
padding: 0 !important;
}
.crumbs {
color: #777777 !important;
font-size: 11px !important;
margin-bottom: 25px !important;
}
.crumbs > a {
color: #777777 !important;
}
/*user header*/
#header_bar {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/user_n10.png") repeat-x scroll center bottom #323232;
padding: 0;
text-align: right;
}
#branding, #header_bar, #primary_nav {
min-width: 980px;
}
.main_width {
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
/*user header \ admin bar*/
#admin_bar {
font-size: 11px;
line-height: 36px;
}
.left-bar {
float:left;
font-size:10px;
margin-top:10px;
}
#admin_bar a {
color:#008B8B;
text-decoration:none;
}
#admin_bar a:hover {
color:#FFF;
text-decoration:none;
}
.left {
float: left;
}
.ipsList_inline > li:first-child {
margin-left: 0;
}
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
#user_navigation {
color: #9F9F9F;
font-size: 11px;
}
.right {
float: right;
}
#user_navigation .ipsList_inline li {
margin: 0;
}
#user_navigation a {
color: #FFFFFF;
}
#inbox_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_i10.png") no-repeat scroll center top transparent;
}
#notify_link, #inbox_link {
height: 15px;
padding: 13px 24px 8px 12px;
position: relative;
vertical-align: middle;
width: 18px;
}
.ipsHasNotifications {
background: none repeat scroll 0 0 #CF2020;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
font-size: 9px;
height: 12px;
left: 3px;
line-height: 12px;
padding: 0 4px;
position: absolute;
text-align: center;
top: 4px;
}
#user_link:hover, #notify_link:hover, #inbox_link:hover {
background-color: #323232;
}
#notify_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_n10.png") no-repeat scroll center top transparent;
}
#user_link {
color: #FFFFFF;
display: inline-block;
font-size: 12px;
height: 36px;
line-height: 36px;
margin-right: 15px;
outline: 0 none;
padding: 0 12px;
}
#user_link_dd, .dropdownIndicator {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/header10.png") no-repeat scroll left center transparent;
display: inline-block;
height: 5px;
width: 9px;
}
.boxShadow {
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
}
.ipsHeaderMenu {
background: -moz-linear-gradient(center top , #FFFFFF 0%, #F6F6F6 70%, #EDEDED 100%) repeat scroll 0 0 transparent;
border-radius: 0 0 6px 6px;
overflow: hidden;
padding: 10px;
width: 340px;
}
.ipsUserPhoto_medium {
height: 50px;
width: 50px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
#user_link_menucontent > div {
margin-left: 15px;
text-align: left;
width: 265px;
}
#user_link_menucontent #statusForm {
margin-bottom: 15px;
}
.input_text, .ipsTagBox_wrapper {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
}
input, select {
font: 13px helvetica,arial,sans-serif;
}
#statusSubmitGlobal {
margin-top: 3px;
}
hr {
display: none;
}
#user_link_menucontent #links li {
float: left;
margin: 3px 0;
text-shadow: 0 1px 0 #FFFFFF;
white-space: nowrap;
width: 50%;
}
#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
background-color: #FFFFFF;
background-position: center bottom;
border-radius: 3px 3px 0 0;
}
#user_link.menu_active {
background: none repeat scroll 0 0 #FFFFFF;
color: #323232;
}
#user_navigation #register_link {
background: none repeat scroll 0 0 #7BA60D;
border: 1px solid #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.4);
color: #FFFFFF;
display: inline-block;
padding: 3px 8px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
}
/*branding*/
#branding {
background: #0F3854 url(http://i78.servimg.com/u/f78/18/17/62/92/brandi10.png) repeat-x;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
#logo {
display: inline;
}
#search {
margin: 20px 0;
}
#search_wrap {
position: relative;
background: white;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
min-width: 230px;
}
#main_search {
margin-top: 5px;
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 130px;
outline: 0;
}
input, select {
font: normal 13px helvetica,arial,sans-serif;
}
#search_options {
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #EAEAEA;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}
#search .submit_input {
background: #7BA60D url(http://i78.servimg.com/u/f78/18/17/62/92/search10.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
border: 1px solid #7BA60D;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
}
fieldset, img {
border: 0;
}
.hide {
display: none;
}
user agent stylesheetlabel {
cursor: default;
}
#adv_search {
width: 16px;
height: 16px;
background: url(http://i78.servimg.com/u/f78/18/17/62/92/advanc10.png) no-repeat right 50%;
text-indent: -3000em;
display: inline-block;
margin: 4px 0 4px 4px;
}
.login{
background:none;
cursor:pointer;
padding:5px
}
/*navegação*/
#primary_nav {
background: #204066;
font-size: 13px;
padding: 4px 0 0 0;
}
#community_app_menu > li {
margin: 0px 3px 0 0;
position: relative;
}
#primary_nav #quickNavLaunch {
padding: 6px 8px 8px;
}
#community_app_menu > li.active > a {
background: white;
color: #0B5794;
font-weight: bold;
margin-top: 0;
text-shadow: none;
text-decoration: none;
}
#community_app_menu > li > a {
color: #C5D5E2;
background: #1C3B5F;
display: block;
padding: 6px 15px 8px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-decoration: none;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: #173455;
color: white;
}
#community_app_menu > li.active > a:hover {
background: none repeat scroll 0 0 #FFFFFF;
color: #0B5794;
}
#quickNavLaunch span {
background: url(http://i78.servimg.com/u/f78/18/17/62/92/icon_q10.png) no-repeat top;
width: 13px;
height: 13px;
display: inline-block;
}
/*table*/
.main .main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
margin-top: 15px;
}
.main .main-foot {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}
.main .main-head .page-title {
font-size: 16px;
}
thead {
display: none;
}
.pun .main-content {
background-color: #EBF0F3;
border: 0px;
padding: 9px;
}
.pun table.table {
/*border: 1px solid #DBE4EF;*/
border-collapse: collapse;
/*empty-cells: show;*/
line-height: 1.3;
/*table-layout: fixed;*/
width: 100%;
}
.statused > tr {
border: 1px solid #DDDDDD;
}
.pun table.table td {
background-color: #FFFFFF;
border-bottom: 1px solid #F3F3F3;
border-right: 0px;
border-left: 0px;
line-height: 130%;
padding: 10px
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background: #FFFFFF;
}
.table .tc_icon {
padding: 10px 5px !important;
vertical-align: middle;
width: 30px;
}
.pun tbody.statused span.status {
position: relative !important;
}
.hierarchy {
font-size: 15px !important;
font-weight: normal !important;
word-wrap: break-word;
}
.tcl .desc {
font-style: italic;
}
.desc.lighter, .desc.lighter.blend_links a {
color: #A4A4A4;
}
.desc, .desc.blend_links a, p.posted_info {
color: #777777;
font-size: 12px;
}
.pun table td.tcl {
/*height: 42px;
min-height: 24px;
padding-left: 0 !important;*/
vertical-align: middle !important;
width: auto;
}
.pun tbody.statused td.tcl {
padding-left: 10px;
}
.pun .table .tc3 {
text-align: right;
width: 15%;
}
.pun table .tcr {
overflow: hidden;
padding: 10px !important;
text-align: left;
width: 250px;
}
.ipsType_small {
font-size: 12px;
}
/* Last Post and User image */
.gensmall strong {
font-weight: normal;
}
.last_post {
margin-left: 45px;
}
.tcr .ipsUserPhoto {
float: left;
margin-top: 3px;
}
.ipsUserPhoto_mini {
height: 30px;
width: 30px;
}
.ipsUserPhoto:hover {
border-color: #7d7d7d
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
/*stats*/
#statistics {
margin: 0 auto !important;
text-align: center !important;
display: table;
background: none;
}
.statHide{display:none !important;}
.statsPers li span a {
text-decoration: none !important;
}
.statsPers li > span {
display: inline-block;
background: #E2E2E2;
color: #4A4A4A;
padding: 2px 6px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right: 3px;
}
.statsPers li {
float: left;
color:#666;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}
/*Statistics*/
#pun-info {
margin-top: 15px;
border: 0px;
}
.statistics_head {
font-size: 14px !important;
font-weight: normal !important;
}
.statistics {
border-top: 3px solid #D8D8D8 !important;
line-height: 1.3 !important;
margin: 20px 0 0 !important;
overflow: hidden !important;
padding: 10px 0 !important;
}
#onlinelist {
background: white;
border: 0px;
border-top:none;
}
#onlinechat {
background: white;
border-top: 1px solid #EEE;
border-top:none;
}
/*footer*/
#footer_utilities {
padding: 10px;
font-size: 11px;
position: relative;
}
.clear {
clear: both;
}
.footerleft {
float: left;
margin-top: -20px;
}
#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #BDBDBD;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}
#backtotop:hover{
background:#af286d;
color:#fff;
opacity:1
}
#backtotop img {
margin-top: 5px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
#rss_menu {
background-color: #FEF3D7;
border: 1px solid #ED7710;
}
#rss_menu li {
border-bottom: 1px solid #FCE19B;
}
#rss_menu a {
color: #ED7710;
padding: 5px 8px;
}
.ipbmenu_content a {
text-decoration: none;
text-align: left;
display: block;
padding: 6px 10px;
}
#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
color: #225985;
}
#footer_utilities .ipsList_inline > li > a:hover {
color: #328687;
}
#copyright {
color: #848484;
text-align: right;
text-shadow: 0px 1px 0px white;
}
#copyright a {
color: #848484;
}
/*module*/
.module .main-content {
background: #F7FBFC;
}
.module .main-head {
font: normal 14px helvetica, arial, sans-serif;
color: #204066;
padding: 5px 10px;
border-radius: 0px;
background-color: #DBE2EC;
background-image: none;
border: 0px;
-webkit-box-shadow: inset 0 0px 0 #528CBC;
box-shadow: inset 0 0px 0 #528CBC;
}
/*quick-reply*/
#quick_reply #textarea_content {
clear: both;
width: 100% !important;
height: auto !important;
border: 2px solid #D3D3D3;
background: none repeat scroll 0 0 #EBF0F3;
height: auto !important;
padding: 9px;
padding-left: 4px;
padding-right: 4px;
min-width: 950px;
margin-left: -10px !important;
margin-right: -10px !important;
}
#text_editor_controls {
display: !important;
}
#pun-qpost #textarea_content dt label{
float:left;
}
#pun-qpost .main-head.clearfix {
display: none;
}
#pun-qpost {
background: none repeat scroll 0 0 #EBF0F3;
padding: 9px;
margin-bottom: 0;
margin-top: 0;
margin-top: -13px;
}
.main #quick_reply .main-content.frm {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DBE4EF;
height: 373px;
padding: 9px;
}
.pun #quick_reply .frm-form {
background: none repeat scroll 0 0 transparent !important;
border: medium none;
height: 271px;
margin-left: 65px;
margin-top: 65px;
text-align: center;
}
#quick_reply fieldset.frm-set {
margin: 0;
padding-bottom: 0;
}
.sceditor-container.ltr.sourceMode {
margin-bottom: 15px;
height: 231px;
}
fieldset.frm-set dl dd {
margin: auto!important;
}
#quick_reply .frm-buttons {
text-align: right;
margin: 0 auto;
padding: 0;
border-top: medium none;
margin-top: 35px;
}
/*smiley-box e quickreply*/
#smiley-box iframe{height: 230px;}
#smilies_categ{padding: 0px 0}
#smiley-box{border:1px solid #DDD;margin:5px 0!important;padding:5px}
.pun .frm .frm-buttons input {
background-image: url(http://i.imgur.com/Qt4G6.png);
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
border-image: initial;
border-radius: 4px;
box-shadow: 0 1px 2px #ccc;
color: #333;
cursor: pointer;
margin: 0 2px 16px;
padding: 7px 22px;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
background-position: left;
background-repeat: no-repeat;
color: white;
padding-left: 20px;
}
#quick_reply fieldset.frm-set dl dd {
background: white;
border: solid 1px #CCC;
margin: 0 auto;
}
#textarea_content dt {display:none}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-webkit-transition: all 0.218s;
border: 1px solid;
border-radius: 3px;
padding: 0px 0.91em;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0px;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
margin: 0px 0.25em;
overflow: visible;
padding: 2px 3px;
}
.main .main-content.frm {
background-color: #ffffff;
padding: 9px;
}
/* painel de Controle */
.center {
display: none;
text-align: center;
}
/*post*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .paged-foot, .pun .paged-head {
background-color: white;
border: 0px;
padding: 0;
}
.pun .paged-foot {
padding-bottom: 4px;
padding-top: 4px;
}
/* post Topic moderation */
.ipsPad_top_slimmer {
padding-top: 7px;
}
.topic_buttons li.non_button a {
background: none repeat scroll 0 0 transparent !important;
border: 0 none;
box-shadow: none;
color: #777777;
font-weight: normal;
min-width: 0;
text-shadow: none;
}
.pun .post {
border: 1px solid #DDDDDD;
background: white;
border-style: none !important;
border-width: 0px !important;
}
.pun .postmain {
background-color: #fff;
border-left: 0px;
margin-left: 185px;
}
.desc.member_title {
margin-bottom: 5px;
}
.pun .post .user {
margin-top: 0px;
margin-left: -185px;
display: block;
position:relative;
font-size: 12px;
text-align: center;
padding: 10px 15px;
width: 155px;
}
.pun .user .user-info {
color: #666666;
line-height: 1.5em !important;
}
.pun .user .user-ident .user-basic-info {
text-align: center;
}
.user-basic-info {
line-height: 1.8em;
}
.pun .entry-content {
line-height: 1.6;
overflow: hidden;
padding-bottom: 0.8em;
width: 100%;
word-wrap: break-word;
}
.entry-content .data-post {
padding: 0 0 10px;
color: #A4A4A4
font-size: 12px;
}
.edit {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/icon_w10.png") no-repeat scroll left 4px transparent;
color: #7C7C7C;
font-size: 12px;
line-height: 14px;
margin-top: 15px;
padding: 2px 0 0 24px;
}
.edit > br {
display: none !important;
}
.pun .posthead {
background: #D8DDE8;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 16px;
border-bottom: 0px;
}
.posting img:hover {
opacity: 0.9;
}
.postfoot {
border-top: 0px;
margin-left: -185px !important;
opacity: 0.3;
transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
-webkit-transition:0.5s all;
}
.postfoot:hover {
opacity: 1.0;
}
.pun .posthead h2 {
color: #777;
font-size: 11px;
font-weight: normal;
}
.user-basic-info a img {
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 90px;
max-height: 90px;
max-width: 90px;
width: 90px;
}
.user-basic-info a img:hover {
border-color: #7D7D7D;
}
.pun .postfoot .user-contact {
float: left;
text-align: left;
width: 15em;
margin-left: 5px;
}
ul.post_controls a {
color: #1D3652;
display: block;
height: 22px;
line-height: 22px;
margin-left: 4px;
padding: 0 12px;
text-decoration: none;
}
ul.post_controls a:hover {
color: #3D70A3;
}
ul.post_controls li {
float: right;
font-size: 12px;
}
ul.post_controls a.ipsButton_secondary {
height: 20px;
line-height: 20px;
}
ul.post_controls a.ipsButton_secondary.important:hover {
color: #FFFFFF !important;
}
ul.post_controls li.multiquote.selected a {
background: -moz-linear-gradient(center top , #A1DC00 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
border-color: #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FFFFFF;
}
.clear {
height: 100% !important;
}
/* pagination */
.pun .paging {
float: left;
font-size: 11px;
font-weight: 700;
line-height: 20px;
padding: 5px;
}
.paging > a {
color: #999999 !important;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.paging > a:hover {
background: none repeat scroll 0 0 #ECECEC;
border-radius: 2px 2px 2px 2px;
}
table.forumline {
background-color: #F7F9FB;
border: 1px solid #D5DDE5;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
height: 77px;
left: -51px;
top: -1px;
position: absolute;
width: 154px;
}
.forumline tr:first-child {
background: none repeat scroll 0 0 #EFF4F7;
text-align: left;
}
.forumline tr:first-child > th {
padding-left: 8px;
}
.bginput {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
width: 76px;
margin-right: 0;
}
.bginput:focus {
border-color: #4E4E4E #7C7C7C #A3A3A3;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.forumline tr:last-child .button {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_12.png") repeat-x scroll center top #212121;
border-color: #212121;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
padding: 4px 14px;
}
.paging > b {
background: none repeat scroll 0 0 #7BA60D;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
font-weight: normal;
margin: 0 1px;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.sprite-arrow_prosilver_right {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/next10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.sprite-arrow_prosilver_right:hover {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/nextov10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.paging > a:last-child {
padding: 0;
}
/* syntaxhighlighter */
code.punbb_block, pre.punbb_block {
background-color: #FAFAFA !important;
border: 1px solid #C9C9C9 !important;
color: #000000;
font-family: Consolas,"Bitstream Vera Sans Mono","Andale Mono",Monaco,"DejaVu Sans Mono","Lucida Console",monospace !important;
font-size: 11px !important;
line-height: 110% !important;
max-height: 250px !important;
overflow: auto !important;
padding: 5px !important;
white-space: pre-wrap !important;
width: auto !important;
}
.punbbtop {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/punbb_11.png") no-repeat scroll right center #E3E9F2;
color: #1D3652;
font-size: 10px;
font-weight: bold;
line-height: 100%;
/*margin-left: 10px;*/
margin-top: 5px;
padding: 2px 1px 2px 3px;
}
.punbbtop button {
background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
border: 1px solid #BBBBBB;
border-radius: 3px 3px 3px 3px;
color: #1D3652;
cursor: pointer;
display: inline-block;
font-size: 10px;
padding: 0 6px;
text-decoration: none;
}
.punbbtop button:hover {
background: -moz-linear-gradient(center top , #DFDFDF 5%, #EDEDED 100%) repeat scroll 0 0 #DFDFDF;
border-color: #9A9A9A;
color: #3D70A3;
}
.punbbtop button:active {
position: relative;
top: 1px;
}
pre.punbb_block.expand,
code.punbb_block.expand {
max-height: 100% !important;
}
.pun .entry-content ol, .pun .entry-content ul {
margin-left: 0px;
}
.prettyprint ol.linenums {
color: #AEAEAE !important;
font-size: 11px;
list-style: decimal outside none;
padding-left: 45px;
}
.prettyprint ol.linenums li {
border-left: 1px solid #EEEEEE !important;
padding-left: 5px !important;
}
.prettyprint li > * {
font-size: 11px !important;
}
ol.linenums > li span.pun {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
color: #666666 !important;
padding-left: 2px;
padding-right: 2px;
}
/*linha da assinatura*/
.pun .sig-content {
clear: both;
margin-bottom: 4px !important;
margin-top: 6px !important;
padding: 0 0 10px !important;
position: relative;
}
.pun div, .pun td, .sig-line {
border-color: ##DDD;
color: ##DDD;
}
.sig-content, .signature_div {
border-top: 1px solid #E4E4E4;
}
.sig-content br:first-child {
display: none !important;
}
/* blockquote quote, spoiler */
.postmain blockquote, blockquote, .codebox.spoiler {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #F7F7F7;
border-image: none;
border-radius: 5px 5px 5px 5px;
border-left: 2px solid #989898;
border-style: solid;
border-width: 2px;
margin: 0;
overflow-x: auto;
padding: 10px;
}
.postmain cite, cite, .codebox.spoiler dt {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/captur13.png") repeat-x scroll 0 0 #F2F2F2;
border-radius: 5px 5px 0 0;
font-size: 12px;
font-weight: 700;
overflow-x: auto;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
padding-right: 10px;
padding: 8px 10px;
}
.codebox.spoiler {
padding: 5px 5px 0;
}
.codebox.spoiler dt {
cursor: pointer;
margin-left: -5px;
margin-right: -5px;
margin-top: -4px;
padding-bottom: 4px;
padding-top: 0;
}
.codebox dd {
background: none repeat scroll 0 0 #F7F7F7 !important;
margin: 0 !important;
padding: 0 !important;
}
/*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: white;
border-top: 1px solid #EAEAEA;
}
#chatbox_header.main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
padding: 2px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
display: none !important;
}
.chatbox-title, .chatbox-title a.chat-title {
color: white;
font-size: 15px;
font-weight: bold;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}
#chatbox_members .member-title {
background: #F8E7DD;
background-color: #F4F9FD;
background-image: none;
border-bottom: 2px solid red;
color: #A30000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: .5em .25em;
text-align: center;
text-shadow: 1px 0 0 white;
}
#chatbox_members {
display: none;
}
div.main-content.chatbox.clearfix {
border: 1px solid #EAEAEA;
border-radius: 4px;
}
#chatbox p {
border-bottom: 1px solid #DDD;
border-top: 1px solid white;
line-height: 1.2em;
}
#chatbox_footer {
width: 290px;
min-width: 230px;
background: #FCFCFC;
float: right;
clear:both;
position: relative;
border-top: 1px solid gainsboro;
display: none !important;
}
.right {
/*clear: both;*/
float: right;
}
input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: #9F9F9F;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
margin: 20px;
margin-bottom: 0px;
}
#message, #submit_button {
background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}
#message, #submit_button:hover {
opacity: 0.9;
}
.fontbutton {
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
background: #E2E9F0;
border-color: #DAE2EA;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fontbutton:hover {
opacity: 0.9;
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{visibility:hidden}
#simple-wrap {
background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
#chatbox{
background: #FBFBFB;
padding: 8px;
border: 1px solid #DBE4EF;
border-bottom: 3px solid #DBE2EC;
right: 290;
margin-top: 5px;
left:0
display: none !important;
}
.attach {
float: right;
}
div.main-content.chatbox.clearfix {
border: 0px;
border-radius: 4px;
padding: 0px;
}
/* IPBoard related */
.ipsButton_secondary {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary a {
color: #616161;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsButton_secondary.important {
background: -moz-linear-gradient(center top , #9F2A00 0%, #812200 100%) repeat scroll 0 0 transparent;
border: 1px solid #812200;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FBF4F4;
}
.ipsButton_secondary .icon {
margin-right: 4px;
margin-top: -3px;
}
.ipsButton_secondary img.small {
margin-left: 3px;
margin-top: -2px;
max-height: 12px;
opacity: 0.5;
}
.ipsButton_secondary.important a {
color: #FBF4F4;
}
.ipsButton_secondary.important a:hover {
border-color: #571700;
color: #FFFFFF !important;
}
.ipsSideBlock {
background: none repeat scroll 0 0 #F7FBFC;
margin-bottom: 10px;
padding: 10px;
}
.ipsSideBlock h3 {
background: none repeat scroll 0 0 #DBE2EC;
color: #204066;
font: 14px helvetica,arial,sans-serif;
margin: -10px -10px 10px;
padding: 5px 10px;
}
/* #region Informações de perfil no link */
/*pu_____hover___member_popup*/
.popupWrapper {
background-color: rgba(70, 70, 70, 0.6);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
padding: 4px;
float: left;
left: -36em;
top: 13px;
}
/*pu_____hover___member_stem*/
.stem.bottomleft {
background-image: url("http://www.autoitbrasil.com/public/style_images/master/stems/bottomleft.png");
}
.stem {
height: 16px;
position: absolute;
width: 31px;
float: right;
right: 5px;
}
/*pu_____hover___member_inner*/
.popupInner {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
overflow-x: hidden;
overflow-y: auto;
width: 500px;
}
/*vcard userpopup*/
.userpopup {
font-size: 0.9em;
overflow: hidden;
position: relative;
}
/*User name and background */
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.userpopup h3 {
font-size: 17px !important;
}
.popupInner h3 a {
color: #FFFFFF !important;
margin-left: 100px;
}
.popupInner h3 {
background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top #2C5687;
border-color: #316897;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: 0 1px 0 #528CBC inset;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
padding: 8px 10px 9px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* User image and infos */
.left {
float: left;
}
.ipsBox, .ipsPad {
padding: 9px;
}
.userpopup .side {
margin-top: -40px;
position: absolute;
}
.ipsUserPhoto_large {
max-height: 90px;
max-width: 90px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
border-color: #7D7D7D;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
.reputation.positive, .reputation.negative {
color: #FFFFFF;
}
.reputation.positive, .members li.positive {
background: none repeat scroll 0 0 #6F8F52;
}
.userpopup .reputation {
display: block;
margin-top: 5px;
text-align: center;
}
.reputation {
border-radius: 3px 3px 3px 3px;
display: inline-block;
font-weight: bold;
padding: 3px 8px;
}
.positive {
color: #6F8F52;
}
/* Buttons */
.userpopup .side .ipsButton_secondary {
display: block;
height: auto;
line-height: 1;
margin-top: 5px;
max-width: 75px;
padding: 5px 10px;
text-align: center;
white-space: normal;
}
.ipsButton_secondary {
/*background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent !important;*/
background: url("http://i74.servimg.com/u/f74/18/08/53/97/highli11.png") repeat-x scroll 0 0 #ECECEC;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsType_smaller, .ipsType_smaller a {
font-size: 11px !important;
}
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.ipsPad {
padding: 9px;
}
/*message user_status*/
.userpopup .user_status {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
margin-bottom: 5px;
padding: 5px;
}
.message {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
padding: 10px;
}
.userpopup dl {
border-bottom: 1px solid #D4D4D4;
margin-bottom: 4px;
padding-bottom: 10px;
}
.perfilinfo dt {
clear: both;
float: left;
font-weight: bold;
padding: 3px 6px;
width: 30%;
}
.perfilinfo dd {
margin-left: 35%;
padding: 3px 6px;
width: 60%;
}
/*user_controls*/
.userpopup .user_controls {
text-align: left;
}
.user_controls {
margin: 6px 0;
text-align: center;
}
.clear2 {
clear: both;
}
.user_controls li {
display: inline;
}
.user_controls li a {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
padding: 5px;
}
/* #endregion Informações de perfil no link */
--- [RANKS] ---
li {list-style-type: none;}
.userBanned, .userCoAdmin, .userDesigner, .userManagement, .userMember, .userMemberactive, .userModerator, .userStaff, .vipVERDE, .vipROXO {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #65a830;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.userManagement {
background: #DB1515;
}
.userCoAdmin {
background: #D18C2C;
}
.userModerator {
background: #0F51D6;
}
.userDesigner {
background: #00CCDB;
}
.userMember {
background: #7f7f7f;
}
.vipROXO {
background: #7409ED;
}
.vipVERDE {
background: #0FB800;
}
.post_field {
border-bottom: transparent !important;
}
.user-info {
border-bottom: transparent !important;
}
.post_field {
text-align: center;
}
Resulta?
Re: Tirar negrito dos staffs
Vai Em Painel De Controle ---> Usuários De Grupos ---> Ranks ----> Administração dos Ranks.
E Altere o nome de administrador para:
Resulta?
E Altere o nome de administrador para:
- Código:
<font color=#000000>Admin</font><font color=#000000>istrador</font>
Resulta?
Re: Tirar negrito dos staffs
@Harker, não resultou novamente, porém tirou o negrito disso: http://prntscr.com/1gx69k
@Meky, não estou falando de rank, e sim do NOME DO MEMBRO DA EQUIPE.
@Meky, não estou falando de rank, e sim do NOME DO MEMBRO DA EQUIPE.
Re: Tirar negrito dos staffs
Boa noite,
Altere teu CSS pelo abaixo:
Até mais.
Altere teu CSS pelo abaixo:
- Código:
/* ----- Main CSS ----- */
body {
background-color: #D8DDE8;
color: #5A5A5A;
font: normal 13px helvetica,arial,sans-serif !important;
}
ol, ul {
list-style: none outside none;
}
a:link {
text-decoration: none;
font-weight: normal !important;
}
#pun-intro {
display: none;
}
#pun-navlinks {
display: none;
}
#pun-about {
background-color: transparent;
border: 0px;
font-size: 0.8em;
line-height: 150%;
padding: .6em 1em;
text-align: right;
}
#pun-about form {
display: none;
}
#pun-visit, .main-box {
background-color: transparent;
border: 0px;
margin: 0 0 1em;
padding: .6em 1em;
}
#pun-visit {
display: none;
}
.pun {
width: 87%;
color: #5A5A5A !important;
min-width: 960px;
background: white;
padding: 10px 10px;
line-height: 120%;
-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: helvetica,arial,sans-serif !important
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
a:link {text-decoration: none;}
.pun-crumbs {
position: relative;
top: 25px;
margin: 0 !important;
padding: 0 !important;
}
.crumbs {
color: #777777 !important;
font-size: 11px !important;
margin-bottom: 25px !important;
}
.crumbs > a {
color: #777777 !important;
}
/*user header*/
#header_bar {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/user_n10.png") repeat-x scroll center bottom #323232;
padding: 0;
text-align: right;
}
#branding, #header_bar, #primary_nav {
min-width: 980px;
}
.main_width {
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
/*user header \ admin bar*/
#admin_bar {
font-size: 11px;
line-height: 36px;
}
.left-bar {
float:left;
font-size:10px;
margin-top:10px;
}
#admin_bar a {
color:#008B8B;
text-decoration:none;
}
#admin_bar a:hover {
color:#FFF;
text-decoration:none;
}
.left {
float: left;
}
.ipsList_inline > li:first-child {
margin-left: 0;
}
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
#user_navigation {
color: #9F9F9F;
font-size: 11px;
}
.right {
float: right;
}
#user_navigation .ipsList_inline li {
margin: 0;
}
#user_navigation a {
color: #FFFFFF;
}
#inbox_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_i10.png") no-repeat scroll center top transparent;
}
#notify_link, #inbox_link {
height: 15px;
padding: 13px 24px 8px 12px;
position: relative;
vertical-align: middle;
width: 18px;
}
.ipsHasNotifications {
background: none repeat scroll 0 0 #CF2020;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
font-size: 9px;
height: 12px;
left: 3px;
line-height: 12px;
padding: 0 4px;
position: absolute;
text-align: center;
top: 4px;
}
#user_link:hover, #notify_link:hover, #inbox_link:hover {
background-color: #323232;
}
#notify_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_n10.png") no-repeat scroll center top transparent;
}
#user_link {
color: #FFFFFF;
display: inline-block;
font-size: 12px;
height: 36px;
line-height: 36px;
margin-right: 15px;
outline: 0 none;
padding: 0 12px;
}
#user_link_dd, .dropdownIndicator {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/header10.png") no-repeat scroll left center transparent;
display: inline-block;
height: 5px;
width: 9px;
}
.boxShadow {
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
}
.ipsHeaderMenu {
background: -moz-linear-gradient(center top , #FFFFFF 0%, #F6F6F6 70%, #EDEDED 100%) repeat scroll 0 0 transparent;
border-radius: 0 0 6px 6px;
overflow: hidden;
padding: 10px;
width: 340px;
}
.ipsUserPhoto_medium {
height: 50px;
width: 50px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
#user_link_menucontent > div {
margin-left: 15px;
text-align: left;
width: 265px;
}
#user_link_menucontent #statusForm {
margin-bottom: 15px;
}
.input_text, .ipsTagBox_wrapper {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
}
input, select {
font: 13px helvetica,arial,sans-serif;
}
#statusSubmitGlobal {
margin-top: 3px;
}
hr {
display: none;
}
#user_link_menucontent #links li {
float: left;
margin: 3px 0;
text-shadow: 0 1px 0 #FFFFFF;
white-space: nowrap;
width: 50%;
}
#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
background-color: #FFFFFF;
background-position: center bottom;
border-radius: 3px 3px 0 0;
}
#user_link.menu_active {
background: none repeat scroll 0 0 #FFFFFF;
color: #323232;
}
#user_navigation #register_link {
background: none repeat scroll 0 0 #7BA60D;
border: 1px solid #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.4);
color: #FFFFFF;
display: inline-block;
padding: 3px 8px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
}
/*branding*/
#branding {
background: #0F3854 url(http://i78.servimg.com/u/f78/18/17/62/92/brandi10.png) repeat-x;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
#logo {
display: inline;
}
#search {
margin: 20px 0;
}
#search_wrap {
position: relative;
background: white;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
min-width: 230px;
}
#main_search {
margin-top: 5px;
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 130px;
outline: 0;
}
input, select {
font: normal 13px helvetica,arial,sans-serif;
}
#search_options {
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #EAEAEA;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}
#search .submit_input {
background: #7BA60D url(http://i78.servimg.com/u/f78/18/17/62/92/search10.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
border: 1px solid #7BA60D;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
}
fieldset, img {
border: 0;
}
.hide {
display: none;
}
user agent stylesheetlabel {
cursor: default;
}
#adv_search {
width: 16px;
height: 16px;
background: url(http://i78.servimg.com/u/f78/18/17/62/92/advanc10.png) no-repeat right 50%;
text-indent: -3000em;
display: inline-block;
margin: 4px 0 4px 4px;
}
.login{
background:none;
cursor:pointer;
padding:5px
}
/*navegação*/
#primary_nav {
background: #204066;
font-size: 13px;
padding: 4px 0 0 0;
}
#community_app_menu > li {
margin: 0px 3px 0 0;
position: relative;
}
#primary_nav #quickNavLaunch {
padding: 6px 8px 8px;
}
#community_app_menu > li.active > a {
background: white;
color: #0B5794;
font-weight: bold;
margin-top: 0;
text-shadow: none;
text-decoration: none;
}
#community_app_menu > li > a {
color: #C5D5E2;
background: #1C3B5F;
display: block;
padding: 6px 15px 8px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-decoration: none;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: #173455;
color: white;
}
#community_app_menu > li.active > a:hover {
background: none repeat scroll 0 0 #FFFFFF;
color: #0B5794;
}
#quickNavLaunch span {
background: url(http://i78.servimg.com/u/f78/18/17/62/92/icon_q10.png) no-repeat top;
width: 13px;
height: 13px;
display: inline-block;
}
/*table*/
.main .main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
margin-top: 15px;
}
.main .main-foot {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}
.main .main-head .page-title {
font-size: 16px;
}
thead {
display: none;
}
.pun .main-content {
background-color: #EBF0F3;
border: 0px;
padding: 9px;
}
.pun table.table {
/*border: 1px solid #DBE4EF;*/
border-collapse: collapse;
/*empty-cells: show;*/
line-height: 1.3;
/*table-layout: fixed;*/
width: 100%;
}
.statused > tr {
border: 1px solid #DDDDDD;
}
.pun table.table td {
background-color: #FFFFFF;
border-bottom: 1px solid #F3F3F3;
border-right: 0px;
border-left: 0px;
line-height: 130%;
padding: 10px
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background: #FFFFFF;
}
.table .tc_icon {
padding: 10px 5px !important;
vertical-align: middle;
width: 30px;
}
.pun tbody.statused span.status {
position: relative !important;
}
.hierarchy {
font-size: 15px !important;
font-weight: normal !important;
word-wrap: break-word;
}
.tcl .desc {
font-style: italic;
}
.desc.lighter, .desc.lighter.blend_links a {
color: #A4A4A4;
}
.desc, .desc.blend_links a, p.posted_info {
color: #777777;
font-size: 12px;
}
.pun table td.tcl {
/*height: 42px;
min-height: 24px;
padding-left: 0 !important;*/
vertical-align: middle !important;
width: auto;
}
.pun tbody.statused td.tcl {
padding-left: 10px;
}
.pun .table .tc3 {
text-align: right;
width: 15%;
}
.pun table .tcr {
overflow: hidden;
padding: 10px !important;
text-align: left;
width: 250px;
}
.ipsType_small {
font-size: 12px;
}
/* Last Post and User image */
.gensmall strong {
font-weight: normal;
}
.last_post {
margin-left: 45px;
}
.tcr .ipsUserPhoto {
float: left;
margin-top: 3px;
}
.ipsUserPhoto_mini {
height: 30px;
width: 30px;
}
.ipsUserPhoto:hover {
border-color: #7d7d7d
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
/*stats*/
#statistics {
margin: 0 auto !important;
text-align: center !important;
display: table;
background: none;
}
.statHide{display:none !important;}
.statsPers li span a {
text-decoration: none !important;
}
.statsPers li > span {
display: inline-block;
background: #E2E2E2;
color: #4A4A4A;
padding: 2px 6px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right: 3px;
}
.statsPers li {
float: left;
color:#666;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}
/*Statistics*/
#pun-info {
margin-top: 15px;
border: 0px;
}
.statistics_head {
font-size: 14px !important;
font-weight: bold !important;
}
.statistics {
border-top: 3px solid #D8D8D8 !important;
line-height: 1.3 !important;
margin: 20px 0 0 !important;
overflow: hidden !important;
padding: 10px 0 !important;
}
#onlinelist {
background: white;
border: 0px;
border-top:none;
}
#onlinechat {
background: white;
border-top: 1px solid #EEE;
border-top:none;
}
/*footer*/
#footer_utilities {
padding: 10px;
font-size: 11px;
position: relative;
}
.clear {
clear: both;
}
.footerleft {
float: left;
margin-top: -20px;
}
#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #BDBDBD;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}
#backtotop:hover{
background:#af286d;
color:#fff;
opacity:1
}
#backtotop img {
margin-top: 5px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
#rss_menu {
background-color: #FEF3D7;
border: 1px solid #ED7710;
}
#rss_menu li {
border-bottom: 1px solid #FCE19B;
}
#rss_menu a {
color: #ED7710;
padding: 5px 8px;
}
.ipbmenu_content a {
text-decoration: none;
text-align: left;
display: block;
padding: 6px 10px;
}
#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
color: #225985;
}
#footer_utilities .ipsList_inline > li > a:hover {
color: #328687;
}
#copyright {
color: #848484;
text-align: right;
text-shadow: 0px 1px 0px white;
}
#copyright a {
color: #848484;
}
/*module*/
.module .main-content {
background: #F7FBFC;
}
.module .main-head {
font: normal 14px helvetica, arial, sans-serif;
color: #204066;
padding: 5px 10px;
border-radius: 0px;
background-color: #DBE2EC;
background-image: none;
border: 0px;
-webkit-box-shadow: inset 0 0px 0 #528CBC;
box-shadow: inset 0 0px 0 #528CBC;
}
/*quick-reply*/
#quick_reply #textarea_content {
clear: both;
width: 100% !important;
height: auto !important;
border: 2px solid #D3D3D3;
background: none repeat scroll 0 0 #EBF0F3;
height: auto !important;
padding: 9px;
padding-left: 4px;
padding-right: 4px;
min-width: 950px;
margin-left: -10px !important;
margin-right: -10px !important;
}
#text_editor_controls {
display: !important;
}
#pun-qpost #textarea_content dt label{
float:left;
}
#pun-qpost .main-head.clearfix {
display: none;
}
#pun-qpost {
background: none repeat scroll 0 0 #EBF0F3;
padding: 9px;
margin-bottom: 0;
margin-top: 0;
margin-top: -13px;
}
.main #quick_reply .main-content.frm {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DBE4EF;
height: 373px;
padding: 9px;
}
.pun #quick_reply .frm-form {
background: none repeat scroll 0 0 transparent !important;
border: medium none;
height: 271px;
margin-left: 65px;
margin-top: 65px;
text-align: center;
}
#quick_reply fieldset.frm-set {
margin: 0;
padding-bottom: 0;
}
.sceditor-container.ltr.sourceMode {
margin-bottom: 15px;
height: 231px;
}
fieldset.frm-set dl dd {
margin: auto!important;
}
#quick_reply .frm-buttons {
text-align: right;
margin: 0 auto;
padding: 0;
border-top: medium none;
margin-top: 35px;
}
/*smiley-box e quickreply*/
#smiley-box iframe{height: 230px;}
#smilies_categ{padding: 0px 0}
#smiley-box{border:1px solid #DDD;margin:5px 0!important;padding:5px}
.pun .frm .frm-buttons input {
background-image: url(http://i.imgur.com/Qt4G6.png);
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
border-image: initial;
border-radius: 4px;
box-shadow: 0 1px 2px #ccc;
color: #333;
cursor: pointer;
margin: 0 2px 16px;
padding: 7px 22px;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
background-position: left;
background-repeat: no-repeat;
color: white;
padding-left: 20px;
}
#quick_reply fieldset.frm-set dl dd {
background: white;
border: solid 1px #CCC;
margin: 0 auto;
}
#textarea_content dt {display:none}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-webkit-transition: all 0.218s;
border: 1px solid;
border-radius: 3px;
padding: 0px 0.91em;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0px;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
margin: 0px 0.25em;
overflow: visible;
padding: 2px 3px;
}
.main .main-content.frm {
background-color: #ffffff;
padding: 9px;
}
/* painel de Controle */
.center {
display: none;
text-align: center;
}
/*post*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .paged-foot, .pun .paged-head {
background-color: white;
border: 0px;
padding: 0;
}
.pun .paged-foot {
padding-bottom: 4px;
padding-top: 4px;
}
/* post Topic moderation */
.ipsPad_top_slimmer {
padding-top: 7px;
}
.topic_buttons li.non_button a {
background: none repeat scroll 0 0 transparent !important;
border: 0 none;
box-shadow: none;
color: #777777;
font-weight: normal;
min-width: 0;
text-shadow: none;
}
.pun .post {
border: 1px solid #DDDDDD;
background: white;
border-style: none !important;
border-width: 0px !important;
}
.pun .postmain {
background-color: #fff;
border-left: 0px;
margin-left: 185px;
}
.desc.member_title {
margin-bottom: 5px;
}
.pun .post .user {
margin-top: 0px;
margin-left: -185px;
display: block;
position:relative;
font-size: 12px;
text-align: center;
padding: 10px 15px;
width: 155px;
}
.pun .user .user-info {
color: #666666;
line-height: 1.5em !important;
}
.pun .user .user-ident .user-basic-info {
text-align: center;
}
.user-basic-info {
line-height: 1.8em;
}
.pun .entry-content {
line-height: 1.6;
overflow: hidden;
padding-bottom: 0.8em;
width: 100%;
word-wrap: break-word;
}
.entry-content .data-post {
padding: 0 0 10px;
color: #A4A4A4
font-size: 12px;
}
.edit {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/icon_w10.png") no-repeat scroll left 4px transparent;
color: #7C7C7C;
font-size: 12px;
line-height: 14px;
margin-top: 15px;
padding: 2px 0 0 24px;
}
.edit > br {
display: none !important;
}
.pun .posthead {
background: #D8DDE8;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 16px;
border-bottom: 0px;
}
.posting img:hover {
opacity: 0.9;
}
.postfoot {
border-top: 0px;
margin-left: -185px !important;
opacity: 0.3;
transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
-webkit-transition:0.5s all;
}
.postfoot:hover {
opacity: 1.0;
}
.pun .posthead h2 {
color: #777;
font-size: 11px;
font-weight: normal;
}
.user-basic-info a img {
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 90px;
max-height: 90px;
max-width: 90px;
width: 90px;
}
.user-basic-info a img:hover {
border-color: #7D7D7D;
}
.pun .postfoot .user-contact {
float: left;
text-align: left;
width: 15em;
margin-left: 5px;
}
ul.post_controls a {
color: #1D3652;
display: block;
height: 22px;
line-height: 22px;
margin-left: 4px;
padding: 0 12px;
text-decoration: none;
}
ul.post_controls a:hover {
color: #3D70A3;
}
ul.post_controls li {
float: right;
font-size: 12px;
}
ul.post_controls a.ipsButton_secondary {
height: 20px;
line-height: 20px;
}
ul.post_controls a.ipsButton_secondary.important:hover {
color: #FFFFFF !important;
}
ul.post_controls li.multiquote.selected a {
background: -moz-linear-gradient(center top , #A1DC00 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
border-color: #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FFFFFF;
}
.clear {
height: 100% !important;
}
/* pagination */
.pun .paging {
float: left;
font-size: 11px;
font-weight: 700;
line-height: 20px;
padding: 5px;
}
.paging > a {
color: #999999 !important;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.paging > a:hover {
background: none repeat scroll 0 0 #ECECEC;
border-radius: 2px 2px 2px 2px;
}
table.forumline {
background-color: #F7F9FB;
border: 1px solid #D5DDE5;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
height: 77px;
left: -51px;
top: -1px;
position: absolute;
width: 154px;
}
.forumline tr:first-child {
background: none repeat scroll 0 0 #EFF4F7;
text-align: left;
}
.forumline tr:first-child > th {
padding-left: 8px;
}
.bginput {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
width: 76px;
margin-right: 0;
}
.bginput:focus {
border-color: #4E4E4E #7C7C7C #A3A3A3;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.forumline tr:last-child .button {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_12.png") repeat-x scroll center top #212121;
border-color: #212121;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
padding: 4px 14px;
}
.paging > b {
background: none repeat scroll 0 0 #7BA60D;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
font-weight: bold;
margin: 0 1px;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.sprite-arrow_prosilver_right {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/next10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.sprite-arrow_prosilver_right:hover {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/nextov10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.paging > a:last-child {
padding: 0;
}
/* syntaxhighlighter */
code.punbb_block, pre.punbb_block {
background-color: #FAFAFA !important;
border: 1px solid #C9C9C9 !important;
color: #000000;
font-family: Consolas,"Bitstream Vera Sans Mono","Andale Mono",Monaco,"DejaVu Sans Mono","Lucida Console",monospace !important;
font-size: 11px !important;
line-height: 110% !important;
max-height: 250px !important;
overflow: auto !important;
padding: 5px !important;
white-space: pre-wrap !important;
width: auto !important;
}
.punbbtop {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/punbb_11.png") no-repeat scroll right center #E3E9F2;
color: #1D3652;
font-size: 10px;
font-weight: bold;
line-height: 100%;
/*margin-left: 10px;*/
margin-top: 5px;
padding: 2px 1px 2px 3px;
}
.punbbtop button {
background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
border: 1px solid #BBBBBB;
border-radius: 3px 3px 3px 3px;
color: #1D3652;
cursor: pointer;
display: inline-block;
font-size: 10px;
padding: 0 6px;
text-decoration: none;
}
.punbbtop button:hover {
background: -moz-linear-gradient(center top , #DFDFDF 5%, #EDEDED 100%) repeat scroll 0 0 #DFDFDF;
border-color: #9A9A9A;
color: #3D70A3;
}
.punbbtop button:active {
position: relative;
top: 1px;
}
pre.punbb_block.expand,
code.punbb_block.expand {
max-height: 100% !important;
}
.pun .entry-content ol, .pun .entry-content ul {
margin-left: 0px;
}
.prettyprint ol.linenums {
color: #AEAEAE !important;
font-size: 11px;
list-style: decimal outside none;
padding-left: 45px;
}
.prettyprint ol.linenums li {
border-left: 1px solid #EEEEEE !important;
padding-left: 5px !important;
}
.prettyprint li > * {
font-size: 11px !important;
}
ol.linenums > li span.pun {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
color: #666666 !important;
padding-left: 2px;
padding-right: 2px;
}
/*linha da assinatura*/
.pun .sig-content {
clear: both;
margin-bottom: 4px !important;
margin-top: 6px !important;
padding: 0 0 10px !important;
position: relative;
}
.pun div, .pun td, .sig-line {
border-color: ##DDD;
color: ##DDD;
}
.sig-content, .signature_div {
border-top: 1px solid #E4E4E4;
}
.sig-content br:first-child {
display: none !important;
}
/* blockquote quote, spoiler */
.postmain blockquote, blockquote, .codebox.spoiler {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #F7F7F7;
border-image: none;
border-radius: 5px 5px 5px 5px;
border-left: 2px solid #989898;
border-style: solid;
border-width: 2px;
margin: 0;
overflow-x: auto;
padding: 10px;
}
.postmain cite, cite, .codebox.spoiler dt {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/captur13.png") repeat-x scroll 0 0 #F2F2F2;
border-radius: 5px 5px 0 0;
font-size: 12px;
font-weight: 700;
overflow-x: auto;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
padding-right: 10px;
padding: 8px 10px;
}
.codebox.spoiler {
padding: 5px 5px 0;
}
.codebox.spoiler dt {
cursor: pointer;
margin-left: -5px;
margin-right: -5px;
margin-top: -4px;
padding-bottom: 4px;
padding-top: 0;
}
.codebox dd {
background: none repeat scroll 0 0 #F7F7F7 !important;
margin: 0 !important;
padding: 0 !important;
}
/*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: white;
border-top: 1px solid #EAEAEA;
}
#chatbox_header.main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
padding: 2px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
display: none !important;
}
.chatbox-title, .chatbox-title a.chat-title {
color: white;
font-size: 15px;
font-weight: bold;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}
#chatbox_members .member-title {
background: #F8E7DD;
background-color: #F4F9FD;
background-image: none;
border-bottom: 2px solid red;
color: #A30000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: .5em .25em;
text-align: center;
text-shadow: 1px 0 0 white;
}
#chatbox_members {
display: none;
}
div.main-content.chatbox.clearfix {
border: 1px solid #EAEAEA;
border-radius: 4px;
}
#chatbox p {
border-bottom: 1px solid #DDD;
border-top: 1px solid white;
line-height: 1.2em;
}
#chatbox_footer {
width: 290px;
min-width: 230px;
background: #FCFCFC;
float: right;
clear:both;
position: relative;
border-top: 1px solid gainsboro;
display: none !important;
}
.right {
/*clear: both;*/
float: right;
}
input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: #9F9F9F;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
margin: 20px;
margin-bottom: 0px;
}
#message, #submit_button {
background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}
#message, #submit_button:hover {
opacity: 0.9;
}
.fontbutton {
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
background: #E2E9F0;
border-color: #DAE2EA;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fontbutton:hover {
opacity: 0.9;
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{visibility:hidden}
#simple-wrap {
background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
#chatbox{
background: #FBFBFB;
padding: 8px;
border: 1px solid #DBE4EF;
border-bottom: 3px solid #DBE2EC;
right: 290;
margin-top: 5px;
left:0
display: none !important;
}
.attach {
float: right;
}
div.main-content.chatbox.clearfix {
border: 0px;
border-radius: 4px;
padding: 0px;
}
/* IPBoard related */
.ipsButton_secondary {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary a {
color: #616161;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsButton_secondary.important {
background: -moz-linear-gradient(center top , #9F2A00 0%, #812200 100%) repeat scroll 0 0 transparent;
border: 1px solid #812200;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FBF4F4;
}
.ipsButton_secondary .icon {
margin-right: 4px;
margin-top: -3px;
}
.ipsButton_secondary img.small {
margin-left: 3px;
margin-top: -2px;
max-height: 12px;
opacity: 0.5;
}
.ipsButton_secondary.important a {
color: #FBF4F4;
}
.ipsButton_secondary.important a:hover {
border-color: #571700;
color: #FFFFFF !important;
}
.ipsSideBlock {
background: none repeat scroll 0 0 #F7FBFC;
margin-bottom: 10px;
padding: 10px;
}
.ipsSideBlock h3 {
background: none repeat scroll 0 0 #DBE2EC;
color: #204066;
font: 14px helvetica,arial,sans-serif;
margin: -10px -10px 10px;
padding: 5px 10px;
}
/* #region Informações de perfil no link */
/*pu_____hover___member_popup*/
.popupWrapper {
background-color: rgba(70, 70, 70, 0.6);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
padding: 4px;
float: left;
left: -36em;
top: 13px;
}
/*pu_____hover___member_stem*/
.stem.bottomleft {
background-image: url("http://www.autoitbrasil.com/public/style_images/master/stems/bottomleft.png");
}
.stem {
height: 16px;
position: absolute;
width: 31px;
float: right;
right: 5px;
}
/*pu_____hover___member_inner*/
.popupInner {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
overflow-x: hidden;
overflow-y: auto;
width: 500px;
}
/*vcard userpopup*/
.userpopup {
font-size: 0.9em;
overflow: hidden;
position: relative;
}
/*User name and background */
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.userpopup h3 {
font-size: 17px !important;
}
.popupInner h3 a {
color: #FFFFFF !important;
margin-left: 100px;
}
.popupInner h3 {
background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top #2C5687;
border-color: #316897;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: 0 1px 0 #528CBC inset;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
padding: 8px 10px 9px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* User image and infos */
.left {
float: left;
}
.ipsBox, .ipsPad {
padding: 9px;
}
.userpopup .side {
margin-top: -40px;
position: absolute;
}
.ipsUserPhoto_large {
max-height: 90px;
max-width: 90px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
border-color: #7D7D7D;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
.reputation.positive, .reputation.negative {
color: #FFFFFF;
}
.reputation.positive, .members li.positive {
background: none repeat scroll 0 0 #6F8F52;
}
.userpopup .reputation {
display: block;
margin-top: 5px;
text-align: center;
}
.reputation {
border-radius: 3px 3px 3px 3px;
display: inline-block;
font-weight: bold;
padding: 3px 8px;
}
.positive {
color: #6F8F52;
}
/* Buttons */
.userpopup .side .ipsButton_secondary {
display: block;
height: auto;
line-height: 1;
margin-top: 5px;
max-width: 75px;
padding: 5px 10px;
text-align: center;
white-space: normal;
}
.ipsButton_secondary {
/*background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent !important;*/
background: url("http://i74.servimg.com/u/f74/18/08/53/97/highli11.png") repeat-x scroll 0 0 #ECECEC;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsType_smaller, .ipsType_smaller a {
font-size: 11px !important;
}
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.ipsPad {
padding: 9px;
}
/*message user_status*/
.userpopup .user_status {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
margin-bottom: 5px;
padding: 5px;
}
.message {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
padding: 10px;
}
.userpopup dl {
border-bottom: 1px solid #D4D4D4;
margin-bottom: 4px;
padding-bottom: 10px;
}
.perfilinfo dt {
clear: both;
float: left;
font-weight: bold;
padding: 3px 6px;
width: 30%;
}
.perfilinfo dd {
margin-left: 35%;
padding: 3px 6px;
width: 60%;
}
/*user_controls*/
.userpopup .user_controls {
text-align: left;
}
.user_controls {
margin: 6px 0;
text-align: center;
}
.clear2 {
clear: both;
}
.user_controls li {
display: inline;
}
.user_controls li a {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
padding: 5px;
}
/* #endregion Informações de perfil no link */
--- [RANKS] ---
li {list-style-type: none;}
.userBanned, .userCoAdmin, .userDesigner, .userManagement, .userMember, .userMemberactive, .userModerator, .userStaff, .vipVERDE, .vipROXO {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #65a830;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.userManagement {
background: #DB1515;
}
.userCoAdmin {
background: #D18C2C;
}
.userModerator {
background: #0F51D6;
}
.userDesigner {
background: #00CCDB;
}
.userMember {
background: #7f7f7f;
}
.vipROXO {
background: #7409ED;
}
.vipVERDE {
background: #0FB800;
}
.post_field {
border-bottom: transparent !important;
}
.user-info {
border-bottom: transparent !important;
}
.post_field {
text-align: center;
}
------ [NEGRITO STAFF] --------
a {
font-style: normal !important;
}
Até mais.
Re: Tirar negrito dos staffs
Olá,
Altere todo teu CSS pelo abaixo:
Sempre deixe o código que nós lhe darmos no inicio do CSS para não dá problema.
Até mais.
Altere todo teu CSS pelo abaixo:
- Código:
/* ----- Main CSS ----- */
strong {
font-weight: normal !important;
}
body {
background-color: #D8DDE8;
color: #5A5A5A;
font: normal 13px helvetica,arial,sans-serif !important;
}
ol, ul {
list-style: none outside none;
}
a:link {
text-decoration: none;
font-weight: normal !important;
}
#pun-intro {
display: none;
}
#pun-navlinks {
display: none;
}
#pun-about {
background-color: transparent;
border: 0px;
font-size: 0.8em;
line-height: 150%;
padding: .6em 1em;
text-align: right;
}
#pun-about form {
display: none;
}
#pun-visit, .main-box {
background-color: transparent;
border: 0px;
margin: 0 0 1em;
padding: .6em 1em;
}
#pun-visit {
display: none;
}
.pun {
width: 87%;
color: #5A5A5A !important;
min-width: 960px;
background: white;
padding: 10px 10px;
line-height: 120%;
-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: helvetica,arial,sans-serif !important
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
a:link {text-decoration: none;}
.pun-crumbs {
position: relative;
top: 25px;
margin: 0 !important;
padding: 0 !important;
}
.crumbs {
color: #777777 !important;
font-size: 11px !important;
margin-bottom: 25px !important;
}
.crumbs > a {
color: #777777 !important;
}
/*user header*/
#header_bar {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/user_n10.png") repeat-x scroll center bottom #323232;
padding: 0;
text-align: right;
}
#branding, #header_bar, #primary_nav {
min-width: 980px;
}
.main_width {
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
/*user header \ admin bar*/
#admin_bar {
font-size: 11px;
line-height: 36px;
}
.left-bar {
float:left;
font-size:10px;
margin-top:10px;
}
#admin_bar a {
color:#008B8B;
text-decoration:none;
}
#admin_bar a:hover {
color:#FFF;
text-decoration:none;
}
.left {
float: left;
}
.ipsList_inline > li:first-child {
margin-left: 0;
}
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
#user_navigation {
color: #9F9F9F;
font-size: 11px;
}
.right {
float: right;
}
#user_navigation .ipsList_inline li {
margin: 0;
}
#user_navigation a {
color: #FFFFFF;
}
#inbox_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_i10.png") no-repeat scroll center top transparent;
}
#notify_link, #inbox_link {
height: 15px;
padding: 13px 24px 8px 12px;
position: relative;
vertical-align: middle;
width: 18px;
}
.ipsHasNotifications {
background: none repeat scroll 0 0 #CF2020;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #FFFFFF !important;
font-size: 9px;
height: 12px;
left: 3px;
line-height: 12px;
padding: 0 4px;
position: absolute;
text-align: center;
top: 4px;
}
#user_link:hover, #notify_link:hover, #inbox_link:hover {
background-color: #323232;
}
#notify_link {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/icon_n10.png") no-repeat scroll center top transparent;
}
#user_link {
color: #FFFFFF;
display: inline-block;
font-size: 12px;
height: 36px;
line-height: 36px;
margin-right: 15px;
outline: 0 none;
padding: 0 12px;
}
#user_link_dd, .dropdownIndicator {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/header10.png") no-repeat scroll left center transparent;
display: inline-block;
height: 5px;
width: 9px;
}
.boxShadow {
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
}
.ipsHeaderMenu {
background: -moz-linear-gradient(center top , #FFFFFF 0%, #F6F6F6 70%, #EDEDED 100%) repeat scroll 0 0 transparent;
border-radius: 0 0 6px 6px;
overflow: hidden;
padding: 10px;
width: 340px;
}
.ipsUserPhoto_medium {
height: 50px;
width: 50px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
#user_link_menucontent > div {
margin-left: 15px;
text-align: left;
width: 265px;
}
#user_link_menucontent #statusForm {
margin-bottom: 15px;
}
.input_text, .ipsTagBox_wrapper {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
}
input, select {
font: 13px helvetica,arial,sans-serif;
}
#statusSubmitGlobal {
margin-top: 3px;
}
hr {
display: none;
}
#user_link_menucontent #links li {
float: left;
margin: 3px 0;
text-shadow: 0 1px 0 #FFFFFF;
white-space: nowrap;
width: 50%;
}
#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
background-color: #FFFFFF;
background-position: center bottom;
border-radius: 3px 3px 0 0;
}
#user_link.menu_active {
background: none repeat scroll 0 0 #FFFFFF;
color: #323232;
}
#user_navigation #register_link {
background: none repeat scroll 0 0 #7BA60D;
border: 1px solid #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.4);
color: #FFFFFF;
display: inline-block;
padding: 3px 8px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
}
/*branding*/
#branding {
background: #0F3854 url(http://i78.servimg.com/u/f78/18/17/62/92/brandi10.png) repeat-x;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
#logo {
display: inline;
}
#search {
margin: 20px 0;
}
#search_wrap {
position: relative;
background: white;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
min-width: 230px;
}
#main_search {
margin-top: 5px;
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 130px;
outline: 0;
}
input, select {
font: normal 13px helvetica,arial,sans-serif;
}
#search_options {
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #EAEAEA;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}
#search .submit_input {
background: #7BA60D url(http://i78.servimg.com/u/f78/18/17/62/92/search10.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
border: 1px solid #7BA60D;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
}
fieldset, img {
border: 0;
}
.hide {
display: none;
}
user agent stylesheetlabel {
cursor: default;
}
#adv_search {
width: 16px;
height: 16px;
background: url(http://i78.servimg.com/u/f78/18/17/62/92/advanc10.png) no-repeat right 50%;
text-indent: -3000em;
display: inline-block;
margin: 4px 0 4px 4px;
}
.login{
background:none;
cursor:pointer;
padding:5px
}
/*navegação*/
#primary_nav {
background: #204066;
font-size: 13px;
padding: 4px 0 0 0;
}
#community_app_menu > li {
margin: 0px 3px 0 0;
position: relative;
}
#primary_nav #quickNavLaunch {
padding: 6px 8px 8px;
}
#community_app_menu > li.active > a {
background: white;
color: #0B5794;
font-weight: bold;
margin-top: 0;
text-shadow: none;
text-decoration: none;
}
#community_app_menu > li > a {
color: #C5D5E2;
background: #1C3B5F;
display: block;
padding: 6px 15px 8px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-decoration: none;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: #173455;
color: white;
}
#community_app_menu > li.active > a:hover {
background: none repeat scroll 0 0 #FFFFFF;
color: #0B5794;
}
#quickNavLaunch span {
background: url(http://i78.servimg.com/u/f78/18/17/62/92/icon_q10.png) no-repeat top;
width: 13px;
height: 13px;
display: inline-block;
}
/*table*/
.main .main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
margin-top: 15px;
}
.main .main-foot {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
height: 17px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}
.main .main-head .page-title {
font-size: 16px;
}
thead {
display: none;
}
.pun .main-content {
background-color: #EBF0F3;
border: 0px;
padding: 9px;
}
.pun table.table {
/*border: 1px solid #DBE4EF;*/
border-collapse: collapse;
/*empty-cells: show;*/
line-height: 1.3;
/*table-layout: fixed;*/
width: 100%;
}
.statused > tr {
border: 1px solid #DDDDDD;
}
.pun table.table td {
background-color: #FFFFFF;
border-bottom: 1px solid #F3F3F3;
border-right: 0px;
border-left: 0px;
line-height: 130%;
padding: 10px
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background: #FFFFFF;
}
.table .tc_icon {
padding: 10px 5px !important;
vertical-align: middle;
width: 30px;
}
.pun tbody.statused span.status {
position: relative !important;
}
.hierarchy {
font-size: 15px !important;
font-weight: normal !important;
word-wrap: break-word;
}
.tcl .desc {
font-style: italic;
}
.desc.lighter, .desc.lighter.blend_links a {
color: #A4A4A4;
}
.desc, .desc.blend_links a, p.posted_info {
color: #777777;
font-size: 12px;
}
.pun table td.tcl {
/*height: 42px;
min-height: 24px;
padding-left: 0 !important;*/
vertical-align: middle !important;
width: auto;
}
.pun tbody.statused td.tcl {
padding-left: 10px;
}
.pun .table .tc3 {
text-align: right;
width: 15%;
}
.pun table .tcr {
overflow: hidden;
padding: 10px !important;
text-align: left;
width: 250px;
}
.ipsType_small {
font-size: 12px;
}
/* Last Post and User image */
.gensmall strong {
font-weight: normal;
}
.last_post {
margin-left: 45px;
}
.tcr .ipsUserPhoto {
float: left;
margin-top: 3px;
}
.ipsUserPhoto_mini {
height: 30px;
width: 30px;
}
.ipsUserPhoto:hover {
border-color: #7d7d7d
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
/*stats*/
#statistics {
margin: 0 auto !important;
text-align: center !important;
display: table;
background: none;
}
.statHide{display:none !important;}
.statsPers li span a {
text-decoration: none !important;
}
.statsPers li > span {
display: inline-block;
background: #E2E2E2;
color: #4A4A4A;
padding: 2px 6px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right: 3px;
}
.statsPers li {
float: left;
color:#666;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}
/*Statistics*/
#pun-info {
margin-top: 15px;
border: 0px;
}
.statistics_head {
font-size: 14px !important;
font-weight: bold !important;
}
.statistics {
border-top: 3px solid #D8D8D8 !important;
line-height: 1.3 !important;
margin: 20px 0 0 !important;
overflow: hidden !important;
padding: 10px 0 !important;
}
#onlinelist {
background: white;
border: 0px;
border-top:none;
}
#onlinechat {
background: white;
border-top: 1px solid #EEE;
border-top:none;
}
/*footer*/
#footer_utilities {
padding: 10px;
font-size: 11px;
position: relative;
}
.clear {
clear: both;
}
.footerleft {
float: left;
margin-top: -20px;
}
#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #BDBDBD;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}
#backtotop:hover{
background:#af286d;
color:#fff;
opacity:1
}
#backtotop img {
margin-top: 5px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
#rss_menu {
background-color: #FEF3D7;
border: 1px solid #ED7710;
}
#rss_menu li {
border-bottom: 1px solid #FCE19B;
}
#rss_menu a {
color: #ED7710;
padding: 5px 8px;
}
.ipbmenu_content a {
text-decoration: none;
text-align: left;
display: block;
padding: 6px 10px;
}
#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
color: #225985;
}
#footer_utilities .ipsList_inline > li > a:hover {
color: #328687;
}
#copyright {
color: #848484;
text-align: right;
text-shadow: 0px 1px 0px white;
}
#copyright a {
color: #848484;
}
/*module*/
.module .main-content {
background: #F7FBFC;
}
.module .main-head {
font: normal 14px helvetica, arial, sans-serif;
color: #204066;
padding: 5px 10px;
border-radius: 0px;
background-color: #DBE2EC;
background-image: none;
border: 0px;
-webkit-box-shadow: inset 0 0px 0 #528CBC;
box-shadow: inset 0 0px 0 #528CBC;
}
/*quick-reply*/
#quick_reply #textarea_content {
clear: both;
width: 100% !important;
height: auto !important;
border: 2px solid #D3D3D3;
background: none repeat scroll 0 0 #EBF0F3;
height: auto !important;
padding: 9px;
padding-left: 4px;
padding-right: 4px;
min-width: 950px;
margin-left: -10px !important;
margin-right: -10px !important;
}
#text_editor_controls {
display: !important;
}
#pun-qpost #textarea_content dt label{
float:left;
}
#pun-qpost .main-head.clearfix {
display: none;
}
#pun-qpost {
background: none repeat scroll 0 0 #EBF0F3;
padding: 9px;
margin-bottom: 0;
margin-top: 0;
margin-top: -13px;
}
.main #quick_reply .main-content.frm {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DBE4EF;
height: 373px;
padding: 9px;
}
.pun #quick_reply .frm-form {
background: none repeat scroll 0 0 transparent !important;
border: medium none;
height: 271px;
margin-left: 65px;
margin-top: 65px;
text-align: center;
}
#quick_reply fieldset.frm-set {
margin: 0;
padding-bottom: 0;
}
.sceditor-container.ltr.sourceMode {
margin-bottom: 15px;
height: 231px;
}
fieldset.frm-set dl dd {
margin: auto!important;
}
#quick_reply .frm-buttons {
text-align: right;
margin: 0 auto;
padding: 0;
border-top: medium none;
margin-top: 35px;
}
/*smiley-box e quickreply*/
#smiley-box iframe{height: 230px;}
#smilies_categ{padding: 0px 0}
#smiley-box{border:1px solid #DDD;margin:5px 0!important;padding:5px}
.pun .frm .frm-buttons input {
background-image: url(http://i.imgur.com/Qt4G6.png);
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
border-image: initial;
border-radius: 4px;
box-shadow: 0 1px 2px #ccc;
color: #333;
cursor: pointer;
margin: 0 2px 16px;
padding: 7px 22px;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
background-position: left;
background-repeat: no-repeat;
color: white;
padding-left: 20px;
}
#quick_reply fieldset.frm-set dl dd {
background: white;
border: solid 1px #CCC;
margin: 0 auto;
}
#textarea_content dt {display:none}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-webkit-transition: all 0.218s;
border: 1px solid;
border-radius: 3px;
padding: 0px 0.91em;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0px;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
margin: 0px 0.25em;
overflow: visible;
padding: 2px 3px;
}
.main .main-content.frm {
background-color: #ffffff;
padding: 9px;
}
/* painel de Controle */
.center {
display: none;
text-align: center;
}
/*post*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .paged-foot, .pun .paged-head {
background-color: white;
border: 0px;
padding: 0;
}
.pun .paged-foot {
padding-bottom: 4px;
padding-top: 4px;
}
/* post Topic moderation */
.ipsPad_top_slimmer {
padding-top: 7px;
}
.topic_buttons li.non_button a {
background: none repeat scroll 0 0 transparent !important;
border: 0 none;
box-shadow: none;
color: #777777;
font-weight: normal;
min-width: 0;
text-shadow: none;
}
.pun .post {
border: 1px solid #DDDDDD;
background: white;
border-style: none !important;
border-width: 0px !important;
}
.pun .postmain {
background-color: #fff;
border-left: 0px;
margin-left: 185px;
}
.desc.member_title {
margin-bottom: 5px;
}
.pun .post .user {
margin-top: 0px;
margin-left: -185px;
display: block;
position:relative;
font-size: 12px;
text-align: center;
padding: 10px 15px;
width: 155px;
}
.pun .user .user-info {
color: #666666;
line-height: 1.5em !important;
}
.pun .user .user-ident .user-basic-info {
text-align: center;
}
.user-basic-info {
line-height: 1.8em;
}
.pun .entry-content {
line-height: 1.6;
overflow: hidden;
padding-bottom: 0.8em;
width: 100%;
word-wrap: break-word;
}
.entry-content .data-post {
padding: 0 0 10px;
color: #A4A4A4
font-size: 12px;
}
.edit {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/icon_w10.png") no-repeat scroll left 4px transparent;
color: #7C7C7C;
font-size: 12px;
line-height: 14px;
margin-top: 15px;
padding: 2px 0 0 24px;
}
.edit > br {
display: none !important;
}
.pun .posthead {
background: #D8DDE8;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 16px;
border-bottom: 0px;
}
.posting img:hover {
opacity: 0.9;
}
.postfoot {
border-top: 0px;
margin-left: -185px !important;
opacity: 0.3;
transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
-webkit-transition:0.5s all;
}
.postfoot:hover {
opacity: 1.0;
}
.pun .posthead h2 {
color: #777;
font-size: 11px;
font-weight: normal;
}
.user-basic-info a img {
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 90px;
max-height: 90px;
max-width: 90px;
width: 90px;
}
.user-basic-info a img:hover {
border-color: #7D7D7D;
}
.pun .postfoot .user-contact {
float: left;
text-align: left;
width: 15em;
margin-left: 5px;
}
ul.post_controls a {
color: #1D3652;
display: block;
height: 22px;
line-height: 22px;
margin-left: 4px;
padding: 0 12px;
text-decoration: none;
}
ul.post_controls a:hover {
color: #3D70A3;
}
ul.post_controls li {
float: right;
font-size: 12px;
}
ul.post_controls a.ipsButton_secondary {
height: 20px;
line-height: 20px;
}
ul.post_controls a.ipsButton_secondary.important:hover {
color: #FFFFFF !important;
}
ul.post_controls li.multiquote.selected a {
background: -moz-linear-gradient(center top , #A1DC00 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
border-color: #7BA60D;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FFFFFF;
}
.clear {
height: 100% !important;
}
/* pagination */
.pun .paging {
float: left;
font-size: 11px;
font-weight: 700;
line-height: 20px;
padding: 5px;
}
.paging > a {
color: #999999 !important;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.paging > a:hover {
background: none repeat scroll 0 0 #ECECEC;
border-radius: 2px 2px 2px 2px;
}
table.forumline {
background-color: #F7F9FB;
border: 1px solid #D5DDE5;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
height: 77px;
left: -51px;
top: -1px;
position: absolute;
width: 154px;
}
.forumline tr:first-child {
background: none repeat scroll 0 0 #EFF4F7;
text-align: left;
}
.forumline tr:first-child > th {
padding-left: 8px;
}
.bginput {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
padding: 4px;
width: 76px;
margin-right: 0;
}
.bginput:focus {
border-color: #4E4E4E #7C7C7C #A3A3A3;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.forumline tr:last-child .button {
background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_12.png") repeat-x scroll center top #212121;
border-color: #212121;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
padding: 4px 14px;
}
.paging > b {
background: none repeat scroll 0 0 #7BA60D;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
font-weight: bold;
margin: 0 1px;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.sprite-arrow_prosilver_right {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/next10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.sprite-arrow_prosilver_right:hover {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/nextov10.png") no-repeat scroll 0 0 transparent;
height: 20px;
width: 39px;
}
.paging > a:last-child {
padding: 0;
}
/* syntaxhighlighter */
code.punbb_block, pre.punbb_block {
background-color: #FAFAFA !important;
border: 1px solid #C9C9C9 !important;
color: #000000;
font-family: Consolas,"Bitstream Vera Sans Mono","Andale Mono",Monaco,"DejaVu Sans Mono","Lucida Console",monospace !important;
font-size: 11px !important;
line-height: 110% !important;
max-height: 250px !important;
overflow: auto !important;
padding: 5px !important;
white-space: pre-wrap !important;
width: auto !important;
}
.punbbtop {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/punbb_11.png") no-repeat scroll right center #E3E9F2;
color: #1D3652;
font-size: 10px;
font-weight: bold;
line-height: 100%;
/*margin-left: 10px;*/
margin-top: 5px;
padding: 2px 1px 2px 3px;
}
.punbbtop button {
background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
border: 1px solid #BBBBBB;
border-radius: 3px 3px 3px 3px;
color: #1D3652;
cursor: pointer;
display: inline-block;
font-size: 10px;
padding: 0 6px;
text-decoration: none;
}
.punbbtop button:hover {
background: -moz-linear-gradient(center top , #DFDFDF 5%, #EDEDED 100%) repeat scroll 0 0 #DFDFDF;
border-color: #9A9A9A;
color: #3D70A3;
}
.punbbtop button:active {
position: relative;
top: 1px;
}
pre.punbb_block.expand,
code.punbb_block.expand {
max-height: 100% !important;
}
.pun .entry-content ol, .pun .entry-content ul {
margin-left: 0px;
}
.prettyprint ol.linenums {
color: #AEAEAE !important;
font-size: 11px;
list-style: decimal outside none;
padding-left: 45px;
}
.prettyprint ol.linenums li {
border-left: 1px solid #EEEEEE !important;
padding-left: 5px !important;
}
.prettyprint li > * {
font-size: 11px !important;
}
ol.linenums > li span.pun {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
color: #666666 !important;
padding-left: 2px;
padding-right: 2px;
}
/*linha da assinatura*/
.pun .sig-content {
clear: both;
margin-bottom: 4px !important;
margin-top: 6px !important;
padding: 0 0 10px !important;
position: relative;
}
.pun div, .pun td, .sig-line {
border-color: ##DDD;
color: ##DDD;
}
.sig-content, .signature_div {
border-top: 1px solid #E4E4E4;
}
.sig-content br:first-child {
display: none !important;
}
/* blockquote quote, spoiler */
.postmain blockquote, blockquote, .codebox.spoiler {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #F7F7F7;
border-image: none;
border-radius: 5px 5px 5px 5px;
border-left: 2px solid #989898;
border-style: solid;
border-width: 2px;
margin: 0;
overflow-x: auto;
padding: 10px;
}
.postmain cite, cite, .codebox.spoiler dt {
background: url("http://i34.servimg.com/u/f34/18/17/62/92/captur13.png") repeat-x scroll 0 0 #F2F2F2;
border-radius: 5px 5px 0 0;
font-size: 12px;
font-weight: 700;
overflow-x: auto;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
padding-right: 10px;
padding: 8px 10px;
}
.codebox.spoiler {
padding: 5px 5px 0;
}
.codebox.spoiler dt {
cursor: pointer;
margin-left: -5px;
margin-right: -5px;
margin-top: -4px;
padding-bottom: 4px;
padding-top: 0;
}
.codebox dd {
background: none repeat scroll 0 0 #F7F7F7 !important;
margin: 0 !important;
padding: 0 !important;
}
/*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: white;
border-top: 1px solid #EAEAEA;
}
#chatbox_header.main-head {
background: #2C5687 url(http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png) repeat-x top;
padding: 2px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
display: none !important;
}
.chatbox-title, .chatbox-title a.chat-title {
color: white;
font-size: 15px;
font-weight: bold;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}
#chatbox_members .member-title {
background: #F8E7DD;
background-color: #F4F9FD;
background-image: none;
border-bottom: 2px solid red;
color: #A30000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: .5em .25em;
text-align: center;
text-shadow: 1px 0 0 white;
}
#chatbox_members {
display: none;
}
div.main-content.chatbox.clearfix {
border: 1px solid #EAEAEA;
border-radius: 4px;
}
#chatbox p {
border-bottom: 1px solid #DDD;
border-top: 1px solid white;
line-height: 1.2em;
}
#chatbox_footer {
width: 290px;
min-width: 230px;
background: #FCFCFC;
float: right;
clear:both;
position: relative;
border-top: 1px solid gainsboro;
display: none !important;
}
.right {
/*clear: both;*/
float: right;
}
input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: #9F9F9F;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
margin: 20px;
margin-bottom: 0px;
}
#message, #submit_button {
background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}
#message, #submit_button:hover {
opacity: 0.9;
}
.fontbutton {
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
background: #E2E9F0;
border-color: #DAE2EA;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fontbutton:hover {
opacity: 0.9;
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{visibility:hidden}
#simple-wrap {
background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
#chatbox{
background: #FBFBFB;
padding: 8px;
border: 1px solid #DBE4EF;
border-bottom: 3px solid #DBE2EC;
right: 290;
margin-top: 5px;
left:0
display: none !important;
}
.attach {
float: right;
}
div.main-content.chatbox.clearfix {
border: 0px;
border-radius: 4px;
padding: 0px;
}
/* IPBoard related */
.ipsButton_secondary {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary a {
color: #616161;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsButton_secondary.important {
background: -moz-linear-gradient(center top , #9F2A00 0%, #812200 100%) repeat scroll 0 0 transparent;
border: 1px solid #812200;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FBF4F4;
}
.ipsButton_secondary .icon {
margin-right: 4px;
margin-top: -3px;
}
.ipsButton_secondary img.small {
margin-left: 3px;
margin-top: -2px;
max-height: 12px;
opacity: 0.5;
}
.ipsButton_secondary.important a {
color: #FBF4F4;
}
.ipsButton_secondary.important a:hover {
border-color: #571700;
color: #FFFFFF !important;
}
.ipsSideBlock {
background: none repeat scroll 0 0 #F7FBFC;
margin-bottom: 10px;
padding: 10px;
}
.ipsSideBlock h3 {
background: none repeat scroll 0 0 #DBE2EC;
color: #204066;
font: 14px helvetica,arial,sans-serif;
margin: -10px -10px 10px;
padding: 5px 10px;
}
/* #region Informações de perfil no link */
/*pu_____hover___member_popup*/
.popupWrapper {
background-color: rgba(70, 70, 70, 0.6);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
padding: 4px;
float: left;
left: -36em;
top: 13px;
}
/*pu_____hover___member_stem*/
.stem.bottomleft {
background-image: url("http://www.autoitbrasil.com/public/style_images/master/stems/bottomleft.png");
}
.stem {
height: 16px;
position: absolute;
width: 31px;
float: right;
right: 5px;
}
/*pu_____hover___member_inner*/
.popupInner {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
overflow-x: hidden;
overflow-y: auto;
width: 500px;
}
/*vcard userpopup*/
.userpopup {
font-size: 0.9em;
overflow: hidden;
position: relative;
}
/*User name and background */
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.userpopup h3 {
font-size: 17px !important;
}
.popupInner h3 a {
color: #FFFFFF !important;
margin-left: 100px;
}
.popupInner h3 {
background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top #2C5687;
border-color: #316897;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: 0 1px 0 #528CBC inset;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
padding: 8px 10px 9px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* User image and infos */
.left {
float: left;
}
.ipsBox, .ipsPad {
padding: 9px;
}
.userpopup .side {
margin-top: -40px;
position: absolute;
}
.ipsUserPhoto_large {
max-height: 90px;
max-width: 90px;
}
.ipsUserPhoto {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
border-color: #7D7D7D;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
.reputation.positive, .reputation.negative {
color: #FFFFFF;
}
.reputation.positive, .members li.positive {
background: none repeat scroll 0 0 #6F8F52;
}
.userpopup .reputation {
display: block;
margin-top: 5px;
text-align: center;
}
.reputation {
border-radius: 3px 3px 3px 3px;
display: inline-block;
font-weight: bold;
padding: 3px 8px;
}
.positive {
color: #6F8F52;
}
/* Buttons */
.userpopup .side .ipsButton_secondary {
display: block;
height: auto;
line-height: 1;
margin-top: 5px;
max-width: 75px;
padding: 5px 10px;
text-align: center;
white-space: normal;
}
.ipsButton_secondary {
/*background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent !important;*/
background: url("http://i74.servimg.com/u/f74/18/08/53/97/highli11.png") repeat-x scroll 0 0 #ECECEC;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 0 10px;
transition: all 0.2s ease-in-out 0s;
white-space: nowrap;
}
.ipsButton_secondary:hover {
border-color: #9A9A9A;
color: #4C4C4C;
}
.ipsType_smaller, .ipsType_smaller a {
font-size: 11px !important;
}
.userpopup h3, .userpopup .side + div {
padding-left: 110px;
}
.ipsPad {
padding: 9px;
}
/*message user_status*/
.userpopup .user_status {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
margin-bottom: 5px;
padding: 5px;
}
.message {
background: none repeat scroll 0 0 #EBFCDF;
border: 1px solid #A4CFA4;
color: #0E440E;
font-size: 12px;
line-height: 1.6;
padding: 10px;
}
.userpopup dl {
border-bottom: 1px solid #D4D4D4;
margin-bottom: 4px;
padding-bottom: 10px;
}
.perfilinfo dt {
clear: both;
float: left;
font-weight: bold;
padding: 3px 6px;
width: 30%;
}
.perfilinfo dd {
margin-left: 35%;
padding: 3px 6px;
width: 60%;
}
/*user_controls*/
.userpopup .user_controls {
text-align: left;
}
.user_controls {
margin: 6px 0;
text-align: center;
}
.clear2 {
clear: both;
}
.user_controls li {
display: inline;
}
.user_controls li a {
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
border: 1px solid #DBDBDB;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
color: #616161;
display: inline-block;
padding: 5px;
}
/* #endregion Informações de perfil no link */
--- [RANKS] ---
li {list-style-type: none;}
.userBanned, .userCoAdmin, .userDesigner, .userManagement, .userMember, .userMemberactive, .userModerator, .userStaff, .vipVERDE, .vipROXO {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #65a830;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.userManagement {
background: #DB1515;
}
.userCoAdmin {
background: #D18C2C;
}
.userModerator {
background: #0F51D6;
}
.userDesigner {
background: #00CCDB;
}
.userMember {
background: #7f7f7f;
}
.vipROXO {
background: #7409ED;
}
.vipVERDE {
background: #0FB800;
}
.post_field {
border-bottom: transparent !important;
}
.user-info {
border-bottom: transparent !important;
}
.post_field {
text-align: center;
}
Sempre deixe o código que nós lhe darmos no inicio do CSS para não dá problema.
Até mais.
Tópicos semelhantes
» Tirar negrito do nome dos usuarios
» Tirar o negrito do nick dos membros
» Tirar negrito do nome dos membros da staff
» Como tirar o negrito nessa área
» Tirar negrito de legenda e usuarios online/Aumentar tamanho fonte
» Tirar o negrito do nick dos membros
» Tirar negrito do nome dos membros da staff
» Como tirar o negrito nessa área
» Tirar negrito de legenda e usuarios online/Aumentar tamanho fonte
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos