Borda redonda

3 participantes

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

Tópico resolvido Borda redonda

Mensagem por ArcadeOppai 07.03.16 17:45

Detalhes da questão


Endereço do fórum: http://dxdforumbrasil.forumeiros.com/
Versão do fórum: PhpBB3

Descrição


Olá, essa margem do meu fórum no Firefox fica quadrada, mas no Chrome e no Edge eles ficam redondos como na imagem, eu queria saber como eu posso deixar a borda quadrada em todos os navegadores.

Borda no Edge/Chorme

Borda redonda Z1c4mjb

Borda no Firefox
Borda redonda ME0HbB4
ArcadeOppai

ArcadeOppai
Novo Membro

Membro desde : 29/02/2016
Mensagens : 12
Pontos : 22

http://dxdforumbrasil.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Borda redonda

Mensagem por Maori 07.03.16 17:54

Olá, @ArcadeOppai

Queira fornecer sua folha de estilos(CSS) ?

Até!
Maori

Maori
Membro

Membro desde : 08/06/2014
Mensagens : 521
Pontos : 702

http://baixacidade.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Borda redonda

Mensagem por ArcadeOppai 07.03.16 18:27

Aqui:
Código:
#wrap {
border : 3px solid #D90000;
-moz-border-radius : 11px;
-webkit-border-radius : 9px;
}

/* Menu */

#page-header a.mainmenu {
    color: #FFF;
    font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-size: 13px;
}
 #page-header a.mainmenu:hover {
    border-bottom: 3px solid #D90000;
}
.linklist.navlinks {
    background: #000 !important;
    height: 25px;
    border: 2px solid #FFF;
    border-radius: 1px;
}


/* Cor dos nomes das categorias e personalização */
.table-title, .forumbr-title, .table-title h2, ul.topiclist li.header dl dd, .forabg-title {
color: #FFFFFF;
font-size: 10px
}


/* Rolagem personalizada */
::-webkit-scrollbar {
width: 10px;
height: 7px; }
::-webkit-scrollbar-track-piece {
background: #FFFFFF; }
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background: #2E2A2A;
}
::-webkit-scrollbar-hover:click {
color: #FFFFFF
}
::-webkit-scrollbar-thumb:horizontal {
width: 10px;
background-color: #000000;
}
::-webkit-scrollbar-click {
border: #4BD13E
}

/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(http://i41.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}




#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}




#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;
}  
 
  
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}




/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}


/* Separador de mensagens nos tópicos */
.post {
border-bottom: 1px solid #ebebeb;
}


/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}

.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}

.pathname-box a:hover{
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}

.pathname-box p{color:#F3F3F3}



/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}




/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}


.module .postbody .postbody-head {
background-color: #e5e6e7;
}

.post-footer {
background-color: #CCCCCC;
}

.post .post-header {
background-color: #CCCCCC;
}




.headerbar {margin-bottom:0;}

blockquote {
background-color:#CCCCCC;
}

ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}



/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}


/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;  
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}


jQuery(document).ready(function() {
jQuery('#page-footer').after();
});
.creditos {
margin-top: 5px;
}


/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #D90000 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */

/*Remoção de links*/

ul.linklist {
    display: none;
}


/*pdf*/

#profile-advanced-add a[href^="/profile?friend"] {
background: #8B5;
border-color: #693;
}

#profile-advanced-add a[href^="/profile?foe"] {
background: #E53;
border-color: #C31;
}
#profile-advanced-add a {
    height: auto !important;
    border: none;
    border-bottom: 2px solid #17A;
    border-radius: 3px;
    color: #FFF!important;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal!important;
    margin: 2px;
    padding: 6px 9px!important;
    transition: 300ms;
}
#profile-advanced-add a:hover {
    background: #333;
    border: none;
    border-bottom: 2px solid #111;
    color: #FFF;
}

/*avatar distancia*/

.postbody {
    width: 82%;
}


/*index*/

.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #5a5a5a !important;
}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 4px 4px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 4px 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    background: white !important;
    border: 1px solid #d2d2d2 !important;
    padding: 4px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background: #DDDDDD url(http://i.imgur.com/qFw0st1.png) repeat-x 0 0;
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #eaeaea !important;
    border-radius: 4px 4px 0 0;
    display: block;
    float: none!important;
    font-size: 12px;
    overflow: hidden;
    padding: 12px;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #333 !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}

