Últimos assunto
3 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 • Compartilhe
Últimos assunto
Detalhes da questão
Endereço do fórum: http://www.rewtec.com/forum
Versão do fórum: PunBB
Descrição
Olá!
à uns dias atrás deixou de ser possivel clicar nos últimos assuntos eu não mexi em nada
o mesmo aconteceu com outros fóruns, não percebo o que aconteceu.
Deixo a baixo a minha folha de estilo @Fraise
- Código:
.img_list_hp {
border: 1px solid #0372BE;
padding: 0;
float: left;
color: #FFF !important;
width: auto;
font-size: 11px;
text-align: center;
margin: auto 10px auto auto;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.img_list_hp:hover {
background-color: #DCEAF5;
}
.img_list_hp img {
padding: 8px 15px;
}
.img_list_hp span {
background-color: #0372BE;
color #FFF;
display: block;
padding: 0 10px;
}
.img_list_hp a {
color: #FFF !important;
text-decoration: none;
}
#img_list_alt {
background-image: url(http://i21.servimg.com/u/f21/11/81/27/88/arrow_10.png);
background-repeat: no-repeat;
background-position: 20px 0;
padding-top: 13px;
padding-left: 55px;
}
.pun .main-content ul {padding-left: 0;}
.popular_post {
background: #D5DEE5;
border-radius: 5px 5px 5px 5px;
color: #1D3652;
float: right;
font-size: 0.8em;
font-weight: bold;
margin: 5px 10px 10px;
padding: 5px;
text-align: center;
}
#chatbox .cb-avatar {
height: 18px !important;
width: 18px !important;
}
#chatbox .cb-avatar > img {
height: 18px !important;
width: 18px !important;
}
#chatbox .user {
display: inherit !important;
}
#chatbox .msg {
display: inherit !important;
}
#chatbox > p {
border-bottom: none !important;
}
/* Galeria de imagens em tópcios */
#gallery_bs {
background-color: #222;
min-height: 450px;
margin: 10px auto;
position: relative;
width: 700px;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7 );
}
#gallery_bs .prev, #gallery_bs .next {
background-color: #121212;
border-radius: 5px;
padding: 3px;
opacity: 0;
height: 32px;
width: 32px;
position: absolute;
z-index: 200;
cursor: pointer;
top: 220px;
background-repeat: no-repeat;
background-position: center;
}
#gallery_bs:hover .prev, #gallery_bs:hover .next {
-moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
opacity: 1;
}
.gallery_bs {
height: 348px;
text-align: center;
}
#gallery_bs .image_bs {
max-height: 100% !important;
max-width: 100% !important;
width: 100% !important;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
}
#gallery_bs .prev {background-image: url(https://cdn0.iconfinder.com/data/icons/TWG_Retina_Icons/24/video_previous.png);left: 20px;}
#gallery_bs .next {background-image: url(https://cdn0.iconfinder.com/data/icons/TWG_Retina_Icons/24/video_next.png);right: 20px;}
#gallery_bs .header_gal {
background-color: #333;
text-align: center;
}
#gallery_bs .header_gal img {
width: 85px;
height: 85px;
padding: 0px;
margin: 5px;
border-style: solid;
border-width: 3px;
transition: all linear .2s;
cursor: pointer;
}
#gallery_bs .header_gal img:hover {
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
box-shadow: 0 0 5px rgba(0, 0, 0, .4);
border-color: #777;
}
/* Fim de galeria de imagens em tópcios */
.alert-x {
padding: 14px 17px;
color: #fefefe;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
-khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-width: 0;
position: relative;
width: 100%;
font: 14px/20px Museo300Regular,Helvetica,Arial,sans-serif;
}
.alert-y {
padding: 0 20px 0 40px;
}
.informbox {
background: #2fa9f6 url(http://w3lessons.info/demo/metro-style-alert-box/images/info.png) no-repeat 14px 14px;
}
.solvedbox {
background: #7EB62E url(http://w3lessons.info/demo/metro-style-alert-box/images/success.png) no-repeat 14px 14px;
}
.warningbox {
background: #BE1B00 url(http://w3lessons.info/demo/metro-style-alert-box/images/error.png) no-repeat 14px 14px;
}
#profile-advanced-add {
margin-left: 4px;
padding: 7px 0 6px;
background: #3498DB;
border-radius: 9px;
color: #fff;
text-align: left;
}
#profile-advanced-details .message-block {
background: #1F232C !important;
margin-left: 83px;
padding: 10px;
position: relative;
}
#profile-advanced-details .message-header {
background: #2D2B2B !important;
border-top: 1px solid #245DB5;
margin-bottom: 4px;
padding: 4px;
}
.popupWrapper {
left: 15%;
}
/* Barra notificações */
body #fa_toolbar {
background: #1F232C;
margin: 0 auto;
padding: 0 5px;
width: 85%;
min-width: 1000px;
height: 35px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
display:none;
}
body #fa_service, body #fa_right {font-size: 0.8em;}
#fa_toolbar a {text-decoration: none !important;}
#live_notif {z-index: 999;position:fixed !important;right:0px !important;top:0px !important}
.fa_notification {
background: #3498DB;
color:#fff;
padding:5px;
}
body #fa_right.welcome #fa_menu #fa_welcome, body #fa_toolbar > #fa_right.notification > #fa_notifications {
background-color: rgba(0,0,0,0.5);
-webkit-box-shadow: inset #000 0px 1px 15px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) -1px 0px 0px;
-moz-box-shadow: inset #000 0px 1px 15px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) -1px 0px 0px;
box-shadow: inset #000 0px 1px 15px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) -1px 0px 0px;
color: #fff;
text-shadow: 0px 0px 4px;
}
body #fa_welcome, body #fa_right #fa_notifications {padding: 2px 5px;}
body #fa_welcome {
padding-left: 26px;
}
#fa_menulist, #notif_list {
background: #1B1E25 !important ;
background-image: -webkit-linear-gradient(#FFFFFF,#EDEDED);
border: 0px !important;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
}
#fa_share, body #fa_search, #fa_hide, #fa_toolbar_hidden, #pun-about form {display: none !important;}
#fa_toolbar #fa_service {
position:absolute;
left:-9999px;
}
#fa_icon {
position:absolute;
left:-9999px;
}
/* Fim Barra notificações */
/*Menu fixo*/
.mf {
width:85% !important;
position:fixed !important;
top:0;
min-width:1000px !important;
max-width:1600px !important;
height: 48px !important;
margin-top:-5px !important;
}
.mf > #mainmenu {
margin-top:-5px;
}
.mf img{ height: 20px;float:left}
.mf li{float:none!important}
.mf ul{text-align:center!important;}
/* Fm menu fixo */
.dropdown-item {
-moz-transition:.3s;
-ms-transition:.3s;
-o-transition:.3s;
-webkit-transition:.3s;
background:#3498DB;
border:1px solid #25282f;
border-radius:3px;
box-shadow:inset 0 0 1px #000;
color:#fff!important;
display:inline-block;
font-family:arial,tahoma;
font-size:12px;
margin-right:10px;
position:relative;
transition:.3s;
list-style:none;
padding:4px 8px;
}
.dropdown-item:hover .dropdown-sub {
display:block;
}
.dropdown-label,.dropdown-sub-label {
display:block;
font-size:14px;
color:#fff;
text-decoration:none;
}
.dropdown-sub {
display:none;
position:absolute;
margin-left:-10px;
z-index:999;
}
.dropdown-sub-label {
padding:5px 20px;
}
ul li {
list-style:none;
}
.userpainel {
background:#1b1e25;
width:270px;
height:130px;
-webkit-box-shadow:1px 1px 8px 0 rgba(48,50,50,0.66);
-moz-box-shadow:1px 1px 8px 0 rgba(48,50,50,0.66);
box-shadow:1px 1px 8px 0 rgba(48,50,50,0.66);
}
.userpainel .useravatar {
width:82px;
float:left;
padding:10px;
}
.userpainel .useravatar img {
width:82px;
height:82px;
}
.userpainel .useravatar .linkperfil {
width:72px;
float:left;
background:#3498DB;
border-radius:3px;
color:#fff!important;
font-size:12px;
font-weight:700;
margin-top:5px;
text-align:center;
text-decoration:none;
padding:5px;
}
.userpainel .userinfo {
width:158px;
float:right;
padding:0 10px 10px 0;
}
.userinfo ul {
list-style:none;
margin:0;
padding:0;
}
.userinfo ul li {
border-top:1px solid #25282f;
border-bottom:1px solid #111317;
padding:3px;
}
.userinfo ul li a {
color:#8bddec;
text-decoration:none;
}
.userinfo ul li a:hover {
color:#999;
}
.USERNAME:after {
content:"";
display:inline-block;
vertical-align:middle;
margin-left:10px;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #fff;
}
body {
background:#282D37;
color:
font-family: Arial, tahoma, Sans-Serif;
font-size: 13px;
line-height: 1.4;
padding: 0px;
margin: 0px;
padding-bottom: 15px;
}
#pun-about form, .pun-crumbs {display: none;}
#pun-about, #pun-visit, .main-box {font-size: 0.8em;}
a:link {text-decoration: none;}
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 400;
src: local('Droid Sans'), local('DroidSans'), format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.85);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.27);
}
::-webkit-scrollbar-track {
border-left: 1px solid #000;
}
.pun {
color: #FFF;
margin-top: 45px;
min-width: 1000px;
max-width: 1600px;
width: 85%;
padding: 0 8px 8px 8px;
}
.pun input {font-family: Arial, tahoma, Sans-Serif;}
#pun-intro {
background: #1F232C;
height: 65px;
border: 0px solid #161616;
border-bottom: 0;
position: relative;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.21);
border-radius: 3px;
-moz-order-radius: 3px;
padding: 0;
}
.headershine, .footershine {
background: #1F232C;
z-index: 1;
width: 100%;
height: 65px;
position: absolute;
background-position: 0px -1px;
border-bottom: 3px solid #3498DB;
}
#pun-logo {
-webkit-transition: 0.3s;
transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
display: inline-block;
position: absolute;
z-index: 2;
top: 15px;
opacity: 1;
left: 10px;
}
#pun-logo:hover {
opacity: 0.7;
left: 20px;
}
ul.menu {
list-style: none;
margin: 0;
color: #ccc;
z-index: 2;
position: absolute;
top: 23px;
right: 15px;
font-size: 12px;
}
.menu li {
display: inline;
margin: 0;
margin-left: -3px;
float: left;
}
ul.menu a:link, ul.menu a:visited, ul.menu a {
color: #CFCFCF;
-webkit-transition: 0.3s;
transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
text-decoration: none;
text-transform: uppercase;
padding: 10px 10px;
margin: 0;
font-family: droid sans,tahoma;
font-size: 11px;
}
ul.menu a:hover, ul.menu a:active {
background: url();
border-radius: 5px;
box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.25),inset 0px 0px 10px black,0px 1px 0px rgba(255, 255, 255, 0.28);
/*color: #78cfe4;
text-shadow: 0px 0px 10px #78cfe4;*/
}
.bar2 {
margin-top: 15px;
margin-bottom: -8px;
}
.loginlink {
color: white !important;
font-size: 12px;
margin-right: 5px;
}
.registerlink {
display: inline-block;
background: #A5CA44 url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/highlight.png) repeat-x 0px -1px;
padding: 4px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 12px;
border: 1px solid #6B8545;
border-radius: 3px;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.31);
-webkit-transition: 0.3s;
transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
margin-right: 10px;
position: relative;
text-shadow: 1px 1px 1px #94A077;
}
.registerlink:hover {
background-color: #73BEDB;
border: 1px solid #26748D;
}
.searchbox input.textbox {
background: white url(http://i39.servimg.com/u/f39/16/14/11/80/search11.png) no-repeat 2px 4px;
width: 150px;
box-shadow: none;
margin-top: -1px;
-webkit-transition: 0.4s;
transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
border: 1px solid dimGray;
padding: 6px;
border-radius: 3px;
color: #555;
padding-left: 25px;
font-size: 11px;
outline: none;
}
.searchbox input.textbox:focus {
width: 200px;
}
.searchbox img {
position: relative;
top: 3px;
}
.hidden {display: none;}
.breadcrumbs {
background: #1F232C;
list-style-type: none;
display: block;
height: 37px;
line-height: 37px;
padding: 0;
margin: 0;
margin-top: 10px;
border: 1px solid #1B1F25;
border-radius: 3px 3px 0 0;
}
.breadcrumbs li {
float: left;
padding: 0;
margin: 0;
}
.breadcrumbs li a span {
background: #1B1F25;
line-height: 30px;
padding: 14px;
background-position: 100% 0px;
}
.breadcrumbs li a {
background: #1B1F25;
color: white;
font-size: 11px;
font-family: arial;
margin-left: -11px;
outline: none;
text-decoration: none;
background-position: 0px 0px;
}
.breadcrumbs li a:first-child {
background: none;
margin-left: -9px;
padding-left: 9px;
}
.bchome {
text-indent: 0px !important;
height: 37px;
background-position: 100% -86px !important;
background: #1B1F25;
}
.bchome img {
position: relative;
top: 4px;
left: -1px;
}
#content_inner {
width: auto !important;
padding-top: 10px;
background: #282D37;
border-radius: 0 0 2px 2px;
position: relative;
margin-bottom: 15px;
}
#page-body {margin: 0;}
#content .main .main-head, .main .main-foot {
color: #ffffff;
padding: 0px 10px;
background: #1F232C;
border-bottom:4px solid #3498DB;
border-radius: 3px 3px 0 0;
height: 44px;
line-height: 44px;
margin-top: 10px;
margin-bottom: 0px;
}
#content .main .main-head .page-title h2 {
text-transform: uppercase;
font-size: 11px !important;
font-weight: bold !important;
}
.main-content {
background-color: transparent !important;
border: 0 !important;
}
#content .main .main-content {
/*margin-top: 10px;
border: 1px solid #0E0E0E !important;*/
}
.pun table.table {
border-collapse: separate;
}
.pun table.table, .pun h2, .pun h3 {
font-family: Arial, tahoma, Sans-Serif;
font-size: 13px;
}
.pun table.table td {
border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.35) !important;
padding: 10px;
vertical-align: middle;
border-left: 0;
border-right: 0;
}
.pun table.table td, #onlinelist, #onlinechat, .frm-form {
background: rgba(0, 0, 0, 0.32) !important;
background: -moz1-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(100%,rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#80000000',GradientType=0 );
}
.pun table.table td.tcr {
font-size: 12px;
color: #ccc;
}
.pun table.table th, .tcat {
color: #C7C7C7;
font-size: 11px;
padding: 10px;
border-top: 1px solid rgb(56, 56, 56);
background-color: rgba(63, 63, 63, 0.42);
border-bottom: 1px solid #333333;
}
.lastpost-avatar {margin-right: 5px;}
.postcountgrid {
text-align: right !important;
width: 15% !important;
font-size: 12px;
}
.module {
background: #1B1F25;
border-radius: 3px 3px 0px 0px;
padding: 0px;
}
.module p.author {
background-color: #1F232C;
border-color: #2a2a2a;
padding: 6px
}
.module .main-head {
color: #ffffff;
padding: 10px 10px 0px;
background: #1F232C;
border-bottom:4px solid #3498DB;
border-radius: 3px 3px 0 0;
height: 44px;
margin: -10px -10px 0px -10px !important;
line-height: 44px;
text-indent: 9px;
font-weight: bold;
font-size: 11px;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.99);
top: 0px !important;
position: relative;
}
.module .main-head .h3 {cursor: default;}
.pun .paged-foot, .pun .paged-head {padding:15px 10px;}
.module .main-content, #pun-visit, .main-box, .pun .paged-foot, .pun .paged-head, #pun-about {background-color: transparent;border: 0;}
.pun .post {
background: #1B1F25;
/*border: 1px solid #303030;
border-top: 0;
border-bottom: 0;*/
border:0px;
}
.pun .posthead {
background: rgba(63, 63, 63, 0.42) repeat-x 0px -1px !important;
padding: 10px;
border-top: 1px solid #464646;
border-bottom: 1px solid #333333;
color: #989898 !important;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.pun .posthead h2 {font-size: 10px;}
.pun .post .user {
text-align: center;
vertical-align: top;
padding-bottom: 10px;
color: #fff;
padding-top: 10px;
margin-left: -15em;
}
.pun .postmain {
vertical-align: top;
background: rgba(0, 0, 0, 0.49);
border-left: 1px solid #1F1F1F;
margin-left: 14em;
}
.pun .posthead[id] {
padding-left: 15em;
}
.pun .username {
padding-left: 25px;
font-style: italic !important;
font-size: 12px !important;
}
.pun .user .user-ident {
margin-top: 35px;
}
.i_icon_online {
float: left;
margin-right: 5px;
padding: 4px 2px 0 0;
}
.pun .postfoot {
margin-left: -14em;
border-top: 1px solid #202020;
background: rgba(0, 0, 0, 0.63);
padding: 0;
visibility: hidden;
}
.pun .post:hover .postfoot {
padding: 10px 10px 9px 10px;
visibility: visible;
}
.pun .postfoot .user-contact, .pun .postfoot .post-options {
display: none;
}
.postfoot, .pun .post:hover .postfoot .user-contact, .pun .post:hover .postfoot .post-options {
display: block;
}
.pun .post .posthead h2 strong {
font-size: 11px !important;
color: #ccc !important;
}
.pun .post .posthead h2 strong:before {
content: 'Post: #';
}
.pun .posting a[href*="mode=newtopic"]:after {
content: 'Novo Tópico';
}
.pun .posting a[href*="mode=reply"]:after {
content: 'Responder';
}
.pun .posting a[href*="mode=newtopic"]:after, .pun .posting a[href*="mode=reply"]:after {
padding: 9px 15px;
background: #3498DB;
color: white !important;
margin-bottom: 12px;
font-weight: bold;
border: 1px solid #2A80B9;
border-radius: 3px;
text-transform: uppercase;
font-size: 12px;
margin-top: 4px;
margin-bottom:4px;
-webkit-transition: 0.3s;
transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
}
.pun .posting a:hover:after {
background-color: #2A80B9;
}
.pun .postfoot .post-options a:after {
background-color: #2C3636;
background-repeat: no-repeat;
background-position: 2px 50%;
color: white !important;
padding: 5px 5px 5px 20px;
font-size: 11px;
border-radius: 2px;
}
.pun .postfoot a[href*="mode=quote"]:after {
background-image: url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/icons/quote.png);
content: 'Quote';
}
.pun .postfoot a[href*="mode=editpost"]:after {
background-image: url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/icons/edit.png);
content: 'Editar';
}
.pun .postfoot a[href*="mode=delete"]:after {
background-image: url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/icons/delete.png);
content: 'Excluir';
}
.pun .postfoot a[href*="mode=ip"]:after {
background-image: url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/icons/ip.png);
content: 'IP';
}
.pun .postfoot a[href*="mode=report"]:after {
background-image: url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/icons/report.png);
content: 'Alerta';
}
.pun .postfoot a[href*="mode=lock"]:after {
background-image: url(https://cdn4.iconfinder.com/data/icons/6x16-free-application-icons/16/Abort.png);
content: 'Bloquear';
}
.pun .postfoot a[href*="?thank="]:after {
background-image: url(https://cdn2.iconfinder.com/data/icons/color-svg-vector-icons-part-2/512/ok_check_yes_tick_accept_success-16.png);
content: 'Agradecer';
}
.pun .postfoot .post-options a:hover:after {
background-color: #237b90;
box-shadow: 0px 0px 7px #237b90;
}
.pun .postfoot a[href*="?thank="]:hover:after {
background-color: #22bd53;
box-shadow: 0px 0px 7px #18943f;
}
#pun-info.main .main-content {margin-top: 0 !important;}
.smalltext {
font-size: 11px;
color: #ccc;
}
.tcat a:link {
color: #BBB;
font-size: 10px;
}
#onlinelist, #onlinechat {
border: 0;
padding: 0;
font-size: 11px;
}
#onlinelist p, #onlinechat p {
padding: 5px;
}
#ucp .frm-set.multi dl input, dd.frm-input input, input.inputbox, textarea.inputbox {
border: 1px solid #161616;
background: #080908 !important;
border-radius: 2px;
font-size: 11px;
outline: none;
color: #B1B1B1;
padding: 6px 4px;
-webkit-transition: 0.3s;
transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
border-top: 1px solid #292929;
box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.77);
}
.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);
}
.pun .main .main-content p.message, .main .frm-info {
background: #cde3a4;
padding: 10px;
border: 1px solid #a8c471;
text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
line-height: 1.6;
color: #436500;
font-size: 12px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
}
.pun .main .main-content p.message a, .main .frm-info a {color: #436500;}
/*CHAT*/
#chatbox span[style="font-style:italic"]:after {
content: " Clique em login para entrar na chatbox";
}
#chatbox_header.main-head, #chatbox_members .member-title {
background: url(http://i39.servimg.com/u/f39/16/14/11/80/highli14.png) repeat-x 0 -1px;
background-color: rgba(32,37,37,0.57);
border-bottom: 1px solid #292929;
padding: 3px 4px;
min-height: 6px;
}
.chatbox-title, .chatbox-title a.chat-title {
background: url(http://i72.servimg.com/u/f72/18/07/42/17/popup10.png) no-repeat scroll 75px 3px transparent;
font: 700 15px/1.3 Helvetica,Arial,sans-serif;
color: #fff;
}
.chatbox-title a.chat-title:hover {
text-decoration: underline;
}
.main-content.chatbox {
background-color: #333 !important;
padding: 10px;
border: 1px solid rgb(204, 204, 204);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
padding-bottom: 0px;
}
#chatbox_members {
background: #333;
border: 1px solid #222;
margin: 4px;
top: 43px;
bottom: 28px;
right: 10;
}
#chatbox_members .member-title {
color: #fff;
text-align: left;
}
#chatbox p {
background: transparent;
padding: 5px;
line-height: 1.3em;
}
#chatbox p span[style="color:green;"], #chatbox p span[style="color:red;"] {
background: #FAFAD2;
}
#chatbox_footer {
background: transparent;
border: 0px;
}
#chatbox_footer .right {
float: left;
}
#chatbox_messenger_form .right {margin-left: 8px;font-size:0}
input#message.post {
font-family: inherit;
min-width: 390px;
color: #000 !important;
font-size: 13px;
background-color:
padding: 3px;
margin-bottom: 4px;
border-width: 1px;
border-style: solid;
border-top-color: rgb(192,192,192);
border-right-color: rgb(233,233,233);
border-bottom-color: rgb(233,233,233);
border-left-color: rgb(192,192,192);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
outline: 0;
}
#submit_button, .fontbutton {
font-style: normal;
font-size: 12px;
font-family: Calibri,'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif;
color: rgb(0, 0, 0);
padding: 0px 6px;
border: 1px solid rgb(221, 221, 235);
border-top-color: rgb(255, 255, 255);
border-bottom-color: rgb(179, 179, 189);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-box-shadow: 0px 1px 4px 0px rgb(200,200,210);
-moz-box-shadow: 0px 1px 4px 0px rgb(200,200,210);
-khtml-box-shadow: 0px 1px 4px 0px rgb(200,200,210);
box-shadow: 0px 1px 4px 0px rgb(200,200,210);
text-shadow: 0 0 0 transparent, 0px -1px 2px white;
}
#submit_button {
margin-left: 13px;
}
body[bgcolor] {background: #222;}
#simple-wrap {
background:white;
}
#chatbox_bottom {
min-height: 280px;
}
#chatbox{
top: 43px;
bottom: 28px;
margin: 5px;
background: #333;
border: 1px solid #222;
padding: 5px;
right: 198px;
left:0;
}
#chatbox p a {
color: #8BDDEC !important;
}
#chatbox span[title] {
float: right!important;
}
#chatbox_contextmenu {
background-color: #1B1F25;
border: 2px solid #000;
}
#chatbox_contextmenu p {
background: #1B1F25;
border-bottom: 1px solid #777;
font-family: verdana, arial, sans-serif;
margin: 0;
padding: 1px 4px;
}
#chatbox_contextmenu p:hover {
background: #1F232C;
}
a:-webkit-any-link {
color: white;
}
/*LIKE*/
.BS_like {
-moz-user-select: none;
background: url("http://imgur.com/53do6sQ.png") no-repeat scroll 6px 5px / 12px auto #3498DB;
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
float: right;
font-size: 11px;
line-height: 20px;
margin-top: -5px;
padding: 1px 7px 1px 26px;
}
.BS_count {
background: none repeat scroll 0 0 #F4F4F4;
border-radius: 2px;
color: #333;
font-size: 12px;
margin-right: 4px;
padding: 3px 10px;
}
.BS_vote {
float: right;
margin: 0 8px;
}
.BS_done, .pun .entry-content .vote {
display: none;
}
/*code spoiler quote*/
.codebox {
padding: 5px;
background: #333;
border: 1px solid #222;
overflow: auto;
font-size: 11px;
line-height: 170%;
}
.codebox dd {
background-color: transparent;
margin: 0.3em;
padding: 0.3em;
}
.codebox dt {border-bottom: 0px;}
.codebox.spoiler dt {
height: 24px;
line-height: 24px;
font-size: 11px;
padding: 0 10px;
background: #333 url('http://i.imgur.com/psvFIEG.png') repeat-x 0 0;
border: 1px solid #222;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0px 1px 0px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0px 1px 0px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: white;
text-shadow: black 0px 1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
margin: 0px;
margin-left: 5px;
}
.codebox.spoiler dt:hover {
background-color: #212121;
}
.codebox.spoiler {
background: transparent;
border: 0px;
}
.codebox.spoiler dd {background: transparent;}
.spoiler_content.hidden {
background: #333;
border: 1px dashed #222;
padding: 5px;
}
blockquote {
font-size: 12px;
border: 1px solid #222;
background: #333;
color: #999;
margin-bottom: 5px;
}
blockquote img {
max-height: 100px;
max-width: 100%;
padding-bottom: 10px;
}
blockquote, .postmain blockquote {padding: 10px;}
.postmain blockquote {background-color: #333;border: 0;}
blockquote cite {
font-size: 12px;
padding: 8px 10px;
text-indent: 25px;
border: 1px solid #222;
border-top: 0px;
border-bottom: 1px solid #333;
background-color: #444;
background-image: url(http://i34.servimg.com/u/f34/16/49/10/98/snapba10.png), url(http://i.imgur.com/iPXDkuF.png);
background-position: 10px center, 0 0;
background-repeat: no-repeat, repeat-x;
color: white;
text-shadow: rgba(0, 0, 0, 1) 0px 1px 0px;
font-weight: bold;
}
blockquote cite, .postmain cite {margin: -10px -11px 8px -11px;}
.hidecode {
background: #cde3a4 url('http://imgur.com/J3aqwYE.png') repeat-x 0 0;
color: #436500;
padding: 10px;
border: 1px solid #a8c471;
text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
line-height: 1.6;
font-size: 12px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
display: block;
padding: 10px;
line-height: 1.6;
font-size: 12px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.hidecode:before {
content: 'Conteúdo oculto';
font-weight: bold;
}
.hidecode dd {
margin: 0;
padding: 0;
}
/********** Efeito Lighbix imagens **********/
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 999;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
width: auto;
height: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
background-color: white;
*zoom: 1;
min-width: 250px;
min-height: 130px;
width: 250px;
height: 250px;
margin: 0 auto;
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-container {
padding: 4px;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(http://i56.servimg.com/u/f56/18/07/42/17/loadin10.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
}
.lb-prev, .lb-next {
width: 49%;
height: 100%;
cursor: pointer;
/* Trick IE into showing hover */
display: block;
}
.lb-prev {
left: 0;
float: left;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
background: url(http://i56.servimg.com/u/f56/18/07/42/17/prev11.png) left 48% no-repeat;
}
.lb-next {
right: 0;
float: right;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
background: url(http://i56.servimg.com/u/f56/18/07/42/17/next11.png) right 48% no-repeat;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
min-width: 250px;
width: 100%;
background: white;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #666;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 66px;
height: 30px;
background: url(http://i56.servimg.com/u/f56/18/07/42/17/closel10.gif) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.resizebox {
cursor: default;
display: none;
}
/********** Fim Efeito Lighbix imagens **********/
/* Prefixos INICIO */
.pref{
background: #333;
color: #fff;
text-align: center;
display: inline-block;
padding: 3px;
font: 12px Lucida sans;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
}
.multigame{
background-color: #8E44AD;
}
.news{
background-color: #D95459;
}
.wiiu{
background-color: #3498DB;
}
.ps4{
background-color: #3A6F81;
}
.tutorial{
background-color: #E67E22;
}
.sony{
background-color: #394C81;
}
.youtube{
background-color: #cc181e;
}
.nintendo{
background-color: #87CEEB;
}
.xboxone{
background-color: #228B22;
}
.offtopic{
background-color: #8E725E;
}
.microsoft{
background-color: #8B8682;
}
.rumor{
background-color: #BC8F8F;
}
.vips{
background-color: #EEAD0E;
}
.tecnologia{
background-color: #00868B;
}
.ajuda{
background-color: #8B4513;
}
.android{
background-color: #66CD00;
}
/* Prefixos Fim */
/*Ranks personalizados*/
.userNovato, .userFundador, .userDesigner, .userCo-Administrador, .userMembro, .userWarez, .userModerador, .userLegend, .userMaster, .vipBS, .userDeveloper {
-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;
}
.userFundador {
background: #881418;
}
.userDeveloper {
background: #D2691E;
}
.userModerador {
background: #00BFFF;
}
.userDesigner {
background: #A020F0;
}
.userCo-Administrador {
background: #32CD32;
}
.userLegend {
background: #000000;
}
.userMaster {
background: #483D8B;
}
.userWarez {
background: #8B008B;
}
.userMembro {
background: #EE7621;
}
.userNovato {
background: #6C7B8B;
}
/*EDITOR*/
.sceditor-container {
border-color: #2D2C2C!important;
}
#textarea_content .sceditor-toolbar {
background: url(http://www.audentio.com/demo/mybb16/images/audentio/neonglow/highlight_3.png) repeat-x 0px -1px;
background-color: rgb(32, 37, 37) !important;
border-bottom: 1px solid #292929;
}
#stats {background-color: rgba(77, 70, 70, 0);}
.user-basic-info a img,#profile-advanced-right .module .main-content img{
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
border-radius: 100%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 110px;
padding: 1px;
width: 110px;
}
.user-basic-info a img:hover,#profile-advanced-right .module .main-content img:hover,{
border-color: #A1A1A1;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.lastpost-avatar img {
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
border-radius: 100%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 36px;
margin: 0px 5px;
padding: 1px;
width: 36px;
}
.lastpost-avatar img:hover {
border-color: #A1A1A1;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
li > a.mainmenu[href="/search"] { display : none; }
li > a.mainmenu[href="/groups"] { display : none; }
li > a.mainmenu[href="/privmsg?folder=inbox"] { display : none; }
/* Tamanho e cor do texto tópicos */
.post-entry {
color: #DBDBDB!important;
font-size: 13px;
font-family: Verdana,sans-serif;
line-height: 1.4;
}
/* Fim */
.pun .frm dd.frm-input, .pun .frm dd.frm-input input, .pun .frm dd.frm-textarea {
width: 80%;
}
#ucp .frm-set.multi dl input, dd.frm-input input, input.inputbox {
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
background: #1C313C;
border: 1px solid #D4D4D4;
box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
color: #9F9F9F;
font-size: 16px;
font-weight: 700;
padding: 5px;
}
/*EDITOR*/
.entry-content img {
max-width: 800px!important
max-height: 450px!important;
}
#quick_reply #textarea_content {width: 99.5% !important;}
#quick_reply {padding: 10px;}
#quick_reply .frm-set .frm-buttons {
border: 1px solid #2a2a2a;
margin: 0;
padding: 15px 3px!important;
text-align: right;
}
input[type="button"], input[type="reset"], input[type="submit"] {
padding: 8px ;
background: #3498DB;
color: white; !important;
font-weight: bold;
border: 1px solid #2A80B9;
border-radius: 3px;
-webkit-transition: 0.3s;
transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background-color: #2A80B9;
}
div.sceditor-dropdown .button{
background: #3498DB !important;
color: white !important;
}
.user-basic-info a img,#profile-advanced-right .module .main-content img{
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
border-radius: 100%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 110px;
padding: 1px;
width: 110px;
}
.user-basic-info a img:hover,#profile-advanced-right .module .main-content img:hover,{
border-color: #A1A1A1;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.lastpost-avatar img {
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
border-radius: 100%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 36px;
margin: 0px 5px;
padding: 1px;
width: 36px;
}
.lastpost-avatar img:hover {
border-color: #A1A1A1;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.user-basic-info a img {
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
border-radius: 30%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 110px;
padding: 1px;
width: 110px;
}
.user-basic-info a img:hover {
border-color: #A1A1A1;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#tabs ul li a {
font-weight: bold;
color: #424242;
background-color: #F1F1F1;
border-color: #C1C1C1;
background-image: url('http://i50.tinypic.com/2rcpvd3.png');
background-repeat: repeat-x;
margin-top: 10px;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #F4F4F4;
border-color: #333;
}
#tabs ul li.activetab a {
background-color: #363636;
background-image: url(http://i50.tinypic.com/9qky9y.png);
background-repeat: repeat-x;
border-color: #363636;
color: white;
text-decoration: none;
}
#tabs ul li.activetab a:hover {background: white;}
#header_info {
background: #1F232C;
color: #fff;
height: 42px;
padding: 12px;
font-size: 15px;
font-weight: 500;
}
#header_info ul {float: right;list-style-type: none;}
#header_info > ul:last-child > li {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid rgba(0,0,0,0.1);
}
#header_info .hd {
color: #868686;
text-transform: uppercase;
line-height: 150%;
font-size: 11px;
margin: 0;
}
#header_profile {
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
min-height: 210px;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0px 0px 30px rgba(0,0,0,0.4) inset;
}
.inside_profile {
padding-top: 15px;
text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.left-info-profile .mmb {
font-size: 36px;
line-height: 150%;
font-weight: normal;
margin: 10px 0;
}
.mmb, .mmb span {
color: white !important;
}
.left-info-profile .mmb em {
font-size: 13px;
}
.avatar-prof {float: left;}
.left-info-profile .avatar-prof img, .avatar img {
background: #fff;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
border: 1px solid #d8d8d8;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
height: 120px;
margin-right: 15px;
padding: 2px;
width: 120px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.left-info-profile .rank-prf {font-size: 14px;font-weight: bold;}
.right-info-profile {float: right;}
.but_prof {
background: url(http://i39.servimg.com/u/f39/17/96/03/52/67809910.png) no-repeat center;
cursor: pointer;
}
.newmsg a {
background: url(http://i39.servimg.com/u/f39/17/96/03/52/mail10.png) no-repeat center;
margin-right: 10px;
}
.but_prof, .newmsg a {
background-color: #eaeaea;
vertical-align: middle;
padding: 10px 20px;
border-radius: 3px;
-webkit-transition: 0.1s all linear;
-moz-transition: 0.1s all linear;
-ms-transition: 0.1s all linear;
-o-transition: 0.1s all linear;
transition: 0.1s all linear;
}
.but_prof:hover, .newmsg a:hover {background-color: #e0e0e0;}
#profile-advanced-right {
float: left;
width: 260px;
padding: 17px 0px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
margin-right: 0px;
}
#profile-advanced-left {
padding: 8px 0 0 20px;
margin-left: 285px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {margin: 0;position: initial;}
#profile-advanced-layout #new-message-link, #profile-advanced-layout #tabs {position: initial;}
#profile-advanced-layout #tabs ul {
background: #fff;
padding: 0;
box-shadow: 0px 15px 110px rgba(0,0,0,0.2);
border-radius: 3px;
z-index: 200;
bottom: initial;
width: 280px;
display: none;
position:absolute;
}
#profile-advanced-layout #tabs ul:before {
right: 10px;
bottom: 100%;
border-color: transparent transparent #fff;
pointer-events: none;
}
#profile-advanced-layout #tabs ul li {
float: none;
text-align: left;
line-height: 1.4;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#profile-advanced-layout #tabs ul li > a {
background-color: transparent;
background-image: none;
border: 0;
display: block;
margin: 5px;
border-radius: 3px;
float: none;
padding: 8px 15px;
color: #333;
white-space: nowrap;
}
#profile-advanced-layout #tabs ul li > a:hover {
background: #f0f0f0;
}
#profile-advanced-layout #tabs ul li.activetab a {
background: #e5e5e5;
font-weight: bold;
text-decoration: none;
}
#profile-advanced-layout .main-head, #profile-advanced-right .main-head {
background: #222;
color: #fff;
font-size: 15px;
font-weight: 500;
}
#profile-advanced-right .main-content {
background: white;
border: 0;
}
.avatar, #profile-advanced-details .main-content {
background-color: transparent;
border: 0;
padding: 0px 15px 15px 15px !important;
}
.avatar img {
height: 40px;
width: 40px;
}
.friend-block {text-align: left;width: 100%;margin:2px 1px;background:#1F232C;padding: 10px 0px 10px 0px}
.friend-block a {text-decoration: none;margin-left: 60px;}
.friend-block .avatar {float: left;}
#profile-advanced-details div.separator {border-bottom: 0;}
#profile-advanced-details .message-block {
background: #f4f4f4;
margin-left: 83px;
position: relative;
}
#profile-advanced-details .message-header {border: 0;}
#profile-advanced-details .message-block {padding: 10px;}
#profile-advanced-details .message-text {padding: 5px;}
#profile-advanced-details .message-block:before {
left: -30px;
top: 15px;
border-color: transparent #f4f4f4 transparent transparent;
}
#profile-advanced-details .message-footer li a {
text-decoration: none;
opacity: 0.5;
}
#profile-advanced-details .message-block:hover .message-footer li a {opacity: 1;}
#profile-advanced-details .message-block:before, #profile-advanced-layout #tabs ul:before {
border-style: solid;
border-width: 15px;
display: block;
height: 0;
content: '';
position: absolute;
width: 0;
z-index: 3;
}
/* Killer modifications on perfil page*/
#profile-advanced-details {
background: #1B1E25 !important;
border-radius: 3px 3px 0 0;
}
.friend_list_online_status img {
width:11px !important;
height:11px !important;
margin-left: 60px;
}
/* end killer */
.reputation_profile {
background: #5f7a47;
color: #fff;
margin-bottom: 10px;
padding: 7px;
border-radius: 2px;
text-align: center;
}
.reputation_profile.neutral {background-color: #e0e0e0;color: #555;}
.reputation_profile .head {text-transform: uppercase;}
.reputation_profile .score {
font-size: 20px;
margin: 4px 0;
}
.reputation_profile span {display: block;line-height: 150%;}
.rep_bar {
white-space: nowrap;
margin: 6px 4px;
float: right;
}
.rep_bar .bs_inline {list-style: none;}
.bs_inline>li {
display: inline-block;
margin: 0 3px;
}
.bs_inline>li:first-child {
margin-left: 0;
}
.bs_inline img {vertical-align: middle;}
.bs_inline span img {cursor: pointer;}
.reput_vote.positive {
background: #8db13e url('http://i.imgur.com/UGqTZqe.png') repeat-x 0 1px;
}
.reput_vote.zero {
background: #6a6a6a url('http://i.imgur.com/UGqTZqe.png') repeat-x 0 1px;
}
.rep_bar .reput_vote {
font-size: 10px;
padding: 2px 10px !important;
}
.reput_vote {
color: #fff;
font-weight: bold;
padding: 3px 8px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
/*Botões (números) personalizados nas tópicos*/
.paged-foot .paging a, .paging a, .paging b, td p.pag a, td p.pag b
{
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #1F232C;
border: 1px solid #1B1F25;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
color: #747474;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 5px 10px;
text-transform: lowercase;
}
.paged-foot .paging a, .paged-foot .paging a: hover, .paged-foot .paging b, .paging a, .paging b, td p.pag a, td p.pag b
{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 12px!important;
margin-right: 3px!important;
padding: 6px 9px!important;
}
.paging a: hover, td p.pag a:hover
{
background-color: #1B1F25;
color: #747474;
}
/*Fim botões (números) personalizados nas tópicos*/
.pun .frm .frm-buttons input
{
padding:4px 8px;
}
/* Botoes utilitarios emoticons */
.toolbutton {
border-radius: 3px;
color: #fff!important;
font-size: 12px;
font-weight: 700;
margin-bottom: 4px;
margin-top: 4px;
padding: 9px 15px;
text-transform: uppercase;
text-align:center;
}
.download {
background: #A5C63B;
}
.movido {
background: #3BAEDA;
}
.bloqueado {
background: #DB4453;
}
/* CSS News Portal */
.posteruser15 {
padding-left: 20px;
background-image: url("http://i.imgur.com/w67x3VF.png") !important;
background-repeat: no-repeat;
margin-right: 10px;
background-size: 16px;
}
.date {
background-image: url("http://i.imgur.com/STATE3a.png") !important;
background-position: left;
background-repeat: no-repeat;
padding-left: 20px;
padding-right:10px !important;
background-size: 15px 15px;
/*padding: 10px 10px 10px 15px;*/
background-size: 16px;
margin-right:5px !important;
}
p .comments {
color: #FFF !important;
}
.pun {
color: #999999;;
}
/* Reputação Perfil */
.rep {
background-color: #8EB021!important;
border-radius:3px;
color: #fff;
display: block;
margin: 0 auto;
margin-bottom: 3px;
padding: 3px 7px;
max-width: 125px;
text-align: center;
background-position: 0px 1px;
background-repeat: repeat no-repeat;
}
/* MP/Notificações */
#inbox_link img{background-image:url(http://i.imgur.com/8leCgqd.png)}
#notify_link img{background-image:url(http://i.imgur.com/cI1Fwvl.png)}
#inbox_link img,#notify_link img{background-position:0 0;background-repeat:no-repeat;height:15px;vertical-align:middle;width:24px;}
#inbox_link img:hover,#notify_link img:hover{background-position:0 0;background-repeat:no-repeat;height:15px;vertical-align:middle;width:24px;opacity:0.65;-moz-opacity: 0.65;filter: alpha(opacity=65);}
.dropdown-item {
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
-webkit-transition: .3s;
background: #3498DB;
border: 1px solid #25282f;
border-radius: 3px;
box-shadow: inset 0 0 1px #000;
color: #fff!important;
display: inline-block;
font-family: arial,tahoma;
font-size: 12px;
list-style: none;
margin-right: 10px;
padding: 4px 8px;
position: relative;
transition: .3s;
}
[data-counter]:after {
background: #cf2020;
height: 12px;
line-height: 12px;
content: attr(data-counter);
position: absolute;
padding: 0px 4px;border-radius: 2px;
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset;
background-clip: padding-box;
font:bold 9px "Helvetica Neue", sans-serif;
color: white;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0,0,0,.6);
margin-left: -10px;
margin-top: -10px;
}?
#live_notif {
background: #3498DB;
padding:10px;
}
#notif_list {
width:300px;
padding:10px;
margin-top:5px;
margin-left:0px;
}
#notif_list a {
color: #43AAEF;
}
.content hr {
color:#2B2E35;
border: none !important;
}
/* FIm MP/Notificações */
/* Main Menu Dropdown */
#fa_notifications {cursor:pointer;}
#mainmenu {
display:inline-block;
}
#mainmenu ul {
float:right;
margin:0px 0px;
padding:0px 0px;
}
#mainmenu li {
margin:0px 0px;
padding:0px 0px;
float:left;
display:inline;
list-style:none;
position:relative;
}
#mainmenu li a {
/*display:block;*/
text-decoration:none;
color:#fff;
}
#mainmenu li a:hover{
color:#fff;
}
#mainmenu li li {
font-size:12px;
}
#mainmenu li li a{
font-size:12px;
padding:10px 15px 10px 15px;
border-top:none;
text-transform:none;
letter-spacing:normal;
}
#mainmenu li li a:hover {
color:#fff;
}
#mainmenu li ul {
width:270px;
background:#1F232C;
height:auto;
position:absolute;
top:100%;
left:0px;
z-index:10;
display:none;
padding:5px;
margin-top: 8px;
}
#mainmenu li ul li {
padding:10px 0px;
}
#mainmenu li ul li a {
color:white !important;
padding:0px !important;
}
#mainmenu li ul li a:hover {
border-radius: 0px !important;
box-shadow: none !important;
color: #78cfe4;
text-shadow: none !important;
}
#mainmenu li ul:hover {
background:#1B1F25;
box-shadow:0px !important;
}
#mainmenu li li {
display:block;
float:none;
}
#mainmenu li:hover > ul {
display:block;
}
#mainmenu li ul ul {
left:100%;
top:0px;
}
#mainmenu li:hover a {
color:#fff;
}
.unread {
background: #3498DB !important;
color:white;
padding:4px;
}
.unread div a {
color:#145682 !important;
}
Re: Últimos assunto
Olá!
Adicione no inicio da sua CSS:
Até mais.
Fraise
Adicione no inicio da sua CSS:
- Código:
#content-container div#container {
float: left !important;
margin-right: 0 !important;
width: 77% !important;
}
Até mais.
Fraise
Re: Últimos assunto
@Fraise funcionou até certa parte, os links já funcionam porem o fórum ficou assim http://www.rewtec.com/forum
Re: Últimos assunto
Okay! Retire o código que lhe forneci e substitua por este:
Em seguida aceda a Painel de Controle ->> Módulos ->> Portal & Widgets ->> Gestão dos widgets do fórum e ajuste o valor da largura da coluna conforme desejar.
Até mais.
Fraise
- Código:
#content-container div#container { margin-right: 0 !important; }
Em seguida aceda a Painel de Controle ->> Módulos ->> Portal & Widgets ->> Gestão dos widgets do fórum e ajuste o valor da largura da coluna conforme desejar.
Até mais.
Fraise
Re: Últimos assunto
Todos os Widgets agora vieram para baixo, todos mesmo. Passe lá e veja
Re: Últimos assunto
Fez o segundo procedimento?
Até maismais.
Fraise
Fraise escreveu:Em seguida aceda a Painel de Controle ->> Módulos ->> Portal & Widgets ->> Gestão dos widgets do fórum e ajuste o valor da largura da coluna conforme desejar.
Até maismais.
Fraise
Re: Últimos assunto
Cara mas o problema não está na largura, mas sim na altura se mexer na largura vai ficar igual como está agora (Os Widgets cá no fundo na mesma).
Re: Últimos assunto
Boa tarde!
Adicione em sua CSS:
Abraços, MateusAnjos.
Adicione em sua CSS:
- Código:
#content-container div#right {
float: right !important;
overflow: hidden !important;
width: 225px !important;
z-index: 4 !important;
position: absolute !important;
right: 0;
}
Abraços, MateusAnjos.
Re: Últimos assunto
Agora sim resolveu @MateusAnjosV
Já dei o meu agradecimento para voce.
Já dei o meu agradecimento para voce.
Re: Últimos assunto
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
Tópicos semelhantes
» Ultimos assunto buga com formulario
» Como por ultimos assunto em HTML?
» Como eu coloco últimos assuntos no canto da tela mostrando os ultimos topicos ?
» Ícones do assunto
» Ícones de assunto
» Como por ultimos assunto em HTML?
» Como eu coloco últimos assuntos no canto da tela mostrando os ultimos topicos ?
» Ícones do assunto
» Ícones de assunto
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