fundo nos icones menu
4 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
fundo nos icones menu
Detalhes da questão
Endereço do fórum: http://familiawarning.forumeiros.com
Versão do fórum: PunBB
Descrição
Gostaria de saber como eu adiciono fundo nos icones do meu menu de navegação
O do meu fórum está assim: http://prntscr.com/jsacix
Gostaria de saber como deixar assim: http://prntscr.com/jsacns http://prntscr.com/jsacvs
OBS: É esse circulo no fundo do icone, que é de uma cor mais clara que a do menu para dar um destaque.
Fóruns em que vi: http://bpsbrasilplayshox.forumeiros.com/ http://ultimatelife.forumeiros.com/forum
Re: fundo nos icones menu
Olá @Jhool,
tente adicionar isto no seu CSS:
Atenciosamente,
tente adicionar isto no seu CSS:
- Código:
#pun-navlinks li a.mainmenu::before {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.1);
}
Atenciosamente,
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: fundo nos icones menu
Não teve nenhum resultado.
Re: fundo nos icones menu
Tente então:
- Código:
#pun-navlinks li a.mainmenu::before {
background: rgba(0,0,0,0.1);
border-radius: 50%;
height: 16px;
width: 16px;
padding: 1px;
}
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: fundo nos icones menu
Nada, será que pode ser algum conflito?
Re: fundo nos icones menu
Eu testei e ambos os códigos estão a funcionar, tente adicionar:
- Código:
background: rgba(0,0,0,0.1);
border-radius: 50%;
height: 16px;
width: 16px;
padding: 1px;
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: fundo nos icones menu
sabe me dizer a onde se localiza tais icones?
Re: fundo nos icones menu
Olá @Jhool,
Tente este código:
Até.
Tente este código:
- Código:
#pun-navlinks li a.mainmenu::before {
background: rgba(255,255,255,0.1);
border-radius: 100%;
box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
color: #fff;
font-size: 16px!important;
height: 30px;
line-height: 30px!important;
margin: 5px 5px auto;
text-align: center;
transition: all .2s;
width: 30px;
}
Até.
Re: fundo nos icones menu
resultou mais ficou algo muito pequeno e fraco, tem que forçar a vista para enxergar
http://prntscr.com/jt1g0u
http://prntscr.com/jt1g0u
Re: fundo nos icones menu
Tente este, amigo:
Até.
- Código:
#pun-navlinks li a.mainmenu::before {
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
color: #fff;
padding: 4px;
padding-right: 5px !important;
padding-left: 5px !important;
margin-right: 5px;
}
Até.
Re: fundo nos icones menu
Creio que os icones ficaram embaçados, eu não lembro quando e como instalei eles, sabe como consigo altera-los? http://prntscr.com/jt27g4
Re: fundo nos icones menu
Troque novamente por este:
- Código:
#pun-navlinks li a.mainmenu::before {
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
color: #fff;
padding: 4px;
padding-right: 5px !important;
padding-left: 5px !important;
margin-right: 5px;
font-weight: 100;
}
Re: fundo nos icones menu
A onde eu modifico para alterar a cor da bolinha?
Re: fundo nos icones menu
No código que eu passei, você vai encontrar:
Substitua a parte em negrito pela cor desejada.
Até.
background: rgba(255, 255, 255, 0.27);
Substitua a parte em negrito pela cor desejada.
Até.
Re: fundo nos icones menu
Eu queria deixar mais ou menos assim: http://prntscr.com/jt2m6w
Re: fundo nos icones menu
São muitos caracteres, tem alguma forma de eu upar o bloco de notas com os codigos?
- Código:
#pun-visit, .main-box {
display: none !important;
}
body {
background-image: url('http://i.imgur.com/NNvnyyL.png')!important;
background-position: center!important;
}
#pun-intro {
background-color: transparent!important;
}
h4.username{margin-left:25px}.user-ident{text-align:center}
.pun div, .pun td, .sig-line {
border-color: ##DDD;
color: ##DDD;
}
.post_field {
border: 1px solid #DDD;
padding: 4px;
margin-bottom: -15px;
border-left: 5px solid #DDD;
text-align: left;
background: #fff;
}
.pun .user .user-info {
background: #F5F5F5 none repeat scroll 0 0;
border-top: 1px solid rgba(0,0,0,0.15);
color: #666;
line-height: 1.8em;
padding: 5px !important;
}
.overview {
left: 550px!important;
position: absolute!important;
top: 40px!important;
}
.pun #pun-intro, .pun #pun-navlinks .mainmenu:after {
background-color: #3091C1;
}
.pun #pun-head #pun-navlinks {
background-color: #1c1f25;
}
.pun #pun-head {
margin-top: -5pc;
position: absolute;
width: 100%;
left: 0;
}
.pun #pun-intro {
top: 0;
position: absolute;
width: 100%;
left: 0;
padding: 50px 0;
height: 40px;
}
.pun #pun-navlinks ul {
text-align: center;
}
.pun #pun-head,
.pun #pun-intro {
display: inherit;
}
#branding,
.wrapper {
display: none!important;
}
.pun {
margin-top: 185px
}
.pun #pun-logo,
.pun #pun-title,
.pun p#pun-desc {
padding-left: 5%;
display: block
}
.pun #pun-head #pun-navlinks {
padding: 0;
}
.pun #pun-navlinks li {
color: #FFF;
line-height: 0;
padding: 0px;
}
.pun #pun-navlinks .mainmenu {
color: #FFF;
font-size: 12px;
font-weight: 700;
font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
text-decoration: none;
line-height: 40px;
padding: 0 10px;
display: inline-block;
overflow: hidden;
position: relative;
}
.pun #pun-navlinks .mainmenu {
text-decoration: none
}
.pun #pun-navlinks .mainmenu:hover:after {
bottom: 0;
}
.pun #pun-navlinks .mainmenu:after {
content: ".";
font-size: 0;
height: 5px;
position: absolute;
bottom: -5px;
left: 0;
right: 0;
transition: bottom 250ms;
}
/*editor*/
.sceditor-button-emoticon div {
background: url(http://2img.net/i/fa/i/smiles/icon_smile.gif)!important;
background-repeat: no-repeat!important
}
.sceditor-button-dailymotion div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/dailymotion.png)!important
}
.sceditor-button-flash div {
background: url(http://2img.net/i/fa/wysiwyg/page_white_flash.png)!important
}
.sceditor-button-servimg div {
background: url(http://2img.net/i/fa/wysiwyg/picture_save.png)!important
}
.sceditor-button-faspoiler div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/faspoiler.png)!important
}
.sceditor-button-fahide div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/fahide.png)!important
}
.sceditor-button-fascroll div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/scroll.png)!important
}
.sceditor-button-faupdown div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/updown.png)!important
}
.sceditor-button-fawow div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/wow.png)!important
}
.sceditor-button-farand div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/rand.png)!important
}
.sceditor-button-faroll div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/roll.png)!important
}
.sceditor-button-more div {
background: url(http://2img.net/i/rs3/85/frm/SCEditor/src/themes/icons/src/famfamfam/dotdotdot.png)!important
}
.sceditor-button.sceditor-button-font {
background: url(http://i55.servimg.com/u/f55/18/17/62/92/fonte10.png) repeat scroll 0 0 rgba(0,0,0,0)!important;
height: 18px;
width: 77px
}
.sceditor-button.sceditor-button-font > div {
display: none!important
}
.sceditor-button.sceditor-button-size {
background: url(http://i55.servimg.com/u/f55/18/17/62/92/size10.png) no-repeat scroll 0 0 rgba(0,0,0,0)!important;
height: 18px;
width: 57px
}
.sceditor-button.sceditor-button-size > div {
display: none!important
}
.sceditor-button.sceditor-button-color {
margin-left: 5px!important;
margin-right: 5px!important
}
#text_editor_controls {
display: !important
}
.sceditor-container.ltr {
background-color: #E4EBF2!important;
border: 2px solid #D5DDE5!important;
border-radius: 0!important;
height: 200px;
padding: 0 5px 21px 3px;
width: auto!important
}
.sceditor-container iframe,.sceditor-container textarea {
background: none repeat scroll 0 0 #FFF!important;
border-color: #BBB #DDD #DDD #BBB !important;
border-style: solid!important;
border-width: 1px!important;
height: 200px!important;
margin: 0!important;
width: 100%!important
}
#text_editor_textarea,#textarea_content iframe#text_editor_iframe {
height: 200px!important;
width: 100%!important
}
div.sceditor-group {
background: none repeat scroll 0 0 rgba(0,0,0,0)!important;
border-bottom: medium none!important;
margin: 1px 5px 1px 0;
padding: 1px
}
div.sceditor-toolbar {
background: none repeat scroll 0 0 padding-box #E4EBF2!important;
border-bottom-width: 0!important;
padding: 3px 5px 2px!important
}
#smiley-box iframe {
height: 230px
}
#smilies_categ {
padding: 0
}
#smiley-box {
border: 1px solid #DDD;
display: none!important;
margin: 5px 0!important;
padding: 5px
}
#textarea_content dt {
display: none
}
#textarea_content {
width: 98%!important
}
.sceditor-button:hover {
background: #D5DDE5!important;
box-shadow: none!important;
}
.sceditor-button:active,.sceditor-button .active{
background-color: #F0F0F0!important;
border: 1px solid #BBB!important;
opacity: 1!important;
padding: 2px 4px!important;
}
.sceditor-button .active:focus{
background-color: #86CAFF !important;
}
ol, ul {
list-style: none;
}
.tc1, .tcr, .pun table.table td {
border: none !important;
}
#statistics {
-webkit-border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
background: #1c1f25!important;
border: 1px solid #292929;
border-radius: 5px;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
display: inline-block;
text-align: center;
margin: 0 auto;
padding: 5px 15%;
width: 100%;
}
#statistics .statsPers {
text-align: center;
margin: 0 auto;
}
#statistics .statsPers li > span {
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgb(0, 0, 0) 0px 1px 0px;
-moz-box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgba(255, 255, 255, 1) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgb(0, 0, 0) 0px 1px 0px;
}
#statistics br {
display: none
}
.statistics_head {
-webkit-border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
background: #F4F4F4!important;
border: 1px solid #1c1f25;
border-radius: 5px;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
margin-bottom: 1em;
padding: 10px;
}
#onlinelist {
-webkit-border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
background: #F4F4F4 url(http://demo.themetent.com/public/style_images/firebox/background.png) repeat!important;
border: 1px solid #232222!important;
border-radius: 5px;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
padding: 15px;
}
.main-statistics {
-webkit-border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
background: #1c1f25!important;
border: 1px solid #292929;
border-radius: 5px;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
margin-bottom: 1em;
padding: 10px;
}
div.pun {
margin-top: 0;
}
div.pun #pun-logo {
padding-left: 0;
width: 100%;
text-align: center;
}
div.pun #pun-intro {
position: initial;
height: auto;
border-bottom: none;
}
div.pun #pun-head {
margin-top: 0;
position: static;
height: 40px;
}
div.pun #pun-head #pun-navlinks {
left: 0;
right: 0;
position: absolute;
}
#chatbox {
left: 0;
color: #777;
font-size: 11px;
}
#chatbox_members {
display: none;
}
#chatbox .cb-avatar,
#chatbox .cb-avatar > img {
width: 16px !important;
height: 16px !important;
}
.chatbox-username {
margin-right: 10px;
}
.chatbox-username:before {
content: '@';
display: inline-block;
margin: 0 10px 0 5px;
}
#chatbox .msg,
#chatbox .user {
display: inline-block !important;
}
#chatbox .user strong {
font-size: 0;
}
#chatbox .chatbox-message-username {
font-size: 11px;
}
#chatbox .cb-avatar {
margin-top: 2px;
}
#chatbox .user {
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
padding: 0;
height: 24px;
line-height: 24px;
margin: 0;
}
.chatbox-username:before {
margin-right: 5px;
}
#chatbox .msg {
vertical-align: middle;
line-height: 24px;
margin: 0;
}
#chatbox .user + .msg:before {
content: ":";
display: inline-block;
margin-right: 10px;
}
#chatbox_header.main-head {
border-top: none;
border-bottom: 3px solid #3091C1;
border-radius: 3px;
}
.chatbox-options {
margin: 0;
line-height: 20px;
}
#chatbox_top + div[style="resize"] {
display: none;
}
#chatbox {
height: 220px !important;
box-sizing: border-box;
}
.pun .posthead {
background: #f5f5f5;
background: -moz-linear-gradient(top, #286da0 0%, #286da0 100%);
background: -webkit-linear-gradient(top, #D3D3D3 0%, #286da0 100%);
background: linear-gradient(to bottom, #d9dde8 0%, #d9dde8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eaeaea', GradientType=0);
padding: 10px 10px 10px 30px;
}
.pun .posthead .username,
.pun .posthead h2 {
margin: 0;
display: inline-block;
}
.pun .post .user {
padding-top: 0;
margin-top: 0;
}
.pun .post .user {
text-align: center;
}
/*POPUP TOPICO NÃO LIDO */
#popupnew {min-height:50px;
background-color: #121212;
border: 1px solid #090909;
border-left: 10px solid #090909 !important;
min-width: 200px;
position: absolute;
position: fixed;
bottom: 30px;
margin-left: 40px;
border-radius: 0px 1em 1em 0px;
padding: 5px;
box-shadow: 0px 0px 3px black, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;
z-index: 999;
display:none;
font-family: Segoe UI, Calibri, Sans-serif;
font-size: 16pt;}
a[href="/g9-fundador"] {
text-shadow: 0px 0px 5px #00FF00;
}
a[href="/g4-dono"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/g10-sub-dono"] {
text-shadow: 0px 0px 5px #29ffab;
}
a[href="/g16-elite"] {
text-shadow: 0px 0px 5px #00628f;
}
a[href="/g5-conselheiro"] {
text-shadow: 0px 0px 5px #B22222;
}
a[href="/g6-veterano"] {
text-shadow: 0px 0px 5px #DAA520;
}
a[href="/g7-membro"] {
text-shadow: 0px 0px 5px #16530b;
}
a[href="/g15-app"] {
text-shadow: 0px 0px 5px #ff9900;
}
a[href="/g8-visitante"] {
text-shadow: 0px 0px 5px #708090;
}
a {
text-decoration: none;
}
a[href="/u1"] {
text-shadow: 0px 0px 7px #7FFF00;
}
a[href="/u1"] {
background: url("http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif");
}
a[href="/u95"] {
background: url("https://i.imgur.com/oLDb93F.gif");
}
.pun .posthead {
border-bottom: none;
}
.postfoot {
border-top: none;
}
Bluetext {
color: blue;
text-shadow: 0 0 5px blue;
}
Greentext {
color: green;
text-shadow: 0 0 5px green;
}
Orangetext {
color: orange;
text-shadow: 0 0 5px orange;
}
Purpletext {
color: purple;
text-shadow: 0 0 5px purple;
}
Blacktext {
color: black;
}
Cyantext {
color: cyan;
text-shadow: 0 0 5px cyan;
}
Redtext {
color: red;
text-shadow: 0 0 5px red;
}
.main .main-foot,.main .main-head {
-khtml-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
-moz-border-radius: 0 0 4px 4px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
-o-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
background: #1c1f25;
border-bottom: 1px solid rgba(0,0,0,.20);
border-radius: 0 0 4px 4px;
border-top: 3px solid #3091C1;
box-shadow: rgba(0,0,0,0.3) 0 1px 5px;
color: #FFF;
font-family: Ubuntu;
font-size: 13px;
font-weight: 700;
margin-bottom: 5px;
overflow: hidden;
padding: 15px;
position: relative;
text-decoration: none;
text-shadow: 0 2px 0 rgba(0,0,0,0.14);
text-transform: uppercase;
}
.codebox {
background-color: #f3f3f3;
border-left: 8px #ea4141 solid;
box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.codebox dt {
text-align: left;
padding: 10px;
}
.codebox dd {
background-color: transparent;
}
.pun .posthead {
padding-left: 20em;
}
.pun .post .user {
background-color: #fff;
margin: -25px 0 0 -217px;
padding-top: 50px;
width: 18em;
}
.pun .posthead .username {
left: 0;
position: absolute;
text-align: center;
top: 30px;
width: 18em;
z-index: 1;
}
.posthead {
position: relative;
}
.posthead h2 > strong {
position: absolute;
right: 10px;
}
.posthead h2 > strong:before {
content: '#';
}
/**
* FA.BEGIN fa_user_menu
*/
#fa-user-menu,
#fa-user-menu * {
box-sizing: border-box;
}
#fa-user-menu {
background-color: #333;
padding: 10px;
position: absolute;
right: -500px;
top: 40px;
width: 500px;
transition: 1000ms ease right;
}
#fa-user-menu:hover {
right: 0;
}
#fa-user-menu a {
transition: 250ms ease color;
}
.fa-user-menu-title {
color: #999;
}
.fa-user-menu-username {
color: #ccc;
}
.fa-user-menu-username:active,
.fa-user-menu-username:hover {
color: #fff;
}
.fa-user-menu-content {
color: #ccc;
margin-top: 10px;
overflow: hidden;
}
.fa-user-menu-column {
float: left;
}
.fa-user-menu-column li {
background-color: #464646;
display: block;
font-size: 10px;
margin-bottom: 5px;
padding: 3px;
border: 1px #464646 solid;
transition: 250ms ease border-color;
}
.fa-user-menu-column li a {
color: inherit;
}
.fa-user-menu-column li a:active,
.fa-user-menu-column li a:focus,
.fa-user-menu-column li a:hover {
color: #fff;
}
.fa-user-menu-column li:hover {
border-color: #466677;
}
.fa-user-menu-column li:last-child {
margin-bottom: 0;
}
.fa-user-menu-column li span {
color: #999;
float: right;
}
.fa-user-menu-side-column {
width: 25%;
}
.fa-user-menu-main-column {
padding: 0 10px;
width: 50%;
}
.fa-user-menu-main-column>img {
margin-bottom: 10px;
}
.fa-user-menu-login-logout {
background-color: #464646;
color: #fff;
display: block;
padding: 15px 0;
text-align: center;
transition-property: background-color !important;
}
.fa-user-menu-login-logout:active,
.fa-user-menu-login-logout:focus,
.fa-user-menu-login-logout:hover {
color: #fff;
background-color: #51aada;
}
.fa-user-menu-open-arrow {
background-color: #333;
border-radius: 5px 0 0 5px;
color: #ccc;
font-size: 24px;
height: 80px;
left: -20px;
position: absolute;
text-align: center;
top: 20px;
width: 20px;
}
.fa-user-menu-open-arrow .fa {
line-height: 80px;
}
/**
* FA.END fa_user_menu
*/
#fa-user-menu {
z-index: 1;
}
.container_IE {
position: relative;
overflow: hidden;
}
.fa-user-menu-column li {
line-height: 12px;
}
#fa-user-menu a { color: #ccc;}
#fa-user-menu a:hover {color: #fff;}
.fa-user-menu-login-logout[href="/login?logout"]:hover,
.fa-user-menu-login-logout[href="/login?logout"]:focus,
.fa-user-menu-login-logout[href="/login?logout"]:active { background-color: #b53528;}
.tcl blacktext img,
.tcl purpletext img,
.tcl greentext img {
float: left;
}
.pun .user-ident .username {
position: relative;
margin: 0 auto;
}
.pun .posthead a {
color: #444;
font-size: 13px;
}
.user-basic-info img:first-child {
background: #fff;
max-width: 160px;
margin-bottom: 5px;
padding: 2px;
}
.pun .postmain {
background: #fff;
border: 1px solid #ddd;
border-radius: 3px;
position: relative;
}
.pun .posthead h2 strong:before {
content: '#';
}
.pun .post {
border: 0;
margin: 5px;
}
.postfoot {
background: #f7f7f7;
border-top: 1px solid #ddd;
margin: 0;
padding: 10px;
}
.vote-button:nth-child(3) {
display: none;
}
.vote-no-bar {
display: none;
}
.like_button:nth-child(2) { display: none; }
td.tcl.tdtopics > strong {
display: none !important;
}
.pun .posthead .username {
background: #e6e6e6;
line-height: 40px;
width: 17em;
margin: 12px 0 0 2px;
}
.pun .post .user {
width: 17em;
margin: 5px 0 0 -18em;
border: 1px #ccc solid;
}
.alert, .success, .information, .warn {
padding: 15px;
width: 85%;
border: 1px solid;
margin: 3px 0;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font: 13px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.alert > p, .success > p, .information > p, .warn > p {
font-weight: bold;
font-size: 14px;
}
.alert {
background: #FAFFB2;
border-color: #DBE08A;
color: #AF8640;
}
.warn {
background-color: #F2DEDE;
border-color: #D3949E;
color: #A94442;
}
.success {
background-color: #DFF0D8;
border-color: #85CC4B;
color: #3C763D;
}
.information {
background-color: #ADDBF2;
border-color: #5AB7CA;
color: #31708F;
}
#pun-announcement {border:none!important;}
.table thead tr:first-of-type {
display: none;
}
.pun table.table th {
color: #f4f4f4 !important;
}
#pun-navlinks li a.mainmenu:before {
font-family: FontAwesome;
font-size: 130%;
padding-right: 3px;
padding-left: 3px;
}
#pun-navlinks li a.mainmenu[href="/forum"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/"]:before {
content: "";
}
#pun-navlinks a.mainmenu[href="/calendar"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/faq"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/search"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/memberlist"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/groups"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/profile?mode=editprofile"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/privmsg?folder=inbox"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/login"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href^="/login?logout=1"]:before {
content: "";
}
#pun-navlinks li a.mainmenu[href="/register"]:before {
content: "";
}
.page-title h2 .fa {
font-size: 16px;
margin-right: 5px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}
.cp_geral { width:340px; padding-top:50px; transition:all 150ms linear; } .cp_box { width:340px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -webkit-box-shadow:1px 1px 12px 0 rgba(50,50,50,0.27); -moz-box-shadow:1px 1px 12px 0 rgba(50,50,50,0.27); box-shadow:1px 1px 12px 0 rgba(50,50,50,0.27); left:-120px; top:-13px; background:#fff; z-index:999; position:absolute; transition:all 150ms linear; margin:50px; } .cp_capa { background:#1c1f26 url(http://i.imgur.com/6AnKAdN.png) right no-repeat; height:105px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border-top-left-radius:10px; border-top-right-radius:10px; padding:5px 5px 0; } .cp_capa:before { content:""; display:inline-block; vertical-align:middle; margin-left:74px; width:0; height:0; position:absolute; top:-15px; border-left:15px solid transparent; border-right:15px solid transparent; border-bottom:15px solid #1c1f26; } .cp_capa-avatar { -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; border:1px solid #d8d8d8; height:75px; width:75px; text-align:center; float:left; font-size:0; padding:7px; } .cp_capa-avatar img { -moz-border-radius:100%; -webkit-border-radius:100%; border:0 solid #d8d8d8; border-radius:100%; height:75px; width:75px; }.cp_capa-avatar img:nth-of-type(2){display:none} .cp_capa-nick { width:215px; height:75px; float:left; padding:25px 0 0 15px; } .cp_capa-nick strong { color:#fff!important; font-size:18px; font-weight:400!important; display:block; } .cp_info { text-align:center; padding:10px; } .cp_info-botoes { height:60px; width:320px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; text-decoration:none; } .cp_info-botoes a { text-decoration:none; } .cp_info-botoes-post { background:#ecf0f1; width:85px; height:53px; -webkit-border-top-left-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-bottomleft:10px; border-top-left-radius:10px; border-bottom-left-radius:10px; text-transform:uppercase; border-bottom:7px solid #bec3c7; float:left; } .cp_info-botoes-rep { background:#6bbd21; width:110px; height:53px; text-transform:uppercase; border-bottom:7px solid #68a72f; float:left; } .cp_info-botoes-rep strong { padding-top:8px; color:#fff; display:block; font-size:20px; } .cp_info-botoes-rep span { color:#fff; font-size:12px; } .cp_info-botoes-data strong { padding-top:8px; color:#666; display:block; font-size:15px; } .cp_info-botoes-data { background:#ecf0f1; width:125px; height:53px; -webkit-border-top-right-radius:10px; -webkit-border-bottom-right-radius:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomright:10px; border-top-right-radius:10px; border-bottom-right-radius:10px; text-transform:uppercase; border-bottom:7px solid #bec3c7; float:left; } .cp_info-botoes-post,.cp_info-botoes-rep,.cp_info-botoes-data { transition:all 150ms linear; } .cp_info-botoes-post:hover,.cp_info-botoes-rep:hover,.cp_info-botoes-data:hover { opacity:0.65; -moz-opacity:0.65; filter:alpha(opacity=65); } .cp_icones { background:#ecf0f1; -webkit-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-bottomleft:10px; border-bottom-right-radius:10px; border-bottom-left-radius:10px; color:#bec3c7; height:20px; padding:5px; } .cp_icones a { font-size:12px; text-decoration:none; color:#666; } .cp_mp,.cp_perfil { float:left; padding-left:10px; transition:all 150ms linear; } .cp_mp:hover { float:left; padding-left:10px; color:#c1392b; } .cp_mp:before { content:"\f003"; font-family:FontAwesome; padding:0 4px; } .cp_perfil:before { content:"\f007"; font-family:FontAwesome; padding:0 4px; } .cp_perfil:hover { padding-left:10px; color:#6bbd21; } .cp_mais { width:100%; } .cp_capa-avatar br,.span_capa-nick img,.span_capa-nick br { display:none; } .cp_capa-nick span,.span_capa-nick { color:#fff!important; font-size:9px; line-height:22px; font-weight:400!important; float:none!important} .cp_info-botoes-post strong { padding-top:8px; color:#666; display:block; font-size:20px; } .cp_info-botoes-post span,.cp_info-botoes-data span { color:#868585; font-size:11px; }
div.sig-content > center > img {display:none;}
.pun .sig-content {border-top:2px solid #ddd;}
.paged-head h1 {display:none;}
::-webkit-scrollbar {
width: 9px;
height: 17px
}
::-webkit-scrollbar-thumb {
background-color: #1c1f26;;
}
::-webkit-scrollbar-button:hover,
::-webkit-scrollbar-thumb:hover {
background-color: #1c1f26;
}
::-webkit-scrollbar-button:active,
::-webkit-scrollbar-thumb:active {
background-color: #1c1f26;
}
.fa-custom-achievements img {
margin: 1px;
}
.posthead {
position: relative;
left: 216px;
padding-left: 20px!important;
border-radius: 4px!important;
background: #fff;
border: solid 1px #ddd;
top: 1px;
border-radius: 5px 0px 0px 0px!important;
}
.post {
overflow: hidden;
}
.pun .posthead .username {
position: absolute;
top: -11px;
left: -218px;
background-color: #fff;
border: solid 1px #ccc;
}
.posthead {
color: #333!important;
border-radius: 2px!important;
background: #f1f1f1!important;
}
Re: fundo nos icones menu
Dividi ele em duas partes
- Código:
.tcr a {
position: relative;
}
.tcr a:hover {
color: #3091c1!important;
}
.tcr a:after {
content: '';
font-family: FontAwesome;
position: absolute;
right: 10px;
transform: rotate(-90deg);
opacity: 0;
transition: all ease-in 300ms;
color: #3091c1;
}
.tcr a:hover:after {
right: -15px;
transform: rotate(0deg);
opacity: 1!important;
}
.tcr a[href*="/u"]::after,
.last-post-icon::after {
content: ""!important;
}
.tcr a::after {
color: #444!important;
}
.tcr a:hover::after {
color: #76BA6D!important;
}
.tcr a:hover {
color: #76BA6D!important;
}
a {
transition: all .5s ease-in-out!important;
}
.portal > tbody > tr > td:not(.column) {
padding-right: 20px;
}
.module .main-head {
border-radius: 10px 10px 0 0;
background-color: #1c1f25;
}
.module.main {
margin-bottom: 10px !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
border-radius: 10px 10px 0 0;
}
@keyframes swinging {
0% { transform: rotate(-2.5deg); }
50% { transform: rotate(0deg); }
100% { transform: rotate(2.5deg); }
}
#pun-logo img {
animation: swinging 3s linear alternate infinite;
}
#background-canvas {
position: fixed;
}
.pun table .tdtopics img:nth-child(2) {
vertical-align: middle;
float: right;
}
.pun .main {
margin: 0 0 !important;
}
#pun-announcement {
background-color: #1c1f25 !important;
padding: 1em !important;
}
.main {
border-radius: 3px !important;
box-shadow: 0 1px 6px rgba(0,0,0,0.06) !important;
color: #444 !important;
overflow: hidden !important;
padding: 18px 18px 0 !important;
position: relative !important;
}
tr:hover {background-color: #f5faff !important; border-left: 3px solid #000 !important;}
/***quote superinfo - mshas/artic/diapt***/
.postmain cite {
background-color: transparent!important;
background-image: none!important;
color: #009FF2!important;
display: block;
font-size: 1vw!important;
font-style: normal;
font-weight: 700;
margin: 0 0 1em;
}
.postmain cite {
display: block;
font-style: normal;
font-weight: 700;
margin: 0 0 1em;
}
blockquote cite {
background-color: #E4EAF2;
background-image: url(http://2img.net/i/fa/invision/css_img_quote.gif);
background-position: top right;
background-repeat: no-repeat;
color: #000;
display: block;
font-size: 11px;
font-style: normal;
margin: -8px -8px 8px;
padding: 3px;
}
* {
margin: 0;
padding: 0;
}
user agent stylesheeti, cite, em, var, address, dfn {
font-style: italic;
}
blockquote {
background: rgba(250,250,250,0.22)!important;
border-bottom: none!important;
border-left: 3px solid #009FF2!important;
border-right: none!important;
border-top: none!important;
display: block;
line-height: 1.5vw!important;
padding: .8vw!important;
}
@font-face {
font-family: 'Play';
font-style: normal;
font-weight: 400;
src: local('Play'), local('Play-Regular'), url(https://fonts.gstatic.com/s/play/v7/ZNo-5SxCwH1CXgZ-n3bt2g.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;
}
body[bgcolor] {
background: #fff;
}
.chatbox_row_1.clearfix.shout-0 span span[style="color:undefined"] {
font-size: 0px;
}
.chatbox-options li a span#chatbox_option_co:before {
content: "Para visualizar as mensagens clique em login.";
text-align: center;
margin-top: 125px;
background: #FFFFFF!important;
width: 100%;
height: 80px;
right: 0;
position: absolute;
z-index: 1;
display: block;
border-top: 1px solid #ebebeb;
font-size: 14px!important;
color: #000;
}
.chatbox-options li a span#chatbox_option_co:after {
content: " Você está desconectado!";
margin-top: 180px;
background: #ccc!important;
width: 100%;
padding: 10px 0;
right: 0;
position: absolute;
z-index: 1;
text-align: center;
display: block;
border-top: 1px solid #ebebeb;
font-size: 20px!important;
color: #000;
}
#chatbox .user strong span, body #chatbox .msg, #chatbox .date-and-time, #chatbox_header.main-head {
font-family: Play,Arial,Helvetica,sans-serif!important;
font-size: 14px!important;
}
#chatbox .date-and-time {
float: right;
color: #cacaca;
font-size: 11px;
}
#chatbox .date-and-time img {
opacity: 0.5;
}
#chatbox .date-and-time img:hover {
opacity: 1.0;
}
#chatbox_header.main-head {
background: #1c1f25;
padding: 0;
margin: 0;
list-style: none;
position: inherit;
height: 40px;
display: block;
}
#chatbox_header.main-head:after {
content: "Divulgação, flood, spam ou atitudes desrespeitosas não são toleradas neste Chat.";
background: #ebebeb;
color: #111111;
margin-top: 40px;
display: block;
padding: 10px;
position: absolute;
width: 100%;
}
.chatbox-title {
font-size: 14px;
color: #fff;
padding: 10px 10px 0 10px;
}
.chatbox-title, .chatbox-title a.chat-title {
color: #fff;
font-weight: 300;
text-decoration: none;
}
#chatbox_members, #chatbox {
top: 80px;
}
.chatbox-options {
background: rgba(0,0,0,0.5);
opacity: 0.6;
color: #fff;
padding: 5px;
}
#chatbox_members {
display: none;
}
#chatbox {
left: 0;
}
.chatbox_row_1, .chatbox_row_2 {
background-color: #fff;
position: relative;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #ebebeb;
padding: 7px;
}
#chatbox > p {
border-bottom: 1px solid #ebebeb!important;
}
body #chatbox .user strong {
font-size: 0px;
margin-left: 4px;
}
body #chatbox .user strong span {
font-size: 12px;
font-weight: 300;
}
body #chatbox .msg {
display: block;
line-height: 1.5em;
margin-top: -7px!important;
}
#chatbox_footer .right:first-child {
width: 100% !important;
float: right;
}
.pun .main-content.chatbox {
border: 0px solid #ebebeb;
}
#chatbox_footer .right:nth-child(2) {
float: right;
margin-top: -42px;
z-index: 999;
}
#chatbox_messenger_form label[for="message"] {
display: none;
}
input#message.post {
width: 90% !important;
margin-top: 2px;
height: 12px;
padding: 8px 10px 8px 8px !important;
border: none !important;
background: transparent;
outline: none;
}
input#message.post {
background: url(http://i.imgur.com/5zppq7r.png) no-repeat!important;
}
input#message.post:focus {
background: transparent!important;
}
#divcolor, #help-button, .format-message + label {
display: none!important;
}
.right #submit_button {
position: absolute;
right: 0;
margin-right: 10px;
}
.right #submit_button {
height: 30px!important;
background: #3091c1;
color: #ffffff !important;
cursor: pointer;
text-align: center;
font-size: 13px;
font-weight: 500;
text-align: center;
text-decoration: none;
text-shadow: none;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
padding: 5px 15px;
border-radius: 3px;
border: 1px solid rgba(0,0,0,0.1);
-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;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-font-smoothing: antialiased;
border-width: 0px!important;
}
#divsmilies {
width: 24px!important;
height: 24px!important;
background: url(http://i.imgur.com/Ku7QNJd.png) no-repeat;
border: 0px!important;
/* position:absolute; */
margin-right: 80px;
margin-top: 15px;
}
#divsmilies>img {
display: none;
}
#divsmilies:hover:before {
content: "Emoticons";
background: #2a2a2a;
line-height: 26px;
font-size: 12px;
color: #fff;
position: absolute;
padding: 0 8px;
pointer-events: none;
border-radius: 2px;
position: absolute;
margin-top: -30px;
margin-left: -35px;
}
#chatbox_footer {
height: auto !important;
background-color: #fff!important;
border-top: 0px dashed #ccc;
}
body #chatbox .cb-avatar {
border-width: 0!important;
}
#chatbox .cb-avatar, #chatbox .cb-avatar img {
background: none repeat scroll 0 0 #fff!important;
border: 0px solid #d5d5d5!important;
border-width: 0!important;
box-shadow: none!important;
float: left;
margin-right: 4px!important;
padding: 1px!important;
vertical-align: middle!important;
width: 34px!important;
height: 34px!important;
}
/**
* Definições Iniciais:
*/
.fa-footer,
.fa-footer * {
box-sizing: border-box;
}
.fa-footer {
background-color: #212529;
font-family: "Segoe UI", "Open Sans", "Helvetica Neue", "Ubuntu", "Helvetica", "Arial", "Trebuchet MS", sans-serif;
font-size: 14px;
color: #a0a8b0;
line-height: 1.5;
}
/**
* Tags Genéricas:
*/
.fa-footer a {
text-decoration: none;
border-bottom: solid 1px #0786e7;
color: #0786e7;
transition: all 200ms linear;
}
.fa-footer a:hover {
box-shadow: inset 0 -25px #0786e7;
color: #fff;
}
/**
* Sistema de Grid e ajustes das colunas genéricas:
*/
.fa-footer .fa-footer-row {
display: flex;
flex-direction: row;
padding: 0 15px;
}
.fa-footer .fa-footer-row .fa-footer-col {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-right: 30px;
padding: 15px 0;
}
.fa-footer .fa-footer-row .fa-footer-col:last-child {
margin-right: 10px;
}
.fa-footer .fa-footer-row .fa-footer-col .lead {
text-transform: uppercase;
font-size: 16px;
color: #0786e7;
margin-bottom: 10px;
}
.fa-footer .fa-footer-row .fa-footer-col p {
font-size: 14px;
line-height: 1.6;
text-align: center;
}
/**
* Ajustes para a a coluna primária:
*/
.fa-footer .fa-footer-row .fa-primary-footer-col {
border-right: solid 1px #2a2e32;
position: relative;
flex-grow: 1;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-logo {
display: flex;
justify-content: center;
align-items: center;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-logo img {
width: 205px;
margin: 0 30px;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-social {
margin: 18px 0 5px 0;
display: flex;
width: 100%;
justify-content: space-around;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-social a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 37px;
height: 37px;
border-bottom: none;
border-radius: 100px;
box-shadow: none;
border: solid 1px #0786e7;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-social a:hover {
color: #fff;
background-color: #0786e7;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-back-to-top {
position: absolute;
right: -20px;
bottom: -20px;
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #212529;
border: solid 1px #2a2e32;
color: #0786e7;
font-size: 23px;
border-radius: 20px;
z-index: 3;
box-shadow: 1px 1px 2px rgba(11, 13, 15, 0.84);
cursor: pointer;
transition: all 100ms linear;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-back-to-top .fa {
margin-top: -3px;
}
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-back-to-top:hover {
background-color: #0786e7;
color: #fff;
}
/**
* Atribuição final:
*/
.fa-footer .fa-footer-attr {
text-align: center;
padding: 20px;
font-size: 16px;
border-top: solid 1px #2a2e32;
background-color: #24282b;
}
/**
* Ajustes para o footer do FA:
*/
#page-footer {
background-color: #212529;
border-top: solid 1px #2a2e32;
border-bottom: solid 1px #2a2e32;
}
.statistics {
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.37);
}
/**
* Responsive:
*/
@media screen and (max-width: 1000px) {
.fa-footer .fa-footer-row .fa-primary-footer-col .fa-footer-logo img {
margin: 0px;
}
}
@media screen and (max-width: 850px) {
.fa-footer .fa-footer-row {
flex-wrap: wrap;
}
.fa-footer .fa-footer-row .fa-primary-footer-col {
border-right: none;
}
}
span[style*="#00FF3C"] strong {
font-weight: 500!important;
}
span[style*="#E3C500"] strong {
font-weight: 500!important;
}
span[style*="#16540B"] strong {
font-weight: 500!important;
}
span[style*="#2824FF"] strong {
font-weight: 500!important;
}
span[style*="#FF00FF"] strong {
font-weight: 500!important;
}
span[style*="#29FFA9"] strong {
font-weight: 500!important;
}
#chatbox p:last-child {
margin-bottom: 40px!important;
}
#onlinelist em{
font-size:0px
}
#onlinelist em::before{
content: ' ';
}
#onlinelist em b{
font-weight: 700;
font-size: 14px;
font-style:normal;
}
#onlinelist em b:after{
content:' ';
}
#onlinelist em b:last-child:after{
content:''
}
#onlinechat {
display: none;
}
#pun-about {
background-color: #212529;
border-color: #ddd;
border-style: solid;
border-width: 1px;
line-height: 150%;
padding: .6em 1em;
text-align: right;
}
#pun-about #qjump label {
font-weight: 700;
color: #fcfcfc;
}
#pun-about a {
color: white
}
#comments_scroll_div > .marquee {
overflow-y: scroll !important;
margin: -10px;
padding: 10px;
height: 220px !important;
}
#comments_scroll_div > .marquee > .js-marquee-wrapper {
animation: none !important;
margin-top: 0 !important;
}
#fa_ticker_block .module {
background-color: transparent !important;
width: 80%;
margin: 20px auto;
overflow: hidden;
}
dd.lastpost span br:nth-child(3) {
display: none!important;
}
dd.lastpost span strong {
float: left!important;
margin-right: 5px;
}
.subforum > tr.anuncio, .subforum > tr.anunio td { background-color:#f1dedc!important;}
.subforum > tr.evento, .subforum > tr.evento td { background-color:#f1dedc !important;}
.subforum > tr.pedido, .subforum > tr.pedido td { background-color:#ebc8f8 !important;}
.subforum > tr.promocao, .subforum > tr.promocao td { background-color:#bbf5f5 !important;}
.subforum > tr.retirado, .subforum > tr.retirado td { background-color:#e1e0e0 !important;}
.subforum > tr.aprovado, .subforum > tr.aprovado td { background-color:#b9feb9 !important;}
.subforum > tr.reprovado, .subforum > tr.reprovado td { background-color:#feb9b9 !important;}
.subforum > tr.importante, .subforum > tr.importante td { background-color:#ffaeae !important;}
.subforum > tr.curso, .subforum > tr.curso td { background-color:#fafab7 !important;}
.subforum h2.topic-title {
font-size: 16px;
font-weight: 300!important;
}
.sceditor-container iframe, .sceditor-container textarea {
background:url(https://i.imgur.com/UZ1BedM.png) !important;
background-position : center!important;
background-repeat: no-repeat!important;
}
.post-entry .entry-content table *:hover {
background-color: transparent!important;
}
@font-face {
font-family: Oswald;
src: url(fonts.googleapis.com/css?family=Oswald);
}
.main .main-head .page-title {
font-family: Oswald, sans-serif !important;
font-size: 0.9rem !important;
}
a.forumtitle {
font-weight: 300!important;
font-family: Sans-Serif!important;
}
a.forumtitle {
font-family: Roboto, sans-serif!important;
font-weight: 400!important;
letter-spacing: 1.0px!important;
}
.subforum > tr:first-child {
margin-top: 1em;
}
.subforum > tr {
margin-bottom: 1em!important;
padding: 1.4em;
border-radius: .25rem;
background-color: #fafafa;
border: 1px solid #cccccc;
display: flex;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.subforum > tr td {
background-color: #fafafa!important;
border: none!important;
}
.subforum > tr td.tc2, .subforum > tr td.tc3 {
font-size: 15px;
font-weight: 300;
}
.subforum > tr td::before {
top: 25px;
left: 20px;
position: relative;
font-family: FontAwesome;
}
.subforum > tr td.tc2::before {
content: '\f086'
}
.subforum > tr td.tc3::before {
content: '\f06e'
}
.subforum > tr td span.lastpost-avatar img {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
padding: .27rem;
}
.pun table .tdtopics .status {
margin-left: -45px !important;
}
#pun-navlinks li a.mainmenu::before {
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
color: #fff;
padding: 4px;
padding-right: 5px !important;
padding-left: 5px !important;
margin-right: 5px;
font-weight: 100;
}
.pun-ts {
transition: 0.6s;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
text-align: center;
color: #000000;
font-size: 13px;
padding: 12px;
background: rgba(152, 152, 152, 0.45);
border-radius: 5px;
}
.pun-server {
transition: 0.6s;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
text-align: center;
color: #000000;
font-size: 13px;
padding: 12px;
background: rgba(3, 169, 244, 0.35);
border-radius: 5px;
}
.pun-server:hover {
background: #03a9f4;
}
.pun-ts:hover {
background: #989898;
}
#pun-announcement {
background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0)),url(https://i.imgur.com/gl7fgk7.png);
background-position-y: 65%;
background-size: 100% auto;
}
#content-container div#left {
display: none;
}
.subforum > tr, .pun table td.tcl {
height: 50px;
}
Re: fundo nos icones menu
Quando for assim, posta no PasteBin
Tentei deixar o mais parecido possível como pediu, aqui tá:
https://pastebin.com/SnnVzzEJ
Até.
Tentei deixar o mais parecido possível como pediu, aqui tá:
https://pastebin.com/SnnVzzEJ
Até.
Re: fundo nos icones menu
ficou bem parecido e é realmente o que eu queria, mas o meu fórum ele tem uma cor padrão, não conseguiria ter um mesmo resultado utilizando o background com esse azul mais forte e o houver que aparece a linha preta, deixar com a cor azul clara? estão aqui ambas http://prntscr.com/jx0pq8
Re: fundo nos icones menu
pode fechar, obrigado, de coração!
Re: fundo nos icones menu
Tópico resolvidoMovido para "Questões resolvidas". |
Tópicos semelhantes
» [Ícones] Retirar o fundo
» [Ícones] Espadas - Sem Fundo
» Ocultar fundo de ícones
» Ícones no Menu
» [Icones] Fundo transparente
» [Ícones] Espadas - Sem Fundo
» Ocultar fundo de ícones
» Ícones no Menu
» [Icones] Fundo transparente
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