/* Remoção imagem */

ul#picture_legend {
        display: none;
}

/* tamanho fórum */

#wrap {
        width: 95% !important;
}
ArcadeOppai

ArcadeOppai
Novo Membro

Membro desde : 29/02/2016
Mensagens : 12
Pontos : 22

http://dxdforumbrasil.forumeiros.com/

Ir para o topo Ir para baixo

  • 0

Tópico resolvido Re: Borda redonda

Mensagem por Maori 07.03.16 18:37

Troque por este, e veja se resolva!

Código:
#wrap {
border : 3px solid #D90000;
-moz-border-radius : 11px;
border-radius : 9px;
}

/* Menu */

#page-header a.mainmenu {
    color: #FFF;
    font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-size: 13px;
}
 #page-header a.mainmenu:hover {
    border-bottom: 3px solid #D90000;
}
.linklist.navlinks {
    background: #000 !important;
    height: 25px;
    border: 2px solid #FFF;
    border-radius: 1px;
}


/* Cor dos nomes das categorias e personalização */
.table-title, .forumbr-title, .table-title h2, ul.topiclist li.header dl dd, .forabg-title {
color: #FFFFFF;
font-size: 10px
}


/* Rolagem personalizada */
::-webkit-scrollbar {
width: 10px;
height: 7px; }
::-webkit-scrollbar-track-piece {
background: #FFFFFF; }
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background: #2E2A2A;
}
::-webkit-scrollbar-hover:click {
color: #FFFFFF
}
::-webkit-scrollbar-thumb:horizontal {
width: 10px;
background-color: #000000;
}
::-webkit-scrollbar-click {
border: #4BD13E
}

/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(http://i41.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}




#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}




#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;

 
 
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}




/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}


/* Separador de mensagens nos tópicos */
.post {
border-bottom: 1px solid #ebebeb;
}


/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}

.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}

.pathname-box a:hover{
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}

.pathname-box p{color:#F3F3F3}



/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}




/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}


.module .postbody .postbody-head {
background-color: #e5e6e7;
}

.post-footer {
background-color: #CCCCCC;
}

.post .post-header {
background-color: #CCCCCC;
}




.headerbar {margin-bottom:0;}

blockquote {
background-color:#CCCCCC;
}

ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}



/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}


/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear; 
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}


jQuery(document).ready(function() {
jQuery('#page-footer').after();
});
.creditos {
margin-top: 5px;
}


/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #D90000 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */

/*Remoção de links*/

ul.linklist {
    display: none;
}


/*pdf*/

#profile-advanced-add a[href^="/profile?friend"] {
background: #8B5;
border-color: #693;
}

#profile-advanced-add a[href^="/profile?foe"] {
background: #E53;
border-color: #C31;
}
#profile-advanced-add a {
    height: auto !important;
    border: none;
    border-bottom: 2px solid #17A;
    border-radius: 3px;
    color: #FFF!important;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal!important;
    margin: 2px;
    padding: 6px 9px!important;
    transition: 300ms;
}
#profile-advanced-add a:hover {
    background: #333;
    border: none;
    border-bottom: 2px solid #111;
    color: #FFF;
}

/*avatar distancia*/

.postbody {
    width: 82%;
}


/*index*/

.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #5a5a5a !important;
}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 4px 4px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 4px 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    background: white !important;
    border: 1px solid #d2d2d2 !important;
    padding: 4px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background: #DDDDDD url(http://i.imgur.com/qFw0st1.png) repeat-x 0 0;
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #eaeaea !important;
    border-radius: 4px 4px 0 0;
    display: block;
    float: none!important;
    font-size: 12px;
    overflow: hidden;
    padding: 12px;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #333 !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}

/* Remoção imagem */

ul#picture_legend {
        display: none;
}

/* tamanho fórum */

#wrap {
        width: 95% !important;
}
Maori

Maori
Membro

Membro desde : 08/06/2014
Mensagens : 521
Pontos : 702

http://baixacidade.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Borda redonda

Mensagem por ArcadeOppai 07.03.16 19:27

