Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Ajustar Medidas do Forum

3 participantes

estica2 estica2  • Qui 17 Jul 2014 - 6:23

Ajustar Medidas do Forum Empty Ajustar Medidas do Forum Qui 17 Jul 2014 - 6:23

Minha questão:
Amigos quem me ajuda a ajustar estas coisas que estão assinaladas na imagem e a meter o fórum a uns 92% de tamanho...

Imagem: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]


Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

Cepheus Cepheus  • Qui 17 Jul 2014 - 10:54

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Qui 17 Jul 2014 - 10:54

Reputação da mensagem: 100% (1 votos)
Procure no seu css por: .main .main-head
Você encontrará a seguinte linha abaixo:

Código:
.main .main-head {
  font:bold 14px helvetica, arial, sans-serif;
  color:#444;
  padding:5px 10px;
  background:url('http://virteq.com/public/style_images/xgame/h3.png') repeat-x scroll 0% 0% #B4B4B4;
  margin:-10px -10px 10px;
  text-shadow:0 1px 0 #C3C3C3
}

APAGUE apenas: margin:-10px -10px 10px;

após isso,
Procure por: .module.main

Código:
.module.main {
  background:none repeat scroll 0% 0% #FCFCFC;
  padding:10px;
  margin-bottom:40px;
  width:220px
}

Apague apenas: width:220px


Pronto! problema resolvido, só reputar.

Agora em relação aos 92%, seria a largura do fórum?

estica2 estica2  • Sex 18 Jul 2014 - 5:30

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Sex 18 Jul 2014 - 5:30

ᵒᵏᵃᶥᵈᵃ™ escreveu:Procure no seu css por: .main .main-head
Você encontrará a seguinte linha abaixo:

Código:
.main .main-head {
  font:bold 14px helvetica, arial, sans-serif;
  color:#444;
  padding:5px 10px;
  background:url('http://virteq.com/public/style_images/xgame/h3.png') repeat-x scroll 0% 0% #B4B4B4;
  margin:-10px -10px 10px;
  text-shadow:0 1px 0 #C3C3C3
}

APAGUE apenas: margin:-10px -10px 10px;

após isso,
Procure por: .module.main

Código:
.module.main {
  background:none repeat scroll 0% 0% #FCFCFC;
  padding:10px;
  margin-bottom:40px;
  width:220px
}

Apague apenas: width:220px


Pronto! problema resolvido, só reputar.

Agora em relação aos 92%, seria a largura do fórum?

Sim os 92% é a largura.

Em relação ao resto ficou tudo bom. No width:220px é que não apaguei e meti width:200px para ficar centrado

DeeW. DeeW.  • Sex 18 Jul 2014 - 10:18

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Sex 18 Jul 2014 - 10:18

Amigo, primeiro desfaça o passado pelo nosso amigo Okaida, para eu resolver!

Cepheus Cepheus  • Sex 18 Jul 2014 - 15:52

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Sex 18 Jul 2014 - 15:52

Reputação da mensagem: 100% (1 votos)
Se não apagar essa linha vai ficar com bug nas novidades do portal, acesse a pagina do portal e veja vc mesmo.

eu mudei algumas coisas no css, para ficar com 92% o tamanho, deixei fixado no inicio para facilitar:

Faça um backup do seu CSS, e coloque esse:
Código:
#fontent, .main_width, #branding, #header_bar, .nivoSlider { width:92%;min-width:960px;margin:0 auto;}
.container_IE{padding:0;margin:0;}
#pun-head {
   display:none
}
#pun-visit.clearfix {
   display:none!important
}
#pun-intro {
   display:none
}
.pun {
line-height: 130%;
margin: 0 auto;
min-width: 950px;
padding: 0;
  width:100%;
}

/*----------[DO NOT DELETE]------------*/
a {
   text-decoration:none
}
a:link {
   text-decoration:none
}
a:hover {
   text-decoration:none!important
}
a.forumtitle {
   text-decoration:none
}
a.forumtitle:hover {
   text-decoration:none!important
}
a.topictitle {
   text-decoration:none
}
a.topictitle:hover {
   text-decoration:none!important
}/*----------------FIN---------------*/
body {
   -webkit-font-smoothing:antialiased
}
@font-face {
font-family:'Roboto';
font-style:normal;
font-weight:400;
src:url(//ssl.gstatic.com/fonts/roboto/v11/grlryt2bdKIyfMSOhzd1eA.woff) format('woff')
}
body {
   font:13px ubuntu, helvetica, arial, sans-serif
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
   margin:0;
   padding:0
}
table {
   border-collapse:collapse;
   border-spacing:0
}
fieldset, img {
   border:0
}
address, caption, cite, code, dfn, th, var {
   font-style:normal;
   font-weight:normal
}
ol, ul {
   list-style:none
}
caption, th {
   text-align:left
}
h1, h2, h3, h4, h5, h6 {
   font-size:100%;
   font-weight:normal
}
q:before, q:after {
   content:''
}
abbr, acronym {
   border:0
}
hr {
   display:none
}
address {
   display:inline
}
html, body {
   background:#fff url(http://virteq.com/public/style_images/xgame/bg.png) repeat-x;
   background-attachment:fixed;
   color:#5a5a5a
}
body {
   font:normal 13px ubuntu, helvetica, arial, sans-serif;
   position:relative
}
input, select {
   font:normal 13px helvetica, arial, sans-serif
}
h3, strong {
   font-weight:bold
}
em {
   font-style:italic
}
img, .input_check, .input_radio {
   vertical-align:middle
}
legend {
   display:none
}
table {
   width:100%
}
td {
   padding:3px
}
a {
   color:#598c11;
   text-decoration:none
}
a:hover {
   color:#75b618
}
@media only screen and (min-width:768px) and (max-width:1024px) {

}
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label, .user_controls li {
   display:inline
}
.right {
   float:right
}
.left {
   float:left
}
.hide {
   display:none
}
.short {
   text-align:center
}
.clear {
   clear:both
}
.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden
}
.faded {
   opacity:0.5
}
.clickable {
   cursor:pointer
}
.reset_cursor {
   cursor:default
}
.bullets ul, .bullets ol, ul.bullets, ol.bullets {
   list-style:disc;
   margin-left:30px;
   line-height:150%;
   list-style-image:none
}
#user_navigation #new_msg_count, .poll_question h4, .rounded {
   border-radius:6px;
   -moz-border-radius:6px;
   -webkit-border-radius:6px
}
.ipsList_inline>li {
   display:inline-block;
   margin:0 3px
}
.ipsList_inline>li:first-child {
   margin-left:0
}
.ipsList_inline>li:last-child {
   margin-right:0
}
.ipsList_inline.ipsList_reset>li:first-child {
   margin-left:3px
}
.ipsList_inline.ipsList_reset>li:last-child {
   margin-right:3px
}
.ipsList_inline.ipsList_nowrap {
   white-space:nowrap
}
.ipsList_withminiphoto>li {
   margin-bottom:8px
}
.ipsList_withmediumphoto > li .list_content {
   margin-left:60px
}
.ipsList_withminiphoto > li .list_content {
   margin-left:40px
}
.ipsList_withtinyphoto > li .list_content {
   margin-left:30px
}
.list_content {
   word-wrap:break-word
}
.ipsList_data li {
   margin-bottom:6px;
   line-height:1.3
}
.ipsList_data .row_data {
   display:inline-block;
   word-wrap:break-word;
   max-width:100%
}
.ipsList_data .row_title, .ipsList_data .ft {
   display:inline-block;
   float:left;
   width:120px;
   font-weight:bold;
   text-align:right;
   padding-right:10px
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin.ft {
   width:80px
}
.ipsType_pagetitle, .ipsType_subtitle {
   font:300 26px/1.3 Helvetica, Arial, sans-serif;
   color:#323232
}
.ipsType_subtitle {
   font-size:18px
}
.ipsType_sectiontitle {
   font-size:16px;
   font-weight:normal;
   color:#595959;
   padding:5px 0;
   border-bottom:1px solid #ececec
}
.ipsType_pagedesc {
   color:#7f7f7f;
   line-height:1.5
}
.ipsType_pagedesc a {
   text-decoration:underline
}
.ipsType_textblock {
   line-height:1.5;
   color:#555
}
.ipsType_small {
   font-size:12px
}
.ipsType_smaller, .ipsType_smaller a {
   font-size:11px !important
}
.ipsType_smallest, .ipsType_smallest a {
   font-size:10px !important
}
.ipsReset {
   margin:0 !important;
   padding:0 !important
}
#fontent, .main_width {
   margin:0 auto;
}

