Remover sublinhado de imagens com links

Suporte aos Styles/Templates para phpBB.
Avatar do usuário
umarizal
Contribuidor Passado
Contribuidor Passado
Mensagens: 216
Registrado em: 18 Mar 2008, 10:30
Nome Real: Leandro dos Santos
Localização: São Paulo - SP
Contact:

Remover sublinhado de imagens com links

Mensagem por umarizal »

URL do Fórum: http://www.guiadaobra.net

Olá amigos, tudo bem?

Estou tentando remover o sublinhado (underline) das imagens com link no meu fórum pois fica muito estranho.

No entanto, não estou conseguindo.

Tentei isso aqui, mas não achei a linha citada.

Tentei alterar em:

Código: Selecionar todos

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}
Removendo o trecho: border-bottom: 1px solid #d2d2d2;

Mas não resolveu...

Se quiserem ver o que digo sobre as imagens, acessem: http://www.guiadaobra.net/parceiros . Aqui existem vários banners de parceiros do meu fórum... e ficam com sublinhado (linha) abaixo das imagens... fica estranho.

Alguma dica? phpBB 3.0.9
;) Hospedagem de Sites | Registro de Domínios
http://www.mixhost.com.br
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Remover sublinhado de imagens com links

Mensagem por robra »

Acesse o ACP>>aba ESTILOS>>link Temas e clique em Editar na mesma linha do seu Estilo em uso. Faça uma busca no "pesquisar" do navegador e ache na página as linhas:

Código: Selecionar todos

.postlink {
text-decoration: none;
color: #D2D2D2;
border-bottom: 1px solid #D2D2D2;
padding-bottom: 0;
} 
A linha responsável pelo "underline" nas imagens é a border-bottom: 1px solid #D2D2D2;.

Abraço. Imagem
[DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
Avatar do usuário
_Vinny_
Administrador
Administrador
Mensagens: 5905
Registrado em: 03 Set 2009, 21:59
Nome Real: Marcus Vinicius
Localização: Macapá, AP - Brasil
Contact:

Re: Remover sublinhado de imagens com links

Mensagem por _Vinny_ »

robra escreveu:Acesse o ACP>>aba ESTILOS>>link Temas e clique em Editar na mesma linha do seu Estilo em uso. Faça uma busca no "pesquisar" do navegador e ache na página as linhas:

Código: Selecionar todos

.postlink {
text-decoration: none;
color: #D2D2D2;
border-bottom: 1px solid #D2D2D2;
padding-bottom: 0;
} 
A linha responsável pelo "underline" nas imagens é a border-bottom: 1px solid #D2D2D2;.

Abraço. Imagem
Mas neste caso esta regra é geral para todos os links, incluindo imagens. Para manter a regra e remover apenas o sublinhado nas imagens postadas, adicione ao seu arquivo CSS:

Código: Selecionar todos

.postlink img {
border-bottom: 0 solid transparent;
}
Tradução Português Brasileiro: https://www.phpbb.com/customise/db/tran ... ortuguese/

Precisa de serviços phpBB? Me mande um mensagem privada!
Avatar do usuário
umarizal
Contribuidor Passado
Contribuidor Passado
Mensagens: 216
Registrado em: 18 Mar 2008, 10:30
Nome Real: Leandro dos Santos
Localização: São Paulo - SP
Contact:

Re: Remover sublinhado de imagens com links

Mensagem por umarizal »

Amigos, obrigado pela tentativa, mas não resolveu... as imagens com links continuam com um risco abaixo da imagem...

Vejam:
Imagem
;) Hospedagem de Sites | Registro de Domínios
http://www.mixhost.com.br
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Remover sublinhado de imagens com links

Mensagem por robra »

Você limpou o cache do Fórum, do navegador e atualizou o Tema de seu Estilo e uso ?

Abraço. Imagem
[DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
Avatar do usuário
umarizal
Contribuidor Passado
Contribuidor Passado
Mensagens: 216
Registrado em: 18 Mar 2008, 10:30
Nome Real: Leandro dos Santos
Localização: São Paulo - SP
Contact:

Re: Remover sublinhado de imagens com links

Mensagem por umarizal »

robra escreveu:Você limpou o cache do Fórum, do navegador e atualizou o Tema de seu Estilo e uso ?

Abraço. Imagem
Infelizmente, fiz tudo e não mudou :cry:

Se quiser verificar: http://www.guiadaobra.net/forum/forum-t ... t1650.html
;) Hospedagem de Sites | Registro de Domínios
http://www.mixhost.com.br
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Remover sublinhado de imagens com links

Mensagem por robra »

Siga as instruções do Vinny para incluir o código em seu arquivo styles/prosilver/theme/links.css da seguinte forma:
1) Abra o arquivo styles/prosilver/theme/links.css e ache as linhas:

Código: Selecionar todos

.postlink {
text-decoration: none;
color: #D2D2D2;
border-bottom: 1px solid #D2D2D2;
padding-bottom: 0;
} 
2) Adicione após, em uma nova linha:

Código: Selecionar todos

.postlink img {
border-bottom: 0 solid transparent;
} 
3) Limpe o cache de seu Fórum, o cache do navegador e atualize o Tema do Prosilver.
4) Se mesmo assim o "underline" continuar abaixo das imagens, então, altere na referência das imagens a class="postlink" para class="postlink img".
Exemplo:
De:

Código: Selecionar todos

<a href="http://www.outeng.com" class="postlink" rel="nofollow" onclick="this.target='_blank';"><img src="http://www.guiadaobra.net/banners/outeng234x60.gif" alt="Imagem"></a> 
Para:

Código: Selecionar todos

<a href="http://www.outeng.com" class="postlink img" rel="nofollow" onclick="this.target='_blank';"><img src="http://www.guiadaobra.net/banners/outeng234x60.gif" alt="Imagem"></a> 
5) Repita o processo do item 3.