Ainda continua redondo, agora até no Firefox esta redondo.
ArcadeOppai

ArcadeOppai
Novo Membro

Membro desde : 29/02/2016
Mensagens : 12
Pontos : 22

http://dxdforumbrasil.forumeiros.com/

Ir para o topo Ir para baixo

  • 0

Tópico resolvido Re: Borda redonda

Mensagem por Maori 07.03.16 19:29

Perdão amigo achei que você queria arredondada, peço desculpas pela falta e atenção.

Na quarta linha do seu css, apague "border-radius: 9px;
Maori

Maori
Membro

Membro desde : 08/06/2014
Mensagens : 521
Pontos : 702

http://baixacidade.forumeiros.com

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Borda redonda

Mensagem por Fraise 07.03.16 19:29

Olá!

Troque por este:
Código:
#wrap {
border : 3px solid #D90000;
-moz-border-radius : 11px;
border-radius : 0px;
}

/* Menu */

#page-header a.mainmenu {
    color: #FFF;
    font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-size: 13px;
}
 #page-header a.mainmenu:hover {
    border-bottom: 3px solid #D90000;
}
.linklist.navlinks {
    background: #000 !important;
    height: 25px;
    border: 2px solid #FFF;
    border-radius: 1px;
}


/* Cor dos nomes das categorias e personalização */
.table-title, .forumbr-title, .table-title h2, ul.topiclist li.header dl dd, .forabg-title {
color: #FFFFFF;
font-size: 10px
}


/* Rolagem personalizada */
::-webkit-scrollbar {
width: 10px;
height: 7px; }
::-webkit-scrollbar-track-piece {
background: #FFFFFF; }
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background: #2E2A2A;
}
::-webkit-scrollbar-hover:click {
color: #FFFFFF
}
::-webkit-scrollbar-thumb:horizontal {
width: 10px;
background-color: #000000;
}
::-webkit-scrollbar-click {
border: #4BD13E
}

/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(http://i41.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}




#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}




#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;

 
 
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}




/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}


/* Separador de mensagens nos tópicos */
.post {
border-bottom: 1px solid #ebebeb;
}


/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}

.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}

.pathname-box a:hover{
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}

.pathname-box p{color:#F3F3F3}



/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}




/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}


.module .postbody .postbody-head {
background-color: #e5e6e7;
}

.post-footer {
background-color: #CCCCCC;
}

.post .post-header {
background-color: #CCCCCC;
}




.headerbar {margin-bottom:0;}

blockquote {
background-color:#CCCCCC;
}

ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}



/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}


/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear; 
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}


jQuery(document).ready(function() {
jQuery('#page-footer').after();
});
.creditos {
margin-top: 5px;
}


/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #D90000 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */

/*Remoção de links*/

ul.linklist {
    display: none;
}


/*pdf*/

#profile-advanced-add a[href^="/profile?friend"] {
background: #8B5;
border-color: #693;
}

#profile-advanced-add a[href^="/profile?foe"] {
background: #E53;
border-color: #C31;
}
#profile-advanced-add a {
    height: auto !important;
    border: none;
    border-bottom: 2px solid #17A;
    border-radius: 3px;
    color: #FFF!important;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal!important;
    margin: 2px;
    padding: 6px 9px!important;
    transition: 300ms;
}
#profile-advanced-add a:hover {
    background: #333;
    border: none;
    border-bottom: 2px solid #111;
    color: #FFF;
}

/*avatar distancia*/

.postbody {
    width: 82%;
}


/*index*/

.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #5a5a5a !important;
}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 4px 4px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 4px 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    background: white !important;
    border: 1px solid #d2d2d2 !important;
    padding: 4px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background: #DDDDDD url(http://i.imgur.com/qFw0st1.png) repeat-x 0 0;
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #eaeaea !important;
    border-radius: 4px 4px 0 0;
    display: block;
    float: none!important;
    font-size: 12px;
    overflow: hidden;
    padding: 12px;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #333 !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}

/* Remoção imagem */

ul#picture_legend {
        display: none;
}

/* tamanho fórum */

#wrap {
        width: 95% !important;
}

Até mais.
Fraise

