Rank não aparece
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Rank não aparece
Detalhes da questão
Endereço do fórum: https://connection-paradise.forumeiros.com/
Versão do fórum: phpBB3
Descrição
Boa noite pessoal, bom eu instalei alguns rank's no meu fórum, até ai de boa, todos funcionaram corretamente, agora a pouco tava adicionando umas coisas em campos do perfil, ai adicionei umas imgs e talz.. do nada meus rank's pararam de aparecer, todos estão corretos, não alterei. alguem pode ajudar ?
Re: Rank não aparece
Olá @Dragon_Obscure,
Pelo que eu pude notar, o seguinte código encontra-se no seu fórum, apenas não sei onde:
Isso que está escondendo o rank. Você poderia me enviar a sua folha de estilo CSS, por favor?
Fico no aguardo,
Chanp
Pelo que eu pude notar, o seguinte código encontra-se no seu fórum, apenas não sei onde:
- Código:
.postprofile dl dd:first-of-type {
display: none;
}
Isso que está escondendo o rank. Você poderia me enviar a sua folha de estilo CSS, por favor?
Fico no aguardo,
Chanp
Re: Rank não aparece
- Código:
#i_logo {
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transform: rotate(0deg) scale(0.9) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.9) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(0.9) skew(1deg) translate(0px);
-moz-opacity: 0.6;
opacity: 0.6;
filter: alpha(opacity=40);
/* For IE8 and earlier */
-moz-transition-duration: 0.8s;
-webkit-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
}
#i_logo:hover {
transition-duration: 1.0s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 1.0s;
-o-transition-duration: 1.0s;
-webkit-transform: rotate(0deg) scale(1.0) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.0) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(1.0) skew(1deg) translate(0px);
-moz-opacity: 0.6;
opacity: 1.0;
filter: alpha(opacity=40);
/* For IE8 and earlier */
}
.postbody p.author {
margin-top: 4px !important;
position: inherit !important;
width: 50% !important;
}
p.author {
background: none repeat scroll 0px 0px rgb(255, 255, 255);
border: 1px solid rgb(195, 224, 241);
border-radius: 6px 6px 6px 6px;
margin-top: 10px;
padding-left: 3px;
padding-top: 3px;
position: relative;
width: 300px;
}
.box-content.profile.center img:nth-of-type(2) {
margin-top: -20px;
}
.box-content.profile.center {
color: rgba(0, 0, 0, 0);
}
.postprofile dt img:hover {
-webkit-transform: rotate(1800deg) scale(1);
-moz-transform: rotate(1800deg) scale(1);
-o-transform: rotate(1800deg) scale(1);
}
.postprofile dt img {
-webkit-transition: all 5s ease-in-out;
-moz-transition: all 5s ease-in-out;
-o-transition: all 5s ease-in-out;
}
.topics {
color: #AA0000 !important;
}
.posts {
color: #FFB405 !important;
}
.lastpost>span {
color: #3AAA00 !important;
}
.topics {
color: #0598E4 !important;
}
#i_whosonline+p br+br+em {
width: 70%;
background: white url(https://i.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;
t€ext-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;
}
.forabg {
border-radius: 10px;
}
a {
text-decoration: none;
}
#search-box {
float: right;
margin-right: 5px;
margin-top: 10px;
white-space: nowrap;
}
* {
margin: 0px;
padding: 0px;
}
.module {
background-repeat: repeat;
border: 1px solid rgb(238, 238, 238);
color: rgb(0, 0, 0);
overflow: hidden;
padding: 0px 10px;
text-align: center;
color: rgb(0, 0, 0);
overflow: hidden;
padding: 0px 10px;
}
a.mainmenu img:hover {
-moz-opacity: 1;
cursor: allowed;
filter: alpha(opacity=100);
opacity: 1
}
a {
outline: none
}
ul.linklist li a img {
propriedades
}
ul.linklist a img:hover {
propriedades
}
a[href="/faq"] {
display: none !important;
}
.postprofile dl dd:first-of-type {
display: none;
}
div.postprofile dl dt img {
margin-left: 3px;
border: 5px solid #eee;
-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
div.postprofile dl dt img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
}
a[href="/u1"] {
color: #FF0000;
}
a[href="/u1"] {
background: url("https://i.imgur.com/GOJ0R.gif");
}
#page-header #search-box {
position: absolute;
top: 20px;
right: 7%;
}
/* Caixa de busca por SUPERO*/
#search-box {
position: center;
bottom: 55px;
height: 40px;
width: 190px;
right: -150px;
display: inline;
background: transparent url(https://lh5.googleusercontent.com/-Jy9D2n_Pr9Y/UaHT2EnqlrI/AAAAAAAAAlU/ukHSX22HbR4/w304-h52-no/Sem%2Bt%25C3%25ADtulo.png) no-repeat center;
}
#search-box input.button2 {
display: none;
}
#search-box {
padding-bottom: 5px !important;
}
#search-box #keywords {
width: 70px;
color: white;
font-family: Verdana;
font-size: 16 px;
font-style: bold;
font-weight: bold;
background: transparent;
}
#search-box input {
border: none !important;
background: none;
}
#search-box input.search {
background: none;
margin-left: 30px;
margin-top: 15px;
}
/* Fim da caixa de busca */
#main-content a.cgu-buttons,
input.button1,
input.button2,
a.button2,
button.button2 {
border: 1px solid #afafaf;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 2px 2px 0px #afafaf;
-webkit-box-shadow: 2px 2px 0px #afafaf
}
.LGlike {
background: #105289;
padding: 3px;
border-radius: 4px;
color: #fff;
font-size: 10px;
font-weight: bold;
text-shadow: -1px 0.5px #888;
box-shadow: 1px 1px 1px #888;
cursor: pointer;
margin-right: 4px;
}
.LGvote {
margin: 0 5px;
}
.LGnovote {
filter: Alpha(opacity=50);
opacity: 0.5;
cursor: default;
box-shadow: none;
text-shadow: none;
}
.sbSelector {
display: block;
height: 30px;
left: 0px;
line-height: 30px;
outline: medium none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0px;
width: 170px;
}
.sbToggle {
background: url("https://i.servimg.com/u/f42/17/32/13/00/select14.png") no-repeat scroll 0px -116px transparent;
display: block;
height: 30px;
outline: medium none;
position: absolute;
right: 0px;
top: 0px;
width: 30px;
}
.sbSelector:hover,
.sbSelector:link,
.sbSelector:visited {
color: rgb(235, 181, 45);
outline: medium none;
text-decoration: none;
}
.sbOptions a:link,
.sbOptions a:visited {
color: rgb(221, 221, 221);
text-decoration: none;
}
.sbOptions a {
border-bottom: 1px dotted rgb(81, 81, 81);
display: block;
outline: medium none;
padding: 7px 0px 7px 3px;
}
.sbOptions {
background-color: rgb(33, 33, 33);
border: 1px solid rgb(81, 81, 81);
left: -1px;
list-style: none outside none;
margin: 0px;
overflow-y: auto;
padding: 0px;
position: absolute;
top: 30px;
width: 200px;
z-index: 1;
}
a.mainmenu:hover {
background: url("https://i.servimg.com/u/f42/17/32/13/00/nav-di10.png") no-repeat scroll 100% 44%, url("https://i.servimg.com/u/f81/18/23/47/35/0e8wm11.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
a.mainmenu {
background: url("https://i.servimg.com/u/f42/17/32/13/00/nav-di10.png") no-repeat scroll 100% 44% rgba(0, 0, 0, 0);
color: #FFFFFF !important;
display: inline-block;
height: 35px;
margin: 0 !important;
padding-right: 10px;
padding-top: 7px;
}
a:hover {
color: #4876FF;
text-shadow: 0 0 10px #000000;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:link {
color: #000000;
text-decoration: none;
}
#page-header .navbar ul.linklist.navlinks {
background: url("https://i.servimg.com/u/f81/18/23/47/35/kbcoz10.png") repeat-x scroll left top rgba(0, 0, 0, 0);
height: 42px;
left: -1.2%;
width: 100.5%;
}
#page-footer,
div.navbar,
div.navbar ul.linklist {
display: block !important;
}
ul.navlinks {
border-bottom: 1px solid #000000;
font-weight: 700;
text-align: center;
}
ul {
list-style-type: none;
}
#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;
}
li.row>dl.icon>dd.dterm {
background-position: 80% center;
}
/* Efeitos dos Grupos */
a[href^="/g1-"],
a[href^="/u"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g2-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g3-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g4-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g5-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g6-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g7-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g8-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g9-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g10-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g11-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g12-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g13-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
Re: Rank não aparece
Substitua por esta:
Resolve o seu problema?
Chanp
- Código:
#i_logo {
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transform: rotate(0deg) scale(0.9) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.9) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(0.9) skew(1deg) translate(0px);
-moz-opacity: 0.6;
opacity: 0.6;
filter: alpha(opacity=40);
/* For IE8 and earlier */
-moz-transition-duration: 0.8s;
-webkit-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
}
#i_logo:hover {
transition-duration: 1.0s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 1.0s;
-o-transition-duration: 1.0s;
-webkit-transform: rotate(0deg) scale(1.0) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.0) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(1.0) skew(1deg) translate(0px);
-moz-opacity: 0.6;
opacity: 1.0;
filter: alpha(opacity=40);
/* For IE8 and earlier */
}
.postbody p.author {
margin-top: 4px !important;
position: inherit !important;
width: 50% !important;
}
p.author {
background: none repeat scroll 0px 0px rgb(255, 255, 255);
border: 1px solid rgb(195, 224, 241);
border-radius: 6px 6px 6px 6px;
margin-top: 10px;
padding-left: 3px;
padding-top: 3px;
position: relative;
width: 300px;
}
.box-content.profile.center img:nth-of-type(2) {
margin-top: -20px;
}
.box-content.profile.center {
color: rgba(0, 0, 0, 0);
}
.postprofile dt img:hover {
-webkit-transform: rotate(1800deg) scale(1);
-moz-transform: rotate(1800deg) scale(1);
-o-transform: rotate(1800deg) scale(1);
}
.postprofile dt img {
-webkit-transition: all 5s ease-in-out;
-moz-transition: all 5s ease-in-out;
-o-transition: all 5s ease-in-out;
}
.topics {
color: #AA0000 !important;
}
.posts {
color: #FFB405 !important;
}
.lastpost>span {
color: #3AAA00 !important;
}
.topics {
color: #0598E4 !important;
}
#i_whosonline+p br+br+em {
width: 70%;
background: white url(https://i.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;
t€ext-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;
}
.forabg {
border-radius: 10px;
}
a {
text-decoration: none;
}
#search-box {
float: right;
margin-right: 5px;
margin-top: 10px;
white-space: nowrap;
}
* {
margin: 0px;
padding: 0px;
}
.module {
background-repeat: repeat;
border: 1px solid rgb(238, 238, 238);
color: rgb(0, 0, 0);
overflow: hidden;
padding: 0px 10px;
text-align: center;
color: rgb(0, 0, 0);
overflow: hidden;
padding: 0px 10px;
}
a.mainmenu img:hover {
-moz-opacity: 1;
cursor: allowed;
filter: alpha(opacity=100);
opacity: 1
}
a {
outline: none
}
ul.linklist li a img {
propriedades
}
ul.linklist a img:hover {
propriedades
}
a[href="/faq"] {
display: none !important;
}
div.postprofile dl dt img {
margin-left: 3px;
border: 5px solid #eee;
-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
div.postprofile dl dt img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
}
a[href="/u1"] {
color: #FF0000;
}
a[href="/u1"] {
background: url("https://i.imgur.com/GOJ0R.gif");
}
#page-header #search-box {
position: absolute;
top: 20px;
right: 7%;
}
/* Caixa de busca por SUPERO*/
#search-box {
position: center;
bottom: 55px;
height: 40px;
width: 190px;
right: -150px;
display: inline;
background: transparent url(https://lh5.googleusercontent.com/-Jy9D2n_Pr9Y/UaHT2EnqlrI/AAAAAAAAAlU/ukHSX22HbR4/w304-h52-no/Sem%2Bt%25C3%25ADtulo.png) no-repeat center;
}
#search-box input.button2 {
display: none;
}
#search-box {
padding-bottom: 5px !important;
}
#search-box #keywords {
width: 70px;
color: white;
font-family: Verdana;
font-size: 16 px;
font-style: bold;
font-weight: bold;
background: transparent;
}
#search-box input {
border: none !important;
background: none;
}
#search-box input.search {
background: none;
margin-left: 30px;
margin-top: 15px;
}
/* Fim da caixa de busca */
#main-content a.cgu-buttons,
input.button1,
input.button2,
a.button2,
button.button2 {
border: 1px solid #afafaf;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 2px 2px 0px #afafaf;
-webkit-box-shadow: 2px 2px 0px #afafaf
}
.LGlike {
background: #105289;
padding: 3px;
border-radius: 4px;
color: #fff;
font-size: 10px;
font-weight: bold;
text-shadow: -1px 0.5px #888;
box-shadow: 1px 1px 1px #888;
cursor: pointer;
margin-right: 4px;
}
.LGvote {
margin: 0 5px;
}
.LGnovote {
filter: Alpha(opacity=50);
opacity: 0.5;
cursor: default;
box-shadow: none;
text-shadow: none;
}
.sbSelector {
display: block;
height: 30px;
left: 0px;
line-height: 30px;
outline: medium none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0px;
width: 170px;
}
.sbToggle {
background: url("https://i.servimg.com/u/f42/17/32/13/00/select14.png") no-repeat scroll 0px -116px transparent;
display: block;
height: 30px;
outline: medium none;
position: absolute;
right: 0px;
top: 0px;
width: 30px;
}
.sbSelector:hover,
.sbSelector:link,
.sbSelector:visited {
color: rgb(235, 181, 45);
outline: medium none;
text-decoration: none;
}
.sbOptions a:link,
.sbOptions a:visited {
color: rgb(221, 221, 221);
text-decoration: none;
}
.sbOptions a {
border-bottom: 1px dotted rgb(81, 81, 81);
display: block;
outline: medium none;
padding: 7px 0px 7px 3px;
}
.sbOptions {
background-color: rgb(33, 33, 33);
border: 1px solid rgb(81, 81, 81);
left: -1px;
list-style: none outside none;
margin: 0px;
overflow-y: auto;
padding: 0px;
position: absolute;
top: 30px;
width: 200px;
z-index: 1;
}
a.mainmenu:hover {
background: url("https://i.servimg.com/u/f42/17/32/13/00/nav-di10.png") no-repeat scroll 100% 44%, url("https://i.servimg.com/u/f81/18/23/47/35/0e8wm11.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
a.mainmenu {
background: url("https://i.servimg.com/u/f42/17/32/13/00/nav-di10.png") no-repeat scroll 100% 44% rgba(0, 0, 0, 0);
color: #FFFFFF !important;
display: inline-block;
height: 35px;
margin: 0 !important;
padding-right: 10px;
padding-top: 7px;
}
a:hover {
color: #4876FF;
text-shadow: 0 0 10px #000000;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:link {
color: #000000;
text-decoration: none;
}
#page-header .navbar ul.linklist.navlinks {
background: url("https://i.servimg.com/u/f81/18/23/47/35/kbcoz10.png") repeat-x scroll left top rgba(0, 0, 0, 0);
height: 42px;
left: -1.2%;
width: 100.5%;
}
#page-footer,
div.navbar,
div.navbar ul.linklist {
display: block !important;
}
ul.navlinks {
border-bottom: 1px solid #000000;
font-weight: 700;
text-align: center;
}
ul {
list-style-type: none;
}
#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;
}
li.row>dl.icon>dd.dterm {
background-position: 80% center;
}
/* Efeitos dos Grupos */
a[href^="/g1-"],
a[href^="/u"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g2-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g3-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g4-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g5-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g6-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g7-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g8-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g9-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g10-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g11-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g12-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
a[href^="/g13-"],
a[href^="/u"] span[style$="#000099"] {
background: url("https://i.imgur.com/GOJ0R.gif");
text-shadow: 0 0 5px #000000;
}
Resolve o seu problema?
Chanp
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