Abraço. Imagem
[DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
Avatar do usuário
umarizal
Contribuidor Passado
Contribuidor Passado
Mensagens: 216
Registrado em: 18 Mar 2008, 10:30
Nome Real: Leandro dos Santos
Localização: São Paulo - SP
Contact:

Re: Remover sublinhado de imagens com links

Mensagem por umarizal »

No trecho do ítem 1 chamado Border-bottom, editando pelo ACP, fiz a citação (para ocultar) incluindo /* e */...

A edição correu bem... porém, ao tentar "atualizar" para limpar o cache... fica dando esse erro:

Código: Selecionar todos

Erro Geral
SQL ERROR [ mysqli ]

Incorrect string value: '\xEDcio -...' for column 'theme_data' at row 1 [1366]

SQL

UPDATE phpbb_styles_theme SET theme_mtime = 1318392671, theme_data = '/* phpBB 3.0 Style Sheet\n --------------------------------------------------------------\n Style name: proSilver\n Based on style: proSilver (this is the default phpBB 3 style)\n Original author: subBlue ( http://www.subBlue.com/ )\n Modified by: \n \n Copyright 2006 phpBB Group ( http://www.phpbb.com/ )\n --------------------------------------------------------------\n*/\n\n/* General proSilver Markup Styles\n---------------------------------------- */\n\n* {\n /* Reset browsers default margin, padding and font sizes */\n margin: 0;\n padding: 0;\n}\n\nhtml {\n font-size: 100%;\n /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */\n height: 101%;\n}\n\nbody {\n /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */\n font-family: Verdana, Helvetica, Arial, sans-serif;\n color: #828282;\n background-color: #FFFFFF;\n /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */\n font-size: 10px;\n margin: 0;\n padding: 12px 0;\n}\n\nh1 {\n /* Forum name */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n margin-right: 200px;\n color: #FFFFFF;\n margin-top: 15px;\n font-weight: bold;\n font-size: 2em;\n}\n\nh2 {\n /* Forum header titles */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n font-weight: normal;\n color: #3f3f3f;\n font-size: 2em;\n margin: 0.8em 0 0.2em 0;\n}\n\nh2.solo {\n margin-bottom: 1em;\n}\n\nh3 {\n /* Sub-headers (also used as post headers, but defined later) */\n font-family: Arial, Helvetica, sans-serif;\n font-weight: bold;\n text-transform: uppercase;\n border-bottom: 1px solid #CCCCCC;\n margin-bottom: 3px;\n padding-bottom: 2px;\n font-size: 1.05em;\n color: #989898;\n margin-top: 20px;\n}\n\nh4 {\n /* Forum and topic list titles */\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, Sans-serif;\n font-size: 1.3em;\n}\n\np {\n line-height: 1.3em;\n font-size: 1.1em;\n margin-bottom: 1.5em;\n}\n\nimg {\n border-width: 0;\n}\n\nhr {\n /* Also see tweaks.css */\n border: 0 none #FFFFFF;\n border-top: 1px solid #CCCCCC;\n height: 1px;\n margin: 5px 0;\n display: block;\n clear: both;\n}\n\nhr.dashed {\n border-top: 1px dashed #CCCCCC;\n margin: 10px 0;\n}\n\nhr.divider {\n display: none;\n}\n\np.right {\n text-align: right;\n}\n\n/* Main blocks\n---------------------------------------- */\n#wrap {\n padding: 0 20px;\n min-width: 650px;\n}\n\n#simple-wrap {\n padding: 6px 10px;\n}\n\n#page-body {\n margin: 4px 0;\n clear: both;\n}\n\n#page-footer {\n clear: both;\n}\n\n#page-footer h3 {\n margin-top: 20px;\n}\n\n#logo {\n float: left;\n width: auto;\n padding: 10px 13px 0 10px;\n}\n\na#logo:hover {\n text-decoration: none;\n}\n\n/* Search box\n--------------------------------------------- */\n#search-box {\n color: #FFFFFF;\n position: relative;\n margin-top: 30px;\n margin-right: 5px;\n display: block;\n float: right;\n text-align: right;\n white-space: nowrap; /* For Opera */\n}\n\n#search-box #keywords {\n width: 95px;\n background-color: #FFF;\n}\n\n#search-box input {\n border: 1px solid #b0b0b0;\n}\n\n/* .button1 style defined later, just a few tweaks for the search button version */\n#search-box input.button1 {\n padding: 1px 5px;\n}\n\n#search-box li {\n text-align: right;\n margin-top: 4px;\n}\n\n#search-box img {\n vertical-align: middle;\n margin-right: 3px;\n}\n\n/* Site description and logo */\n#site-description {\n float: left;\n width: 70%;\n}\n\n#site-description h1 {\n margin-right: 0;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n background: #ebebeb none repeat-x 0 0;\n color: #FFFFFF;\n margin-bottom: 4px;\n padding: 0 5px;\n}\n\n.navbar {\n background-color: #ebebeb;\n padding: 0 10px;\n}\n\n.forabg {\n background: #b1b1b1 none repeat-x 0 0;\n margin-bottom: 4px;\n padding: 0 5px;\n clear: both;\n}\n\n.forumbg {\n background: #ebebeb none repeat-x 0 0;\n margin-bottom: 4px;\n padding: 0 5px;\n clear: both;\n}\n\n.panel {\n margin-bottom: 4px;\n padding: 0 10px;\n background-color: #f3f3f3;\n color: #3f3f3f;\n}\n\n.post {\n padding: 0 10px;\n margin-bottom: 4px;\n background-repeat: no-repeat;\n background-position: 100% 0;\n}\n\n.post:target .content {\n color: #000000;\n}\n\n.post:target h3 a {\n color: #000000;\n}\n\n.bg1 { background-color: #f7f7f7;}\n.bg2 { background-color: #f2f2f2; }\n.bg3 { background-color: #ebebeb; }\n\n.rowbg {\n margin: 5px 5px 2px 5px;\n}\n\n.ucprowbg {\n background-color: #e2e2e2;\n}\n\n.fieldsbg {\n /*border: 1px #DBDEE2 solid;*/\n background-color: #eaeaea;\n}\n\nspan.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {\n font-size: 1px;\n line-height: 1px;\n display: block;\n height: 5px;\n background-repeat: no-repeat;\n}\n\nspan.corners-top {\n background-image: none;\n background-position: 0 0;\n margin: 0 -5px;\n}\n\nspan.corners-top span {\n background-image: none;\n background-position: 100% 0;\n}\n\nspan.corners-bottom {\n background-image: none;\n background-position: 0 100%;\n margin: 0 -5px;\n clear: both;\n}\n\nspan.corners-bottom span {\n background-image: none;\n background-position: 100% 100%;\n}\n\n.headbg span.corners-bottom {\n margin-bottom: -1px;\n}\n\n.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {\n margin: 0 -10px;\n}\n\n.rules span.corners-top {\n margin: 0 -10px 5px -10px;\n}\n\n.rules span.corners-bottom {\n margin: 5px -10px 0 -10px;\n}\n\n/* Horizontal lists\n----------------------------------------*/\nul.linklist {\n display: block;\n margin: 0;\n}\n\nul.linklist li {\n display: block;\n list-style-type: none;\n float: left;\n width: auto;\n margin-right: 5px;\n font-size: 1.1em;\n line-height: 2.2em;\n}\n\nul.linklist li.rightside, p.rightside {\n float: right;\n margin-right: 0;\n margin-left: 5px;\n text-align: right;\n}\n\nul.navlinks {\n padding-bottom: 1px;\n margin-bottom: 1px;\n border-bottom: 1px solid #FFFFFF;\n font-weight: bold;\n}\n\nul.leftside {\n float: left;\n margin-left: 0;\n margin-right: 5px;\n text-align: left;\n}\n\nul.rightside {\n float: right;\n margin-left: 5px;\n margin-right: -5px;\n text-align: right;\n}\n\n/* Table styles\n----------------------------------------*/\ntable.table1 {\n /* See tweaks.css */\n}\n\n#ucp-main table.table1 {\n padding: 2px;\n}\n\ntable.table1 thead th {\n font-weight: normal;\n text-transform: uppercase;\n color: #FFFFFF;\n line-height: 1.3em;\n font-size: 1em;\n padding: 0 0 4px 3px;\n}\n\ntable.table1 thead th span {\n padding-left: 7px;\n}\n\ntable.table1 tbody tr {\n border: 1px solid #cfcfcf;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n background-color: #f6f6f6;\n color: #000;\n}\n\ntable.table1 td {\n color: #6a6a6a;\n font-size: 1.1em;\n}\n\ntable.table1 tbody td {\n padding: 5px;\n border-top: 1px solid #FAFAFA;\n}\n\ntable.table1 tbody th {\n padding: 5px;\n border-bottom: 1px solid #000000;\n text-align: left;\n color: #333333;\n background-color: #FFFFFF;\n}\n\n/* Specific column styles */\ntable.table1 .name { text-align: left; }\ntable.table1 .posts { text-align: center !important; width: 7%; }\ntable.table1 .joined { text-align: left; width: 15%; }\ntable.table1 .active { text-align: left; width: 15%; }\ntable.table1 .mark { text-align: center; width: 7%; }\ntable.table1 .info { text-align: left; width: 30%; }\ntable.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }\ntable.table1 .autocol { line-height: 2em; white-space: nowrap; }\ntable.table1 thead .autocol { padding-left: 1em; }\n\ntable.table1 span.rank-img {\n float: right;\n width: auto;\n}\n\ntable.info td {\n padding: 3px;\n}\n\ntable.info tbody th {\n padding: 3px;\n text-align: right;\n vertical-align: top;\n color: #000000;\n font-weight: normal;\n}\n\n.forumbg table.table1 {\n margin: 0 -2px -1px -1px;\n}\n\n/* Misc layout styles\n---------------------------------------- */\n/* column[1-2] styles are containers for two column layouts \n Also see tweaks.css */\n.column1 {\n float: left;\n clear: left;\n width: 49%;\n}\n\n.column2 {\n float: right;\n clear: right;\n width: 49%;\n}\n\n/* General classes for placing floating blocks */\n.left-box {\n float: left;\n width: auto;\n text-align: left;\n}\n\n.right-box {\n float: right;\n width: auto;\n text-align: right;\n}\n\ndl.details {\n /*font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;*/\n font-size: 1.1em;\n}\n\ndl.details dt {\n float: left;\n clear: left;\n width: 30%;\n text-align: right;\n color: #000000;\n display: block;\n}\n\ndl.details dd {\n margin-left: 0;\n padding-left: 5px;\n margin-bottom: 5px;\n color: #828282;\n float: left;\n width: 65%;\n}\n\n/* Pagination\n---------------------------------------- */\n.pagination {\n height: 1%; /* IE tweak (holly hack) */\n width: auto;\n text-align: right;\n margin-top: 5px;\n float: right;\n}\n\n.pagination span.page-sep {\n display: none;\n}\n\nli.pagination {\n margin-top: 0;\n}\n\n.pagination strong, .pagination b {\n font-weight: normal;\n}\n\n.pagination span strong {\n padding: 0 2px;\n margin: 0 2px;\n font-weight: normal;\n color: #FFFFFF;\n background-color: #bfbfbf;\n border: 1px solid #bfbfbf;\n font-size: 0.9em;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {\n font-weight: normal;\n text-decoration: none;\n color: #747474;\n margin: 0 2px;\n padding: 0 2px;\n background-color: #eeeeee;\n border: 1px solid #bababa;\n font-size: 0.9em;\n line-height: 1.5em;\n}\n\n.pagination span a:hover {\n border-color: #d2d2d2;\n background-color: #d2d2d2;\n color: #FFF;\n text-decoration: none;\n}\n\n.pagination img {\n vertical-align: middle;\n}\n\n/* Pagination in viewforum for multipage topics */\n.row .pagination {\n display: block;\n float: right;\n width: auto;\n margin-top: 0;\n padding: 1px 0 1px 15px;\n font-size: 0.9em;\n background: none 0 50% no-repeat;\n}\n\n.row .pagination span a, li.pagination span a {\n background-color: #FFFFFF;\n}\n\n.row .pagination span a:hover, li.pagination span a:hover {\n background-color: #d2d2d2;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n#forum-permissions {\n float: right;\n width: auto;\n padding-left: 5px;\n margin-left: 5px;\n margin-top: 10px;\n text-align: right;\n}\n\n.copyright {\n padding: 5px;\n text-align: center;\n color: #555555;\n}\n\n.small {\n font-size: 0.9em !important;\n}\n\n.titlespace {\n margin-bottom: 15px;\n}\n\n.headerspace {\n margin-top: 20px;\n}\n\n.error {\n color: #bcbcbc;\n font-weight: bold;\n font-size: 1em;\n}\n\n.reported {\n background-color: #f7f7f7;\n}\n\nli.reported:hover {\n background-color: #ececec;\n}\n\ndiv.rules {\n background-color: #ececec;\n color: #bcbcbc;\n padding: 0 10px;\n margin: 10px 0;\n font-size: 1.1em;\n}\n\ndiv.rules ul, div.rules ol {\n margin-left: 20px;\n}\n\np.rules {\n background-color: #ececec;\n background-image: none;\n padding: 5px;\n}\n\np.rules img {\n vertical-align: middle;\n padding-top: 5px;\n}\n\np.rules a {\n vertical-align: middle;\n clear: both;\n}\n\n#top {\n position: absolute;\n top: -20px;\n}\n\n.clear {\n display: block;\n clear: both;\n font-size: 1px;\n line-height: 1px;\n background: transparent;\n}\n/* GYM Sitemaps & RSS - http://www.phpbb-seo.com */\ndiv.gymsublist {\n display:block;\n position:relative;\n padding-left:10px;\n padding-top:5px;\n padding-bottom:10px;\n padding-right:0;\n margin:0;\n}\ndiv.gymsublist ul {\n display:block;\n position:relative;\n height:1%;\n padding-left:30px;\n}\ndiv.gymsublist ul li {\n display:block;\n position:relative;\n line-height:18px;\n font-size:11px;\n}\n/* GYM Sitemaps & RSS - http://www.phpbb-seo.com */\n/* proSilver Link Styles\n---------------------------------------- */\n\n/* Links adjustment to correctly display an order of rtl/ltr mixed content */\na {\n direction: ltr;\n unicode-bidi: embed;\n}\n\na:link { color: #898989; text-decoration: none; }\na:visited { color: #898989; text-decoration: none; }\na:hover { color: #d3d3d3; text-decoration: underline; }\na:active { color: #d2d2d2; text-decoration: none; }\n\n/* Coloured usernames */\n.username-coloured {\n font-weight: bold;\n display: inline !important;\n padding: 0 !important;\n}\n\n/* Links on gradient backgrounds */\n#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {\n color: #FFFFFF;\n text-decoration: none;\n}\n\n#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {\n color: #FFFFFF;\n text-decoration: none;\n}\n\n#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n color: #ffffff;\n text-decoration: underline;\n}\n\n#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n color: #ffffff;\n text-decoration: none;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n font-family: \"Trebuchet MS\", Helvetica, Arial, Sans-serif;\n font-size: 1.2em;\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n/* a.forumtitle:visited { color: #898989; } */\n\na.forumtitle:hover {\n color: #bcbcbc;\n text-decoration: underline;\n}\n\na.forumtitle:active {\n color: #898989;\n}\n\na.topictitle {\n font-family: \"Trebuchet MS\", Helvetica, Arial, Sans-serif;\n font-size: 1.2em;\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n/* a.topictitle:visited { color: #d2d2d2; } */\n\na.topictitle:hover {\n color: #bcbcbc;\n text-decoration: underline;\n}\n\na.topictitle:active {\n color: #898989;\n}\n\n/* Post body links */\n.postlink {\n text-decoration: none;\n color: #d2d2d2;\n border-bottom: 1px solid #d2d2d2;\n padding-bottom: 0;\n}\n\n/* .postlink:visited { color: #bdbdbd; } */\n\n.postlink:active {\n color: #d2d2d2;\n}\n\n.postlink:hover {\n background-color: #f6f6f6;\n text-decoration: none;\n color: #404040;\n}\n\n.signature a, .signature a:visited, .signature a:hover, .signature a:active {\n border: none;\n text-decoration: underline;\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n text-decoration: underline;\n color: #d3d3d3;\n}\n\n/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */\n/* See http://www.phpbb.com/bugs/phpbb3/59685 */\n.postprofile a:active {\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n\n/* Profile searchresults */ \n.search .postprofile a {\n color: #898989;\n text-decoration: none; \n font-weight: normal;\n}\n\n.search .postprofile a:hover {\n color: #d3d3d3;\n text-decoration: underline; \n}\n\n/* Back to top of page */\n.back2top {\n clear: both;\n height: 11px;\n text-align: right;\n}\n\na.top {\n background: none no-repeat top left;\n text-decoration: none;\n width: {IMG_ICON_BACK_TOP_WIDTH}px;\n height: {IMG_ICON_BACK_TOP_HEIGHT}px;\n display: block;\n float: right;\n overflow: hidden;\n letter-spacing: 1000px;\n text-indent: 11px;\n}\n\na.top2 {\n background: none no-repeat 0 50%;\n text-decoration: none;\n padding-left: 15px;\n}\n\n/* Arrow links */\na.up { background: none no-repeat left center; }\na.down { background: none no-repeat right center; }\na.left { background: none no-repeat 3px 60%; }\na.right { background: none no-repeat 95% 60%; }\n\na.up, a.up:link, a.up:active, a.up:visited {\n padding-left: 10px;\n text-decoration: none;\n border-bottom-width: 0;\n}\n\na.up:hover {\n background-position: left top;\n background-color: transparent;\n}\n\na.down, a.down:link, a.down:active, a.down:visited {\n padding-right: 10px;\n}\n\na.down:hover {\n background-position: right bottom;\n text-decoration: none;\n}\n\na.left, a.left:active, a.left:visited {\n padding-left: 12px;\n}\n\na.left:hover {\n color: #d2d2d2;\n text-decoration: none;\n background-position: 0 60%;\n}\n\na.right, a.right:active, a.right:visited {\n padding-right: 12px;\n}\n\na.right:hover {\n color: #d2d2d2;\n text-decoration: none;\n background-position: 100% 60%;\n}\n\n/* invisible skip link, used for accessibility */\n.skiplink {\n position: absolute;\n left: -999px;\n width: 990px;\n}\n\n/* Feed icon in forumlist_body.html */\na.feed-icon-forum {\n float: right;\n margin: 3px;\n}\n/* proSilver Content Styles\n---------------------------------------- */\n\nul.topiclist {\n display: block;\n list-style-type: none;\n margin: 0;\n}\n\nul.forums {\n background: #f9f9f9 none repeat-x 0 0;\n}\n\nul.topiclist li {\n display: block;\n list-style-type: none;\n color: #777777;\n margin: 0;\n}\n\nul.topiclist dl {\n position: relative;\n}\n\nul.topiclist li.row dl {\n padding: 2px 0;\n}\n\nul.topiclist dt {\n display: block;\n float: left;\n width: 50%;\n font-size: 1.1em;\n padding-left: 5px;\n padding-right: 5px;\n}\n\nul.topiclist dd {\n display: block;\n float: left;\n border-left: 1px solid #FFFFFF;\n padding: 4px 0;\n}\n\nul.topiclist dfn {\n /* Labels for post/view counts */\n position: absolute;\n left: -999px;\n width: 990px;\n}\n\nul.topiclist li.row dt a.subforum {\n background-image: none;\n background-position: 0 50%;\n background-repeat: no-repeat;\n position: relative;\n white-space: nowrap;\n padding: 0 0 0 12px;\n}\n\n.forum-image {\n float: left;\n padding-top: 5px;\n margin-right: 5px;\n}\n\nli.row {\n border-top: 1px solid #FFFFFF;\n border-bottom: 1px solid #8f8f8f;\n}\n\nli.row strong {\n font-weight: normal;\n color: #000000;\n}\n\nli.row:hover {\n background-color: #f6f6f6;\n}\n\nli.row:hover dd {\n border-left-color: #CCCCCC;\n}\n\nli.header dt, li.header dd {\n line-height: 1em;\n border-left-width: 0;\n margin: 2px 0 4px 0;\n color: #FFFFFF;\n padding-top: 2px;\n padding-bottom: 2px;\n font-size: 1em;\n font-family: Arial, Helvetica, sans-serif;\n text-transform: uppercase;\n}\n\nli.header dt {\n font-weight: bold;\n}\n\nli.header dd {\n margin-left: 1px;\n}\n\nli.header dl.icon {\n min-height: 0;\n}\n\nli.header dl.icon dt {\n /* Tweak for headers alignment when folder icon used */\n padding-left: 0;\n padding-right: 50px;\n}\n\n/* Forum list column styles */\ndl.icon {\n min-height: 35px;\n background-position: 10px 50%; /* Position of folder icon */\n background-repeat: no-repeat;\n}\n\ndl.icon dt {\n padding-left: 45px; /* Space for folder icon */\n background-repeat: no-repeat;\n background-position: 5px 95%; /* Position of topic icon */\n}\n\ndd.posts, dd.topics, dd.views {\n width: 8%;\n text-align: center;\n line-height: 2.2em;\n font-size: 1.2em;\n}\n\n/* List in forum description */\ndl.icon dt ol,\ndl.icon dt ul {\n list-style-position: inside;\n margin-left: 1em;\n}\n\ndl.icon dt li {\n display: list-item;\n list-style-type: inherit;\n}\n\ndd.lastpost {\n width: 25%;\n font-size: 1.1em;\n}\n\ndd.redirect {\n font-size: 1.1em;\n line-height: 2.5em;\n}\n\ndd.moderation {\n font-size: 1.1em;\n}\n\ndd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {\n display: block;\n padding-left: 5px;\n}\n\ndd.time {\n width: auto;\n line-height: 200%;\n font-size: 1.1em;\n}\n\ndd.extra {\n width: 12%;\n line-height: 200%;\n text-align: center;\n font-size: 1.1em;\n}\n\ndd.mark {\n float: right !important;\n width: 9%;\n text-align: center;\n line-height: 200%;\n font-size: 1.2em;\n}\n\ndd.info {\n width: 30%;\n}\n\ndd.option {\n width: 15%;\n line-height: 200%;\n text-align: center;\n font-size: 1.1em;\n}\n\ndd.searchby {\n width: 47%;\n font-size: 1.1em;\n line-height: 1em;\n}\n\nul.topiclist dd.searchextra {\n margin-left: 5px;\n padding: 0.2em 0;\n font-size: 1.1em;\n color: #333333;\n border-left: none;\n clear: both;\n width: 98%;\n overflow: hidden;\n}\n\n/* Container for post/reply buttons and pagination */\n.topic-actions {\n margin-bottom: 3px;\n font-size: 1.1em;\n height: 28px;\n min-height: 28px;\n}\ndiv[class].topic-actions {\n height: auto;\n}\n\n/* Post body styles\n----------------------------------------*/\n.postbody {\n padding: 0;\n line-height: 1.48em;\n color: #333333;\n width: 76%;\n float: left;\n clear: both;\n}\n\n.postbody .ignore {\n font-size: 1.1em;\n}\n\n.postbody h3.first {\n /* The first post on the page uses this */\n font-size: 1.7em;\n}\n\n.postbody h3 {\n /* Postbody requires a different h3 format - so change it here */\n font-size: 1.5em;\n padding: 2px 0 0 0;\n margin: 0 0 0.3em 0 !important;\n text-transform: none;\n border: none;\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n line-height: 125%;\n}\n\n.postbody h3 img {\n /* Also see tweaks.css */\n vertical-align: bottom;\n}\n\n.postbody .content {\n font-size: 1.3em;\n}\n\n.search .postbody {\n width: 68%\n}\n\n/* Topic review panel\n----------------------------------------*/\n#review {\n margin-top: 2em;\n}\n\n#topicreview {\n padding-right: 5px;\n overflow: auto;\n height: 300px;\n}\n\n#topicreview .postbody {\n width: auto;\n float: none;\n margin: 0;\n height: auto;\n}\n\n#topicreview .post {\n height: auto;\n}\n\n#topicreview h2 {\n border-bottom-width: 0;\n}\n\n.post-ignore .postbody {\n display: none;\n}\n\n/* MCP Post details\n----------------------------------------*/\n#post_details\n{\n /* This will only work in IE7+, plus the others */\n overflow: auto;\n max-height: 300px;\n}\n\n#expand\n{\n clear: both;\n}\n\n/* Content container styles\n----------------------------------------*/\n/* in�cio - exibir banner ao lado esquerdo do post */\n#script {\n float:left;\n}\n/* fim */\n\n.content {\n min-height: 3em;\n overflow: hidden;\n line-height: 1.4em;\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n font-size: 1em;\n color: #333333;\n padding-bottom: 1px;\n}\n\n.content h2, .panel h2 {\n font-weight: normal;\n color: #989898;\n border-bottom: 1px solid #CCCCCC;\n font-size: 1.6em;\n margin-top: 0.5em;\n margin-bottom: 0.5em;\n padding-bottom: 0.5em;\n}\n\n.panel h3 {\n margin: 0.5em 0;\n}\n\n.panel p {\n font-size: 1.2em;\n margin-bottom: 1em;\n line-height: 1.4em;\n}\n\n.content p {\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n font-size: 1.2em;\n margin-bottom: 1em;\n line-height: 1.4em;\n}\n\ndl.faq {\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n font-size: 1.1em;\n margin-top: 1em;\n margin-bottom: 2em;\n line-height: 1.4em;\n}\n\ndl.faq dt {\n font-weight: bold;\n color: #333333;\n}\n\n.content dl.faq {\n font-size: 1.2em;\n margin-bottom: 0.5em;\n}\n\n.content li {\n list-style-type: inherit;\n}\n\n.content ul, .content ol {\n margin-bottom: 1em;\n margin-left: 3em;\n}\n\n.posthilit {\n background-color: #f3f3f3;\n color: #BCBCBC;\n padding: 0 2px 1px 2px;\n}\n\n.announce, .unreadpost {\n /* Highlight the announcements & unread posts box */\n border-left-color: #BCBCBC;\n border-right-color: #BCBCBC;\n}\n\n/* Post author */\np.author {\n margin: 0 15em 0.6em 0;\n padding: 0 0 5px 0;\n font-family: Verdana, Helvetica, Arial, sans-serif;\n font-size: 1em;\n line-height: 1.2em;\n}\n\n/* Post signature */\n.signature {\n margin-top: 1.5em;\n padding-top: 0.2em;\n font-size: 1.1em;\n border-top: 1px solid #CCCCCC;\n clear: left;\n line-height: 140%;\n overflow: hidden;\n width: 100%;\n}\n\ndd .signature {\n margin: 0;\n padding: 0;\n clear: none;\n border: none;\n}\n\n.signature li {\n list-style-type: inherit;\n}\n\n.signature ul, .signature ol {\n margin-bottom: 1em;\n margin-left: 3em;\n}\n\n/* Post noticies */\n.notice {\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n width: auto;\n margin-top: 1.5em;\n padding-top: 0.2em;\n font-size: 1em;\n border-top: 1px dashed #CCCCCC;\n clear: left;\n line-height: 130%;\n}\n\n/* Jump to post link for now */\nul.searchresults {\n list-style: none;\n text-align: right;\n clear: both;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n background: #ebebeb none 6px 8px no-repeat;\n border: 1px solid #dbdbdb;\n font-size: 0.95em;\n margin: 0.5em 1px 0 25px;\n overflow: hidden;\n padding: 5px;\n}\n\nblockquote blockquote {\n /* Nested quotes */\n background-color: #bababa;\n font-size: 1em;\n margin: 0.5em 1px 0 15px; \n}\n\nblockquote blockquote blockquote {\n /* Nested quotes */\n background-color: #e4e4e4;\n}\n\nblockquote cite {\n /* Username/source of quoter */\n font-style: normal;\n font-weight: bold;\n margin-left: 20px;\n display: block;\n font-size: 0.9em;\n}\n\nblockquote cite cite {\n font-size: 1em;\n}\n\nblockquote.uncited {\n padding-top: 25px;\n}\n\n/* Code block */\ndl.codebox {\n padding: 3px;\n background-color: #FFFFFF;\n border: 1px solid #d8d8d8;\n font-size: 1em;\n}\n\ndl.codebox dt {\n text-transform: uppercase;\n border-bottom: 1px solid #CCCCCC;\n margin-bottom: 3px;\n font-size: 0.8em;\n font-weight: bold;\n display: block;\n}\n\nblockquote dl.codebox {\n margin-left: 0;\n}\n\ndl.codebox code {\n /* Also see tweaks.css */\n overflow: auto;\n display: block;\n height: auto;\n max-height: 200px;\n white-space: normal;\n padding-top: 5px;\n font: 0.9em Monaco, \"Andale Mono\",\"Courier New\", Courier, mono;\n line-height: 1.3em;\n color: #8b8b8b;\n margin: 2px 0;\n}\n\n.syntaxbg { color: #FFFFFF; }\n.syntaxcomment { color: #000000; }\n.syntaxdefault { color: #bcbcbc; }\n.syntaxhtml { color: #000000; }\n.syntaxkeyword { color: #585858; }\n.syntaxstring { color: #a7a7a7; }\n\n/* Attachments\n----------------------------------------*/\n.attachbox {\n float: left;\n width: auto; \n margin: 5px 5px 5px 0;\n padding: 6px;\n background-color: #FFFFFF;\n border: 1px dashed #d8d8d8;\n clear: left;\n}\n\n.pm-message .attachbox {\n background-color: #f3f3f3;\n}\n\n.attachbox dt {\n font-family: Arial, Helvetica, sans-serif;\n text-transform: uppercase;\n}\n\n.attachbox dd {\n margin-top: 4px;\n padding-top: 4px;\n clear: left;\n border-top: 1px solid #d8d8d8;\n}\n\n.attachbox dd dd {\n border: none;\n}\n\n.attachbox p {\n line-height: 110%;\n color: #666666;\n font-weight: normal;\n clear: left;\n}\n\n.attachbox p.stats\n{\n line-height: 110%;\n color: #666666;\n font-weight: normal;\n clear: left;\n}\n\n.attach-image {\n margin: 3px 0;\n width: 100%;\n max-height: 350px;\n overflow: auto;\n}\n\n.attach-image img {\n border: 1px solid #999999;\n/* cursor: move; */\n cursor: default;\n}\n\n/* Inline image thumbnails */\ndiv.inline-attachment dl.thumbnail, div.inline-attachment dl.file {\n display: block;\n margin-bottom: 4px;\n}\n\ndiv.inline-attachment p {\n font-size: 100%;\n}\n\ndl.file {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n display: block;\n}\n\ndl.file dt {\n text-transform: none;\n margin: 0;\n padding: 0;\n font-weight: bold;\n font-family: Verdana, Arial, Helvetica, sans-serif;\n}\n\ndl.file dd {\n color: #666666;\n margin: 0;\n padding: 0; \n}\n\ndl.thumbnail img {\n padding: 3px;\n border: 1px solid #666666;\n background-color: #FFF;\n}\n\ndl.thumbnail dd {\n color: #666666;\n font-style: italic;\n font-family: Verdana, Arial, Helvetica, sans-serif;\n}\n\n.attachbox dl.thumbnail dd {\n font-size: 100%;\n}\n\ndl.thumbnail dt a:hover {\n background-color: #EEEEEE;\n}\n\ndl.thumbnail dt a:hover img {\n border: 1px solid #d2d2d2;\n}\n\n/* Post poll styles\n----------------------------------------*/\nfieldset.polls {\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n}\n\nfieldset.polls dl {\n margin-top: 5px;\n border-top: 1px solid #e2e2e2;\n padding: 5px 0 0 0;\n line-height: 120%;\n color: #666666;\n}\n\nfieldset.polls dl.voted {\n font-weight: bold;\n color: #000000;\n}\n\nfieldset.polls dt {\n text-align: left;\n float: left;\n display: block;\n width: 30%;\n border-right: none;\n padding: 0;\n margin: 0;\n font-size: 1.1em;\n}\n\nfieldset.polls dd {\n float: left;\n width: 10%;\n border-left: none;\n padding: 0 5px;\n margin-left: 0;\n font-size: 1.1em;\n}\n\nfieldset.polls dd.resultbar {\n width: 50%;\n}\n\nfieldset.polls dd input {\n margin: 2px 0;\n}\n\nfieldset.polls dd div {\n text-align: right;\n font-family: Arial, Helvetica, sans-serif;\n color: #FFFFFF;\n font-weight: bold;\n padding: 0 2px;\n overflow: visible;\n min-width: 2%;\n}\n\n.pollbar1 {\n background-color: #aaaaaa;\n border-bottom: 1px solid #747474;\n border-right: 1px solid #747474;\n}\n\n.pollbar2 {\n background-color: #bebebe;\n border-bottom: 1px solid #8c8c8c;\n border-right: 1px solid #8c8c8c;\n}\n\n.pollbar3 {\n background-color: #D1D1D1;\n border-bottom: 1px solid #aaaaaa;\n border-right: 1px solid #aaaaaa;\n}\n\n.pollbar4 {\n background-color: #e4e4e4;\n border-bottom: 1px solid #bebebe;\n border-right: 1px solid #bebebe;\n}\n\n.pollbar5 {\n background-color: #f8f8f8;\n border-bottom: 1px solid #D1D1D1;\n border-right: 1px solid #D1D1D1;\n}\n\n/* Poster profile block\n----------------------------------------*/\n.postprofile {\n /* Also see tweaks.css */\n margin: 5px 0 10px 0;\n min-height: 80px;\n color: #666666;\n border-left: 1px solid #FFFFFF;\n width: 22%;\n float: right;\n display: inline;\n}\n.pm .postprofile {\n border-left: 1px solid #DDDDDD;\n}\n\n.postprofile dd, .postprofile dt {\n line-height: 1.2em;\n margin-left: 8px;\n}\n\n.postprofile strong {\n font-weight: normal;\n color: #000000;\n}\n\n.avatar {\n border: none;\n margin-bottom: 3px;\n}\n\n.online {\n background-image: none;\n background-position: 100% 0;\n background-repeat: no-repeat;\n}\n\n/* Poster profile used by search*/\n.search .postprofile {\n width: 30%;\n}\n\n/* pm list in compose message if mass pm is enabled */\ndl.pmlist dt {\n width: 60% !important;\n}\n\ndl.pmlist dt textarea {\n width: 95%;\n}\n\ndl.pmlist dd {\n margin-left: 61% !important;\n margin-bottom: 2px;\n}\n/* proSilver Button Styles\n---------------------------------------- */\n\n/* Rollover buttons\n Based on: http://wellstyled.com/css-nopreload-rollovers.html\n----------------------------------------*/\n.buttons {\n float: left;\n width: auto;\n height: auto;\n}\n\n/* Rollover state */\n.buttons div {\n float: left;\n margin: 0 5px 0 0;\n background-position: 0 100%;\n}\n\n/* Rolloff state */\n.buttons div a {\n display: block;\n width: 100%;\n height: 100%;\n background-position: 0 0;\n position: relative;\n overflow: hidden;\n}\n\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\n/*.buttons div span { display: none; }*/\n/*.buttons div a:hover { background-image: none; }*/\n.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;}\n.buttons div a:hover span { background-position: 0 100%; }\n\n/* Big button images */\n.reply-icon span { background: transparent none 0 0 no-repeat; }\n.post-icon span { background: transparent none 0 0 no-repeat; }\n.locked-icon span { background: transparent none 0 0 no-repeat; }\n.pmreply-icon span { background: none 0 0 no-repeat; }\n.newpm-icon span { background: none 0 0 no-repeat; }\n.forwardpm-icon span { background: none 0 0 no-repeat; }\n\n/* Set big button dimensions */\n.buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }\n.buttons div.post-icon { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }\n.buttons div.locked-icon { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }\n.buttons div.pmreply-icon { width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }\n.buttons div.newpm-icon { width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }\n.buttons div.forwardpm-icon { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }\n\n/* Sub-header (navigation bar)\n--------------------------------------------- */\na.print, a.sendemail, a.fontsize {\n display: block;\n overflow: hidden;\n height: 18px;\n text-indent: -5000px;\n text-align: left;\n background-repeat: no-repeat;\n}\n\na.print {\n background-image: none;\n width: 22px;\n}\n\na.sendemail {\n background-image: none;\n width: 22px;\n}\n\na.fontsize {\n background-image: none;\n background-position: 0 -1px;\n width: 29px;\n}\n\na.fontsize:hover {\n background-position: 0 -20px;\n text-decoration: none;\n}\n\n/* Icon images\n---------------------------------------- */\n.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,\n.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {\n background-position: 0 50%;\n background-repeat: no-repeat;\n background-image: none;\n padding: 1px 0 0 17px;\n}\n\n/* Poster profile icons\n----------------------------------------*/\nul.profile-icons {\n padding-top: 10px;\n list-style: none;\n}\n\n/* Rollover state */\nul.profile-icons li {\n float: left;\n margin: 0 6px 3px 0;\n background-position: 0 100%;\n}\n\n/* Rolloff state */\nul.profile-icons li a {\n display: block;\n width: 100%;\n height: 100%;\n background-position: 0 0;\n}\n\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\nul.profile-icons li span { display:none; }\nul.profile-icons li a:hover { background: none; }\n\n/* Positioning of moderator icons */\n.postbody ul.profile-icons {\n float: right;\n width: auto;\n padding: 0;\n}\n\n.postbody ul.profile-icons li {\n margin: 0 3px;\n}\n\n/* Profile & navigation icons */\n.email-icon, .email-icon a { background: none top left no-repeat; }\n.aim-icon, .aim-icon a { background: none top left no-repeat; }\n.yahoo-icon, .yahoo-icon a { background: none top left no-repeat; }\n.web-icon, .web-icon a { background: none top left no-repeat; }\n.msnm-icon, .msnm-icon a { background: none top left no-repeat; }\n.icq-icon, .icq-icon a { background: none top left no-repeat; }\n.jabber-icon, .jabber-icon a { background: none top left no-repeat; }\n.pm-icon, .pm-icon a { background: none top left no-repeat; }\n.quote-icon, .quote-icon a { background: none top left no-repeat; }\n\n/* Moderator icons */\n.report-icon, .report-icon a { background: none top left no-repeat; }\n.warn-icon, .warn-icon a { background: none top left no-repeat; }\n.edit-icon, .edit-icon a { background: none top left no-repeat; }\n.delete-icon, .delete-icon a { background: none top left no-repeat; }\n.info-icon, .info-icon a { background: none top left no-repeat; }\n\n/* Set profile icon dimensions */\nul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }\nul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }\nul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }\nul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }\nul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }\nul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }\nul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }\nul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }\nul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }\nul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }\nul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }\nul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }\nul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }\nul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }\n\n/* Fix profile icon default margins */\nul.profile-icons li.edit-icon { margin: 0 0 0 3px; }\nul.profile-icons li.quote-icon { margin: 0 0 0 10px; }\nul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }\n/* proSilver Control Panel Styles\n---------------------------------------- */\n\n\n/* Main CP box\n----------------------------------------*/\n#cp-menu {\n float:left;\n width: 19%;\n margin-top: 1em;\n margin-bottom: 5px;\n}\n\n#cp-main {\n float: left;\n width: 81%;\n}\n\n#cp-main .content {\n padding: 0;\n}\n\n#cp-main h3, #cp-main hr, #cp-menu hr {\n border-color: #bfbfbf;\n}\n\n#cp-main .panel p {\n font-size: 1.1em;\n}\n\n#cp-main .panel ol {\n margin-left: 2em;\n font-size: 1.1em;\n}\n\n#cp-main .panel li.row {\n border-bottom: 1px solid #cbcbcb;\n border-top: 1px solid #F9F9F9;\n}\n\nul.cplist {\n margin-bottom: 5px;\n border-top: 1px solid #cbcbcb;\n}\n\n#cp-main .panel li.header dd, #cp-main .panel li.header dt {\n color: #000000;\n margin-bottom: 2px;\n}\n\n#cp-main table.table1 {\n margin-bottom: 1em;\n}\n\n#cp-main table.table1 thead th {\n color: #333333;\n font-weight: bold;\n border-bottom: 1px solid #333333;\n padding: 5px;\n}\n\n#cp-main table.table1 tbody th {\n font-style: italic;\n background-color: transparent !important;\n border-bottom: none;\n}\n\n#cp-main .pagination {\n float: right;\n width: auto;\n padding-top: 1px;\n}\n\n#cp-main .postbody p {\n font-size: 1.1em;\n}\n\n#cp-main .pm-message {\n border: 1px solid #e2e2e2;\n margin: 10px 0;\n background-color: #FFFFFF;\n width: auto;\n float: none;\n}\n\n.pm-message h2 {\n padding-bottom: 5px;\n}\n\n#cp-main .postbody h3, #cp-main .box2 h3 {\n margin-top: 0;\n}\n\n#cp-main .buttons {\n margin-left: 0;\n}\n\n#cp-main ul.linklist {\n margin: 0;\n}\n\n/* MCP Specific tweaks */\n.mcp-main .postbody {\n width: 100%;\n}\n\n/* CP tabbed menu\n----------------------------------------*/\n#tabs {\n line-height: normal;\n margin: 20px 0 -1px 7px;\n min-width: 570px;\n}\n\n#tabs ul {\n margin:0;\n padding: 0;\n list-style: none;\n}\n\n#tabs li {\n display: inline;\n margin: 0;\n padding: 0;\n font-size: 1em;\n font-weight: bold;\n}\n\n#tabs a {\n float: left;\n background: none no-repeat 0% -35px;\n margin: 0 1px 0 0;\n padding: 0 0 0 5px;\n text-decoration: none;\n position: relative;\n cursor: pointer;\n}\n\n#tabs a span {\n float: left;\n display: block;\n background: none no-repeat 100% -35px;\n padding: 6px 10px 6px 5px;\n color: #828282;\n white-space: nowrap;\n}\n\n#tabs a:hover span {\n color: #bcbcbc;\n}\n\n#tabs .activetab a {\n background-position: 0 0;\n border-bottom: 1px solid #ebebeb;\n}\n\n#tabs .activetab a span {\n background-position: 100% 0;\n padding-bottom: 7px;\n color: #333333;\n}\n\n#tabs a:hover {\n background-position: 0 -70px;\n}\n\n#tabs a:hover span {\n background-position:100% -70px;\n}\n\n#tabs .activetab a:hover {\n background-position: 0 0;\n}\n\n#tabs .activetab a:hover span {\n color: #000000;\n background-position: 100% 0;\n}\n\n/* Mini tabbed menu used in MCP\n----------------------------------------*/\n#minitabs {\n line-height: normal;\n margin: -20px 7px 0 0;\n}\n\n#minitabs ul {\n margin:0;\n padding: 0;\n list-style: none;\n}\n\n#minitabs li {\n display: block;\n float: right;\n padding: 0 10px 4px 10px;\n font-size: 1em;\n font-weight: bold;\n background-color: #f2f2f2;\n margin-left: 2px;\n}\n\n#minitabs a {\n}\n\n#minitabs a:hover {\n text-decoration: none;\n}\n\n#minitabs li.activetab {\n background-color: #F9F9F9;\n}\n\n#minitabs li.activetab a, #minitabs li.activetab a:hover {\n color: #333333;\n}\n\n/* UCP navigation menu\n----------------------------------------*/\n/* Container for sub-navigation list */\n#navigation {\n width: 100%;\n padding-top: 36px;\n}\n\n#navigation ul {\n list-style:none;\n}\n\n/* Default list state */\n#navigation li {\n margin: 1px 0;\n padding: 0;\n font-weight: bold;\n display: inline;\n}\n\n/* Link styles for the sub-section links */\n#navigation a {\n display: block;\n padding: 5px;\n margin: 1px 0;\n text-decoration: none;\n font-weight: bold;\n color: #333;\n background: #cfcfcf none repeat-y 100% 0;\n}\n\n#navigation a:hover {\n text-decoration: none;\n background-color: #c6c6c6;\n color: #bcbcbc;\n background-image: none;\n}\n\n#navigation #active-subsection a {\n display: block;\n color: #d3d3d3;\n background-color: #F9F9F9;\n background-image: none;\n}\n\n#navigation #active-subsection a:hover {\n color: #d3d3d3;\n}\n\n/* Preferences pane layout\n----------------------------------------*/\n#cp-main h2 {\n border-bottom: none;\n padding: 0;\n margin-left: 10px;\n color: #333333;\n}\n\n#cp-main .panel {\n background-color: #F9F9F9;\n}\n\n#cp-main .pm {\n background-color: #FFFFFF;\n}\n\n#cp-main span.corners-top, #cp-menu span.corners-top {\n background-image: none;\n}\n\n#cp-main span.corners-top span, #cp-menu span.corners-top span {\n background-image: none;\n}\n\n#cp-main span.corners-bottom, #cp-menu span.corners-bottom {\n background-image: none;\n}\n\n#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {\n background-image: none;\n}\n\n/* Topicreview */\n#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {\n background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {\n background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {\n background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {\n background-image: none;\n}\n\n/* Friends list */\n.cp-mini {\n background-color: #f9f9f9;\n padding: 0 5px;\n margin: 10px 15px 10px 5px;\n}\n\n.cp-mini span.corners-top, .cp-mini span.corners-bottom {\n margin: 0 -5px;\n}\n\ndl.mini dt {\n font-weight: bold;\n color: #676767;\n}\n\ndl.mini dd {\n padding-top: 4px;\n}\n\n.friend-online {\n font-weight: bold;\n}\n\n.friend-offline {\n font-style: italic;\n}\n\n/* PM Styles\n----------------------------------------*/\n#pm-menu {\n line-height: 2.5em;\n}\n\n/* PM panel adjustments */\n.pm-panel-header {\n margin: 0; \n padding-bottom: 10px; \n border-bottom: 1px dashed #b2b2b2;\n}\n\n.reply-all {\n display: block; \n padding-top: 4px; \n clear: both;\n float: left;\n}\n\n.pm-panel-message {\n padding-top: 10px;\n}\n\n.pm-return-to {\n padding-top: 23px;\n}\n\n#cp-main .pm-message-nav {\n margin: 0; \n padding: 2px 10px 5px 10px; \n border-bottom: 1px dashed #b2b2b2;\n}\n\n/* PM Message history */\n.current {\n color: #999999;\n}\n\n/* Defined rules list for PM options */\nol.def-rules {\n padding-left: 0;\n}\n\nol.def-rules li {\n line-height: 180%;\n padding: 1px;\n}\n\n/* PM marking colours */\n.pmlist li.bg1 {\n padding: 0 3px;\n}\n\n.pmlist li.bg2 {\n padding: 0 3px;\n}\n\n.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {\n border-left-color: #bcbcbc;\n border-right-color: #bcbcbc;\n}\n\n.pmlist li.pm_marked_colour, .pm_marked_colour {\n padding: 0;\n border: solid 3px #ffffff;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n padding: 0;\n border: solid 3px #c2c2c2;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n padding: 0;\n border: solid 3px #bdbdbd;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\n padding: 0;\n border: solid 3px #000000;\n border-width: 0 3px;\n}\n\n.pm-legend {\n border-left-width: 10px;\n border-left-style: solid;\n border-right-width: 0;\n margin-bottom: 3px;\n padding-left: 3px;\n}\n\n/* Avatar gallery */\n#gallery label {\n position: relative;\n float: left;\n margin: 10px;\n padding: 5px;\n width: auto;\n background: #FFFFFF;\n border: 1px solid #CCC;\n text-align: center;\n}\n\n#gallery label:hover {\n background-color: #EEE;\n}\n/* proSilver Form Styles\n---------------------------------------- */\n\n/* General form styles\n----------------------------------------*/\nfieldset {\n border-width: 0;\n font-family: Verdana, Helvetica, Arial, sans-serif;\n font-size: 1.1em;\n}\n\ninput {\n font-weight: normal;\n cursor: pointer;\n vertical-align: middle;\n padding: 0 3px;\n font-size: 1em;\n font-family: Verdana, Helvetica, Arial, sans-serif;\n}\n\nselect {\n font-family: Verdana, Helvetica, Arial, sans-serif;\n font-weight: normal;\n cursor: pointer;\n vertical-align: middle;\n border: 1px solid #666666;\n padding: 1px;\n background-color: #FAFAFA;\n}\n\noption {\n padding-right: 1em;\n}\n\noption.disabled-option {\n color: graytext;\n}\n\ntextarea {\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n width: 60%;\n padding: 2px;\n font-size: 1em;\n line-height: 1.4em;\n}\n\nlabel {\n cursor: default;\n padding-right: 5px;\n color: #676767;\n}\n\nlabel input {\n vertical-align: middle;\n}\n\nlabel img {\n vertical-align: middle;\n}\n\n/* Definition list layout for forms\n---------------------------------------- */\nfieldset dl {\n padding: 4px 0;\n}\n\nfieldset dt {\n float: left; \n width: 40%;\n text-align: left;\n display: block;\n}\n\nfieldset dd {\n margin-left: 41%;\n vertical-align: top;\n margin-bottom: 3px;\n}\n\n/* Specific layout 1 */\nfieldset.fields1 dt {\n width: 15em;\n border-right-width: 0;\n}\n\nfieldset.fields1 dd {\n margin-left: 15em;\n border-left-width: 0;\n}\n\nfieldset.fields1 {\n background-color: transparent;\n}\n\nfieldset.fields1 div {\n margin-bottom: 3px;\n}\n\n/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */\nfieldset.fields1 #recaptcha_widget_div div {\n margin-bottom: 0;\n}\n\n/* Specific layout 2 */\nfieldset.fields2 dt {\n width: 15em;\n border-right-width: 0;\n}\n\nfieldset.fields2 dd {\n margin-left: 16em;\n border-left-width: 0;\n}\n\n/* Form elements */\ndt label {\n font-weight: bold;\n text-align: left;\n}\n\ndd label {\n white-space: nowrap;\n color: #333;\n}\n\ndd input, dd textarea {\n margin-right: 3px;\n}\n\ndd select {\n width: auto;\n}\n\ndd textarea {\n width: 85%;\n}\n\n/* Hover effects */\nfieldset dl:hover dt label {\n color: #000000;\n}\n\nfieldset.fields2 dl:hover dt label {\n color: inherit;\n}\n\n#timezone {\n width: 95%;\n}\n\n* html #timezone {\n width: 50%;\n}\n\n/* Quick-login on index page */\nfieldset.quick-login {\n margin-top: 5px;\n}\n\nfieldset.quick-login input {\n width: auto;\n}\n\nfieldset.quick-login input.inputbox {\n width: 15%;\n vertical-align: middle;\n margin-right: 5px;\n background-color: #f3f3f3;\n}\n\nfieldset.quick-login label {\n white-space: nowrap;\n padding-right: 2px;\n}\n\n/* Display options on viewtopic/viewforum pages */\nfieldset.display-options {\n text-align: center;\n margin: 3px 0 5px 0;\n}\n\nfieldset.display-options label {\n white-space: nowrap;\n padding-right: 2px;\n}\n\nfieldset.display-options a {\n margin-top: 3px;\n}\n\n/* Display actions for ucp and mcp pages */\nfieldset.display-actions {\n text-align: right;\n line-height: 2em;\n white-space: nowrap;\n padding-right: 1em;\n}\n\nfieldset.display-actions label {\n white-space: nowrap;\n padding-right: 2px;\n}\n\nfieldset.sort-options {\n line-height: 2em;\n}\n\n/* MCP forum selection*/\nfieldset.forum-selection {\n margin: 5px 0 3px 0;\n float: right;\n}\n\nfieldset.forum-selection2 {\n margin: 13px 0 3px 0;\n float: right;\n}\n\n/* Jumpbox */\nfieldset.jumpbox {\n text-align: right;\n margin-top: 15px;\n height: 2.5em;\n}\n\nfieldset.quickmod {\n width: 50%;\n float: right;\n text-align: right;\n height: 2.5em;\n}\n\n/* Submit button fieldset */\nfieldset.submit-buttons {\n text-align: center;\n vertical-align: middle;\n margin: 5px 0;\n}\n\nfieldset.submit-buttons input {\n vertical-align: middle;\n padding-top: 3px;\n padding-bottom: 3px;\n}\n\n/* Posting page styles\n----------------------------------------*/\n\n/* Buttons used in the editor */\n#format-buttons {\n margin: 15px 0 2px 0;\n}\n\n#format-buttons input, #format-buttons select {\n vertical-align: middle;\n}\n\n/* Main message box */\n#message-box {\n width: 80%;\n}\n\n#message-box textarea {\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n width: 450px;\n height: 270px;\n min-width: 100%;\n max-width: 100%;\n font-size: 1.2em;\n color: #333333;\n}\n\n/* Emoticons panel */\n#smiley-box {\n width: 18%;\n float: right;\n}\n\n#smiley-box img {\n margin: 3px;\n}\n\n/* Input field styles\n---------------------------------------- */\n.inputbox {\n background-color: #FFFFFF;\n border: 1px solid #c0c0c0;\n color: #333333;\n padding: 2px;\n cursor: text;\n}\n\n.inputbox:hover {\n border: 1px solid #eaeaea;\n}\n\n.inputbox:focus {\n border: 1px solid #eaeaea;\n color: #4b4b4b;\n}\n\ninput.inputbox { width: 85%; }\ninput.medium { width: 50%; }\ninput.narrow { width: 25%; }\ninput.tiny { width: 125px; }\n\ntextarea.inputbox {\n width: 85%;\n}\n\n.autowidth {\n width: auto !important;\n}\n\n/* Form button styles\n---------------------------------------- */\ninput.button1, input.button2 {\n font-size: 1em;\n}\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n width: auto !important;\n padding-top: 1px;\n padding-bottom: 1px;\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n color: #000;\n background: #FAFAFA none repeat-x top left;\n}\n\na.button1, input.button1 {\n font-weight: bold;\n border: 1px solid #666666;\n}\n\ninput.button3 {\n padding: 0;\n margin: 0;\n line-height: 5px;\n height: 12px;\n background-image: none;\n font-variant: small-caps;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n border: 1px solid #666666;\n}\n\n/* <a> button in the style of the form buttons */\na.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {\n text-decoration: none;\n color: #000000;\n padding: 2px 8px;\n line-height: 250%;\n vertical-align: text-bottom;\n background-position: 0 1px;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n border: 1px solid #BCBCBC;\n background-position: 0 100%;\n color: #BCBCBC;\n}\n\ninput.disabled {\n font-weight: normal;\n color: #666666;\n}\n\n/* Topic and forum Search */\n.search-box {\n margin-top: 3px;\n margin-left: 5px;\n float: left;\n}\n\n.search-box input {\n}\n\ninput.search {\n background-image: none;\n background-repeat: no-repeat;\n background-position: left 1px;\n padding-left: 17px;\n}\n\n.full { width: 95%; }\n.medium { width: 50%;}\n.narrow { width: 25%;}\n.tiny { width: 10%;}\n/* proSilver Style Sheet Tweaks\n\nThese style definitions are mainly IE specific \ntweaks required due to its poor CSS support.\n-------------------------------------------------*/\n\n* html table, * html select, * html input { font-size: 100%; }\n* html hr { margin: 0; }\n* html span.corners-top, * html span.corners-bottom { background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\"); }\n* html span.corners-top span, * html span.corners-bottom span { background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\"); }\n\ntable.table1 {\n width: 99%; /* IE < 6 browsers */\n /* Tantek hack */\n voice-family: \"\\\"}\\\"\";\n voice-family: inherit;\n width: 100%;\n}\nhtml>body table.table1 { width: 100%; } /* Reset 100% for opera */\n\n* html ul.topiclist li { position: relative; }\n* html .postbody h3 img { vertical-align: middle; }\n\n/* Form styles */\nhtml>body dd label input { vertical-align: text-bottom; } /* Align checkboxes/radio buttons nicely */\n\n* html input.button1, * html input.button2 {\n padding-bottom: 0;\n margin-bottom: 1px;\n}\n\n/* Misc layout styles */\n* html .column1, * html .column2 { width: 45%; }\n\n/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)\n From http://www.positioniseverything.net/easyclearing.html \n#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {\n content: \".\"; \n display: block; \n height: 0; \n clear: both; \n visibility: hidden;\n}*/\n\n.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {\n height: 1%;\n overflow: hidden;\n}\n\n/* viewtopic fix */\n* html .post {\n height: 25%;\n overflow: hidden;\n}\n\n/* navbar fix */\n* html .clearfix, * html .navbar, ul.linklist {\n height: 4%;\n overflow: hidden;\n}\n\n/* Simple fix so forum and topic lists always have a min-height set, even in IE6\n From http://www.dustindiaz.com/min-height-fast-hack */\ndl.icon {\n min-height: 35px;\n height: auto !important;\n height: 35px;\n}\n\n* html li.row dl.icon dt {\n height: 35px;\n overflow: visible;\n}\n\n* html #search-box {\n width: 25%;\n}\n\n/* Correctly clear floating for details on profile view */\n*:first-child+html dl.details dd {\n margin-left: 30%;\n float: none;\n}\n\n* html dl.details dd {\n margin-left: 30%;\n float: none;\n}\n\n* html .forumbg table.table1 {\n margin: 0 -2px 0px -1px;\n}\n\n/* Headerbar height fix for IE7 and below */\n* html #site-description p {\n margin-bottom: 1.0em;\n}\n\n*:first-child+html #site-description p {\n margin-bottom: 1.0em;\n}\n/* \n--------------------------------------------------------------\nColours and backgrounds for common.css\n-------------------------------------------------------------- */\n\nhtml, body {\n color: #6b6b6b;\n background-color: #FFFFFF;\n}\n\nh1 {\n color: #FFFFFF;\n}\n\nh2 {\n color: #343434;\n}\n\nh3 {\n border-bottom-color: #CCCCCC;\n color: #555555;\n}\n\nhr {\n border-color: #FFFFFF;\n border-top-color: #CCCCCC;\n}\n\nhr.dashed {\n border-top-color: #CCCCCC;\n}\n\n/* Search box\n--------------------------------------------- */\n\n#search-box {\n color: #FFFFFF;\n}\n\n#search-box #keywords {\n background-color: #FFF;\n}\n\n#search-box input {\n border-color: #585858;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n background-color: #7f7f7f;\n background-image: url(\"{T_THEME_PATH}/images/bg_header.gif\");\n color: #FFFFFF;\n}\n\n.navbar {\n background-color: #dbdbdb;\n}\n\n.forabg {\n background-color: #595959;\n background-image: url(\"{T_THEME_PATH}/images/bg_list.gif\");\n}\n\n.forumbg {\n background-color: #7f7f7f;\n background-image: url(\"{T_THEME_PATH}/images/bg_header.gif\");\n}\n\n.panel {\n background-color: #f0f0f0;\n color: #343434;\n}\n\n.post:target .content {\n color: #000000;\n}\n\n.post:target h3 a {\n color: #000000;\n}\n\n.bg1 { background-color: #f2f2f2; }\n.bg2 { background-color: #eaeaea; }\n.bg3 { background-color: #dbdbdb; }\n\n.ucprowbg {\n background-color: #dfdfdf;\n}\n\n.fieldsbg {\n background-color: #e9e9e9;\n}\n\nspan.corners-top {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-top span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\nspan.corners-bottom {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-bottom span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\n/* Horizontal lists\n----------------------------------------*/\n\nul.navlinks {\n border-bottom-color: #FFFFFF;\n}\n\n/* Table styles\n----------------------------------------*/\ntable.table1 thead th {\n color: #FFFFFF;\n}\n\ntable.table1 tbody tr {\n border-color: #c4c5ca;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n background-color: #e3e3e3;\n color: #000;\n}\n\ntable.table1 td {\n color: #6b6b6b;\n}\n\ntable.table1 tbody td {\n border-top-color: #FAFAFA;\n}\n\ntable.table1 tbody th {\n border-bottom-color: #000000;\n color: #333333;\n background-color: #FFFFFF;\n}\n\ntable.info tbody th {\n color: #000000;\n}\n\n/* Misc layout styles\n---------------------------------------- */\ndl.details dt {\n color: #000000;\n}\n\ndl.details dd {\n color: #6b6b6b;\n}\n\n.sep {\n color: #757575;\n}\n\n/* Pagination\n---------------------------------------- */\n\n.pagination span strong {\n color: #FFFFFF;\n background-color: #838383;\n border-color: #838383;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited {\n color: #747474;\n background-color: #ededed;\n border-color: #bababa;\n}\n\n.pagination span a:hover {\n border-color: #848484;\n background-color: #848484;\n color: #FFF;\n}\n\n.pagination span a:active {\n color: #747474;\n background-color: #ededed;\n border-color: #bababa;\n}\n\n/* Pagination in viewforum for multipage topics */\n.row .pagination {\n background-image: url(\"{T_THEME_PATH}/images/icon_pages.gif\");\n}\n\n.row .pagination span a, li.pagination span a {\n background-color: #FFFFFF;\n}\n\n.row .pagination span a:hover, li.pagination span a:hover {\n background-color: #848484;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n\n.copyright {\n color: #555555;\n}\n\n.error {\n color: #e78d2f;\n}\n\n.reported {\n background-color: #fcf7f2;\n}\n\nli.reported:hover {\n background-color: #f9f0e1 !important;\n}\n.sticky, .announce {\n /* you can add a background for stickies and announcements*/\n}\n\ndiv.rules {\n background-color: #f9f0e1;\n color: #e78d2f;\n}\n\np.rules {\n background-color: #f9f0e1;\n background-image: none;\n}\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for links.css\n-------------------------------------------------------------- */\n\na:link { color: #4d4d4d; }\na:visited { color: #4d4d4d; }\na:hover { color: #f58a1e; }\na:active { color: #848484; }\n\n/* Links on gradient backgrounds */\n#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {\n color: #FFFFFF;\n}\n\n#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {\n color: #FFFFFF;\n}\n\n#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n color: #d4d4d4;\n}\n\n#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n color: #e4e4e4;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n color: #4d4d4d;\n}\n\n/* a.forumtitle:visited { color: #4d4d4d; } */\n\na.forumtitle:hover {\n color: #e78d2f;\n}\n\na.forumtitle:active {\n color: #4d4d4d;\n}\n\na.topictitle {\n color: #4d4d4d;\n}\n\n/* a.topictitle:visited { color: #848484; } */\n\na.topictitle:hover {\n color: #e78d2f;\n}\n\na.topictitle:active {\n color: #4d4d4d;\n}\n\n/* Post body links */\n.postlink {\n color: #848484;\n border-bottom-color: #848484;\n}\n\n.postlink:visited {\n color: #8d8d8d;\n border-bottom-color: #8d8d8d;\n}\n\n.postlink:active {\n color: #848484;\n}\n\n.postlink:hover {\n background-color: #e3e3e3;\n color: #404040;\n}\n\n.signature a, .signature a:visited, .signature a:hover, .signature a:active {\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {\n color: #4d4d4d;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n color: #f58a1e;\n}\n\n.postprofile a:active {\n color: #4d4d4d;\n}\n\n/* Profile searchresults */ \n.search .postprofile a {\n color: #4d4d4d;\n}\n\n.search .postprofile a:hover {\n color: #f58a1e;\n}\n\n/* Back to top of page */\na.top {\n background-image: url(\"{IMG_ICON_BACK_TOP_SRC}\");\n}\n\na.top2 {\n background-image: url(\"{IMG_ICON_BACK_TOP_SRC}\");\n}\n\n/* Arrow links */\na.up { background-image: url(\"{T_THEME_PATH}/images/arrow_up.gif\") }\na.down { background-image: url(\"{T_THEME_PATH}/images/arrow_down.gif\") }\na.left { background-image: url(\"{T_THEME_PATH}/images/arrow_left.gif\") }\na.right { background-image: url(\"{T_THEME_PATH}/images/arrow_right.gif\") }\n\na.up:hover {\n background-color: transparent;\n}\n\na.left:hover {\n color: #848484;\n}\n\na.right:hover {\n color: #848484;\n}\n\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for content.css\n-------------------------------------------------------------- */\n\nul.forums {\n background-color: #f4f4f4;\n background-image: url(\"{T_THEME_PATH}/images/gradient.gif\");\n}\n\nul.topiclist li {\n color: #626262;\n}\n\nul.topiclist dd {\n border-left-color: #FFFFFF;\n}\n\n.rtl ul.topiclist dd {\n border-right-color: #fff;\n border-left-color: transparent;\n}\n\nul.topiclist li.row dt a.subforum.read {\n background-image: url(\"{IMG_SUBFORUM_READ_SRC}\");\n}\n\nul.topiclist li.row dt a.subforum.unread {\n background-image: url(\"{IMG_SUBFORUM_UNREAD_SRC}\");\n}\n\nli.row {\n border-top-color: #FFFFFF;\n border-bottom-color: #484848;\n}\n\nli.row strong {\n color: #000000;\n}\n\nli.row:hover {\n background-color: #fbf7b0;\n}\n\nli.row:hover dd {\n border-left-color: #CCCCCC;\n}\n\n.rtl li.row:hover dd {\n border-right-color: #CCCCCC;\n border-left-color: transparent;\n}\n\nli.header dt, li.header dd {\n color: #FFFFFF;\n}\n\n/* Forum list column styles */\nul.topiclist dd.searchextra {\n color: #333333;\n}\n\n/* Post body styles\n----------------------------------------*/\n.postbody {\n color: #333333;\n}\n\n/* Content container styles\n----------------------------------------*/\n.content {\n color: #333333;\n}\n\n.content h2, .panel h2 {\n color: #555555;\n border-bottom-color: #CCCCCC;\n}\n\ndl.faq dt {\n color: #333333;\n}\n\n.posthilit {\n background-color: #fbe8d4;\n color: #e78d2f;\n}\n\n/* Post signature */\n.signature {\n border-top-color: #CCCCCC;\n}\n\n/* Post noticies */\n.notice {\n border-top-color: #CCCCCC;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n background-color: #f7f2b6;\n background-image: url(\"{T_THEME_PATH}/images/quote.gif\");\n border-color:#f2f29e;\n}\n\n.rtl blockquote {\n background-image: url(\"{T_THEME_PATH}/images/quote_rtl.gif\");\n}\n\nblockquote blockquote {\n /* Nested quotes */\n background-color:#f8f5b4;\n}\n\nblockquote blockquote blockquote {\n /* Nested quotes */\n background-color: #f7f2b6;\n}\n\n/* Code block */\ndl.codebox {\n background-color: #FFFFFF;\n border-color: #d1d1d1;\n}\n\ndl.codebox dt {\n border-bottom-color: #CCCCCC;\n}\n\ndl.codebox code {\n color: #2E8B57;\n}\n\n.syntaxbg { color: #FFFFFF; }\n.syntaxcomment { color: #f57d00; }\n.syntaxdefault { color: #262695; }\n.syntaxhtml { color: #000000; }\n.syntaxkeyword { color: #007700; }\n.syntaxstring { color: #ffc20d; }\n\n/* Attachments\n----------------------------------------*/\n.attachbox {\n background-color: #FFFFFF;\n border-color: #d1d1d1;\n}\n\n.pm-message .attachbox {\n background-color: #F2F3F3;\n}\n\n.attachbox dd {\n border-top-color: #d1d1d1;\n}\n\n.attachbox p {\n color: #666666;\n}\n\n.attachbox p.stats {\n color: #666666;\n}\n\n.attach-image img {\n border-color: #999999;\n}\n\n/* Inline image thumbnails */\n\ndl.file dd {\n color: #666666;\n}\n\ndl.thumbnail img {\n border-color: #666666;\n background-color: #FFFFFF;\n}\n\ndl.thumbnail dd {\n color: #666666;\n}\n\ndl.thumbnail dt a:hover {\n background-color: #EEEEEE;\n}\n\ndl.thumbnail dt a:hover img {\n border-color: #848484;\n}\n\n/* Post poll styles\n----------------------------------------*/\n\nfieldset.polls dl {\n border-top-color: #dfdfdf;\n color: #666666;\n}\n\nfieldset.polls dl.voted {\n color: #000000;\n}\n\nfieldset.polls dd div {\n color: #FFFFFF;\n}\n\n.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {\n border-right-color: transparent;\n}\n\n.pollbar1 {\n background-color: #e27b18;\n border-bottom-color: #9d580f;\n border-right-color: #9d580f;\n}\n\n.rtl .pollbar1 {\n border-left-color: #9d580f;\n}\n\n.pollbar2 {\n background-color: #ec801e;\n border-bottom-color: #bc6813;\n border-right-color: #bc6813;\n}\n\n.rtl .pollbar2 {\n border-left-color: #bc6813;\n}\n\n.pollbar3 {\n background-color: #f1872a;\n border-bottom-color: #e27b18;\n border-right-color: #e27b18;\n}\n\n.rtl .pollbar3 {\n border-left-color: #e27b18;\n}\n\n.pollbar4 {\n background-color: #f58d37;\n border-bottom-color: #ec801e;\n border-right-color: #ec801e;\n}\n\n.rtl .pollbar4 {\n border-left-color: #ec801e;\n}\n\n.pollbar5 {\n background-color: #fc943f;\n border-bottom-color: #f1872a;\n border-right-color: #f1872a;\n}\n\n.rtl .pollbar5 {\n border-left-color: #f1872a;\n}\n\n/* Poster profile block\n----------------------------------------*/\n.postprofile {\n color: #666666;\n border-left-color: #FFFFFF;\n}\n\n.rtl .postprofile {\n border-right-color: #FFFFFF;\n border-left-color: transparent;\n}\n\n.pm .postprofile {\n border-left-color: #DDDDDD;\n}\n\n.rtl .pm .postprofile {\n border-right-color: #DDDDDD;\n border-left-color: transparent;\n}\n\n.postprofile strong {\n color: #000000;\n}\n\n.online {\n background-image: url(\"{IMG_ICON_USER_ONLINE_SRC}\");\n}\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for buttons.css\n-------------------------------------------------------------- */\n\n/* Big button images */\n.reply-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_REPLY_SRC}\"); }\n.post-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_NEW_SRC}\"); }\n.locked-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_LOCKED_SRC}\"); }\n.pmreply-icon span { background-image: url(\"{IMG_BUTTON_PM_REPLY_SRC}\") ;}\n.newpm-icon span { background-image: url(\"{IMG_BUTTON_PM_NEW_SRC}\") ;}\n.forwardpm-icon span { background-image: url(\"{IMG_BUTTON_PM_FORWARD_SRC}\") ;}\n\na.print {\n background-image: url(\"{T_THEME_PATH}/images/icon_print.gif\");\n}\n\na.sendemail {\n background-image: url(\"{T_THEME_PATH}/images/icon_sendemail.gif\");\n}\n\na.fontsize {\n background-image: url(\"{T_THEME_PATH}/images/icon_fontsize.gif\");\n}\n\n/* Icon images\n---------------------------------------- */\n.sitehome { background-image: url(\"{T_THEME_PATH}/images/icon_home.gif\"); }\n.icon-faq { background-image: url(\"{T_THEME_PATH}/images/icon_faq.gif\"); }\n.icon-members { background-image: url(\"{T_THEME_PATH}/images/icon_members.gif\"); }\n.icon-home { background-image: url(\"{T_THEME_PATH}/images/icon_home.gif\"); }\n.icon-ucp { background-image: url(\"{T_THEME_PATH}/images/icon_ucp.gif\"); }\n.icon-register { background-image: url(\"{T_THEME_PATH}/images/icon_register.gif\"); }\n.icon-logout { background-image: url(\"{T_THEME_PATH}/images/icon_logout.gif\"); }\n.icon-bookmark { background-image: url(\"{T_THEME_PATH}/images/icon_bookmark.gif\"); }\n.icon-bump { background-image: url(\"{T_THEME_PATH}/images/icon_bump.gif\"); }\n.icon-subscribe { background-image: url(\"{T_THEME_PATH}/images/icon_subscribe.gif\"); }\n.icon-unsubscribe { background-image: url(\"{T_THEME_PATH}/images/icon_unsubscribe.gif\"); }\n.icon-pages { background-image: url(\"{T_THEME_PATH}/images/icon_pages.gif\"); }\n.icon-search { background-image: url(\"{T_THEME_PATH}/images/icon_search.gif\"); }\n\n/* Profile & navigation icons */\n.email-icon, .email-icon a { background-image: url(\"{IMG_ICON_CONTACT_EMAIL_SRC}\"); }\n.aim-icon, .aim-icon a { background-image: url(\"{IMG_ICON_CONTACT_AIM_SRC}\"); }\n.yahoo-icon, .yahoo-icon a { background-image: url(\"{IMG_ICON_CONTACT_YAHOO_SRC}\"); }\n.web-icon, .web-icon a { background-image: url(\"{IMG_ICON_CONTACT_WWW_SRC}\"); }\n.msnm-icon, .msnm-icon a { background-image: url(\"{IMG_ICON_CONTACT_MSNM_SRC}\"); }\n.icq-icon, .icq-icon a { background-image: url(\"{IMG_ICON_CONTACT_ICQ_SRC}\"); }\n.jabber-icon, .jabber-icon a { background-image: url(\"{IMG_ICON_CONTACT_JABBER_SRC}\"); }\n.pm-icon, .pm-icon a { background-image: url(\"{IMG_ICON_CONTACT_PM_SRC}\"); }\n.quote-icon, .quote-icon a { background-image: url(\"{IMG_ICON_POST_QUOTE_SRC}\"); }\n\n/* Moderator icons */\n.report-icon, .report-icon a { background-image: url(\"{IMG_ICON_POST_REPORT_SRC}\"); }\n.edit-icon, .edit-icon a { background-image: url(\"{IMG_ICON_POST_EDIT_SRC}\"); }\n.delete-icon, .delete-icon a { background-image: url(\"{IMG_ICON_POST_DELETE_SRC}\"); }\n.info-icon, .info-icon a { background-image: url(\"{IMG_ICON_POST_INFO_SRC}\"); }\n.warn-icon, .warn-icon a { background-image: url(\"{IMG_ICON_USER_WARN_SRC}\"); } /* Need updated warn icon */\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for cp.css\n-------------------------------------------------------------- */\n\n/* Main CP box\n----------------------------------------*/\n\n#cp-main h3, #cp-main hr, #cp-menu hr {\n border-color: #b2b2b2;\n}\n\n#cp-main .panel li.row {\n border-bottom-color: #c0c0c0;\n border-top-color: #F9F9F9;\n}\n\nul.cplist {\n border-top-color: #c0c0c0;\n}\n\n#cp-main .panel li.header dd, #cp-main .panel li.header dt {\n color: #000000;\n}\n\n#cp-main table.table1 thead th {\n color: #333333;\n border-bottom-color: #333333;\n}\n\n#cp-main .pm-message {\n border-color: #dfdfdf;\n background-color: #FFFFFF;\n}\n\n/* CP tabbed menu\n----------------------------------------*/\n#tabs a {\n background-image: url(\"{T_THEME_PATH}/images/bg_tabs1.gif\");\n}\n\n#tabs a span {\n background-image: url(\"{T_THEME_PATH}/images/bg_tabs2.gif\");\n color: #6b6b6b;\n}\n\n#tabs a:hover span {\n color: #e78d2f;\n}\n\n#tabs .activetab a {\n border-bottom-color: #dbdbdb;\n}\n\n#tabs .activetab a span {\n color: #333333;\n}\n\n#tabs .activetab a:hover span {\n color: #000000;\n}\n\n/* Mini tabbed menu used in MCP\n----------------------------------------*/\n#minitabs li {\n background-color: #eaeaea;\n}\n\n#minitabs li.activetab {\n background-color: #F9F9F9;\n}\n\n#minitabs li.activetab a, #minitabs li.activetab a:hover {\n color: #333333;\n}\n\n/* UCP navigation menu\n----------------------------------------*/\n\n/* Link styles for the sub-section links */\n#navigation a {\n color: #333;\n background-color: #c1c1c1;\n background-image: url(\"{T_THEME_PATH}/images/bg_menu.gif\");\n}\n\n.rtl #navigation a {\n background-image: url(\"{T_THEME_PATH}/images/bg_menu_rtl.gif\");\n background-position: 0 100%;\n}\n\n#navigation a:hover {\n background-image: none;\n background-color: #b8b8b8;\n color: #e78d2f;\n}\n\n#navigation #active-subsection a {\n color: #f58a1e;\n background-color: #F9F9F9;\n background-image: none;\n}\n\n#navigation #active-subsection a:hover {\n color: #f58a1e;\n}\n\n/* Preferences pane layout\n----------------------------------------*/\n#cp-main h2 {\n color: #333333;\n}\n\n#cp-main .panel {\n background-color: #F9F9F9;\n}\n\n#cp-main .pm {\n background-color: #FFFFFF;\n}\n\n#cp-main span.corners-top, #cp-menu span.corners-top {\n background-image: url(\"{T_THEME_PATH}/images/corners_left2.gif\");\n}\n\n#cp-main span.corners-top span, #cp-menu span.corners-top span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right2.gif\");\n}\n\n#cp-main span.corners-bottom, #cp-menu span.corners-bottom {\n background-image: url(\"{T_THEME_PATH}/images/corners_left2.gif\");\n}\n\n#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right2.gif\");\n}\n\n/* Topicreview */\n#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\");\n}\n\n/* Friends list */\n.cp-mini {\n background-color: #f4f4f4;\n}\n\ndl.mini dt {\n color: #555555;\n}\n\n/* PM Styles\n----------------------------------------*/\n/* PM Message history */\n.current {\n color: #000000 !important;\n}\n\n/* PM panel adjustments */\n.pm-panel-header,\n#cp-main .pm-message-nav {\n border-bottom-color: #b2b2b2;\n}\n\n/* PM marking colours */\n.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {\n border-left-color: #e78d2f;\n border-right-color: #e78d2f;\n}\n\n.pmlist li.pm_marked_colour, .pm_marked_colour {\n border-color: #f68507;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n border-color: #b6b6b6;\n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n border-color: #8d8d8d;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\n border-color: #000000;\n}\n\n/* Avatar gallery */\n#gallery label {\n background-color: #FFFFFF;\n border-color: #CCC;\n}\n\n#gallery label:hover {\n background-color: #EEE;\n}\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for forms.css\n-------------------------------------------------------------- */\n\n/* General form styles\n----------------------------------------*/\nselect {\n border-color: #666666;\n background-color: #FAFAFA;\n color: #000;\n}\n\nlabel {\n color: #555555;\n}\n\noption.disabled-option {\n color: graytext;\n}\n\n/* Definition list layout for forms\n---------------------------------------- */\ndd label {\n color: #333;\n}\n\n/* Hover effects */\nfieldset dl:hover dt label {\n color: #000000;\n}\n\nfieldset.fields2 dl:hover dt label {\n color: inherit;\n}\n\n/* Quick-login on index page */\nfieldset.quick-login input.inputbox {\n background-color: #F2F3F3;\n}\n\n/* Posting page styles\n----------------------------------------*/\n\n#message-box textarea {\n color: #333333;\n}\n\n/* Input field styles\n---------------------------------------- */\n.inputbox {\n background-color: #FFFFFF; \n border-color: #bababa;\n color: #333333;\n}\n\n.inputbox:hover {\n border-color: #7e7e7e;\n}\n\n.inputbox:focus {\n border-color: #7e7e7e;\n color: #4b4b4b;\n}\n\n/* Form button styles\n---------------------------------------- */\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n color: #000;\n background-color: #FAFAFA;\n background-image: url(\"{T_THEME_PATH}/images/bg_button.gif\");\n}\n\na.button1, input.button1 {\n border-color: #666666;\n}\n\ninput.button3 {\n background-image: none;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n border-color: #666666;\n}\n\n/* <a> button in the style of the form buttons */\na.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {\n color: #000000;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n border-color: #e78d2f;\n color: #e78d2f;\n}\n\ninput.search {\n background-image: url(\"{T_THEME_PATH}/images/icon_textbox_search.gif\");\n}\n\ninput.disabled {\n color: #666666;\n}\n' WHERE theme_id = 16

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_styles.php
LINE: 363
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_styles->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Editado pela última vez por robra em 12 Out 2011, 14:54, em um total de 2 vezes.
Razão: Para diminuir o tamanho da mensagem de erro na página, foi alterado o BBcode de [quote] para [code].
;) Hospedagem de Sites | Registro de Domínios
http://www.mixhost.com.br
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Remover sublinhado de imagens com links

Mensagem por robra »

As linhas abaixo estão em seu arquivo styles/prosilver/theme/links.css:

Código: Selecionar todos

.postlink {
text-decoration: none;
color: #D2D2D2;
border-bottom: 1px solid #D2D2D2;
padding-bottom: 0;
} 
Retorne a linha border-bottom: ao original, conforme está acima.

Você fez os procedimentos citados em minha mensagem anterior ?

Abraço. Imagem
[DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
Avatar do usuário
_Vinny_
Administrador
Administrador
Mensagens: 5905
Registrado em: 03 Set 2009, 21:59
Nome Real: Marcus Vinicius
Localização: Macapá, AP - Brasil
Contact:

Re: Remover sublinhado de imagens com links

Mensagem por _Vinny_ »

Não torne as linhas em comentários, pois existem class duplicadas em outros arquivos que podem sobrescrever os outros. Sempre baixe o arquivo para o seu computador, edite e depois envie novamente com a edição, depois atualize o componente do estilo.

Eu acessei agora o seu forum e pra mim aparece sem borda nas imagens com links.
Tradução Português Brasileiro: https://www.phpbb.com/customise/db/tran ... ortuguese/

Precisa de serviços phpBB? Me mande um mensagem privada!
Trancado