Tópico movido de 'Questões sobre códigos' para 'Questões sobre a aparência do fórum'
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6558
Pontos : 8045

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

Tópico resolvido Re: Borda redonda

Mensagem por ArcadeOppai 07.03.16 19:38

Fraise escreveu:Olá!

Troque por este:
Código:
#wrap {
border : 3px solid #D90000;
-moz-border-radius : 11px;
border-radius : 0px;
}

/* Menu */

#page-header a.mainmenu {
    color: #FFF;
    font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-size: 13px;
}
 #page-header a.mainmenu:hover {
    border-bottom: 3px solid #D90000;
}
.linklist.navlinks {
    background: #000 !important;
    height: 25px;
    border: 2px solid #FFF;
    border-radius: 1px;
}


/* Cor dos nomes das categorias e personalização */
.table-title, .forumbr-title, .table-title h2, ul.topiclist li.header dl dd, .forabg-title {
color: #FFFFFF;
font-size: 10px
}


/* Rolagem personalizada */
::-webkit-scrollbar {
width: 10px;
height: 7px; }
::-webkit-scrollbar-track-piece {
background: #FFFFFF; }
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background: #2E2A2A;
}
::-webkit-scrollbar-hover:click {
color: #FFFFFF
}
::-webkit-scrollbar-thumb:horizontal {
width: 10px;
background-color: #000000;
}
::-webkit-scrollbar-click {
border: #4BD13E
}

/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(http://i41.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}




#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}




#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;
}  
 
  
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}




/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}


/* Separador de mensagens nos tópicos */
.post {
border-bottom: 1px solid #ebebeb;
}


/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}

.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}

.pathname-box a:hover{
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}

.pathname-box p{color:#F3F3F3}



/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}




/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}


.module .postbody .postbody-head {
background-color: #e5e6e7;
}

.post-footer {
background-color: #CCCCCC;
}

.post .post-header {
background-color: #CCCCCC;
}




.headerbar {margin-bottom:0;}

blockquote {
background-color:#CCCCCC;
}

ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}



/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}


/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;  
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}


jQuery(document).ready(function() {
jQuery('#page-footer').after();
});
.creditos {
margin-top: 5px;
}


/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #D90000 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */

/*Remoção de links*/

ul.linklist {
    display: none;
}


/*pdf*/

#profile-advanced-add a[href^="/profile?friend"] {
background: #8B5;
border-color: #693;
}

#profile-advanced-add a[href^="/profile?foe"] {
background: #E53;
border-color: #C31;
}
#profile-advanced-add a {
    height: auto !important;
    border: none;
    border-bottom: 2px solid #17A;
    border-radius: 3px;
    color: #FFF!important;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal!important;
    margin: 2px;
    padding: 6px 9px!important;
    transition: 300ms;
}
#profile-advanced-add a:hover {
    background: #333;
    border: none;
    border-bottom: 2px solid #111;
    color: #FFF;
}

/*avatar distancia*/

.postbody {
    width: 82%;
}


/*index*/

.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #5a5a5a !important;
}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 4px 4px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 4px 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    background: white !important;
    border: 1px solid #d2d2d2 !important;
    padding: 4px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background: #DDDDDD url(http://i.imgur.com/qFw0st1.png) repeat-x 0 0;
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #eaeaea !important;
    border-radius: 4px 4px 0 0;
    display: block;
    float: none!important;
    font-size: 12px;
    overflow: hidden;
    padding: 12px;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #333 !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}

/* Remoção imagem */

ul#picture_legend {
        display: none;
}

/* tamanho fórum */

#wrap {
        width: 95% !important;
}

Até mais.
Fraise

Tópico movido de 'Questões sobre códigos' para 'Questões sobre a aparência do fórum'

Deu certo agora!
Muito Obrigado aos dois!
ArcadeOppai

ArcadeOppai
Novo Membro

Membro desde : 29/02/2016
Mensagens : 12
Pontos : 22

http://dxdforumbrasil.forumeiros.com/

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Borda redonda

Mensagem por Fraise 07.03.16 19:40

Borda redonda Symbol10 Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada.

Tópico marcado como Resolvido e movido para "Questões resolvidas".
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6558
Pontos : 8045

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

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

- Tópicos semelhantes

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