#fontent {
   background:transparent;
   padding:10px 10px;
   line-height:120%
}
#slider_wrap {
   background:#747474 url(http://virteq.com/public/style_images/xgame/slider_wrap.png) repeat-x;
   height:200px;
   width:100%;
   margin:0 auto;
   margin-top:-10px;
   margin-bottom:20px;
   position:absolute;
   left:0;
   right:0;
   -webkit-box-shadow:0 1px 5px 0 #4a4a4a !important;
   -moz-box-shadow:0 1px 5px 0 #4a4a4a !important;
   box-shadow:0 1px 5px 0 #4a4a4a !important
}
.nivoSlider {
   position:relative;
   height:200px;
   margin:0 auto;
   background:url(http://virteq.com/public/style_images/xgame/slider_load.gif) no-repeat 50% 50%
}
.nivoSlider img {
   position:absolute;
   top:0;
   left:0;
   display:none
}
.nivoSlider a {
   border:0;
   display:block
}
.nivoSlider {
   position:relative
}
.nivoSlider img {
   position:absolute;
   top:0;
   left:0
}
.nivoSlider a.nivo-imageLink {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   border:0;
   padding:0;
   margin:0;
   z-index:2;
   display:none
}
.nivo-slice {
   display:block;
   position:absolute;
   z-index:1;
   height:100%
}
.nivo-box {
   display:block;
   position:absolute;
   z-index:1
}
.nivo-caption {
   position:absolute;
   left:0;
   bottom:0;
   background:#000;
   color:#fff;
   opacity:0.5;
   width:100%;
   z-index:2
}
.nivo-caption p {
   padding:5px;
   margin:0
}
.nivo-caption a {
   display:inline !important
}
.nivo-html-caption {
   display:none
}
.nivo-directionNav a {
   display:block;
   width:30px;
   height:30px;
   background:url(http://virteq.com/public/style_images/xgame/arrows2.png) no-repeat;
   text-indent:-9999px;
   border:0
}
a.nivo-nextNav {
   background-position:-30px 0;
   right:15px
}
a.nivo-prevNav {
   left:15px
}
.nivo-directionNav a {
   position:absolute;
   top:45%;
   z-index:5;
   cursor:pointer
}
.nivo-prevNav {
   left:0
}
.nivo-nextNav {
   right:0
}
.nivo-controlNav a {
   position:relative;
   z-index:5;
   cursor:pointer
}
.nivo-controlNav a.active {
   font-weight:bold
}
ul.dropdown {
   position:relative
}
ul.dropdown li {
   font-weight:bold;
   float:left;
   zoom:1;
   background:transparent;
   padding:8px;
   border-right:1px solid #c3c3c3;
   -webkit-box-shadow:inset -1px 0 0 #dadada;
   -moz-box-shadow:inset -1px 0 0 #dadada;
   box-shadow:inset -1px 0 0 #dadada
}
ul.dropdown a:hover {
   color:#000;
   box-shadow:inset 0 0 0 #000;
   -moz-box-shadow:inset 0 0 0 #000;
   -webkit-box-shadow:inset 0 0 0 #000
}
ul.dropdown a:active {
   color:#444
}
ul.dropdown li a {
   display:block;
   padding:0 8px;
   border-right:1px solid #333;
   text-shadow:0 1px 0 #eee;
   color:#555
}
ul.dropdown li:last-child a {
   border-right:none
}
ul.dropdown li.hover, ul.dropdown li:hover {
   background:#eaeaea;
   color:black;
   position:relative;
   border-left:1px solid #ccc;
   padding-left:7px;
   box-shadow:inset 0 0 0 #000;
   -moz-box-shadow:inset 0 0 0 #000;
   -webkit-box-shadow:inset 0 0 0 #000
}
ul.dropdown li.hover a {
   color:black
}
ul.dropdown ul {
   width:220px;
   visibility:hidden;
   position:absolute;
   top:100%;
   left:0
}
ul.dropdown ul li {
   font-weight:normal;
   background:#eaeaea;
   color:#444;
   border:1px solid #ccc;
   border-top:0;
   float:none;
   margin-left:-1px;
   height:35px;
   width:290px;
   border-radius:0 0 8px 8px;
   -moz-border-radius:0 0 8px 8px;
   -webkit-border-bottom-left-radius:8px;
   -webkit-border-bottom-right-radius:8px;
   padding-left:7px
}
ul.dropdown ul li a {
   border-right:none;
   width:100%;
   display:inline-block
}
ul.dropdown ul ul {
   left:100%;
   top:0
}
ul.dropdown li:hover>ul {
   visibility:visible
}
.maintitle_3 {
   background:url(http://virteq.com/public/style_images/xgame/cat_tile.png) repeat-x;
   height:39px;
   margin:0;
   border-radius:10px 10px 0 0;
   -moz-border-radius:10px 10px 0 0;
   -webkit-border-top-left-radius:10px;
   -webkit-border-top-right-radius:10px
}
.cat_left {
   height:39px;
   background:url(http://virteq.com/public/style_images/xgame/cat_left.png) 0 0 no-repeat;
   padding:0;
   margin:0;
   border-radius:8px 0 0 0;
   -moz-border-radius:8px 0 0 0;
   -webkit-border-top-left-radius:8px
}
.cat_right {
   height:39px;
   background:url(http://virteq.com/public/style_images/xgame/cat_right.png) 100% 0 no-repeat;
   padding:0;
   margin:0;
   border-radius:0 8px 0 0;
   -moz-border-radius:0 8px 0 0;
   -webkit-border-top-right-radius:8px
}
.main_text {
   color:#333;
   font-size:14px;
   font-weight:bold;
   margin:0;
   padding:12px 11px 11px;
   text-align:left;
   background:transparent;
   border:0;
   text-shadow:0 1px 0 #92e120
}
.main_text h3 {
   padding:0
}
.maintitle_3 a {
   color:#333;
   font-weight:bold
}
.maintitle_3 a:hover {
   color:#333;
   text-decoration:underline
}
.collapsed .maintitle_3 {
   opacity:0.2;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px
}
.collapsed .maintitle_3:hover {
   opacity:0.4
}
.maintitle_3 .toggle {
   visibility:hidden;
   background:url(http://virteq.com/public/style_images/xgame/cat_minimize.png) no-repeat;
   text-indent:-3000em;
   width:30px;
   height:25px;
   display:block;
   outline:0
}
.maintitle_3:hover .toggle {
   visibility:visible
}
.c_main {
   background:url(http://virteq.com/public/style_images/xgame/end-repeat.png) repeat-x;
   height:15px;
   margin:0;
   padding:0
}
.c_left {
   background:url(http://virteq.com/public/style_images/xgame/end-left.png) no-repeat 0 0;
   height:15px
}
.c_right {
   background:url(http://virteq.com/public/style_images/xgame/end-right.png) no-repeat 100% 0;
   height:15px
}
#footer {
   margin:0 auto;
   height:200px;
   background:#d1d1d1 url(http://virteq.com/public/style_images/xgame/footer.png) repeat-x;
   float:none;
   margin-bottom:-20px
}
ul.links {
   display:inline-block;
   width:300px;
   background:#dadada;
   border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   padding:5px;
   text-align:center;
   margin:0 10px
}
.ugh {
   margin-left:auto;
   margin-right:auto;
   display:inline-block;
   margin-top:15px
}
ul.links h3 {
   border-bottom:1px solid #bbb;
   padding:4px;
   margin-left:5px;
   margin-right:5px;
   font-size:18px;
   text-align:left
}
ul.links li {
   padding:4px;
   margin-left:10px;
   text-align:left
}
.ipbmenu_content, .ipb_autocomplete {
   background-color:#f9fbf7;
   border:1px solid #dee5d5;
   -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 6px 6px;
   box-shadow:rgba(0, 0, 0, 0.3) 0 6px 6px;
   z-index:9999 !important
}
.ipbmenu_content li, .ipb_autocomplete li {
   border-bottom:1px solid #e8efe0;
   border-top:1px solid #fff
}
.ipb_autocomplete li.active {
   background:#e0ecd0
}
.ipbmenu_content a:hover {
   background:#e0ecd0
}
.input_submit {
   background:#212121 url(http://virteq.com/public/style_images/xgame/topic_button.png) repeat-x top;
   color:#fff;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   border-radius:3px;
   -moz-box-shadow:inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow:inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0, 0, 0, 0.2);
   box-shadow:inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0, 0, 0, 0.2);
   border-color:#212121
}
.input_submit:hover {
   color:#fff;
   background:#363636 url(http://virteq.com/public/style_images/xgame/topic_button_hover.png) repeat-x top
}
.input_submit.alt {
   background:#eee;
   border-color:#e9e9e9;
   color:#464646;
   -moz-box-shadow:inset 0 1px 0 0 #f7f7f7, 0 2px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow:inset 0 1px 0 0 #f7f7f7, 0 2px 3px rgba(0, 0, 0, 0.2);
   box-shadow:inset 0 1px 0 0 #f7f7f7, 0 2px 3px rgba(0, 0, 0, 0.2)
}
.input_submit.alt:hover {
   color:#464646
}
.input_submit.delete {
   background:#ad2930;
   border-color:#C8A5A4 #962D29 #962D29 #C8A5A4;
   color:#fff;
   -moz-box-shadow:inset 0 1px 0 0 #C8A5A4, 0 2px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow:inset 0 1px 0 0 #C8A5A4, 0 2px 3px rgba(0, 0, 0, 0.2);
   box-shadow:inset 0 1px 0 0 #C8A5A4, 0 2px 3px rgba(0, 0, 0, 0.2)
}
.input_submit.delete:hover {
   color:#fff
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
   background-color:#dfead1
}
body#ipboard_body.redirector {
   background:#fff !important
}
#header_bar {
   background:#d5d5d5;
   padding:0;
   text-align:right;
   margin:0 auto;
   -webkit-box-shadow:inset 0 -2px 3px 0 #b4b4b4;
   -moz-box-shadow:inset 0 -2px 3px 0 #b4b4b4;
   box-shadow:inset 0 -2px 3px 0 #b4b4b4;
   border:0 solid #bcbcbc;
   border-top:0;
   border-radius:0 0 16px 16px;
   -moz-border-radius:0 0 16px 16px;
   -webkit-border-bottom-left-radius:16px;
   -webkit-border-bottom-right-radius:16px;
   position:fixed;
   top:0;
   z-index:3 !important
}
#nav_explore {
   list-style-type:none;
   border-right:1px solid #c3c3c3;
   -webkit-box-shadow:inset -1px 0 0 #dadada;
   -moz-box-shadow:inset -1px 0 0 #dadada;
   box-shadow:inset -1px 0 0 #dadada
}
li#nav_explore {
   padding:8px 8px 7px !important
}
li#nav_explore:hover {
   background:#eaeaea
}
#nav_explore a {
   color:#777;
   text-shadow:0 1px 0 #eee
}
#nav_explore a:hover {
   color:#272727
}
#user_navigation {
   color:#9f9f9f;
   font-size:11px;
   padding-right:10px
}
#user_navigation a {
   color:#777;
   text-shadow:0 1px 0 #eee
}
#user_navigation .ipsList_inline li {
   margin:0
}
#user_navigation.not_logged_in {
   height:26px;
   padding:6px 0 4px
}
#user_link {
   font-size:12px;
   color:#666;
   padding:0 12px;
   height:33px;
   line-height:33px;
   display:inline-block;
   margin-right:15px;
   outline:0
}
#user_link_dd, .dropdownIndicator {
   display:inline-block;
   width:9px;
   height:5px;
   background:url(http://virteq.com/public/style_images/xgame/header_dropdown.png) no-repeat left
}
#user_link:hover, #notify_link:hover, #inbox_link:hover {
   background-color:#dfdfdf
}
#user_link_menucontent #links li {
   width:50%;
   float:left;
   margin:3px 0;
   text-shadow:0 1px 0 rgba(255, 255, 255, 1);
   white-space:nowrap
}
#user_link.menu_active {
   background:#fff;
   color:#323232
}
#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator {
   background-position:right
}
#community_app_menu .menu_active .dropdownIndicator {
   background-position:left
}
#community_app_menu li.active .menu_active .dropdownIndicator {
   background-position:right
}
#user_link_menucontent #statusForm {
   margin-bottom:15px
}
#user_link_menucontent #statusUpdate {
   margin-bottom:5px
}
#user_link_menucontent>div {
   margin-left:15px;
   width:265px;
   text-align:left
}
#statusSubmitGlobal {
   margin-top:3px
}
#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
   background-position:bottom;
   background-color:#fff;
   -moz-border-radius:3px 3px 0 0;
   -webkit-border-top-left-radius:3px;
   -webkit-border-top-right-radius:3px;
   border-radius:3px 3px 0 0
}
#notify_link, #inbox_link {
   vertical-align:middle;
   width:18px;
   height:15px;
   padding:13px 24px 8px 12px;
   position:relative
}
#notify_link {
   background:url(http://virteq.com/public/style_images/xgame/icon_notify.png) no-repeat top
}
#inbox_link {
   background:url(http://virteq.com/public/style_images/xgame/icon_inbox.png) no-repeat top
}
#user_navigation #register_link {
   background:#71b618;
   color:#fff;
   display:inline-block;
   padding:3px 8px;
   border:1px solid #71b618;
   -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
   -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
   box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
   text-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
   margin-right:15px
}
#branding {
   background:#ededed url(http://virteq.com/public/style_images/xgame/branding_bg.png) repeat-x;
   border-bottom:0 solid #1b3759;
   min-height:125px;
   -webkit-box-shadow:0 4px 7px 1px #cbcbcb;
   -moz-box-shadow:0 4px 7px 1px #cbcbcb;
   box-shadow:0 4px 7px 1px #cbcbcb
}
#logo {
   display:inline;
   float:left;
   position:relative;
   margin-top:37px
}
#primary_nav {
   background:transparent;
   font-size:14px;
   padding:0 0 0 0;
   margin-top:68px;
   font-family:'Ubuntu', sans-serif;
   text-align:left;
   position:relative;
   float:right;
   min-width:auto !important
}
#community_app_menu>li {
   margin:0 3px 0 0;
   position:relative
}
#community_app_menu>li>a {
   color:#bbb;
   background:transparent;
   display:block;
   padding:4px 10px 6px;
   text-shadow:0 1px 0 rgba(255, 255, 255, 1);
   font-weight:bold
}
#community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active {
   background:#ddd;
   color:#686868;
   border-radius:16px;
   -moz-border-radius:16px;
   -webkit-border-radius:16px
}
#community_app_menu>li.active>a {
   background:#81c32b;
   color:#fff;
   font-weight:bold;
   margin-top:0;
   text-shadow:none;
   border-radius:16px;
   -moz-border-radius:16px;
   -webkit-border-radius:16px;
   box-shadow:inset 0 2px 0 #669b21;
   -moz-box-shadow:inset 0 2px 0 #669b21;
   -webkit-box-shadow:inset 0 2px 0 #669b21;
   border-bottom:1px solid #fff
}
#quickNavLaunch span {
   background:url(http://virteq.com/public/style_images/xgame/icon_quicknav.png) no-repeat top;
   width:13px;
   height:13px;
   display:inline-block
}
#quickNavLaunch:hover span {
   background:url(http://virteq.com/public/style_images/xgame/icon_quicknav.png) no-repeat bottom
}
#primary_nav #quickNavLaunch {
   padding:6px 8px 8px
}
#more_apps_menucontent, .submenu_container {
   background:#e9e9e9;
   font-size:12px;
   border:0;
   min-width:140px
}
#more_apps_menucontent li, .submenu_container li {
   padding:0;
   border:0;
   float:none !important;
   min-width:150px
}
#more_apps_menucontent a, .submenu_container a {
   display:block;
   padding:8px 10px;
   color:#888;
   text-shadow:0 1px 1px rgba(255, 255, 255, 0.5)
}
#more_apps_menucontent li:hover, .submenu_container li:hover {
   background-color:#dfdfdf !important
}
#more_apps_menucontent li:hover a, .submenu_container li:hover a {
   color:#666;
   text-shadow:none;
   background:#dfdfdf
}
#community_app_menu .submenu_container, #more_apps_menucontent.submenu_container {
   width:260px
}
#community_app_menu .submenu_container li, #more_apps_menucontent.submenu_container li {
   width:260px
}
.breadcrumb {
   color:#777;
   font-size:11px
}
.breadcrumb a {
   color:#777
}
.breadcrumb li .nav_sep {
   margin:0 5px 0 0
}
.breadcrumb li:first-child {
   margin-left:0
}
.breadcrumb.top {
   margin-bottom:10px
}
.breadcrumb.bottom {
   margin-top:10px;
   width:100%
}
.ipsHeaderMenu {
   background:#fff;
   background:-moz-linear-gradient(top, #fff 0%, #f6f6f6 70%, #ededed 100%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(70%, #f6f6f6), color-stop(100%, #ededed));
   padding:10px;
   -moz-border-radius:0 0 6px 6px;
   -webkit-border-bottom-right-radius:6px;
   -webkit-border-bottom-left-radius:6px;
   border-radius:0 0 6px 6px;
   overflow:hidden;
   width:340px;
   z-index:9 !important
}
.ipsHeaderMenu .ipsType_sectiontitle {
   margin-bottom:8px
}
#user_notifications_link_menucontent.ipsHeaderMenu, #user_inbox_link_menucontent.ipsHeaderMenu {
   width:300px;
   z-index:9 !important
}
#search {
   margin:6px 0
}
#main_search {
   font-size:12px;
   border:0;
   padding:0;
   background:transparent;
   width:130px;
   outline:0
}
#main_search.inactive {
   color:#bcbcbc
}
#search_wrap {
   position:relative;
   background:#fff;
   display:block;
   padding:0 26px 0 4px;
   height:26px;
   line-height:25px;
   -moz-border-radius:3px 4px 4px 3px;
   -webkit-border-top-left-radius:3px;
   -webkit-border-top-right-radius:4px;
   -webkit-border-bottom-right-radius:4px;
   -webkit-border-bottom-left-radius:3px;
   border-radius:3px 4px 4px 3px;
   min-width:230px;
   text-align:left;
   border:1px solid #e0e0e0
}
#adv_search {
   width:16px;
   height:16px;
   background:url(http://virteq.com/public/style_images/xgame/advanced_search.png) no-repeat right 50%;
   text-indent:-3000em !important;
   display:inline-block !important;
   margin:4px 0 4px 4px;
   padding:0 !important;
   text-align:left
}
#search .submit_input {
   background:#75b618 url(http://virteq.com/public/style_images/xgame/search_icon.png) no-repeat 50%;
   text-indent:-3000em;
   padding:0;
   border:0;
   border:1px solid #75b618;
   display:block;
   width:26px;
   height:26px;
   position:absolute;
   right:0;
   top:0;
   bottom:0;
   -moz-border-radius:0 3px 3px 0;
   -webkit-border-top-right-radius:3px;
   -webkit-border-bottom-right-radius:3px;
   border-radius:0 3px 3px 0;
   -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2);
   -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2);
   box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2)
}
#search_options {
   font-size:10px !important;
   height:20px !important;
   line-height:20px !important;
   margin:3px 3px 3px 0 !important;
   padding:0 6px !important;
   -moz-border-radius:3px !important;
   -webkit-border-radius:3px !important;
   border-radius:3px !important;
   background:#eaeaea !important;
   display:inline-block !important;
   float:right !important;
   max-width:80px !important;
   text-overflow:ellipsis !important;
   overflow:hidden !important
}
#search_options_menucontent {
   min-width:100px;
   white-space:nowrap;
   visibility:visible;
   width:auto;
   margin:0;
   z-index:9999 !important;
   border-top:0 !important
}
#search_options_menucontent input {
   margin-right:10px;
   border:0 !important
}
#search_options_menucontent li {
   border-bottom:0;
   border-radius:0;
   -moz-border-radius:0;
   -webkit-border-radius:0;
   background:transparent;
   border:0 solid #fff;
   padding:0;
   width:auto;
   min-width:100px;
   margin:0;
   box-shadow:none;
   -moz-box-shadow:none;
   -webkit-box-shadow:none
}
#search_options_menucontent li a {
   padding:0;
   margin:0;
   border:0 !important
}
#search_options_menucontent label {
   cursor:pointer
}
#backtotop {
   width:24px;
   height:24px;
   line-height:20px;
   left:50%;
   margin-left:-12px;
   position:absolute;
   display:inline-block;
   background:#bababa;
   text-align:center;
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
   border-radius:8px;
   opacity:0.4;
   outline:0
}
#backtotop:hover {
   background:#75b618;
   color:#fff;
   opacity:1
}
#footer_utilities {
   padding:10px;
   font-size:11px;
   position:relative
}
#footer_utilities .ipsList_inline>li>a {
   margin-right:0;
   padding:4px 10px
}
#footer_utilities a.menu_active {
   background-color:#f9fbf7;
   margin-top:-5px;
   padding:3px 9px 4px !important;
   z-index:999;
   position:relative;
   display:inline-block;
   border:1px solid #dee5d5;
   border-bottom:0
}
#copyright {
   color:#848484;
   text-align:right;
   text-shadow:0 1px 0 #fff
}
#copyright a {
   color:#848484
}
#ipsDebug_footer {
   width:900px;
   margin:8px auto 0 auto;
   text-align:center;
   color:#404040;
   text-shadow:0 1px 0 #fff;
   font-size:11px
}
#ipsDebug_footer strong {
   margin-left:20px
}
#ipsDebug_footer a {
   color:#404040
}
#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
}
#rss_menu a:hover {
   background-color:#ed7710;
   color:#fff
}
.ipsUserPhoto {
   padding:1px;
   border:1px solid #d5d5d5;
   background:#fff;
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1)
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
   border-color:#7d7d7d
}
.ipsUserPhoto_variable {
   max-width:155px
}
.ipsUserPhoto_large {
   max-width:90px;
   max-height:90px
}
.ipsUserPhoto_medium {
   width:50px;
   height:50px
}
.ipsUserPhoto_mini {
   width:30px;
   height:30px
}
.ipsUserPhoto_tiny {
   width:20px;
   height:20px
}
.ipsUserPhoto_icon {
   width:16px;
   height:16px
}
.general_box {
   background:#fcfcfc;
   margin-bottom:10px
}
.general_box h3 {
   font:normal 14px helvetica, arial, sans-serif;
   padding:8px 10px;
   background:#e4ecdb;
   color:#486620
}
.general_box .none {
   color:#bcbcbc
}
#ipboard_body.redirector {
   width:500px;
   margin:150px auto 0 auto
}
#ipboard_body.minimal {
   margin-top:40px
}
#ipboard_body.minimal #fontent {
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   padding:20px 30px
}
#ipboard_body.minimal h1 {
   font-size:32px
}
#ipboard_body.minimal .ipsType_pagedesc {
   font-size:16px
}
.progress_bar {
   background-color:#fff;
   border:1px solid #e4e4e4
}

