Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Como tirar esse efeito
+2
LVDesigner
BKFENIX
6 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Como tirar esse efeito
Qual é minha questão:
Eu queria saber como tiro esse efeito ao passar o mouse no menu (Veja na imagem)
https://i.servimg.com/u/f42/16/72/71/99/sem_ta13.png
Folha CSS do fórum
Obrigado
Links e imagens do meu problema:
https://i.servimg.com/u/f42/16/72/71/99/sem_ta13.png
Endereço do meu fórum:
http://muherois.forumeiros.com
Versão do meu fórum:
INVISION
Eu queria saber como tiro esse efeito ao passar o mouse no menu (Veja na imagem)
https://i.servimg.com/u/f42/16/72/71/99/sem_ta13.png
Folha CSS do fórum
- Código:
a[href="/u30"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u30"] {
text-shadow: 0px 0px 2px #5454f5;
}
----------------------------------------------------------------
a[href="/u280"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u280"] {
text-shadow: 0px 0px 2px #ffffff;
}
----------------------------------------------------------------
a[href="/u1"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 2px #5454f5;
}
----------------------------------------------------------------
a[href="/u259"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u259"] {
text-shadow: 0px 0px 2px #ffffff;
}
----------------------------------------------------------------
a[href="/u13"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u13"] {
text-shadow: 0px 0px 2px #ff9d00;
}
----------------------------------------------------------------
{
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: tahoma;
color: #ffffff;
background: #0b0b0b;
background-repeat:repeat-x y;
font-size: 13px; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
body.ltr {
margin:0px;
margin-top:0px;
padding:0px;
}
#wrapheader {
height: auto !important;
padding: 0;
margin-left:auto;
margin-right:auto;
width:99%;
}
#wrapcentre {
margin-left:auto;
margin-right:auto;
width:99%;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#logodesc {
background-color: #C1CAD2;
background-image: url('/');
background-repeat: repeat-x;
background-position: center bottom;
padding: 0 25px 15px 25px;
}
#menubar {
margin: 0 25px;
}
#datebar {
margin: 10px 25px 0 25px;
}
#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.forumrules {
background-color: #101010;
border-width: 1px;
border-style: dashed;
border-color: #00a7de;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: tahoma;
}
.forumrules h3 {
color: red;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* Links
------------ */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link {
color: #00a7de;
text-decoration: none;
font-size:11px;
}
a:active,
a:visited {
color: #00a7de;
text-decoration: none;
font-size:11px;
}
a:hover {
color: #646464;
text-decoration: none;
}
a.forumlink {
color: #00a7de;
font-weight: bold;
font-family: tahoma;
font-size: 1.2em;
}
a.forumlink:hover {
color: #00a7de;
font-weight: bold;
font-family: tahoma;
font-size: 1.2em;
text-decoration:none;
}
a.topictitle {
margin: 1px 0;
font-family: tahoma;
font-weight: bold;
font-size: 11px;
color:#00a7de;
}
a.topictitle:hover {
color: #646464;
text-decoration: none;
}
a.topictitle:visited {
color: #00a7de;
text-decoration: none;
}
th {
}
th a,
th a:visited {
color: #ededed !important;
text-decoration: none;
}
.text-shadow-tabel-stanga-index {
font-size:11px;
}
th a:hover {
text-decoration: none;
}
/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
text-transform:none;
}
input {
color: #333333;
font-family: tahoma;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #A9B8C2;
background-color: #FAFAFA;
}
textarea {
background-color: #1c1c1c;
color: #646464;
font-family: tahoma;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #1c1c1c;
padding: 2px;
}
select {
color: #646464;
background-color: #1c1c1c;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
border: 1px solid #1c1c1c;
padding: 1px;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: graytext;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
border: none;
background-color: #1c1c1c;
}
.post {
background-color: #1c1c1c;
border-style: solid;
border-width: 1px;
border-color: #1c1c1c;
color:#646464;
}
.helpline {
background-color: #101010;
border-style: none;
color:#646464;
}
/*Panel Left*/
.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
background:url('/') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}
.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}
.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #00a7de;
text-decoration: none;
}
.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}
a.active.trigger {
background:#222222 url('/') 85% 55% no-repeat;
}
.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}
.colleft{
float: left;
width: 100px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
color: #FF0000;
font-weight: bold;
}
a:link,
a:visited,
a:active{
text-decoration: none;
}
table.ipbtable tfoot td {
background-color:#1d1d1d;
}
div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 15px;
background: url('http://i.imgur.com/gcuHP.png') no-repeat 95% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i.imgur.com/cZJSX.png') no-repeat 95% 50%;
}
.popupmenu li {
background-color: #1d1d1d;
}
.box-content {
border-bottom: transparent;
}
table.ipbtable tfoot td {
background-color: transparent;
}
.post {
border-bottom:10px solid #1d1d1d;
}
a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
}
a.mainmenu:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.65;
opacity: 0.55;
}
#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}
.skills a img{
background: url(http://i64.servimg.com/u/f64/14/54/25/26/dwd-gr10.png) no-repeat;}
.skills a img:hover{
background-position: 0px -40px;}
a[href="/g11-administradores"]{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
a[href="/u1"] strong, a[href="/u30"] strong, a[href="/uX"] strong{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
a[href="/g9-sub-admin"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u2"] strong, a[href="/u131"] strong, a[href="/uX"] strong, a[href="/u"] strong, a[href="/uX"] strong, a[href="/uX"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/g2-gamemaster-season-6"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u260"] strong, a[href="/u31"], a[href="/u33"] strong, a[href="/u37"] strong {
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #171717;
border: 1px solid #2c2d2c;
-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://i.imgur.com/1Az2E.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
.vote .vote-button a[href $="minus"] {
background-image:url('http://i.imgur.com/TQZ0Z.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
#chatbox {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/untitl13.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}
.online {
background-image: url(http://2img.net/i/fa/prosilver/../Online.png);
background-repeat: no-repeat;
background-position: 19% 1%;
}
body.chatbox {
background-color: transparent;
border-bottom: 5px solid #000000;
margin-right: 1px;
}
#chatbox_header {
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}
.chatbox-title {
font-style: italic;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}
.chatbox-options {
font-style: italic;
font-size:10px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}
#chatbox_members {
background-color: #1d1d1d;
border-left: 1px solid #d5dee5;
width: 180px;
margin-top: 5px;
}
#chatbox_members .member-title {
border-bottom: 1px solid #1d1d1d;
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}
#chatbox_members ul {
margin-right: 12px;
}
#chatbox_members ul li {
border-bottom: 1px solid #d5dee5;
}
.chatbox_row_1 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
.chatbox_row_2 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
#chatbox {
border-right: 1px solid #1d1d1d;
border-left: 1px solid #d5dee5;
background-color: #1d1d1d;
margin-top: 5px;
}
#chatbox_footer {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #e0e0e0;
border: 1px solid #cccccc;
margin-right: 1px;
}
.fontbutton {
border: 1px solid #cccccc;
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
}
#submit_button {
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
text-shadow: 1px 1px 1px #1d1d1d;
}
div.maintitle {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
#flutuante {
display: scroll;
position: fixed;
top: 10px;
left: 1200px;
}
div.borderwrap {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#info {
overflow: visible;
width: 100%;
position: fixed;
z-index:2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
top: 0;
left: 0;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
float: left;
width:100%;
clear: both;
color: InfoText;
background: InfoBackground url(icon_warning.gif) no-repeat fixed .3em .3em;
padding: .10em .3em .10em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}
#infobar a:hover {
color: HighlightText;
background: Highlight url(icon_warning_hover.gif) no-repeat fixed .3em .3em;
}
#viewplot {
width: 100%;
height: expression(this.parentNode.offsetHeight - this.offsetTop);
overflow-x: hidden;
overflow-y: scroll;
padding: 1em;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
background-color: #d6e07e;
color: #000000;
}
#infobar a:hover {
background-color: #ff0000;
color: #ffffff;
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
-moz-box-shadow:1px 1px 5px #9C9C9C;
-webkit-box-shadow:1px 1px 5px #9C9C9C;
box-shadow:1px 1px 5px #9C9C9C;
}
.postprofile{text-align:center}
az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
sp, .sp {text-shadow: 0px 0px 5px #0072ff;color: #0072ff !important;}
#text_editor_controls, .left-box{position:relative !important}
#submenu {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: ;
background-image: url("http://hitskin.com/themes/13/48/12/i_back_catg.png");
background-position: 0 0;
background-repeat: repeat-x;
height: 15px;
left: 100%;
margin-top: 10px !important;
width: 100%;
}
#submenu ul li a {
color: #ffffff;
margin-bottom: 0.65em;
margin-left: 0;
margin-right: 1em;
margin-top: 1.5em;
padding-bottom: 0.65em;
padding-left: 0;
padding-right: 1em;
padding-top: 0.5em;
text-decoration: none;
}
Obrigado
Links e imagens do meu problema:
https://i.servimg.com/u/f42/16/72/71/99/sem_ta13.png
Endereço do meu fórum:
http://muherois.forumeiros.com
Versão do meu fórum:
INVISION
Última edição por BKFENIX em 10.06.12 20:31, editado 1 vez(es)
Re: Como tirar esse efeito
Painel De Controle->>Módulos->>Galeria->>Procure Por : Visualizar o álbum :->>E marque não.
No caso se não acha a galeria esta aki a foto->> https://i.imgur.com/2Cqxg.jpg
No caso se não acha a galeria esta aki a foto->> https://i.imgur.com/2Cqxg.jpg
Re: Como tirar esse efeito
Olá senhor!
Troque seu CSS por este:
Atenciosamente.
Troque seu CSS por este:
- Código:
a[href="/u30"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u30"] {
text-shadow: 0px 0px 2px #5454f5;
}
----------------------------------------------------------------
a[href="/u280"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u280"] {
text-shadow: 0px 0px 2px #ffffff;
}
----------------------------------------------------------------
a[href="/u1"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 2px #5454f5;
}
----------------------------------------------------------------
a[href="/u259"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u259"] {
text-shadow: 0px 0px 2px #ffffff;
}
----------------------------------------------------------------
a[href="/u13"] {
background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u13"] {
text-shadow: 0px 0px 2px #ff9d00;
}
----------------------------------------------------------------
{
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: tahoma;
color: #ffffff;
background: #0b0b0b;
background-repeat:repeat-x y;
font-size: 13px; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
body.ltr {
margin:0px;
margin-top:0px;
padding:0px;
}
#wrapheader {
height: auto !important;
padding: 0;
margin-left:auto;
margin-right:auto;
width:99%;
}
#wrapcentre {
margin-left:auto;
margin-right:auto;
width:99%;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#logodesc {
background-color: #C1CAD2;
background-image: url('/');
background-repeat: repeat-x;
background-position: center bottom;
padding: 0 25px 15px 25px;
}
#menubar {
margin: 0 25px;
}
#datebar {
margin: 10px 25px 0 25px;
}
#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.forumrules {
background-color: #101010;
border-width: 1px;
border-style: dashed;
border-color: #00a7de;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: tahoma;
}
.forumrules h3 {
color: red;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* Links
------------ */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link {
color: #00a7de;
text-decoration: none;
font-size:11px;
}
a:active,
a:visited {
color: #00a7de;
text-decoration: none;
font-size:11px;
}
a:hover {
color: #646464;
text-decoration: none;
}
a.forumlink {
color: #00a7de;
font-weight: bold;
font-family: tahoma;
font-size: 1.2em;
}
a.forumlink:hover {
color: #00a7de;
font-weight: bold;
font-family: tahoma;
font-size: 1.2em;
text-decoration:none;
}
a.topictitle {
margin: 1px 0;
font-family: tahoma;
font-weight: bold;
font-size: 11px;
color:#00a7de;
}
a.topictitle:hover {
color: #646464;
text-decoration: none;
}
a.topictitle:visited {
color: #00a7de;
text-decoration: none;
}
th {
}
th a,
th a:visited {
color: #ededed !important;
text-decoration: none;
}
.text-shadow-tabel-stanga-index {
font-size:11px;
}
th a:hover {
text-decoration: none;
}
/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
text-transform:none;
}
input {
color: #333333;
font-family: tahoma;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #A9B8C2;
background-color: #FAFAFA;
}
textarea {
background-color: #1c1c1c;
color: #646464;
font-family: tahoma;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #1c1c1c;
padding: 2px;
}
select {
color: #646464;
background-color: #1c1c1c;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
border: 1px solid #1c1c1c;
padding: 1px;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: graytext;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
border: none;
background-color: #1c1c1c;
}
.post {
background-color: #1c1c1c;
border-style: solid;
border-width: 1px;
border-color: #1c1c1c;
color:#646464;
}
.helpline {
background-color: #101010;
border-style: none;
color:#646464;
}
/*Panel Left*/
.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
background:url('/') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}
.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}
.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #00a7de;
text-decoration: none;
}
.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}
a.active.trigger {
background:#222222 url('/') 85% 55% no-repeat;
}
.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}
.colleft{
float: left;
width: 100px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
color: #FF0000;
font-weight: bold;
}
a:link,
a:visited,
a:active{
text-decoration: none;
}
table.ipbtable tfoot td {
background-color:#1d1d1d;
}
div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 15px;
background: url('http://i.imgur.com/gcuHP.png') no-repeat 95% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i.imgur.com/cZJSX.png') no-repeat 95% 50%;
}
.popupmenu li {
background-color: #1d1d1d;
}
.box-content {
border-bottom: transparent;
}
table.ipbtable tfoot td {
background-color: transparent;
}
.post {
border-bottom:10px solid #1d1d1d;
}
#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}
.skills a img{
background: url(http://i64.servimg.com/u/f64/14/54/25/26/dwd-gr10.png) no-repeat;}
.skills a img:hover{
background-position: 0px -40px;}
a[href="/g11-administradores"]{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
a[href="/u1"] strong, a[href="/u30"] strong, a[href="/uX"] strong{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
a[href="/g9-sub-admin"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u2"] strong, a[href="/u131"] strong, a[href="/uX"] strong, a[href="/u"] strong, a[href="/uX"] strong, a[href="/uX"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/g2-gamemaster-season-6"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u260"] strong, a[href="/u31"], a[href="/u33"] strong, a[href="/u37"] strong {
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #171717;
border: 1px solid #2c2d2c;
-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://i.imgur.com/1Az2E.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
.vote .vote-button a[href $="minus"] {
background-image:url('http://i.imgur.com/TQZ0Z.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
#chatbox {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/untitl13.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}
.online {
background-image: url(http://2img.net/i/fa/prosilver/../Online.png);
background-repeat: no-repeat;
background-position: 19% 1%;
}
body.chatbox {
background-color: transparent;
border-bottom: 5px solid #000000;
margin-right: 1px;
}
#chatbox_header {
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}
.chatbox-title {
font-style: italic;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}
.chatbox-options {
font-style: italic;
font-size:10px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}
#chatbox_members {
background-color: #1d1d1d;
border-left: 1px solid #d5dee5;
width: 180px;
margin-top: 5px;
}
#chatbox_members .member-title {
border-bottom: 1px solid #1d1d1d;
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}
#chatbox_members ul {
margin-right: 12px;
}
#chatbox_members ul li {
border-bottom: 1px solid #d5dee5;
}
.chatbox_row_1 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
.chatbox_row_2 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
#chatbox {
border-right: 1px solid #1d1d1d;
border-left: 1px solid #d5dee5;
background-color: #1d1d1d;
margin-top: 5px;
}
#chatbox_footer {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #e0e0e0;
border: 1px solid #cccccc;
margin-right: 1px;
}
.fontbutton {
border: 1px solid #cccccc;
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
}
#submit_button {
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
text-shadow: 1px 1px 1px #1d1d1d;
}
div.maintitle {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
#flutuante {
display: scroll;
position: fixed;
top: 10px;
left: 1200px;
}
div.borderwrap {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#info {
overflow: visible;
width: 100%;
position: fixed;
z-index:2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
top: 0;
left: 0;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
float: left;
width:100%;
clear: both;
color: InfoText;
background: InfoBackground url(icon_warning.gif) no-repeat fixed .3em .3em;
padding: .10em .3em .10em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}
#infobar a:hover {
color: HighlightText;
background: Highlight url(icon_warning_hover.gif) no-repeat fixed .3em .3em;
}
#viewplot {
width: 100%;
height: expression(this.parentNode.offsetHeight - this.offsetTop);
overflow-x: hidden;
overflow-y: scroll;
padding: 1em;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
background-color: #d6e07e;
color: #000000;
}
#infobar a:hover {
background-color: #ff0000;
color: #ffffff;
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
-moz-box-shadow:1px 1px 5px #9C9C9C;
-webkit-box-shadow:1px 1px 5px #9C9C9C;
box-shadow:1px 1px 5px #9C9C9C;
}
.postprofile{text-align:center}
az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
sp, .sp {text-shadow: 0px 0px 5px #0072ff;color: #0072ff !important;}
#text_editor_controls, .left-box{position:relative !important}
#submenu {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: ;
background-image: url("http://hitskin.com/themes/13/48/12/i_back_catg.png");
background-position: 0 0;
background-repeat: repeat-x;
height: 15px;
left: 100%;
margin-top: 10px !important;
width: 100%;
}
#submenu ul li a {
color: #ffffff;
margin-bottom: 0.65em;
margin-left: 0;
margin-right: 1em;
margin-top: 1.5em;
padding-bottom: 0.65em;
padding-left: 0;
padding-right: 1em;
padding-top: 0.5em;
text-decoration: none;
}
Atenciosamente.
Re: Como tirar esse efeito
Não intendi direito mais caso seja o efeito de quando passa o cursor nos menu adicione o seguinte código no seu css
Caso não seja tente explicar mais detalhadamente o problema.
- Código:
#submenu ul li a:hover {
background-color: none !important;
}
Caso não seja tente explicar mais detalhadamente o problema.
Re: Como tirar esse efeito
Não resultou.
Eu quero tirar aquele efeito de quando passa o mouse no MENU
ele fica com um fundo cinza,e eu quero tirar.
Eu quero tirar aquele efeito de quando passa o mouse no MENU
ele fica com um fundo cinza,e eu quero tirar.
Re: Como tirar esse efeito
Boa tarde.
Adicione este código em seu CSS
Cordialmente.
Adicione este código em seu CSS
#submenu ul li a:hover {
background-color: transparent !important;
}
Cordialmente.
Re: Como tirar esse efeito
QUEM APAGOU MINHA MESSAGEM ISSO NÃO PODE VOU FALA COM O DONO VCS FICAM DE SACANAGEM
Tópicos semelhantes
» Como tirar esse bug
» Tem como tirar esse nome?
» Como tirar esse codigo
» Como tirar esse erro do meu forum
» Como tirar efeito do Perfil
» Tem como tirar esse nome?
» Como tirar esse codigo
» Como tirar esse erro do meu forum
» Como tirar efeito do Perfil
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos