Remover o fundo do wrap
2 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
Remover o fundo do wrap
Detalhes da questão
Endereço do fórum: http://percyjacksonrpgbr.forumeiros.com/forum
Versão do fórum: phpBB3
Descrição
Olá, eu gostaria que meu fórum tivesse a camada atrás do banner transparente, como neste exemplo (http://zverthewod.forumeiros.com/forum), porém hoje está branco, formando uma borda no banner. No futuro quero usar um banner apenas com uma logo, sem fundo, deixando aparecer o background, bem como no fórum que linkei.
Imagem do meu fórum: https://i.imgur.com/eZqYoiA.png
Aqui está o código da folha de estilo css, caso ajude:
- Spoiler:
- Código:
#chatbox:before {
background: #F5FFF6 url(https://i.imgur.com/g3NBjqp.png) repeat-x;
border: 1px solid #D3EED5;
color: #1F691C;
content: 'Bem vindo ao Chatbox! Respeite as regras e os demais jogadores.';
display: block;
font-size: 12px;
text-align: center;
line-height: 1.6;
padding: 10px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
/*
C O R E S
azul claro: 5d979f 3E8185
azul escuro: 00555B
cinza1: e0e0e0
*/
/* Ajustes feitos por Tyler Keating. */
input.button1:hover {border:0;}
.inputbox:hover {border: 1px solid #3E8185;}
div.separator {border-bottom: transparent !important;}
#cp-main .column1,
#cp-main .column2 {
clear: none;
margin-bottom: 10px;
}
li.row.row2 {border: 0; background: #f5f5f5;}
dd.posts, dd.views, dd.lastpost {border: 0 !important;}
.postprofile {border: 0;}
ul.chatbox-options a {color: #fff !important; text-transform: uppercase; line-height: 15px;}
ul#picture_legend {display: none;} /* retira a legenda dos ícones do fórum */
div.forumbg dd.dterm {padding-left: 70px;}
/*div#main-content p,*/ div#main-content ul.linklist, li.footer-home, li.rightside {font-size: 10px !important;} /* diminui alguns links/escritas padrões da forumeiros */
p.copyright span {font-size: 8px; text-transform: uppercase;} /* créditos da skin */
p.copyright span#pjbr {font-size: 10px; display: block; text-align: right; padding: 10px 20px;}
ul.topiclist.pmlist.bg_none li.row.row1 dl.icon dt {padding-left: 70px;}
ul.topiclist.pmlist.bg_none li.row.row1 dl.icon dd.mark {border: 0; position: relative; top: 5px;}
ul.topiclist.pmlist.bg_none li.row.row1 {width: 980px;}
dl.postprofile{right:40px;}
body {background-size: cover;} /* cobre todo o fundo com a img. o zoom não altera a img */
#tab-nov a:hover {
background: #00555B;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
#tab-nov a {
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
width: 165px;
padding: 2px 6px;
background: #3E8185;
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
/*barra lateral*/
::-webkit-scrollbar-thumb {
background-color: #3E8185;
border: 2px solid #E0E0E0;
height: auto;
width: 5px;
}
::-webkit-scrollbar {
background-color: #3E8185;
border: 4px solid #E0E0E0;
height: 10px;
width: 10px;
}
li.row dd.dterm {border-left-width: 0px;}
li.row:hover {background: #e0e0e0; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;}
/*Fuentes*/
/* latin-ext */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) 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;
}
/****************** S K I N D E L F O R O *******************/
/*Cuerpo del Foro*/
#wrap {
padding: 10px!important;
width: 1200px;
max-width: 1200px;
min-width: 1000px;
margin-top: 10px; /*altura para que entre bien el menu flotante*/
}
/*mueve la imagen del logo para que cuadre con el foro*/
#logo img {
width: 1200px; !important;
margin-left: -10px;
margin-top: -5px;
margin-bottom: -16px;
}
/*Elimina la parte de los widgets*/
#content-container div#left {
background: trasnparent;
float: left;
height: 100%;
left: 0;
line-height: 100%;
margin-right: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 0px;
}
#left {
position: fixed;
top: 0px;
left:0px;
height: 100%;
}
#content-container div#content { margin-right: 0px !important;}
/*elimina el buscar*/
#search-box {
display: none;
}
/*barra del menu*/
ul.navlinks {
margin-left: -10px;
width: 1190px;
background: #00555B;
font-family: 'verdana';
font-size: 7px;
text-align: center;
font-weight: lighter;
cursor: pointer;
padding: 5px;
}
ul.navlinks a {
color: #e0e0e0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: lighter;
margin: 0 10px;
}
ul.navlinks a:hover {text-decoration: none; font-style: italic;}
/*titulo de los foros - subforos - ultimos mensajes*/
ul.topiclist li {
display: block;
margin: 0;
}
li.header {
background: #3E8185;
border-bottom: 10px solid #00555B;
font-size: 0;
text-align: center;
text-transform: none;
}
.table-title, .table-title h2 {
color: #f6f6f6;
font-family: 'Oswald';
font-size: 25px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 90px;
}
.table-title, .table-title h2:after {content: ";"; }
/*centra el titulo de la categoria*/
.forabg li.header dd.dterm {
text-align: right;
width: 90%;
}
/*parte de los foros*/
ul.forums {
background: #f5f5f5;
border-bottom: 5px solid #e0e0e0;
padding-bottom: 10px;
}
/*pone a los foros en dos lineas*/
.forabg .row {
display: inline-block;
width: 50%;
border: 0;
transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;
}
/*titulo de los subforos*/
a.forumtitle {
width: 383px;
display: block;
padding: 10px;
background: #00555B;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 20px;
text-align: right;
margin-top: 10px;
margin-bottom: -12px;
margin-left: -48px;
}
a.forumtitle:after {content: ";"; }
a.forumtitle:hover {text-decoration: none; color: #f6f6f6; }
/*descripción de los foros*/
#des1 {
width: 252px;
padding: 10px;
margin-left: -50px;
background: #e0e0e0;
height: 105px;
font-size: 11px;
line-height: 12px;
text-align: justify;
overflow: auto;
}
#des1 img {width: 250px; height: 105px; }
#des1 a {
background: #f5f5f5;
color: #212121;
display: inline-block;
font-size: 8px;
font-family: 'Arial';
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
text-align: center;
width: 240px;
line-height: 16px;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
#des1 a:hover {
background: #3E8185;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
#des2 {
width: 269px;
border: 10px solid #e0e0e0;
background: #e0e0e0;
height: 105px;
font-size: 11px;
font-family: 'Arial';
line-height: 12px;
text-align: justify;
overflow: auto;
}
#des2 img {width: 265px; height: 105px; }
/*desaparece la cabera*/
.forabg li.header dd.lastpost {
display:none;
}
.forabg li.header dd.posts {
display:none;}
.forabg li.header dd.topics {
display:none;
}
/*cantidad de temas*/
.forabg dd.topics {
width: 64px;
display: block;
padding: 5px;
background: #00555B;
color: #f6f6f6;
text-shadow: 1px 1px 1px #000;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-transform: lowercase;
line-height: 20px;
text-align: center;
margin-left: 49px;
margin-top: 14px;
border-left: 0px;
}
.forabg li.row dd.topics:after {
content: "topicos";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
/*cantidad de post*/
.forabg dd.posts {
width: 64px;
display: block;
padding: 5px;
background: #00555B;
color: #f6f6f6;
text-shadow: 1px 1px 1px #000;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-transform: lowercase;
line-height: 20px;
text-align: center;
margin-top: 14px;
margin-left: 5px;
}
.forabg li.row dd.posts:after {
content: "post";
font-size: 11px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
/*ultimo mensaje*/
.forabg dd.lastpost {
width: 560px;
margin: -10px 0 20px 8px;
background: #e0e0e0;
line-height: 20px;
text-transform: uppercase;
font-family: Arial;
font-size: 11px;
letter-spacing: 1px;
color: #212121;
height: 20px;
border-left: 0px;
}
dd.lastpost a strong {
margin-left: 10px;
margin-right: 10px;
}
li dd.lastpost span a {
margin-right: 10px;
}
.forabg dd.lastpost a {
color: #3E8185;
}
.last-post-icon{ /*display:none;*/ }
.lastpost br { display:none;}
/*titulos*/
.h3 {
background: #f5f5f5;
border-bottom: 10px solid #e5e5e5;
color: #00555b;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: none;
text-transform: none;
line-height: 50px;
text-align: center;
}
.h3 a {color: #f6f6f6; }
h1.page-title {
background: #3E8185;
border-bottom: 10px solid #00555B;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 50px;
text-align: center;
}
h1.page-title a {color: #f6f6f6; }
/*titulo de los temas*/
.postbody .topic-title a {
width: 860px;
padding: 10px;
background: #3E8185;
color: #e0e0e0;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
line-height: 30px;
text-align: left;
display: block;
margin-left: 0px;
margin-top: 5px;
}
/*editar-citar-borrar*/
.postbody ul.profile-icons {
position: absolute;
margin-top: 60px;
margin-left: 660px;
}
/*cuerpo del mensaje*/
.postbody {
width: 880px;
text-align: justify;
margin-left: 10px;
font-size: 11px;
font-family: 'Trebuchet MS';
}
/*autor de los mensajes*/
p.author {
background-color: #f5f5f5;
position: relative;
border-bottom: 2px solid #e0e0e0;
color: #aaa;
margin-top: 5px;
padding: 4px !important;
margin-bottom: 30px;
margin-left: 0px;
text-align: center;
width: 650px;
font-size: 12px !important;
}
/*Quita el Edit*/
.edit{ display: none; }
/*CODIGOS, SPOILERS Y CITAS*/
dl.codebox {
background-color: #f5f5f5;
border-bottom: 4px solid #e0e0e0;
border: 0px;
font: 10px Verdana;
}
dl.codebox dt {
background-color: #f5f54f5;
border-bottom: 1px solid #e0e0e0;
weight:100%;
display:block;
font-size: 15px;
color:#44473E;
text-align: center;
padding: 5px;
font-family: 'Oswald';
font-weight: lighter;
}
dl.codebox code {
color: #777;
display: block;
font: 10px Verdana;
margin: 2px 0;
max-height: 200px;
overflow: auto;
padding-top: 5px;
}
blockquote {
background-color: #f5f5f5;
border-bottom: 4px solid #e0e0e0;
border: 0px;
margin-left: 0;
}
.content blockquote {
color: #555;
font: 10px Verdana;
text-align: justify;
}
blockquote cite {
display: block;
font-family: 'Oswald';
font-size:12px;
color: #44473E;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-weight: lighter;
letter-spacing: 1px;
}
blockquote blockquote {background-color: #f5f5f5; }
/*Color de las pestañas del Perfil*/
#tabs {margin: 0;}
#tabs a span {
background-color: #00555b;
border: medium none;
color: #e5e5e5;
border-bottom: 4px solid #e5e5e5;
display: inline-block;
outline: medium none;
}
#tabs a span:hover {
background-position:center;
color: #3E8185;
}
#tabs .activetab a span {
background-color: #e5e5e5;
border: medium none;
color: #3E8185;
border-bottom: 4px solid #3E8185;
display: inline-block;
outline: medium none;
width: 95px;
}
#tabs .activetab a span:hover {
color: #3E8185;
}
/*Efecto en la numeracion de paginas*/
.pagination span a, .pagination span a:active, .pagination span a:link, .pagination span a:visited {
background-color: #f5f5f5;
border:none;
color: #3E8185;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
.pagination span strong {
background-color: #3E8185;
border:none;
color: #f5f5f5;
font-size: 10px;
margin: 0 2px;
padding: 0 2px;
}
.pagination span a:hover {
background-color: #3E8185;
border:none;
color: #f5f5f5;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
/*Chatbox*/
#chatbox_header {
background-color: #3E8185;
border-bottom: 5px solid #00555B;
text-shadow: 1px 1px 1px #000;
}
#chatbox_header a {color: #aaa}
#chatbox_footer {
background-color: #00555B;
color: #aaa;
}
.chatbox-title {
color: #ffffff;
font-size: 20px;
font-family: 'Oswald';
text-transform:lowercase;
line-height: 30px;
}
#chatbox_members {
border-right: 1px solid #3E8185;
bottom: 30px;
color: #616161;
overflow: auto;
position: absolute;
top: 38px;
width: 180px;
text-align: center;
}
body.chatbox {
background-image: none;
color: #555;
font-size: 11px;
line-height: 11px;
background: #ffffff;
font-family: 'Arial';
}
#chatbox {
bottom: 30px;
left: 181px;
line-height: 10px;
overflow: auto;
position: absolute;
right: 0;
top: 38px;
}
/*botones*/
a.button1, a.button2, button.button2, input.button1, input.button2, fieldset.submit-buttons input {
background: #3E8185;
border: 0px;
color: #e0e0e0;
display: inline-block;
font-family: arial;
font-size: 8px;
outline: medium none;
padding: 10px;
text-transform: uppercase;
letter-spacing: 3px;
}
input.button2:hover, fieldset.submit-buttons input:hover {
background: #3E8185;
border: 0px;
color: #aaa;
display: inline-block;
font-family: arial;
font-size: 8px;
outline: medium none;
padding: 10px;
text-transform: uppercase;
letter-spacing: 3px;
}
/*formulario*/
.inputbox, select {
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
color: #00555B;
display: inline-block;
font-family: Arial;
font-size: 11px;
margin-top: 5px;
outline: medium none;
padding: 4px;
}
#cp-main h1 {
border-bottom: none;
color: #fff;
margin-left: 10px;
padding: 0;
}
/*rutas*/
.pathname-box a {
float: center;
padding: 2px;
color: #aaa;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
}
.pathname-box a:after {content: ";"}
/* T A B L O N D E A N U N C I O S */
#tab-nom {
width: 270px;
padding: 10px;
background: #3E8185;
border-bottom: 10px solid #00555B;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 30px;
text-align: right;
}
#tab-nom:after {content: ";";}
#tab-cont {
width: 270px;
padding: 10px;
background: #e0e0e0;
color: #212121;
height: 105px;
overflow: auto;
font-size: 10px;
font-family: 'Arial';
line-height: 15px;
text-align: justify;
}
#tab-cont a {
font-size: 8px;
font-family: 'Arial';
}
#tab-amb, #tab-nov, #tab-staff {
width: 270px;
padding: 10px;
background: #e0e0e0;
height: 105px;
font-size: 11px;
font-family: 'Arial';
line-height: 12px;
text-align: justify;
overflow: auto;
}
#tab-nov
#nov-fecha {
padding: 2px 6px;
background: #3E8185;
color: #fff;
display: inline-block;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
}
#tab-staff a {
background: #3E8185;
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
text-align: center;
width: 270px;
line-height: 24.8px;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
#tab-staff a:hover {
background: #00555B;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
/* E S T A D I S T I C A S D E L F O R O */
#esta-nom {
width: 375px;
padding: 10px;
background: #3E8185;
border-bottom: 10px solid #00555B;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 30px;
text-align: right;
}
#esta-nom:after {content: ";";}
#esta-con, #esta-ult, #esta-ley {
width: 375px;
padding: 10px;
background: #e0e0e0;
height: 135px;
font-size: 11px;
font-family: 'Arial';
line-height: 12px;
text-align: justify;
overflow: auto;
}
#esta-ley {padding: 10px 5px 10px 15px;}
#esta-con a, #esta-ult a {
font-size: 12px;
text-transform: lowercase;
letter-spacing: 2px;
font-family: 'Oswald';
font-weight: lighter;
}
#ley1 a, #ley2 a, #ley3 a, #ley4 a, #ley5 a, #ley6 a, #ley7 a, #ley8 a, #ley9 a, #ley10 a, #ley11 a, #ley12 a, #ley13 a, #ley14 a, #ley15 a, #ley16 a, #ley17 a, #ley18 a, #ley19 a, #ley20 a, #ley21 a, #ley22 a, #ley23 a, #ley24 a, #ley25 a, #ley26 a, #ley27 a, #ley28 a, #ley29 a, #ley30 a, #ley31 a, #ley32 a, #ley33 a, #ley34 a, #ley35 a, #ley36 a
{
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 0px;
text-align: center;
width: 173px;
line-height: 31px;
}
#esta-ley td {margin:0 !important;}
#ley1 {background: #1CC1C1; }
#ley2 {background: #1CC1C1; }
#ley3 {background: #ABFFFF; }
#ley4 {background: #000; }
#ley5 {background: #C71443; }
#ley6 {background: #E36200; }
#ley7 {background: #A38D00; }
#ley8 {background: #D10000; }
#ley9 {background: #0F0D3E; }
#ley10 {background:#197D00; }
#ley11{background: #098FA1; }
#ley12{background: #4C2B64; }
#ley13{background: #AD9F6D; }
#ley14{background: #FFA07A; }
#ley15{background: #20002E; }
#ley16{background: #4B004F; }
#ley17{background: #C78E48; }
#ley18{background: #6A8C21; }
#ley19{background: #828282; }
#ley20{background: #FFCE08; }
#ley21{background: #E37F32; }
#ley22{background: #0EC98B; }
#ley23{background: #9AC9A1; }
#ley24{background: #8B0000; }
#ley25{background: #7B6085; }
#ley26{background: #870242; }
#ley27{background: #4A0000; }
#ley28{background: #011F01; }
#ley29{background: #8DB5CC; }
#ley30{background: #0B423F; }
#ley31{background: #005582; }
#ley32{background: #8C3C18; }
#ley33{background: #43804D; }
#ley34{background: #032B40; }
#ley35{background: #2543DB; }
#ley36{background: #A74B94; }
.page-bottom {
background: #e0e0e0;
display: inline-block;
position: relative;
text-align: center;
color: #555;
width: 394px;
line-height: 20px;
margin-left: 2px !important;
font-size: 8px;
text-transform: uppercase;
}
/* P E R F I L D E L O S P E R S O N A J E S */
#pr-cuerpo {
width: 250px;
height: 580px;
overflow: hidden;
margin-left: 0px;
margin-top: -5px;
}
#pr-name a {
width: 230px;
padding: 10px;
background: #f5f5f5;
border-bottom: 10px solid #e5e5e5;
font-family: 'Oswald';
font-size: 22px;
font-variant: normal;
font-weight: lighter;
text-shadow: none;
text-transform: none;
line-height: 35px;
text-align: center;
display: block;
}
#pr-name a:hover {text-decoration: none; }
#pr-avatar {
width: 250px;
height: 400px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
text-align: center;
}
#pr-info {
width: 230px;
height: 380px;
padding: 10px;
background: #f5f5f5;
margin-top: -438px;
margin-left: 250px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
#pr-cuerpo:hover #pr-avatar {
margin-left: -250px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
#pr-cuerpo:hover #pr-info {
margin-left: 0px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
#pr-conta {
width: 116px;
height: 66px;
display: inline-block;
}
#pr-conta a {
margin-bottom: 2px;
display: block;
}
#pr-tit {font-size: 0px; height: 0px; } /*elimina el titulo de los datos*/
#pr-sep {margin-bottom: -10px; } /*elimina el espacio entre dato y dato*/
#pr-dato {
background: #e0e0e0;
color: #555;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 0px;
text-align: center;
width: 230px;
line-height: 20px;
}
#pr-dato img {width: 230px; max-height: 253px;}
/*mini perfil nas mensagens*/
.pr-campo:first-child #pr-dato {
width: 92px;
padding: 15px 10px;
background: #e0e0e0;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: lighter;
text-transform: lowercase;
line-height: 24px;
text-align: center;
display: block;
margin-top: -66px;
margin-left: 118px;
}
/*escribe 'mensajes' sin usar el label*/
.pr-campo:first-child #pr-dato:after {
content: "Posts";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
/* A F I L I A D O S A L P I E D E L F O R O */
.afi-mano {
display: inline-block;
width: 370px;
margin-right: -4px;
}
#afi-nom, #afi-nom1, #afi-nom2 , #afi-nom3, #afi-nor a {
width: 308px;
padding: 10px;
background: #44473E;
border-bottom: 10px solid #7A2C18;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 30px;
text-align: right;
}
#afi-nom:after, #afi-nom1:after, #afi-nom2:after, #afi-nor a:after {content: ";";}
#afi-nom1 {
width: 650px;
margin-top: 2px;
}
#afi-nor a {
width: 302px;
margin-left: 2px;
border-bottom: 0px;
display: block;
}
#afi-nom2 {
width: 302px;
margin-left: 2px;
}
#afi-cu1, #afi-cu2, #afi-cu3, #afi-cu4 {
width: 308px;
padding: 10px;
background: #0d0d0d;
height: 102px;
overflow: hidden;
}
#afi-nom3, #afi-cu4 {width: 320px; }
#afi-cu2 {
width: 656px;
height: auto;
padding: 7px;
}
#afi-cu1 img {
width: 100px;
height: 50px;
margin-bottom: 2px;
}
#afi-cu4 img {
width: 50px;
height: 50px;
margin-bottom: 2px;
}
#afi-cu2 img {
width: 40px;
height: 40px;
margin-bottom: 2px;
}
#afi-cu3 {
margin-left: 2px;
margin-bottom: 3px;
width: 302px;
height: 259px;
overflow: auto;
font-size: 11px;
text-align: justify;
}
/*--------------------------------TABLÓN DE ANUNCIOS---------------------------*/
.cajagene{
background: #3E8185;
height: 300px;
padding: 10px;
width: 970px;
margin-left: -5px;
}
.caji1{
background-color: #3E8185;
height: 150px;
width: 305px;
padding: 10px;
}
.itempo{
background: url(http://i.imgbox.com/TXHZ0uiB.png);
background-size: 113%;
padding-top: 57px;
height: 92px;
width: auto;
}
.tempo{
font-family: calibri;
font-size: 12px;
text-align: center;
margin: auto;
text-transform: uppercase;
width: 206px;
background: #3E8185;
padding: 10px;
}
.subtem{
border-top: 1px solid #000;
font-size: 10px;
text-transform: none;
width: 200px;
text-align: center;
margin: auto;
}
#left {
margin-left: -1400px;
}
.caji2{
background-color: #3E8185;
height: 150px;
width: 290px;
padding: 10px;
}
.caji2 strong{
color: #7DACB2;
}
.fechi{
background: #111621;
display: inline-block;
margin: 1px;
padding: 3px;
padding-top: 0px;
height: 12px;
font-family: "calibri";
font-size: 10px;
border-radius: 5px;
}
.noti{
border-bottom: 1px solid #111621;
margin-bottom: 3px;
}
.caji3{
background-color: #3E8185;
height: 105px;
padding: 10px;
width: 640px;
}
.caji4{
background-color: #3E8185;
height: 105px;
padding: 10px;
width: 280px;
}
.istaff{
display: inline-block;
height: 100px;
width: 100px;
}
#nom{
-moz-transition: all 1.0s ease-in-out;
-webkit-transition: all 1.0s ease-in-out;
background: #121212;
display: inline-block;
font-family: arial;
font-size: 10.5px;
margin: auto;
opacity: 0;
padding: 10px;
padding-top: 40px;
text-align: center;
text-transform: uppercase;
transition: all 1.0s ease-in-out;
width: 80px;
height: 55px;
}
#ran{
border-bottom: 1px solid #111621;
font-size: 10px;
text-transform: lowercase;
width: 80px;
text-align: center;
margin: auto;
}
.istaff:hover #nom {opacity: .9;
-moz-transition: all 1.0s ease-in-out; -webkit-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out;}
Agradeço desde já, vocês são tops
Re: Remover o fundo do wrap
Olá @lavinnia,
Adicione na sua folha de estilo, o seguinte código:
Cordialmente,
pedxz.
Adicione na sua folha de estilo, o seguinte código:
- Código:
#wrap {
padding: 0!important;
}
- Código:
#wrap {
padding: 10px!important;
width: 1200px;
max-width: 1200px;
min-width: 1000px;
margin-top: 10px;
}
- Código:
#wrap {
width: 1200px;
max-width: 1200px;
min-width: 1000px;
margin-top: 10px;
}
Cordialmente,
pedxz.
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: Remover o fundo do wrap
Questão resolvidaEsta questão foi dada como resolvida pelo seu autor, e por esse motivo será marcada como resolvida e movida para o arquivo de questões resolvidas desta área. |
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
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