/*
.ipsLayout.ipsLayout_withleft {
   padding-left:210px
}
.ipsBox.ipsLayout.ipsLayout_withleft {
   padding-left:220px
}
.ipsLayout.ipsLayout_withright {
   padding-right:210px;
   clear:left
}
.ipsBox.ipsLayout.ipsLayout_withright {
   padding-right:220px
}
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
   position:relative
}
.ipsLayout_content {
   width:100%;
   float:left
}
.ipsLayout .ipsLayout_left {
   width:200px;
   margin-left:-210px;
   float:left
}
.ipsLayout .ipsLayout_right {
   width:200px;
   margin-right:-210px;
   float:right
}
.ipsLayout_largeleft.ipsLayout_withleft {
   padding-left:280px
}
.ipsBox.ipsLayout_largeleft.ipsLayout_withleft {
   padding-left:290px
}
.ipsLayout_largeleft.ipsLayout .ipsLayout_left {
   width:270px;
   margin-left:-280px
}
.ipsLayout_largeright.ipsLayout_withright {
   padding-right:280px
}
.ipsBox.ipsLayout_largeright.ipsLayout_withright {
   padding-right:290px
}
.ipsLayout_largeright.ipsLayout .ipsLayout_right {
   width:270px;
   margin-right:-280px
}
.ipsLayout_smallleft.ipsLayout_withleft {
   padding-left:150px
}
.ipsBox.ipsLayout_smallleft.ipsLayout_withleft {
   padding-left:160px
}
.ipsLayout_smallleft.ipsLayout .ipsLayout_left {
   width:140px;
   margin-left:-150px
}
.ipsLayout_smallright.ipsLayout_withright {
   padding-right:150px
}
.ipsBox.ipsLayout_smallright.ipsLayout_withright {
   padding-right:160px
}
.ipsLayout_smallright.ipsLayout .ipsLayout_right {
   width:140px;
   margin-right:-150px
}
.ipsLayout_tinyleft.ipsLayout_withleft {
   padding-left:50px
}
.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
   padding-left:60px
}
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
   width:40px;
   margin-left:-50px
}
.ipsLayout_tinyright .ipsLayout_withright {
   padding-right:50px
}
.ipsBox.ipsLayout_tinyright.ipsLayout_withright {
   padding-right:60px
}
.ipsLayout_tinyright.ipsLayout .ipsLayout_right {
   width:40px;
   margin-right:-50px
}
.ipsLayout_bigleft.ipsLayout_withleft {
   padding-left:330px
}
.ipsBox.ipsLayout_bigleft.ipsLayout_withleft {
   padding-left:340px
}
.ipsLayout_bigleft.ipsLayout .ipsLayout_left {
   width:320px;
   margin-left:-330px
}
.ipsLayout_bigright.ipsLayout_withright {
   padding-right:330px
}
.ipsBox.ipsLayout_bigright.ipsLayout_withright {
   padding-right:340px
}
.ipsLayout_bigright.ipsLayout .ipsLayout_right {
   width:320px;
   margin-right:-330px
}
.ipsLayout_hugeleft.ipsLayout_withleft {
   padding-left:380px
}
.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft {
   padding-left:390px
}
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left {
   width:370px;
   margin-left:-380px
}
.ipsLayout_hugeright.ipsLayout_withright {
   padding-right:380px
}
.ipsBox.ipsLayout_hugeright.ipsLayout_withright {
   padding-right:390px
}
.ipsLayout_hugeright.ipsLayout .ipsLayout_right {
   width:370px;
   margin-right:-380px
}*/
.ipbmenu_content, .ipb_autocomplete {
   font-size:12px;
   min-width:85px;
   z-index:9999
}
.ipbmenu_content li:last-child {
   border-bottom:0;
   padding-bottom:0
}
.ipbmenu_content li:first-child {
   padding-top:0
}
.ipbmenu_content.with_checks a {
   padding-left:26px
}
.ipbmenu_content a .icon {
   margin-right:10px
}
.ipbmenu_content a {
   text-decoration:none;
   text-align:left;
   display:block;
   padding:6px 10px
}
.ipbmenu_content.with_checks li.selected a {
   background-image:url(http://virteq.com/public/style_images/xgame/icon_check.png);
   background-repeat:no-repeat;
   background-position:7px 10px
}
#qjump {
   display:none
}
.pun table.table tr {
   background:none repeat scroll 0% 0% #FFF;
   border:1px solid #E0E0E0
}
.pun .main-content {
   padding:9px;
   background:none repeat scroll 0% 0% #F0F0F0
}
.pun table.table td {
   background:transparent!important;
   border:0 none;
   line-height:130%;
   padding:10px;
   border-bottom:1px solid #F3F3F3
}
a.forumtitle {
   text-decoration:none;
   font-size:18px;
   word-wrap:break-word;
   font-weight:normal
}
.lastpost-avatar img {
   border-radius:0;
   margin-top:3px;
   width:30px;
   height:30px;
   padding:1px;
   border:1px solid #D5D5D5;
   background:none repeat scroll 0% 0% #FFF;
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   vertical-align:middle
}
.pun table .tcr {
   margin-left:45px;
   font-size:12px
}
#board_stats ul {
   text-align:center
}
#board_stats li {
   margin-right:20px
}
#board_stats .value {
   display:inline-block;
   background:#464646;
   color:#FFF;
   padding:2px 6px;
   font-weight:bold;
   -moz-border-radius:2px;
   -webkit-border-radius:2px;
   border-radius:2px;
   margin-right:3px
}
.statistics {
   margin:0;
   padding:0 10px 10px;
   border-top:0 solid #D8D8D8;
   line-height:1.3;
   overflow:hidden;
   background:none repeat scroll 0% 0% #FFF
}
.statistics_head {
   font-size:14px;
   font-weight:bold;
   background:url('http://virteq.com/public/style_images/xgame/h3.png') repeat-x scroll 0% 0% #B4B4B4;
   padding:5px;
   color:#444;
   text-shadow:0 1px 0 #C3C3C3;
   margin-left:-10px;
   margin-right:-10px;
   margin-bottom:5px
}
div#stat_id {
   background:none;
   display:table;
   margin:0 auto!important;
   text-align:center!important
}
ul[class="statsPers"] {
   display:block;
   list-style:none;
   margin:0 auto;
   width:100%
}
li.statHide {
   display:none
}
.statsPers li {
   float:left;
   font-size:12px;
   margin:2px 10px;
   color:#5a5751
}
.statsPers li > span {
   display:inline-block;
   background:none repeat scroll 0% 0% #464646;
   color:#FFF;
   padding:2px 6px;
   font-weight:bold;
   border-radius:2px;
   margin-right:3px
}
#stat_links, #stat_links li a {
   margin-top:5px;
   color:#FFF;
   text-shadow:0 -1px 0 #AAA
}
.statsPers li > span a, .statsPers li > span a span {
   color:#FFF!important
}
#onlinechat {
   background-color:transparent;
   border-top:0;
   padding:15px 0 0
}
#onlinechat p.page-bottom {
   font-size:14px;
   font-weight:bold
}
#onlinechat #chatbox_popup {
   color:transparent
}
#onlinechat #chatbox_popup a:after {
   content:url('https://cdn1.iconfinder.com/data/icons/discovery/16x16/apps/internet-group-chat.png');
   float:left;
   position:relative;
   top:3px;
   right:-3px;
   z-index:999
}
.ibrev {
   background:#8db13e url(http://webflake.sx/public/style_images/wfskin/highlight_faint.png) repeat-x 0 1px;
   border-radius:3px;
   color:#fff;
   margin-bottom:5px;
   padding:0 5px;
   text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0
}
.desc, .desc.blend_links a, p.posted_info {
   font-size:11px;
   color:#76716b
}
#pun-about {
   background:transparent;
   border:0 none;
   line-height:150%;
   padding:.5pt;
   text-align:right;
   font-size:9px
}
#tabs ul li a {
   float:left;
   font-weight:400;
   line-height:2em;
   padding:0 1em;
   text-decoration:none;
   outline:0;
   -webkit-transition:background-color 0.1s ease-in-out;
   -moz-transition:background-color 0.3s ease-in-out;
   background:#f3efec;
   color:#85807d;
   border:1px solid #dad4d1;
   font-size:13px;
   margin-bottom:-1px
}
#tabs ul li a:hover {
   background:#eee9e6;
   color:#7f7a77
}
#tabs ul li.activetab a {
   text-decoration:none!important;
   border:1px solid #C7C4C3;
   background:#FDFAF7!important;
   color:#373533!important;
   font-weight:bold
}
.white {
   color:#fff !important;
   display:inline-block;
   font-family:FontAwesome;
   font-style:normal;
   font-weight:normal;
   line-height:1
}
.module.main {
   background:none repeat scroll 0% 0% #FCFCFC;
   padding:10px;
   margin-bottom:40px;
}
.main .main-head {
   font:bold 14px helvetica, arial, sans-serif;
   color:#444;
   padding:5px 10px;
   background:url('http://virteq.com/public/style_images/xgame/h3.png') repeat-x scroll 0% 0% #B4B4B4;
  
   text-shadow:0 1px 0 #C3C3C3
}
.module.main > .main-content {
   background:none;
   border:none
}
.pun .main, .pun .main-category {
   margin:0;
   padding:0px;
}
#content-container div#right {
   padding-left:-35px
}/*** WIDGET AVA ***/
.recent_space {
   border-bottom:1px solid #F3F3F3;
   margin:-5px
}
.avt-r {
   float:left
}
.avt-r img {
   width:30px;
   height:30px;
   margin:3px;
   padding:1px;
   border:1px solid #D5D5D5;
   background:white;
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1)
}
.avt-r img:hover {
   border-color:#a1a1a1;
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.2)
}/***** No Post To view *****/
td.tcr span a:empty:before {
   color:#a4a4a4;
   content:"No posts to view.";
   cursor:default;
   font-style:italic;
   margin:1px 0 4px 8px;
   pointer-events:none;
   text-align:center;
   word-wrap:break-word
}
.ipsBox, .ipsPad {
   padding:9px
}
.ipsBox {
   background:none repeat scroll 0% 0% #F0F0F0
}
.ipsBox_container {
   background:none repeat scroll 0% 0% #FFF;
   border:1px solid #E0E0E0
}
.titlemain {
   background:url('http://virteq.com/public/style_images/xgame/maintitle.png') repeat-x scroll center top #689D22;
   color:#333;
   padding:10px 10px 11px;
   font-size:16px;
   font-weight:300;
   border-radius:10px 10px 0 0;
   text-shadow:0 1px 0 #86CF1D
}
.filterb {
   background:none repeat scroll 0 0 #343434;
   border-radius:10px;
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.2) inset;
   color:#FFF;
   font-size:12px;
   font-weight:700;
   opacity:1;
   padding:4px 10px
}
.pun .post, #stats {
   top:0;
   background:none repeat scroll 0% 0% #F9F9F9
}
.pun .post .cabezal .author a span strong {
   font-weight:100!important
}
.pun .post .cabezal .author a, .pun .post .cabezal .author a span {
   color:#5b5754!important
}
.pun .post .cabezal .author a span:hover, .pun .post .cabezal .author a:hover {
   color:#2e2c2a!important
}
img.small {
   margin-left:3px;
   margin-top:-2px;
   max-height:12px;
   opacity:.5
}
.desc, .desc.blend_links a, p.posted_info {
   font-size:11px;
   color:#76716b
}
.pun .posthead {
   background:transparent;
   border:0 none;
   padding:8px;
   color:#a49f98;
   font-weight:normal;
   font-size:11px
}
.pun .posthead h2 {
   font-family:tahoma, helvetica, arial, sans-serif
}
.pun .user-ident .user-basic-info div#Avatar_For_IPB a img {
   padding:1px;
   border:1px solid #d5d1c8;
   background:#FDFAF7;
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   max-width:240px;
   max-height:240px
}
.pun .user-ident .user-basic-info div#Avatar_For_IPB a img:hover {
   border-color:#7b7672
}
.pun div.post div.user {
   float:left;
   margin-left:-205px;
   margin-top:-30px;
   position:relative;
   text-align:center;
   font-weight:normal;
   width:200px;
   font-size:11px
}
.pun .postmain {
   background:none repeat scroll 0% 0% #FFF;
   border-left:1px solid #EFEFEF;
   margin-left:210px;
}
.postfoot {
   background:transparent;
   clear:both;
   margin-left:-205px;
   padding:.5em 1em;
   text-align:right;
   border-top:0 none
}
.pun .entry-content {
   overflow:hidden;
   padding-bottom:4px;
   width:100%;
   line-height:1.6;
   font-size:14px;
   word-wrap:break-word;
   color:#5a5854
}
.pun .paged-foot, .pun .paged-head {
   background-color:transparent;
   border:0 none;
   margin:5px 0;
   padding:2px
}
.pun .main .main-content.message {
   background:#fdfaf7;
   border:9px solid #ebe6e1
}
 .pun .user-ident .user-basic-info div#Avatar_For_IPB a img { padding: 1px; border: 1px solid #d5d1c8; background: #FDFAF7; -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); max-width: 240px; max-height: 240px; }
.cabezal {
   background:url('http://virteq.com/public/style_images/xgame/h3.png') repeat-x scroll 0% 0% #BFBFBF;
   padding:0 10px;
   height:30px;
   line-height:30px;
   font-weight:normal;
   font-size:14px
}/********** CSS SCEDITOR ***********/
#reply_ipb_style {
   background:none repeat scroll 0 0 #F0F0F0;
   padding:9px
}
#content_ipb_style {
   background:none repeat scroll 0% 0% #FFF;
   border:1px solid #E0E0E0
}
div#content_ipb_style div#pun-qpost .main-head.clearfix {
   display:none
}
#pun-qpost .frm-form, #pun-qpost .main-content.frm {
   background:transparent!important;
   border:0 none!important;
   box-shadow:none!important
}
.title-quickipb {
   color:#413f3c;
   font-family:Helvetica, Arial, sans-serif;
   font-size:18px;
   font-style:normal;
   font-variant:normal;
   font-weight:400;
   margin:12px 10px 0
}/*****las post avatar ****/
.lastpost-avatar img {
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   background:#FDFAF7;
   border:1px solid #d5d1c8;
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   height:30px;
   margin:5px 5px 0 0;
   padding:1px;
   width:30px;
   border-radius:0;
   cursor:pointer
}
.lastpost-avatar img:hover {
   border-color:#7b7672
}
#quick_reply .frm-buttons {
   border-top:0;
   margin:0 auto;
   padding:5px;
   text-align:right;
   margin-top:4px
}/*test sceditor*/
.sceditor-container {
   background-color:#EFF1F3!important;
   background-image:url(http://i.imgur.com/ZxTuSNx.png)!important;
   background-position:0 -1950px!important;
   background-repeat:repeat-x!important;
   border:1px solid #E1E3E5!important;
   border-radius:0!important;
   padding:0 5px 0 3px !important
}
.sceditor-toolbar {
   background:transparent!important;
   border-bottom:1px solid #E1E3E5!important
}
#text_editor_textarea, .sceditor-container iframe, .sceditor-container textarea {
   background:#fff!important;
   border-color:#bbb #ddd #ddd #bbb !important;
   border-style:solid!important;
   border-width:1px!important
}
#quick_reply .frm-buttons {
   border-top:0;
   margin:0 auto;
   padding:15px 80px;
   text-align:right
}
.sceditor-group {
   -moz-background-clip:padding;
   -moz-border-radius:3px;
   -webkit-background-clip:padding-box;
   -webkit-border-radius:3px;
   background:transparent!important;
   border:0!important
}
.sceditor-button.active, .sceditor-button:active, .sceditor-button:hover {
   background:#E0E0E0!important;
   box-shadow:inherit!important
}
input[type="button"] {
   margin:5px
}
.myc {
   cursor:pointer
}
input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-border-radius:2px;
   -moz-box-shadow:rgba(0, 0, 0, 0.43) 0 1px 3px;
   -webkit-border-radius:2px;
   -webkit-box-shadow:rgba(0, 0, 0, 0.43) 0 1px 3px;
   background:#353535 url(http://i57.servimg.com/u/f57/18/12/37/46/highli10.png) repeat-x top;
   border:1px solid #2b2b2b;
   border-radius:2px;
   box-shadow:rgba(0, 0, 0, 0.43) 0 1px 3px;
   color:#fff;
   cursor:pointer;
   font-family:helvetica, arial, sans-serif;
   font-size:13px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   outline:none;
   padding:4px 10px!important
}
input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
   background-color:#434343
}
#pun-qpost .main {
   display:none
}
.matd {
   background:none repeat scroll 0% 0% #FBFBFB;
   border-bottom:1px solid #EFEFEF;
   border-top:1px solid #FFF;
   padding:3px 0
}
#quick-avatar {
   position:absolute;
   margin:73px 20px
}
#quick-avatar img {
   width:50px;
   height:50px;
   padding:1px;
   border:1px solid #D5D5D5;
   background:white;
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1)
}
#quick-avatar img:hover {
   border-color:#A1A1A1;
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.2)
}
.titlebox {
   margin-left:2px;
   overflow:hidden;
   padding:4px;
   margin-top:10px !important;
   width:98.7%
}
.titlebox dd {
   display:block
}
.titlebox dava {
   float:left
}
.titlebox dava a img {
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   background:#fff;
   border:1px solid #D5D5D5;
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
   float:left;
   height:50px!important;
   padding:1px;
   width:50px!important
}
.titlebox dava a img:hover {
   -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
   border-color:#A1A1A1;
   box-shadow:0 2px 2px rgba(0, 0, 0, 0.2)
}
.ipsType_pagetitle a {
   font-size:23px;
   z-index:999
}
.desc.lighter.blend_links {
   color:#a4a4a4;
   float:left;
   font-size:11px
}
.desc.lighter, .desc.lighter.blend_links a {
   color:#A4A4A4
}
.desc, .desc.blend_links a, p.posted_info {
   color:#777;
   font-size:12px
}
.conect {
   display:inline-block;
   padding-left:5px
}
.seguir {
   float:right;
   position:relative
}
.seguir a {
   -moz-border-radius:2px;
   -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0 1px 0;
   -webkit-border-radius:2px;
   -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0 1px 0;
   background:#ececec url(http://i45.tinypic.com/2hrd3tg.png) repeat-x 0 0;
   border:1px solid #d0d0d0;
   border-radius:2px;
   box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0 1px 0;
   color:#616161!important;
   cursor:pointer;
   display:inline-block;
   font-size:11px;
   height:24px;
   line-height:24px;
   padding:0 10px;
   text-shadow:#fff 0 1px 0;
   white-space:nowrap
}
.seguir a:hover {
   background-color:#f8f8f8;
   color:#4c4c4c
}
.ipsButton_secondary {
   height:22px;
   line-height:22px;
   font-size:12px;
   padding:0 10px;
   background:-moz-linear-gradient(center top, #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0% 0% transparent;
   border:1px solid #DBDBDB;
   box-shadow:0 1px 0 #FFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
   border-radius:3px;
   color:#616161;
   display:inline-block;
   white-space:nowrap;
   transition:all 0.2s ease-in-out 0s
}
.ipsList_inline li.ipbmenu ul.tabsMenu {
   background:none repeat scroll 0% 0% #E9E9E9;
   font-size:12px;
   border:0 none;
   min-width:140px;
   box-shadow:0 12px 25px rgba(0, 0, 0, 0.58);
   position:absolute;
   z-index:999;
   top:26px;
   left:0;
   width:260px
}
ul {
   margin:0;
   padding:0;
   list-style:disc inside none
}
.ipsList_inline li.ipbmenu ul.tabsMenu {
   visibility:hidden
}
li, ol li {
   word-wrap:break-word;
   list-style:none outside none
}
.ipsList_inline li.ipbmenu ul.tabsMenu .lili .aa {
   color:#888;
   padding:9px 12px;
   display:block
}
.menuTabs li.tabbed a.m_title {
   color:#B8B8B8;
   display:block;
   position:relative;
   text-decoration:none;
   padding:58px 30px 40px;
   border-left:1px solid black;
   border-right:1px solid #272A2B;
-moz-transition:all .3s ease;
   border-right:1px solid #272A2B;
   font-size:13px;
   font-family:Calibri;
-moz-transition:all .3s ease;
-webkit-transition:all .3s ease
}
.ipsList_inline li.ipbmenu:hover {
}
.ipsList_inline li.ipbmenu:hover a.m_title {
   color:#FFF
}
.ipsList_inline li.ipbmenu .drop-menu {
   display:block;
   height:0;
   left:70%;
   position:absolute;
   top:84px;
   width:0;
   border-left:5px solid transparent;
   border-right:5px solid transparent;
   border-top:5px solid #ddd;
-moz-transition:all .3s ease;
-webkit-transition:all .3s ease;
   text-indent:-9999px
}
.ipsList_inline li.ipbmenu:hover .drop-menu {
   border-left:5px solid transparent;
   border-right:5px solid transparent;
   border-top:5px solid white
}
.ipsList_inline li.ipbmenu:hover ul.tabsMenu {
   visibility:inherit;
   opacity:1
}
.ipsList_inline li.ipbmenu ul.tabsMenu .lili .aa:hover {
   background-color:#f5f2f2 !important;
   text-decoration:none
}
#onlinelist {
   background-color:#F9F9F9;
   border-top:none;
   padding:0.6em 1em
}

estica2 estica2  • Seg 21 Jul 2014 - 12:09

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Seg 21 Jul 2014 - 12:09

ᵒᵏᵃᶥᵈᵃ™ escreveu:Se não apagar essa linha vai ficar com bug nas novidades do portal, acesse a pagina do portal e veja vc mesmo.

eu mudei algumas coisas no css, para ficar com 92% o tamanho, deixei fixado no inicio para facilitar:

Faça um backup do seu CSS, e coloque esse:

Amigo é isso... Se poder me dizer os codes das medidas eu agradecia para eu ajustar a minha maneira. É que ficou muito largo. E eu queria meter talvez 85 para ver como fica.

E têm um erro se poder ajudar.
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Cepheus Cepheus  • Seg 21 Jul 2014 - 12:31

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Seg 21 Jul 2014 - 12:31

Reputação da mensagem: 100% (1 votos)
no inicio do css:
Código:
#fontent, .main_width, #branding, #header_bar, .nivoSlider { width:92%;min-width:960px;margin:0 auto;}

troque width:92% por width:85%

eu deixei bem no inicio do código css.

EDIT:

sobre o erro da paginação adicione isso no seu css:
Código:
#reply_ipb_style {
margin-top: 25px;
}
não esqueça de reputar, até!

estica2 estica2  • Qua 23 Jul 2014 - 6:26

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Qua 23 Jul 2014 - 6:26

está perfeito amigo. Obrigado

DeeW. DeeW.  • Qua 23 Jul 2014 - 10:51

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum Qua 23 Jul 2014 - 10:51

[sucesso=Tópico Resolvido; e Bloqueado][/sucesso]Movido para: Arquivo - Pedido de código

Conteúdo patrocinado  • 

Ajustar Medidas do Forum Empty Re: Ajustar Medidas do Forum

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