Bug no codigo de efeito
+6
HermeS.
inFows
MateusA
Konai
BrunoH.
Sking
10 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 2 • Compartilhe
Página 1 de 2 • 1, 2
Bug no codigo de efeito
Qual é minha questão:
o q eu faço ?
Endereço do meu fórum:
http://www.soldiercheats.com
Versão do fórum:
PHPBB3
- Código:
A[href="/u1"] {
background: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
}
o q eu faço ?
Endereço do meu fórum:
http://www.soldiercheats.com
Versão do fórum:
PHPBB3
Última edição por Sking em 02.06.13 0:39, editado 1 vez(es)
Re: Bug no codigo de efeito
Olá,
Substitua o código por este:
Até mais.
Substitua o código por este:
- Código:
a[href="/u1"] {
background: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
}
Até mais.
Re: Bug no codigo de efeito
Olá, não mudou nada
Até mais
Até mais
Re: Bug no codigo de efeito
Olá,
Acabo de verificar e o código que eu te passei não foi colocado em seu fórum. Mantenha o código ativo para que eu possa encontrar o erro.
Até mais.
Acabo de verificar e o código que eu te passei não foi colocado em seu fórum. Mantenha o código ativo para que eu possa encontrar o erro.
Até mais.
Re: Bug no codigo de efeito
Saudações senhor!
Tente uma das três opções abaixo.
Opção a:
Opção b:
Opção c:
Opção d:
Tente uma por uma e vai substituindo conforme. Posso lhe dizer que todas funcionaram em meu fórum!
Atenciosamente!
Tente uma das três opções abaixo.
Opção a:
- Código:
a[href="/u1"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
}
Opção b:
- Código:
a[href="/u1"] {
background: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);
}
Opção c:
- Código:
a[href="/u1"] {
background: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif) !important;
}
Opção d:
- Código:
a[href="/u1"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif") !important;
}
Tente uma por uma e vai substituindo conforme. Posso lhe dizer que todas funcionaram em meu fórum!
Atenciosamente!
Re: Bug no codigo de efeito
olá, bruno
coloquei
coloquei
- Código:
a[href="/u26"] {
background: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
}
Re: Bug no codigo de efeito
Olá,
Opa, esqueci de um erro. Substitua o código que lhe forneci por este:
Até mais.
Opa, esqueci de um erro. Substitua o código que lhe forneci por este:
- Código:
a[href="/u26"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
}
Até mais.
Re: Bug no codigo de efeito
Olá,
Não funcionou
e esta ativo
Até mais
Não funcionou
e esta ativo
Até mais
Re: Bug no codigo de efeito
Olá!
Até mais.
- Código:
a[href="/uID"]{background:url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif)}
Até mais.
Re: Bug no codigo de efeito
Olá,
não funcionou
Até mais
não funcionou
Até mais
Re: Bug no codigo de efeito
Olá!
Caso não funfe me forneça a sua CSS pois deve ter algum codigo com a mesma função.
Até mais.
- Código:
a[href="/u1"]{
text-shadow:0 0 5px black;
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);
}
Caso não funfe me forneça a sua CSS pois deve ter algum codigo com a mesma função.
Até mais.
Re: Bug no codigo de efeito
Olá, não mudou nada
Re: Bug no codigo de efeito
Olá!
O codigo encontra-se correto pode me fornecer a sua Folha de Estilos CSS para que eu possa verificar se está algo em conflito.
Até mais.
O codigo encontra-se correto pode me fornecer a sua Folha de Estilos CSS para que eu possa verificar se está algo em conflito.
Até mais.
Re: Bug no codigo de efeito
body {
width:auto;
min-width:990px;
max-width:auto;
margin: 0;
}
#pageWrapper {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG.gif) repeat-x top left;
}
#pageWrapper.loggedIn {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG_in.gif) repeat-x top left;
}
.pageTop {}
.pageWrap {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageGlow_left.png) no-repeat top left;
min-width:1250px;
width:990px;
padding-top:73px;
margin:0px auto 0px auto;
}
.whiteWrap {
background:#fff;
}
/* Social Bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.socialBox {
line-height: 49px;
color: #575757;
font-size: 15px;
font-family: arial, helvetica, sans-serif;
font-weight: 700;
font-style: italic;
}
.socialLinks {
float: right;
}
.socialBox span {
padding-right: 6px;
}
.socialBox img {
padding:2px;
vertical-align: middle;
}
/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchBox {
height:39px;
position:absolute;
top:10px;
right:0;
}
.searchMain {
float:right;
}
.searchMainLeft {
background:#eaeaea url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxLeft.gif) no-repeat top left;
height:39px;
}
.searchMainRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxRight.gif) no-repeat top right;
height:39px;
padding:3px 4px 0 11px;
}
.searchBox form {
padding:0;
margin:0;
}
.searchBox input {
float:left;
}
.searchWrap {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchInput.gif) no-repeat top left;
width:117px;
height:32x;
padding-right:7px;
float:left;
}
.searchinput {
border:0;
color: #919191;
padding:0 8px;
font-size:12px;
width:101px;
height:32px;
line-height:29px;
margin:0;
background:transparent;
}
.searchButton {
float:left;
}
.searchAdvanced {
float:left;
height:32px;
line-height:32px;
padding-right:9px;
color:#373737;
}
/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.above_body {
background:none;
}
.doc_header {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif) repeat-x top left;
height:88px;
position:relative;
border-bottom:1px solid #d6d5d5;
}
.logo {
position:absolute;
top:0px;
left:0px;
}
.slogan {
position:absolute;
top:58px;
left:122px;
color:#AB0000;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.slogan a:link, .slogan a:visited {
color:#8d8d8d;
font-weight:400;
}
.slogan a:hover {
color:#303030;
}
#loginBox {
width:300px;
height:90px;
position:absolute;
top:0;
right:20px;
padding:20px 0 0 0;
color:#838383;
}
#loginBox ul {
list-style:none;
padding:0;
margin:0;
}
#loginBox li {
float:left;
}
.loginBox {
float:left;
}
.loginBox ul {
list-style:none;
padding:0;
margin:0;
}
.loginBar li {
float:left;
}
.loginBoxInput {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/loginBoxInput.gif) no-repeat top left;
width:117px;
height:32px;
}
.loginInput {
background:transparent;
border:0;
color: #a7a7a7;
width:107px;
height:32px;
line-height:32px;
margin:0;
padding:0 5px;
}
.cb_cookieuser_navbar{
position: relative;
top: 2px;
}
.inputPad .loginBoxInput {}
.inputPad {
padding-right:6px;
}
.submitPad {
padding:0;
}
.submitPad input {}
.memberBottom {}
.memberLinks {
padding-top:4px;
float:left;
}
.memberLinks a:link, .memberLinks a:visited {
color:#838383;
text-shadow: #fff 1px 1px;
}
.memberLinks a:hover {
color:#AB0000;
}
.rememberMe {
float:right;
font-size:13px;
padding-top:4px;
color:#838383;
text-shadow: #fff 1px 1px;
}
.rememberMe label {
padding:0;
margin:0;
}
.loginLeft {
float:left;
padding:15px 0;
color:#606060;
}
.loginLeft a:link, .loginLeft a:visited {
color:#606060;
font-size:14px;
margin:0 2px;
}
.loginLeft a:hover {
color:#AB0000;
}
/* Content Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentTop {
background:#f9f8f8;
padding-top:4px;
}
#welcomeBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxBG.gif) repeat-x top left;
height:77px;
position:relative;
margin-bottom:11px;
}
.welcomeLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxLeft.png) no-repeat top left;
height:92px;
width:22px;
position:absolute;
top:0;
left:-22px;
}
.welcomeRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxRight.png) no-repeat top right;
height:92px;
width:22px;
position:absolute;
top:0;
right:-22px;
}
.welcomeMessage {
background:url(https://i.imgur.com/aRFx8.png) no-repeat top left;
width:349px;
height:47px;
position:absolute;
top:14px;
left:9px;
}
.registerButton {
position:absolute;
top:16px;
left:386px;
}
.welcomeWrap {
padding:0 11px 12px 11px;
}
.memberBoxInfo {
float:left;
padding:11px 0 0 11px;
}
.memberBoxInfo h1 {
color:#1f1f1f;
font-size:25px;
text-shadow: #fff 1px 1px;
text-transform:uppercase;
margin:0;
padding:0;
}
.memberBoxInfo h1 a:link, .memberBoxInfo h1 a:visited {
color:#ac3400;
}
.memberBoxInfo h1 a:hover {
color:#AB0000;
}
.memberBoxInfo p {
color:#5d5d5d;
font-size:13px;
margin:0;
padding:0;
text-shadow: #fff 1px 1px;
}
.memberBoxLinks {
float:right;
padding-top:13px;
padding-right:11px;
}
.memberBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxBG.gif) repeat-x top left;
height:45px;
}
.memberBoxLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxLeft.gif) no-repeat top left;
height:45px;
}
.memberBoxRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxRight.gif) no-repeat top right;
height:45px;
padding:0 8px;
}
/* Content Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentMain {
padding:11px 0;
}
/* Footer Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerMain {
color:#747474;
padding:15px 0;
font-size:12px;
line-height:18px;
}
.copyright {
text-align:center;
line-height:16px;
padding-bottom:20px;
}
.copyright a:link, .copyright a:visited {
font-weight:700;
color:#AB0000;
}
.copyright a:hover {
color:#424242;
}
.bannerBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bannerBoxBG.gif) no-repeat top left;
width:468px;
height:60px;
padding:4px;
margin:0 auto;
}
/* Footer Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerNav {
height:44px;
font-size:15px;
font-weight:700;
}
.footerNavLeft {
height:44px;
}
.footerNavRight {
height:44px;
padding:0 10px;
}
#footerNav ul {
list-style:none;
padding:0;
margin:0;
float:left;
}
#footerNav li {
float:left;
padding-right:30px;
line-height:44px;
}
#footerNav a:link, #footerNav a:visited {
color:#424242;
}
#footerNav a:hover {
color:#AB0000;
}
.skinSelect{
float:right;
padding-top:8px;
margin:0;
}
.footer {
margin:0;
padding:0;
}
/*************************************************/
/* TOP MEMBER BAR*/
#toplinks, .toplinks {
text-align:left;
line-height:20px;
padding-top:7px;
}
#toplinks .isuser {
float:left;
}
#toplinks .welcomelink {
font-weight:700;
}
.toplinks .notifications a.popupctrl {
color: #3e446e;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks ul.isuser li a:hover {
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.memberBox .welcomeUser {
font-weight:700;
font-size:11px;
float:left;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
/* Navbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navbar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG.gif) repeat-x top left;
position:relative;
height:86px;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
color:#fff;
width:100%;
padding:0;
margin:0;
}
.navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_left.gif) no-repeat top left;
height:86px;
}
.navRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navRight_left.gif) no-repeat top right;
height:86px;
}
.registerNow {
position:absolute;
top:9px;
right:9px;
}
#navtabs li.selected ul.floatcontainer {
margin-top:5px;
}
#navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
line-height:27px;
height:27px;
}
.navbar a { color:#fff; }
.navbar a:hover { color:#fff4aa; }
.navtabs ul li:first-child {
margion-left: 10px;
text-indent: 0;
}
.navtabs {
background:none;
padding-left:0;
}
.navtabs ul {
position:absolute;
top:49px;
left:0px;
width:100%;
/* This is to fix RTL menu issue under Opera */
direction:ltr;
}
.navtabs li {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li.selected {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit_hover.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li li {
background:none;
}
.navtabs ul li {
border-right: 0;
position: relative;
}
.navtabs li a {
height:49px;
line-height:49px;
}
.navtabs li a.navtab {
display:block;
min-width:60px;
width:auto !important;
width:60px;
_min-width:75px;
_width:auto !important;
_width:75px;
text-align:center;
color:#fff;
font-size:15px;
text-decoration:none;
line-height:46px;
height:46px;
padding:3px 15px 0 15px;
font-weight:700;
background:none;
text-transform:uppercase;
}
.navtabs li a.navtab:hover {
background:none;
color:#fff4aa;
}
.navtabs li.selected {
color:#fff4aa;
height:49px;
}
.navtabs li.selected a.navtab {
background:none;
color:#fff4aa;
position:relative;
top:-px;
padding-top:px;
z-index:10;
}
.navtabs li.selected a.navtab:hover {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG_hover.gif) repeat-x top left;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
text-decoration:none;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
line-height:27px;
}
.navtabs li.selected li {
padding:0 5px;
}
.navtabs li.selected li li {
padding:0 2px;
}
.navtabs li.selected li a {
color:#8e8e8e;
padding:2px 5px;
text-shadow: #fff 1px 1px;
}
.navtabs li.selected li li a {
text-shadow:none;
}
.navbar_advanced_search li {
height: 27px;
display:block;
clear:both;
}
.navbar_advanced_search li a {
color:#fff;
}
.navbar_advanced_search li a:hover {
color:#fff4aa;
text-decoration:none;
}
.navtabs li.selected li a:hover {
color:#AB0000;
text-decoration:none;
}
.navtabs li.selected .popupbody li > a {
padding:0pxpx 10px;
text-indent: 0;
color: ;
}
.navtabs li.selected li a.popupctrl {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:solid px transparent;
_border: none;
background:transparent url(http://www.purevb.com/demo/images/styles/elegance/misc/arrow.png) no-repeat right center;
padding-right:15px;
_background-image:url('http://www.purevb.com/demo/images/styles/elegance/misc/arrow.gif');
color:#8e8e8e;
}
.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active,
.navtabs li.selected li a:hover.popupctrl {
color:#fff;
text-shadow:#c75d9f 1px 1px;
}
.navHome .navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_home_left.gif) no-repeat top left;
height:86px;
}
#navHome {
float:left;
padding-right:5px;
}
#navSection {
float:left;
}
.navSectionBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionBG.gif) repeat-x top left;
height:86px;
}
.navSectionLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionLeft.gif) no-repeat top left;
height:86px;
}
.navSectionRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionRight.gif) no-repeat top right;
height:86px;
}
/* Breadcrumb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumb {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcBG.gif) repeat-x top left;
height:43px;
position:relative;
color:#5c5c5c;
font-weight:700;
}
.bcLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcLeft.gif) no-repeat top left;
height:43px;
}
.bcRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcRight.gif) no-repeat top right;
height:31px;
padding:12px 15px 0 15px;
}
.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
border:1px solid transparent;
}
.breadcrumb .navbit a:link, .breadcrumb .navbit a:visited {
font-weight:400;
color:#5c5c5c;
}
.breadcrumb .navbit a:hover {
background:#AB0000;
color:#fff;
border:1px solid transparent;
}
/*************************************************/
/* TCAT BAR */
.tcat {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatBG.gif) repeat-x top left;
color: #424242;
height:56px;
clear:both;
margin-top: 8px;
float: left;
border:0;
padding:0;
width: 100%;
}
.tcatLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatLeft.gif) no-repeat top left;
height:56px;
}
.tcatRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatRight.gif) no-repeat top right;
height:56px;
padding-bottom:8px;
}
.tcat .forumtitle {
font-weight:700;
}
.tcat .tcatDesc {
font-size:12px;
font-weight:400;
}
.tcat h2 {
padding-top:2px;
padding-left:16px;
font: bold 18px arial, helvetica, sans-serif;
line-height: 48px;
float:left;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.tcat a:link, .tcat a:visited {
color:#424242;
}
.tcat a:hover {
}
.tcat .tcatCollapse {
float:right;
position:absolute;
top:12px;
right:12px;
}
/* tcat Thread List Controls - Forumdisplay */
.tcat_threadlist_controls {
float:right;
padding-right:8px;
}
.forumdisplaypopups, #forumdisplaypopups {
clear:both;
}
.tcat_threadlist_controls h6 {
height:56px;
line-height:56px;
padding:0;
display:block;
font-size:12px;
}
.forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
.postlist_popups h6 a.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a.popupctrl {
background:none;
display:block;
_display:56px;
height:56px;
line-height:56px;
font-family:arial, helvetica, sans-serif;
font-weight:700;
font-size:12px;
color:#424242;
padding:0 7px;
border: 0;
float: left;
clear: right;
text-shadow: #fff 1px 1px;
}
.forumdisplaypopups a:hover.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,
.postlist_popups h6 a:hover.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl {
border: 0;
color:#424242;
text-decoration:underline;
}
#postlist_popups a, .postlist_popups a {
color: #424242;
_border: none;
}
#postlist_popups a:hover, .postlist_popups a:hover {
color: #424242;
text-decoration:underline;
}
#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
border: 0;
}
#postlist_popups ul li {
color: #3E3E3E;
}
#postlist_popups ul li a, .postlist_popups ul li a {
color: #3E3E3E;
_border: none;
}
#postlist_popups ul li a:hover, .postlist_popups ul li a:hover {
color: #3E3E3E;
text-decoration:underline;
}
#forumdisplaypopups ul a, .forumdisplaypopups ul a {
color: #3e3e3e;
}
.tcat .toolsmenu {
background:none;
border:none;
margin:0;
}
.toolsmenu div {
border:0;
}
.tcat .toolsmenu ul {
padding:0;
}
.tcat .toolsmenu .popupgroup a.popupctrl, .tcat .toolsmenu .popupgroup .popupmenu a.popupctrl, .tcat .toolsmenu .nopopupgroup li a {
padding:0 7px;
_display:56px;
height:56px;
line-height:56px;
}
/*************************************************/
/* THEAD BAR*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font-size: 16pt;
font-weight:400;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border: 1px solid #efefef;
border-bottom:0;
border-left:0;
}
.postfootWrap {
border-right: 1px solid #efefef;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
/* Postbit Align Username and Avatar Center
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color: #ab1b1b;
font-weight:700;
}
.userinfo_extra dd {
background: #fff;
color: #4d5153;
border: 1px solid #d8d6ca;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* Bottom Bar (Bar along the bottom of the forum areas)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bottomBar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarBG.gif) repeat-x top left;
height:17px;
font-size:0;
clear:both;
}
.bottomBarLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarLeft.gif) no-repeat top left;
height:17px;
}
.bottomBarRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarRight.gif) no-repeat top right;
height:17px;
}
/* Thead Bars (Forum Home, Forum Display & Postbit)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thead_bar .theadrow {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
font: normal 11px arial, helvetica, sans-serif;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
line-height:28px;
}
.thead_bar .padding {
padding-left:12px;
}
.thead_bar .forumhead span.forumlastpost {
width: 23%;
}
.thead_bar .theadrow .forumdata {
float: left;
}
.thead_bar {
float: left;
position:relative;
width: 100%;
display:block;
}
.thead_bar .forumhead .forumtitle {
width: 76%;
}
.thead_bar .foruminfo {
width: 53%;
min-width: 30%;
float: left;
clear: right;
}
.thead_bar .foruminfo .forumdata {
padding: 0;
width: 100%;
_width: 99%;
}
.thead_bar .forumstats, .thead_bar .forumstats_2 {
display: block;
float: left;
clear: right;
width: 16%;
margin-right: 2%;
}
.thead_bar .foruminfo .forumdata .datacontainer {
float: left;
width: 86%;
padding:0;
padding-left: 68px;
}
.thead_bar .forumactionlinks {
width: 5%;
display:block;
float:left;
clear:right;
}
.thead_bar .forumactionlink {
display:block;
width:18px;
overflow:hidden;
float: right;
clear: left;
background:transparent none no-repeat;
position: relative;
}
.thead_bar .forumstats li, .thead_bar .forumstats_2 li{
font-size: 12pxpx;
text-align: right;
padding-right: 20px;
display:block;
}
.thead_bar .forumlastpost {
display:block;
float: left;
clear: right;
}
.thead_bar .theadrow .forumlastpost {
width: 22%;
}
.forumbitBody {
padding-right:2px;
clear:both;
}
/*threadlisthead and posthead*/
#threadlist .threadlisthead {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
padding:4px 0px 4px 0px;
margin: 0;
}
.threadlist {
margin-top:0;
}
#threadlist .threadlisthead a, #threadlist .threadlisthead a:hover {
color:#8f8f8f;
}
.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
background:#efefef url(images/styles/elegance/style/theadBG.gif) repeat-x left top;
clear:both;
display:block;
float: left;
width: 100%;
margin: -1px -1px 0;
padding:4px 0px 4px 0px;
border:0;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
}
#posts .posthead a:link, #posts .posthead a:visited {
color:#1c61b7;
}
#posts .posthead a:hover {
color:#1c61b7;
}
#posts .posthead .time, #posts .nodecontrols {
color:#1c61b7;
}
/* CMS & Blog CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1.header, h2.header {
text-transform:capitalize;
}
/* Forum Home
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#5c5c5c;
font: 16px arial, helvetica, sans-serif;
}
.forumrow .forumtitle a:hover{
color:#AB0000;
}
.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#646057;
font-weight:700;
}
.forumrow .lastposttitle a:hover{
color:#AB0000;
}
#forums .lastpostby a.username {
color:#AB0000;
}
#forums .lastpostby a.username:hover {
color:#5c5c5c;
}
.forumdescription {
color:#6f6f6f;
}
#notices .restore {
background:#ffefb6 none ;
border:1px solid #f3f2f2;
color:#3c3a22;
line-height:16px;
padding:8px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height:36px;
}
/* Advanced Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchtypeswitcher {
border-bottom:4px solid #3a65a6;
}
#searchtypeswitcher li a {
background-color:#6a94d3;
color:#FFF;
}
#searchtypeswitcher li.selected a {
background-color:#3a65a6;
}
#searchtypeswitcher li a:hover {
background-color:#3a65a6;
}
/* vBulletin Groups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li.sgicon .maincol, #sidebar li.sgicon .maincol,#thumbnails li {
background: #fff none ;
}
#sidebar li.sgicon .maincol .textcontrol {
color: #424242;
}
#content .grouplist .blockrow > li, #content .grouplist .blockrow > ol, #content .grouplist .blockrow > div {
background: #f5f5f5 none ;
border: 1px solid #efefef;
}
#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border: 1px solid #efefef;
}
.toolsmenu {
background: #f1f1f1 url(http://www.purevb.com/demo/images/gradients/top-highlight.png) repeat-x left top;
_background-image: none;
border: 1px solid #c1c1c1;
}
.toolsmenu div {
border-top:none;
color: #424242;
}
.toolsmenu h1 a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .nopopupgroup li a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active {
color: #424242;
}
dl.blogbit, tr.blogbit,
dl.blogcatbit, tr.blogcatbit {
background: #fff none ;
}
/* PostBitBy : WebZoneTeam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font: normal 16pt arial, helvetica, sans-serif;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color:#d65600;
font-weight:;
}
.userinfo_extra dd {
background:#fff none ;
color:#414141;
border:1px solid #b9c4cd;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* center avatar, username, title, rank in postbit legacy 4.0.2 */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border-top: 1px solid #ebe8e4;
}
.postfootWrap {
border-right: 1px solid #ebe8e4;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
.pun .user-ident .username {
position: relative;
padding-top: 20px;
}
#pun-announcement {
background-color: transparent;
border-style: none;
border-width: 1px;
padding: 1em;
}
.pun .posthead {
background: #F4F4F4;
border-bottom: 1px solid #EBE8E4;
padding: .5em 1.3em .5em 1em;
}
.pun .post .user {
text-align: center;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
background-color: #F8F8F8;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.5em;
position: relative;
}
.user-basic-info a img {
border-radius: 5px;
height: 290px!important;
width: 140px!important;
}
.postfoot {
background: white url(https://i.imgur.com/uM0Ag.png) top left repeat-x;
border-top: 1px solid #C8C8C8;
padding-top: 10px;
padding-bottom: 10px;
}
.toplinks ul.isuser li.welcomelink {
display: block;
float: right;
clear: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
color: #465008;
}
.pun .post .user {
text-align: center;
}
form#smilies_categ{display:none!important}
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*footer*/
#footerNav {
height: 44px;
font-size: 15px;
font-weight: 700;
}
.footerNavLeft {
height: 44px;
}
.footerNavRight {
height: 44px;
padding: 0 10px;
}
.skinSelect {
float: right;
padding-top: 8px;
margin: 0;
}
.footer_select {
float: left;
text-align: left;
margin-left: 10px;
margin-top: 0;
}
.textbox, textarea, select {
font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
color: black;
background: white none;
border: 1px solid #E8EEF8;
padding: 2px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
}
.formcontrols input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMain {
color: #747474;
padding: 15px 0;
font-size: 12px;
line-height: 18px;
}
.copyright {
text-align: center;
line-height: 16px;
padding-bottom: 20px;
}
.slashdot{background-position:-10px -400px}#bookmarks img.smarking{background-position:-9px -440px}#bookmarks img.stumbleupon{background-position:-10px -478px}#bookmarks img.technorati{background-position:-10px -518px}#bookmarks img.yahoo{background-position:-10px -558px}.mceContentBody{background:#fff;color:#4d4d4d}.resize_process .resizebox{display:none}.resize_process img.resize_img{display:none}.resizebox a.enlarge,.resizebox.enlarged a.resize,.resizebox.showfull a.fullsize{display:inline;zoom:1}.resizebox a.fullsize,.resizebox a.resize,.resizebox.enlarged a.enlarge{display:none}.resizebox{background-color:#;cursor:default;display:inline-block;font-size:10px;font-style:normal;font-weight:400;line-height:1.1em;margin:0;max-width:100%;text-align:left}.resizebox div{font-style:normal;font-weight:400;margin:0}.resizebox .resize_border{border:1px solid #fff;display:block}.resizebox .resize_content{display:inline;padding:5px 10px;zoom:1}.resizebox .resize_filler{border:none;display:inline;padding:0;width:40px;zoom:1}.attachbox{background-color:#;border:1px dashed #;clear:left;color:#4d4d4d;float:left;margin:5px 5px 5px 0;padding:6px;width:auto}.attachbox dt{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase}.attachbox .attachments{clear:left;display:inline-block;font-size:.9em;margin-left:10px;padding:0}.attachbox dl.file{border-top:1px solid #fff;display:block;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:10px}dl.file dt{display:inline-block;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:700;padding:0;text-align:center;text-transform:none;vertical-align:middle}dl.file dd{display:inline-block;margin:0 0 0 10px;vertical-align:top}dl.file dd span{display:block}.info{font-size:10px;font-style:italic}.codebox{display:block}.spoiler_content{display:none}.spoiler_content.hidden{display:block}.user_login_form{margin-bottom:5px}.fb_or{background-color:#;border:2px solid #;color:#4d4d4d;font-weight:700;height:16px;line-height:16px;margin:0 30px;padding:5px;width:26px}#cont_pwd{height:21px;margin:0 0 0 20px;width:150px}.pwd_img{color:#000;display:none;font-size:11px;font-weight:700;height:14px;line-height:14px;padding:4px 0 3px;text-align:center;width:150px}#pwd_good{background:url(https://2img.net/i/fa/p_strength/pwd_good.png)}#pwd_middle{background:url(https://2img.net/i/fa/p_strength/pwd_middle.png)}#pwd_bad{background:url(https://2img.net/i/fa/p_strength/pwd_bad.png)}#fb_explain{float:left;padding:5px 0 0 5px}.left{float:left}.fld_connexion{width:300px}.fb_login{height:30px;margin:50px 0 0}.fb_login .fb_or{margin:0 70px 0 60px}#cont_fb_invit iframe{width:760px!important}ul.topiclist.bg_none{background:none}.mod_bookmarks a img{background:url(https://2img.net/i/fa/social_bookmarking/social_bookmarking_fa.png) no-repeat scroll;height:20px;vertical-align:middle;width:20px}.mod_bookmarks img.digg{background-position:-10px -47px}.mod_bookmarks img.delicious{background-position:-10px -8px}.mod_bookmarks img.reddit{background-position:-10px -359px}.mod_bookmarks img.slashdot{background-position:-10px -398px}.mod_bookmarks img.stumbleupon{background-position:-10px -476px}.mod_bookmarks img.furl{background-position:-10px -163px}.mod_bookmarks img.yahoo{background-position:-10px -554px}.mod_bookmarks img.google{background-position:-10px -204px}.mod_bookmarks img.blinklist{background-position:-10px -665px}.mod_bookmarks img.blogmarks{background-position:-10px -630px}.mod_bookmarks img.technorati{background-position:-10px -516px}.mod_rss_feeds a img{background:url(https://2img.net/i/fa/rss_mod/sprite_rss_feeds.png) no-repeat scroll;height:17px;padding-bottom:2px;vertical-align:middle;width:91px}
blockquote{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;color:#4e4e4e;margin-left:5px}blockquote blockquote{background-color:#FFF4CC}blockquote blockquote blockquote{background-color:#FFF4CC}blockquote div{color:#4e4e4e;font-size:12px;margin-left:4px}blockquote cite{border-bottom:1px solid #417394;color:#417394;font-size:10px;margin-bottom:3px}dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}
dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}dd.topics{visibility:hidden}.forabg{background-color:#;background-image:url(https://2img.net/i/fa/empty.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #fff;clear:both;margin-bottom:4px;padding:0 5px}.colorpicker{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp11.png);display:none;font-family:Arial, Helvetica, sans-serif;height:176px;overflow:hidden;position:absolute;width:356px}.colorpicker_color{background:red;cursor:crosshair;height:150px;left:14px;overflow:hidden;position:absolute;top:13px;width:150px}.colorpicker_color div{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp12.png);height:150px;left:0;position:absolute;top:0;width:150px}.colorpicker_color div div{background:url(https://i.servimg.com/u/f46/16/56/73/62/select10.gif);height:11px;left:0;margin:-5px 0 0 -5px;overflow:hidden;position:absolute;top:0;width:11px}
SOMBRA NO AVATAR:
.post span.postdetails a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,.postprofile dl dt 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}----------------------------------------------------------------------------------------------------
div.postprofile dl dt img{-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:5px solid #eee;box-shadow:4px 4px 4px rgba(0,0,0,0.2);margin-left:3px}div.postprofile dl dt img:hover{-moz-transform:rotate(-7deg);-o-transform:rotate(-7deg);-webkit-transform:rotate(-7deg)}.ultmembro .box-content a img{display:none!important}.ultmembro .box-content div{display:inline!important}.footer-home::before{color:#000;content:"© Master Cheats | Douglas e Master - Todos os direitos reservados.";display:block;margin-top:40px}.spoiler > dd:after{content:"Clique para Mostrar/Ocultar o Conteudo."}.spoiler > dt:after{content:"Conteudo Oculto";float:right}
.memberBar {
float: right;
padding-top: 14px;
}
.memberBarWrap {
background: url(https://i.imgur.com/7PLSKSu.png) repeat-x top left;
height: 41px;
padding: 13px 3px 0 3px;
}
.memberBarRight {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top right;
height: 54px;
padding: 0 8px;
}
.memberBarLeft {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top left;
height: 54px;
}
.main .main-head {
background: transparent url(https://i.imgur.com/7PLSKSu.png) repeat-x 0px 0px;
margin-bottom:5px;
overflow: hidden;
height:23px;
border-radius:5px;
border:3px solid #d1d1d1;
margin-top:5px;
}
.main .main-head .page-title {
padding-left: 10px;
font: normal bold 15px arial, helvetica, sans-serif;
text-shadow: 1px 1px white;
}
div.main-foot{margin-bottom:10px;margin-top:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
background-image: url(https://i.imgur.com/7PLSKSu.png) !important;
background-repeat: repeat-x;
background-position: center bottom;border-color:1px solid #CCC;}
div.main-foot h2 div strong, div.page-title h2{color:#787878 !important;font-weight:bold;}
#profile-advanced-right {
float: left;
width: 260px;
background-color: #F1F1F1;
background-image: url('https://2img.net/h/oi46.tinypic.com/mmr9mh.png');
background-repeat: repeat-x;
border: 1px solid #C1C1C1;
padding-top: 20px;
border-radius: 6px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
width: 100%;
margin-right: 0px;
margin-top: 18px;
}
#profile-advanced-left {
margin-left: 265px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
position: relative;
}
#profile-advanced-right .module.main .main-head {
background: transparent;
}
#profile-advanced-right .module.main .main-head em {
color: black;
}
#profile-advanced-right .module.main {
color: #424242;
background-color: #F1F1F1;
border: 0px;
border-radius: 0px;
background: transparent url(http://www.purevb.com/demo/images/gradients/bottom-shadow.png) repeat-x left bottom;
}
#profile-advanced-right .module .main-content {
background-color: #F1F1F1;
}
#profile-advanced-right .module .main-content img {
border: 3px solid white;
outline: 1px solid #D9D9D9;
max-width: 220px;
height: auto;
}
#tabs ul li a {
font-weight: bold;
border-radius: 6px 6px 0 0;
color: #424242;
background-color: #F1F1F1;
border-color: #C1C1C1;
background-image: url('https://2img.net/h/oi50.tinypic.com/2rcpvd3.png');
background-repeat: repeat-x;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #rgba(244, 244, 244, 0);
border-color: #333;
}
#tabs ul li.activetab a {
color: white;
background-color: #363636;
border-color: #363636;
background-image: url('https://2img.net/h/oi50.tinypic.com/9qky9y.png');
background-repeat: repeat-x;
text-decoration: none;
}
#profile-advanced-details .main-head {
border-radius: 0px;
border-top: 3px solid #363636;
background: #F1F1F1;
}
#profile-advanced-details .main-head .subtitle {
color: black;
}
.pun .post .user {
text-align: center;
}
a:link{text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:active {text-decoration: none !important;}
/*---------------FIM CSS SKIN-----------*/
/*---Coloque seu css apartir daqui-----*/
/*---Efeito Opacidade ---*/
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*--------/Numeros dos topicos/-------*/
p.pag,.paging{
border-radius:3px;
color: white;
margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{
color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{
border-radius:3px;
padding: 6px 9px 6px 9px !important;
margin-right: 3px !important;
font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 1px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;
top:-3px;
margin-top:-5px!Important;
vertical-align: center !important;}
/*----------Barra de navegaçao---------*/
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}
/*-------------------------Perfil em 3D-------------------------------*/
-moz-selection, ::selection {
background: rgba(0, 160, 250, 0.5);
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.pun .user-ident .user-basic-info {
color: white;
font-size: 1.5em;
font-weight: 700;
line-height: 1.8em;
text-align: center;
text-shadow: 0 1px 0 #CCC,0 2px 0 #C9C9C9,0 3px 0 #BBB,0 4px 0 #B9B9B9,0 5px 0 #AAA,0 6px 1px rgba(0, 0, 0, .1),0 0 5px rgba(0, 0, 0, .1),0 1px 3px rgba(0, 0, 0, .3),0 3px 5px rgba(0, 0, 0, .2),0 5px 10px rgba(0, 0, 0, .25),0 10px 10px rgba(0, 0, 0, .2),0 20px 20px rgba(0, 0, 0, .15);
}
.pun .user-ident .user-basic-info {
font-weight: 700;
}
.pun div, .pun td, .sig-line {
color: ##DDD;
}
/*-------------------------Quadro no perfil-------------------------------*/
.pun .username {
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
border-image: initial;
}
.spoiler > dt::after {
content: "© WebZone";
float: right;
}
.module-advert{display:none;}
/*-------------------------Outros-------------------------------*/
#online .on-title, #statistics .stats-title {
border-bottom: 1px solid white;
font-size: 30px;
height: 70px;
text-transform: uppercase;
}
.online-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#online {
background: #EAEAEA;
border-right: 2px solid #D2D2D2;
vertical-align: top;
width: 60%;
}
#online .on-title {
background: #F3F3F3;
}
#pun-announcement, #pun-visit, .main-box {
-moz-border-radius: 5px;
-moz-box-shadow: 0 2px 5px 0 #dcdcdc;
background: white url(https://i.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
border: 1px solid #D6D6D6;
border-radius: 5px;
box-shadow: 0 2px 5px 0 #dcdcdc;
border-image: initial;
}
#general-stats {
-moz-box-shadow: 0 0 7px 0 #dcdcdc;
background: whiteSmoke;
border: 1px solid white;
box-shadow: 0 0 7px 0 #dcdcdc;
text-shadow: 1px 1px 0 white;
width: 100%;
border-image: initial;
}
#online .on-title a, #statistics .stats-title a {
bottom: -23px;
font-family: Century Gothic!important;
left: 20px;
position: relative;
}
.chart, .globe {
height: 28px;
margin-top: -3px;
vertical-align: middle;
}
#statistics {
border-left: 1px solid white;
float: right;
padding-bottom: 15px;
vertical-align: top;
width: 100%;
}
.stats-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#legend {
margin: 25px 0;
}
.groups {
background: url(https://i.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
float: right;
margin-top: -22px;
padding: 5px 0 5px 18px;
}
li {list-style-type:none;}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tdtopics {
padding-left: 42px;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.forumbit_post .foruminfo .forumicon {
position: absolute;
}
/*----Chatbox----*/
#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}
#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}
#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}
#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{display:none}
#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}
#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(https://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_messenger_form .right img[src="https://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}
#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}
#chatbox_header{height:0;font-size:0}
#chatbox{top:32px;left:0}
#chatbox p.clearfix:first-child{padding-top:8px}
#chatbox_members{position:absolute;z-index:1;height:21px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}
#chatbox_members li{display:inline;margin-right:0}
#chatbox_members a:last-child:after{content:', '}
#chatbox_members li:last-child a:last-child:after{content:''}
#chatbox_footer{background:#FAFAFA;border-top:1px solid #dcdcdc;clear:both;float:right;margin-top:-6px;min-width:230px;position:relative;width:290px}
.right{clear:both;float:right}
input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;-webkit-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;background:#FCFCFC;border:1px solid #D4D4D4;box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;color:#9F9F9F;height:45px;margin:20px 20px 0;padding:6px;text-shadow:#fff 0 1px 0;width:240px}
#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}
#message,#submit_button:hover{opacity:.9}/*Daemon code*/
#chatbox p{border-bottom:1px solid #DDD;border-top:1px solid #fff;line-height:1.2em}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#simple-wrap{background:#fff}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}/*Daemon code*/
#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}/*Daemon code*/
#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}/*Daemon code*/
#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}/*Daemon code*/
#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}/*Daemon code*/
#divcolor{background-image:url(https://2img.net/i/fa/wysiwyg/color_swatch.png)}
#divsmilies{background-image:url(https://i.servimg.com/u/f26/12/56/56/12/emotic10.png)}/*Daemon code*/
#chatbox{background:#f0f0f0;border:1px solid #dcdcdc;left:0;padding:8px;right:290px}/*Daemon code*/
#chatbox_header.main-head{background:#f5f5f5 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_strong.png) repeat-x 0 0;border:1px solid #EAEAEA;padding:2px}/*Daemon code*/
.chatbox-title,.chatbox-title a.chat-title{color:#333;font-size:12px;font-weight:700}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#333}
.boxOut{-moz-border-radius:4px;-moz-box-shadow:rgba(0,0,0,0.1) 0 0 4px;-webkit-border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 4px;background:#fff;border:1px solid #D2D2D2;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 0 4px;padding:0 7px}/*Daemon code*/
#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}
#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}
#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}
#onlinechat{background:#fff;border-top:none}
a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}
#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child{font-size:0px}
#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child:before{margin-left:7px;background:url(https://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}
#chatbox_contextmenu{z-index:1}
.chatbox ul.online-users li a span:first-child strong {
display: none !important;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #fff;
-moz-transition: all .218s;
-ms-box-shadow: inset 0 0 1px #fff;
-ms-transition: all .218s;
-o-box-shadow: inset 0 0 1px #fff;
-o-transtion: all .218s;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px #fff;
-webkit-transition: all .218s;
background-image: linear-gradient(top,white0%,#E0E0E0100%);
border: 1px solid #CCC;
border-bottom-color: #AAA;
border-radius: 3px;
box-shadow: inset 0 0 1px #fff;
color: #555;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);
font-size: 11px;
font-weight: 700;
height: 2.35em;
padding: 0 .91em;
text-shadow: 0 1px 0 #fff;
transition: all .218s;
}
----------------------------------------------------------------------------------------
a[href="/u26"]{
text-shadow:0 0 5px black;
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);
}
width:auto;
min-width:990px;
max-width:auto;
margin: 0;
}
#pageWrapper {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG.gif) repeat-x top left;
}
#pageWrapper.loggedIn {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG_in.gif) repeat-x top left;
}
.pageTop {}
.pageWrap {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageGlow_left.png) no-repeat top left;
min-width:1250px;
width:990px;
padding-top:73px;
margin:0px auto 0px auto;
}
.whiteWrap {
background:#fff;
}
/* Social Bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.socialBox {
line-height: 49px;
color: #575757;
font-size: 15px;
font-family: arial, helvetica, sans-serif;
font-weight: 700;
font-style: italic;
}
.socialLinks {
float: right;
}
.socialBox span {
padding-right: 6px;
}
.socialBox img {
padding:2px;
vertical-align: middle;
}
/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchBox {
height:39px;
position:absolute;
top:10px;
right:0;
}
.searchMain {
float:right;
}
.searchMainLeft {
background:#eaeaea url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxLeft.gif) no-repeat top left;
height:39px;
}
.searchMainRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxRight.gif) no-repeat top right;
height:39px;
padding:3px 4px 0 11px;
}
.searchBox form {
padding:0;
margin:0;
}
.searchBox input {
float:left;
}
.searchWrap {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchInput.gif) no-repeat top left;
width:117px;
height:32x;
padding-right:7px;
float:left;
}
.searchinput {
border:0;
color: #919191;
padding:0 8px;
font-size:12px;
width:101px;
height:32px;
line-height:29px;
margin:0;
background:transparent;
}
.searchButton {
float:left;
}
.searchAdvanced {
float:left;
height:32px;
line-height:32px;
padding-right:9px;
color:#373737;
}
/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.above_body {
background:none;
}
.doc_header {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif) repeat-x top left;
height:88px;
position:relative;
border-bottom:1px solid #d6d5d5;
}
.logo {
position:absolute;
top:0px;
left:0px;
}
.slogan {
position:absolute;
top:58px;
left:122px;
color:#AB0000;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.slogan a:link, .slogan a:visited {
color:#8d8d8d;
font-weight:400;
}
.slogan a:hover {
color:#303030;
}
#loginBox {
width:300px;
height:90px;
position:absolute;
top:0;
right:20px;
padding:20px 0 0 0;
color:#838383;
}
#loginBox ul {
list-style:none;
padding:0;
margin:0;
}
#loginBox li {
float:left;
}
.loginBox {
float:left;
}
.loginBox ul {
list-style:none;
padding:0;
margin:0;
}
.loginBar li {
float:left;
}
.loginBoxInput {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/loginBoxInput.gif) no-repeat top left;
width:117px;
height:32px;
}
.loginInput {
background:transparent;
border:0;
color: #a7a7a7;
width:107px;
height:32px;
line-height:32px;
margin:0;
padding:0 5px;
}
.cb_cookieuser_navbar{
position: relative;
top: 2px;
}
.inputPad .loginBoxInput {}
.inputPad {
padding-right:6px;
}
.submitPad {
padding:0;
}
.submitPad input {}
.memberBottom {}
.memberLinks {
padding-top:4px;
float:left;
}
.memberLinks a:link, .memberLinks a:visited {
color:#838383;
text-shadow: #fff 1px 1px;
}
.memberLinks a:hover {
color:#AB0000;
}
.rememberMe {
float:right;
font-size:13px;
padding-top:4px;
color:#838383;
text-shadow: #fff 1px 1px;
}
.rememberMe label {
padding:0;
margin:0;
}
.loginLeft {
float:left;
padding:15px 0;
color:#606060;
}
.loginLeft a:link, .loginLeft a:visited {
color:#606060;
font-size:14px;
margin:0 2px;
}
.loginLeft a:hover {
color:#AB0000;
}
/* Content Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentTop {
background:#f9f8f8;
padding-top:4px;
}
#welcomeBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxBG.gif) repeat-x top left;
height:77px;
position:relative;
margin-bottom:11px;
}
.welcomeLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxLeft.png) no-repeat top left;
height:92px;
width:22px;
position:absolute;
top:0;
left:-22px;
}
.welcomeRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxRight.png) no-repeat top right;
height:92px;
width:22px;
position:absolute;
top:0;
right:-22px;
}
.welcomeMessage {
background:url(https://i.imgur.com/aRFx8.png) no-repeat top left;
width:349px;
height:47px;
position:absolute;
top:14px;
left:9px;
}
.registerButton {
position:absolute;
top:16px;
left:386px;
}
.welcomeWrap {
padding:0 11px 12px 11px;
}
.memberBoxInfo {
float:left;
padding:11px 0 0 11px;
}
.memberBoxInfo h1 {
color:#1f1f1f;
font-size:25px;
text-shadow: #fff 1px 1px;
text-transform:uppercase;
margin:0;
padding:0;
}
.memberBoxInfo h1 a:link, .memberBoxInfo h1 a:visited {
color:#ac3400;
}
.memberBoxInfo h1 a:hover {
color:#AB0000;
}
.memberBoxInfo p {
color:#5d5d5d;
font-size:13px;
margin:0;
padding:0;
text-shadow: #fff 1px 1px;
}
.memberBoxLinks {
float:right;
padding-top:13px;
padding-right:11px;
}
.memberBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxBG.gif) repeat-x top left;
height:45px;
}
.memberBoxLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxLeft.gif) no-repeat top left;
height:45px;
}
.memberBoxRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxRight.gif) no-repeat top right;
height:45px;
padding:0 8px;
}
/* Content Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentMain {
padding:11px 0;
}
/* Footer Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerMain {
color:#747474;
padding:15px 0;
font-size:12px;
line-height:18px;
}
.copyright {
text-align:center;
line-height:16px;
padding-bottom:20px;
}
.copyright a:link, .copyright a:visited {
font-weight:700;
color:#AB0000;
}
.copyright a:hover {
color:#424242;
}
.bannerBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bannerBoxBG.gif) no-repeat top left;
width:468px;
height:60px;
padding:4px;
margin:0 auto;
}
/* Footer Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerNav {
height:44px;
font-size:15px;
font-weight:700;
}
.footerNavLeft {
height:44px;
}
.footerNavRight {
height:44px;
padding:0 10px;
}
#footerNav ul {
list-style:none;
padding:0;
margin:0;
float:left;
}
#footerNav li {
float:left;
padding-right:30px;
line-height:44px;
}
#footerNav a:link, #footerNav a:visited {
color:#424242;
}
#footerNav a:hover {
color:#AB0000;
}
.skinSelect{
float:right;
padding-top:8px;
margin:0;
}
.footer {
margin:0;
padding:0;
}
/*************************************************/
/* TOP MEMBER BAR*/
#toplinks, .toplinks {
text-align:left;
line-height:20px;
padding-top:7px;
}
#toplinks .isuser {
float:left;
}
#toplinks .welcomelink {
font-weight:700;
}
.toplinks .notifications a.popupctrl {
color: #3e446e;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks ul.isuser li a:hover {
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.memberBox .welcomeUser {
font-weight:700;
font-size:11px;
float:left;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
/* Navbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navbar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG.gif) repeat-x top left;
position:relative;
height:86px;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
color:#fff;
width:100%;
padding:0;
margin:0;
}
.navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_left.gif) no-repeat top left;
height:86px;
}
.navRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navRight_left.gif) no-repeat top right;
height:86px;
}
.registerNow {
position:absolute;
top:9px;
right:9px;
}
#navtabs li.selected ul.floatcontainer {
margin-top:5px;
}
#navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
line-height:27px;
height:27px;
}
.navbar a { color:#fff; }
.navbar a:hover { color:#fff4aa; }
.navtabs ul li:first-child {
margion-left: 10px;
text-indent: 0;
}
.navtabs {
background:none;
padding-left:0;
}
.navtabs ul {
position:absolute;
top:49px;
left:0px;
width:100%;
/* This is to fix RTL menu issue under Opera */
direction:ltr;
}
.navtabs li {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li.selected {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit_hover.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li li {
background:none;
}
.navtabs ul li {
border-right: 0;
position: relative;
}
.navtabs li a {
height:49px;
line-height:49px;
}
.navtabs li a.navtab {
display:block;
min-width:60px;
width:auto !important;
width:60px;
_min-width:75px;
_width:auto !important;
_width:75px;
text-align:center;
color:#fff;
font-size:15px;
text-decoration:none;
line-height:46px;
height:46px;
padding:3px 15px 0 15px;
font-weight:700;
background:none;
text-transform:uppercase;
}
.navtabs li a.navtab:hover {
background:none;
color:#fff4aa;
}
.navtabs li.selected {
color:#fff4aa;
height:49px;
}
.navtabs li.selected a.navtab {
background:none;
color:#fff4aa;
position:relative;
top:-px;
padding-top:px;
z-index:10;
}
.navtabs li.selected a.navtab:hover {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG_hover.gif) repeat-x top left;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
text-decoration:none;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
line-height:27px;
}
.navtabs li.selected li {
padding:0 5px;
}
.navtabs li.selected li li {
padding:0 2px;
}
.navtabs li.selected li a {
color:#8e8e8e;
padding:2px 5px;
text-shadow: #fff 1px 1px;
}
.navtabs li.selected li li a {
text-shadow:none;
}
.navbar_advanced_search li {
height: 27px;
display:block;
clear:both;
}
.navbar_advanced_search li a {
color:#fff;
}
.navbar_advanced_search li a:hover {
color:#fff4aa;
text-decoration:none;
}
.navtabs li.selected li a:hover {
color:#AB0000;
text-decoration:none;
}
.navtabs li.selected .popupbody li > a {
padding:0pxpx 10px;
text-indent: 0;
color: ;
}
.navtabs li.selected li a.popupctrl {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:solid px transparent;
_border: none;
background:transparent url(http://www.purevb.com/demo/images/styles/elegance/misc/arrow.png) no-repeat right center;
padding-right:15px;
_background-image:url('http://www.purevb.com/demo/images/styles/elegance/misc/arrow.gif');
color:#8e8e8e;
}
.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active,
.navtabs li.selected li a:hover.popupctrl {
color:#fff;
text-shadow:#c75d9f 1px 1px;
}
.navHome .navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_home_left.gif) no-repeat top left;
height:86px;
}
#navHome {
float:left;
padding-right:5px;
}
#navSection {
float:left;
}
.navSectionBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionBG.gif) repeat-x top left;
height:86px;
}
.navSectionLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionLeft.gif) no-repeat top left;
height:86px;
}
.navSectionRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionRight.gif) no-repeat top right;
height:86px;
}
/* Breadcrumb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumb {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcBG.gif) repeat-x top left;
height:43px;
position:relative;
color:#5c5c5c;
font-weight:700;
}
.bcLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcLeft.gif) no-repeat top left;
height:43px;
}
.bcRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcRight.gif) no-repeat top right;
height:31px;
padding:12px 15px 0 15px;
}
.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
border:1px solid transparent;
}
.breadcrumb .navbit a:link, .breadcrumb .navbit a:visited {
font-weight:400;
color:#5c5c5c;
}
.breadcrumb .navbit a:hover {
background:#AB0000;
color:#fff;
border:1px solid transparent;
}
/*************************************************/
/* TCAT BAR */
.tcat {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatBG.gif) repeat-x top left;
color: #424242;
height:56px;
clear:both;
margin-top: 8px;
float: left;
border:0;
padding:0;
width: 100%;
}
.tcatLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatLeft.gif) no-repeat top left;
height:56px;
}
.tcatRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatRight.gif) no-repeat top right;
height:56px;
padding-bottom:8px;
}
.tcat .forumtitle {
font-weight:700;
}
.tcat .tcatDesc {
font-size:12px;
font-weight:400;
}
.tcat h2 {
padding-top:2px;
padding-left:16px;
font: bold 18px arial, helvetica, sans-serif;
line-height: 48px;
float:left;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.tcat a:link, .tcat a:visited {
color:#424242;
}
.tcat a:hover {
}
.tcat .tcatCollapse {
float:right;
position:absolute;
top:12px;
right:12px;
}
/* tcat Thread List Controls - Forumdisplay */
.tcat_threadlist_controls {
float:right;
padding-right:8px;
}
.forumdisplaypopups, #forumdisplaypopups {
clear:both;
}
.tcat_threadlist_controls h6 {
height:56px;
line-height:56px;
padding:0;
display:block;
font-size:12px;
}
.forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
.postlist_popups h6 a.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a.popupctrl {
background:none;
display:block;
_display:56px;
height:56px;
line-height:56px;
font-family:arial, helvetica, sans-serif;
font-weight:700;
font-size:12px;
color:#424242;
padding:0 7px;
border: 0;
float: left;
clear: right;
text-shadow: #fff 1px 1px;
}
.forumdisplaypopups a:hover.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,
.postlist_popups h6 a:hover.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl {
border: 0;
color:#424242;
text-decoration:underline;
}
#postlist_popups a, .postlist_popups a {
color: #424242;
_border: none;
}
#postlist_popups a:hover, .postlist_popups a:hover {
color: #424242;
text-decoration:underline;
}
#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
border: 0;
}
#postlist_popups ul li {
color: #3E3E3E;
}
#postlist_popups ul li a, .postlist_popups ul li a {
color: #3E3E3E;
_border: none;
}
#postlist_popups ul li a:hover, .postlist_popups ul li a:hover {
color: #3E3E3E;
text-decoration:underline;
}
#forumdisplaypopups ul a, .forumdisplaypopups ul a {
color: #3e3e3e;
}
.tcat .toolsmenu {
background:none;
border:none;
margin:0;
}
.toolsmenu div {
border:0;
}
.tcat .toolsmenu ul {
padding:0;
}
.tcat .toolsmenu .popupgroup a.popupctrl, .tcat .toolsmenu .popupgroup .popupmenu a.popupctrl, .tcat .toolsmenu .nopopupgroup li a {
padding:0 7px;
_display:56px;
height:56px;
line-height:56px;
}
/*************************************************/
/* THEAD BAR*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font-size: 16pt;
font-weight:400;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border: 1px solid #efefef;
border-bottom:0;
border-left:0;
}
.postfootWrap {
border-right: 1px solid #efefef;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
/* Postbit Align Username and Avatar Center
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color: #ab1b1b;
font-weight:700;
}
.userinfo_extra dd {
background: #fff;
color: #4d5153;
border: 1px solid #d8d6ca;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* Bottom Bar (Bar along the bottom of the forum areas)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bottomBar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarBG.gif) repeat-x top left;
height:17px;
font-size:0;
clear:both;
}
.bottomBarLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarLeft.gif) no-repeat top left;
height:17px;
}
.bottomBarRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarRight.gif) no-repeat top right;
height:17px;
}
/* Thead Bars (Forum Home, Forum Display & Postbit)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thead_bar .theadrow {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
font: normal 11px arial, helvetica, sans-serif;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
line-height:28px;
}
.thead_bar .padding {
padding-left:12px;
}
.thead_bar .forumhead span.forumlastpost {
width: 23%;
}
.thead_bar .theadrow .forumdata {
float: left;
}
.thead_bar {
float: left;
position:relative;
width: 100%;
display:block;
}
.thead_bar .forumhead .forumtitle {
width: 76%;
}
.thead_bar .foruminfo {
width: 53%;
min-width: 30%;
float: left;
clear: right;
}
.thead_bar .foruminfo .forumdata {
padding: 0;
width: 100%;
_width: 99%;
}
.thead_bar .forumstats, .thead_bar .forumstats_2 {
display: block;
float: left;
clear: right;
width: 16%;
margin-right: 2%;
}
.thead_bar .foruminfo .forumdata .datacontainer {
float: left;
width: 86%;
padding:0;
padding-left: 68px;
}
.thead_bar .forumactionlinks {
width: 5%;
display:block;
float:left;
clear:right;
}
.thead_bar .forumactionlink {
display:block;
width:18px;
overflow:hidden;
float: right;
clear: left;
background:transparent none no-repeat;
position: relative;
}
.thead_bar .forumstats li, .thead_bar .forumstats_2 li{
font-size: 12pxpx;
text-align: right;
padding-right: 20px;
display:block;
}
.thead_bar .forumlastpost {
display:block;
float: left;
clear: right;
}
.thead_bar .theadrow .forumlastpost {
width: 22%;
}
.forumbitBody {
padding-right:2px;
clear:both;
}
/*threadlisthead and posthead*/
#threadlist .threadlisthead {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
padding:4px 0px 4px 0px;
margin: 0;
}
.threadlist {
margin-top:0;
}
#threadlist .threadlisthead a, #threadlist .threadlisthead a:hover {
color:#8f8f8f;
}
.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
background:#efefef url(images/styles/elegance/style/theadBG.gif) repeat-x left top;
clear:both;
display:block;
float: left;
width: 100%;
margin: -1px -1px 0;
padding:4px 0px 4px 0px;
border:0;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
}
#posts .posthead a:link, #posts .posthead a:visited {
color:#1c61b7;
}
#posts .posthead a:hover {
color:#1c61b7;
}
#posts .posthead .time, #posts .nodecontrols {
color:#1c61b7;
}
/* CMS & Blog CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1.header, h2.header {
text-transform:capitalize;
}
/* Forum Home
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#5c5c5c;
font: 16px arial, helvetica, sans-serif;
}
.forumrow .forumtitle a:hover{
color:#AB0000;
}
.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#646057;
font-weight:700;
}
.forumrow .lastposttitle a:hover{
color:#AB0000;
}
#forums .lastpostby a.username {
color:#AB0000;
}
#forums .lastpostby a.username:hover {
color:#5c5c5c;
}
.forumdescription {
color:#6f6f6f;
}
#notices .restore {
background:#ffefb6 none ;
border:1px solid #f3f2f2;
color:#3c3a22;
line-height:16px;
padding:8px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height:36px;
}
/* Advanced Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchtypeswitcher {
border-bottom:4px solid #3a65a6;
}
#searchtypeswitcher li a {
background-color:#6a94d3;
color:#FFF;
}
#searchtypeswitcher li.selected a {
background-color:#3a65a6;
}
#searchtypeswitcher li a:hover {
background-color:#3a65a6;
}
/* vBulletin Groups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li.sgicon .maincol, #sidebar li.sgicon .maincol,#thumbnails li {
background: #fff none ;
}
#sidebar li.sgicon .maincol .textcontrol {
color: #424242;
}
#content .grouplist .blockrow > li, #content .grouplist .blockrow > ol, #content .grouplist .blockrow > div {
background: #f5f5f5 none ;
border: 1px solid #efefef;
}
#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border: 1px solid #efefef;
}
.toolsmenu {
background: #f1f1f1 url(http://www.purevb.com/demo/images/gradients/top-highlight.png) repeat-x left top;
_background-image: none;
border: 1px solid #c1c1c1;
}
.toolsmenu div {
border-top:none;
color: #424242;
}
.toolsmenu h1 a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .nopopupgroup li a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active {
color: #424242;
}
dl.blogbit, tr.blogbit,
dl.blogcatbit, tr.blogcatbit {
background: #fff none ;
}
/* PostBitBy : WebZoneTeam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font: normal 16pt arial, helvetica, sans-serif;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color:#d65600;
font-weight:;
}
.userinfo_extra dd {
background:#fff none ;
color:#414141;
border:1px solid #b9c4cd;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* center avatar, username, title, rank in postbit legacy 4.0.2 */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border-top: 1px solid #ebe8e4;
}
.postfootWrap {
border-right: 1px solid #ebe8e4;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
.pun .user-ident .username {
position: relative;
padding-top: 20px;
}
#pun-announcement {
background-color: transparent;
border-style: none;
border-width: 1px;
padding: 1em;
}
.pun .posthead {
background: #F4F4F4;
border-bottom: 1px solid #EBE8E4;
padding: .5em 1.3em .5em 1em;
}
.pun .post .user {
text-align: center;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
background-color: #F8F8F8;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.5em;
position: relative;
}
.user-basic-info a img {
border-radius: 5px;
height: 290px!important;
width: 140px!important;
}
.postfoot {
background: white url(https://i.imgur.com/uM0Ag.png) top left repeat-x;
border-top: 1px solid #C8C8C8;
padding-top: 10px;
padding-bottom: 10px;
}
.toplinks ul.isuser li.welcomelink {
display: block;
float: right;
clear: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
color: #465008;
}
.pun .post .user {
text-align: center;
}
form#smilies_categ{display:none!important}
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*footer*/
#footerNav {
height: 44px;
font-size: 15px;
font-weight: 700;
}
.footerNavLeft {
height: 44px;
}
.footerNavRight {
height: 44px;
padding: 0 10px;
}
.skinSelect {
float: right;
padding-top: 8px;
margin: 0;
}
.footer_select {
float: left;
text-align: left;
margin-left: 10px;
margin-top: 0;
}
.textbox, textarea, select {
font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
color: black;
background: white none;
border: 1px solid #E8EEF8;
padding: 2px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
}
.formcontrols input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMain {
color: #747474;
padding: 15px 0;
font-size: 12px;
line-height: 18px;
}
.copyright {
text-align: center;
line-height: 16px;
padding-bottom: 20px;
}
.slashdot{background-position:-10px -400px}#bookmarks img.smarking{background-position:-9px -440px}#bookmarks img.stumbleupon{background-position:-10px -478px}#bookmarks img.technorati{background-position:-10px -518px}#bookmarks img.yahoo{background-position:-10px -558px}.mceContentBody{background:#fff;color:#4d4d4d}.resize_process .resizebox{display:none}.resize_process img.resize_img{display:none}.resizebox a.enlarge,.resizebox.enlarged a.resize,.resizebox.showfull a.fullsize{display:inline;zoom:1}.resizebox a.fullsize,.resizebox a.resize,.resizebox.enlarged a.enlarge{display:none}.resizebox{background-color:#;cursor:default;display:inline-block;font-size:10px;font-style:normal;font-weight:400;line-height:1.1em;margin:0;max-width:100%;text-align:left}.resizebox div{font-style:normal;font-weight:400;margin:0}.resizebox .resize_border{border:1px solid #fff;display:block}.resizebox .resize_content{display:inline;padding:5px 10px;zoom:1}.resizebox .resize_filler{border:none;display:inline;padding:0;width:40px;zoom:1}.attachbox{background-color:#;border:1px dashed #;clear:left;color:#4d4d4d;float:left;margin:5px 5px 5px 0;padding:6px;width:auto}.attachbox dt{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase}.attachbox .attachments{clear:left;display:inline-block;font-size:.9em;margin-left:10px;padding:0}.attachbox dl.file{border-top:1px solid #fff;display:block;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:10px}dl.file dt{display:inline-block;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:700;padding:0;text-align:center;text-transform:none;vertical-align:middle}dl.file dd{display:inline-block;margin:0 0 0 10px;vertical-align:top}dl.file dd span{display:block}.info{font-size:10px;font-style:italic}.codebox{display:block}.spoiler_content{display:none}.spoiler_content.hidden{display:block}.user_login_form{margin-bottom:5px}.fb_or{background-color:#;border:2px solid #;color:#4d4d4d;font-weight:700;height:16px;line-height:16px;margin:0 30px;padding:5px;width:26px}#cont_pwd{height:21px;margin:0 0 0 20px;width:150px}.pwd_img{color:#000;display:none;font-size:11px;font-weight:700;height:14px;line-height:14px;padding:4px 0 3px;text-align:center;width:150px}#pwd_good{background:url(https://2img.net/i/fa/p_strength/pwd_good.png)}#pwd_middle{background:url(https://2img.net/i/fa/p_strength/pwd_middle.png)}#pwd_bad{background:url(https://2img.net/i/fa/p_strength/pwd_bad.png)}#fb_explain{float:left;padding:5px 0 0 5px}.left{float:left}.fld_connexion{width:300px}.fb_login{height:30px;margin:50px 0 0}.fb_login .fb_or{margin:0 70px 0 60px}#cont_fb_invit iframe{width:760px!important}ul.topiclist.bg_none{background:none}.mod_bookmarks a img{background:url(https://2img.net/i/fa/social_bookmarking/social_bookmarking_fa.png) no-repeat scroll;height:20px;vertical-align:middle;width:20px}.mod_bookmarks img.digg{background-position:-10px -47px}.mod_bookmarks img.delicious{background-position:-10px -8px}.mod_bookmarks img.reddit{background-position:-10px -359px}.mod_bookmarks img.slashdot{background-position:-10px -398px}.mod_bookmarks img.stumbleupon{background-position:-10px -476px}.mod_bookmarks img.furl{background-position:-10px -163px}.mod_bookmarks img.yahoo{background-position:-10px -554px}.mod_bookmarks img.google{background-position:-10px -204px}.mod_bookmarks img.blinklist{background-position:-10px -665px}.mod_bookmarks img.blogmarks{background-position:-10px -630px}.mod_bookmarks img.technorati{background-position:-10px -516px}.mod_rss_feeds a img{background:url(https://2img.net/i/fa/rss_mod/sprite_rss_feeds.png) no-repeat scroll;height:17px;padding-bottom:2px;vertical-align:middle;width:91px}
blockquote{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;color:#4e4e4e;margin-left:5px}blockquote blockquote{background-color:#FFF4CC}blockquote blockquote blockquote{background-color:#FFF4CC}blockquote div{color:#4e4e4e;font-size:12px;margin-left:4px}blockquote cite{border-bottom:1px solid #417394;color:#417394;font-size:10px;margin-bottom:3px}dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}
dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}dd.topics{visibility:hidden}.forabg{background-color:#;background-image:url(https://2img.net/i/fa/empty.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #fff;clear:both;margin-bottom:4px;padding:0 5px}.colorpicker{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp11.png);display:none;font-family:Arial, Helvetica, sans-serif;height:176px;overflow:hidden;position:absolute;width:356px}.colorpicker_color{background:red;cursor:crosshair;height:150px;left:14px;overflow:hidden;position:absolute;top:13px;width:150px}.colorpicker_color div{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp12.png);height:150px;left:0;position:absolute;top:0;width:150px}.colorpicker_color div div{background:url(https://i.servimg.com/u/f46/16/56/73/62/select10.gif);height:11px;left:0;margin:-5px 0 0 -5px;overflow:hidden;position:absolute;top:0;width:11px}
SOMBRA NO AVATAR:
.post span.postdetails a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,.postprofile dl dt 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}----------------------------------------------------------------------------------------------------
div.postprofile dl dt img{-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:5px solid #eee;box-shadow:4px 4px 4px rgba(0,0,0,0.2);margin-left:3px}div.postprofile dl dt img:hover{-moz-transform:rotate(-7deg);-o-transform:rotate(-7deg);-webkit-transform:rotate(-7deg)}.ultmembro .box-content a img{display:none!important}.ultmembro .box-content div{display:inline!important}.footer-home::before{color:#000;content:"© Master Cheats | Douglas e Master - Todos os direitos reservados.";display:block;margin-top:40px}.spoiler > dd:after{content:"Clique para Mostrar/Ocultar o Conteudo."}.spoiler > dt:after{content:"Conteudo Oculto";float:right}
.memberBar {
float: right;
padding-top: 14px;
}
.memberBarWrap {
background: url(https://i.imgur.com/7PLSKSu.png) repeat-x top left;
height: 41px;
padding: 13px 3px 0 3px;
}
.memberBarRight {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top right;
height: 54px;
padding: 0 8px;
}
.memberBarLeft {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top left;
height: 54px;
}
.main .main-head {
background: transparent url(https://i.imgur.com/7PLSKSu.png) repeat-x 0px 0px;
margin-bottom:5px;
overflow: hidden;
height:23px;
border-radius:5px;
border:3px solid #d1d1d1;
margin-top:5px;
}
.main .main-head .page-title {
padding-left: 10px;
font: normal bold 15px arial, helvetica, sans-serif;
text-shadow: 1px 1px white;
}
div.main-foot{margin-bottom:10px;margin-top:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
background-image: url(https://i.imgur.com/7PLSKSu.png) !important;
background-repeat: repeat-x;
background-position: center bottom;border-color:1px solid #CCC;}
div.main-foot h2 div strong, div.page-title h2{color:#787878 !important;font-weight:bold;}
#profile-advanced-right {
float: left;
width: 260px;
background-color: #F1F1F1;
background-image: url('https://2img.net/h/oi46.tinypic.com/mmr9mh.png');
background-repeat: repeat-x;
border: 1px solid #C1C1C1;
padding-top: 20px;
border-radius: 6px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
width: 100%;
margin-right: 0px;
margin-top: 18px;
}
#profile-advanced-left {
margin-left: 265px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
position: relative;
}
#profile-advanced-right .module.main .main-head {
background: transparent;
}
#profile-advanced-right .module.main .main-head em {
color: black;
}
#profile-advanced-right .module.main {
color: #424242;
background-color: #F1F1F1;
border: 0px;
border-radius: 0px;
background: transparent url(http://www.purevb.com/demo/images/gradients/bottom-shadow.png) repeat-x left bottom;
}
#profile-advanced-right .module .main-content {
background-color: #F1F1F1;
}
#profile-advanced-right .module .main-content img {
border: 3px solid white;
outline: 1px solid #D9D9D9;
max-width: 220px;
height: auto;
}
#tabs ul li a {
font-weight: bold;
border-radius: 6px 6px 0 0;
color: #424242;
background-color: #F1F1F1;
border-color: #C1C1C1;
background-image: url('https://2img.net/h/oi50.tinypic.com/2rcpvd3.png');
background-repeat: repeat-x;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #rgba(244, 244, 244, 0);
border-color: #333;
}
#tabs ul li.activetab a {
color: white;
background-color: #363636;
border-color: #363636;
background-image: url('https://2img.net/h/oi50.tinypic.com/9qky9y.png');
background-repeat: repeat-x;
text-decoration: none;
}
#profile-advanced-details .main-head {
border-radius: 0px;
border-top: 3px solid #363636;
background: #F1F1F1;
}
#profile-advanced-details .main-head .subtitle {
color: black;
}
.pun .post .user {
text-align: center;
}
a:link{text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:active {text-decoration: none !important;}
/*---------------FIM CSS SKIN-----------*/
/*---Coloque seu css apartir daqui-----*/
/*---Efeito Opacidade ---*/
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*--------/Numeros dos topicos/-------*/
p.pag,.paging{
border-radius:3px;
color: white;
margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{
color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{
border-radius:3px;
padding: 6px 9px 6px 9px !important;
margin-right: 3px !important;
font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 1px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;
top:-3px;
margin-top:-5px!Important;
vertical-align: center !important;}
/*----------Barra de navegaçao---------*/
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}
/*-------------------------Perfil em 3D-------------------------------*/
-moz-selection, ::selection {
background: rgba(0, 160, 250, 0.5);
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.pun .user-ident .user-basic-info {
color: white;
font-size: 1.5em;
font-weight: 700;
line-height: 1.8em;
text-align: center;
text-shadow: 0 1px 0 #CCC,0 2px 0 #C9C9C9,0 3px 0 #BBB,0 4px 0 #B9B9B9,0 5px 0 #AAA,0 6px 1px rgba(0, 0, 0, .1),0 0 5px rgba(0, 0, 0, .1),0 1px 3px rgba(0, 0, 0, .3),0 3px 5px rgba(0, 0, 0, .2),0 5px 10px rgba(0, 0, 0, .25),0 10px 10px rgba(0, 0, 0, .2),0 20px 20px rgba(0, 0, 0, .15);
}
.pun .user-ident .user-basic-info {
font-weight: 700;
}
.pun div, .pun td, .sig-line {
color: ##DDD;
}
/*-------------------------Quadro no perfil-------------------------------*/
.pun .username {
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
border-image: initial;
}
.spoiler > dt::after {
content: "© WebZone";
float: right;
}
.module-advert{display:none;}
/*-------------------------Outros-------------------------------*/
#online .on-title, #statistics .stats-title {
border-bottom: 1px solid white;
font-size: 30px;
height: 70px;
text-transform: uppercase;
}
.online-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#online {
background: #EAEAEA;
border-right: 2px solid #D2D2D2;
vertical-align: top;
width: 60%;
}
#online .on-title {
background: #F3F3F3;
}
#pun-announcement, #pun-visit, .main-box {
-moz-border-radius: 5px;
-moz-box-shadow: 0 2px 5px 0 #dcdcdc;
background: white url(https://i.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
border: 1px solid #D6D6D6;
border-radius: 5px;
box-shadow: 0 2px 5px 0 #dcdcdc;
border-image: initial;
}
#general-stats {
-moz-box-shadow: 0 0 7px 0 #dcdcdc;
background: whiteSmoke;
border: 1px solid white;
box-shadow: 0 0 7px 0 #dcdcdc;
text-shadow: 1px 1px 0 white;
width: 100%;
border-image: initial;
}
#online .on-title a, #statistics .stats-title a {
bottom: -23px;
font-family: Century Gothic!important;
left: 20px;
position: relative;
}
.chart, .globe {
height: 28px;
margin-top: -3px;
vertical-align: middle;
}
#statistics {
border-left: 1px solid white;
float: right;
padding-bottom: 15px;
vertical-align: top;
width: 100%;
}
.stats-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#legend {
margin: 25px 0;
}
.groups {
background: url(https://i.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
float: right;
margin-top: -22px;
padding: 5px 0 5px 18px;
}
li {list-style-type:none;}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tdtopics {
padding-left: 42px;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.forumbit_post .foruminfo .forumicon {
position: absolute;
}
/*----Chatbox----*/
#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}
#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}
#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}
#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{display:none}
#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}
#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(https://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_messenger_form .right img[src="https://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}
#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}
#chatbox_header{height:0;font-size:0}
#chatbox{top:32px;left:0}
#chatbox p.clearfix:first-child{padding-top:8px}
#chatbox_members{position:absolute;z-index:1;height:21px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}
#chatbox_members li{display:inline;margin-right:0}
#chatbox_members a:last-child:after{content:', '}
#chatbox_members li:last-child a:last-child:after{content:''}
#chatbox_footer{background:#FAFAFA;border-top:1px solid #dcdcdc;clear:both;float:right;margin-top:-6px;min-width:230px;position:relative;width:290px}
.right{clear:both;float:right}
input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;-webkit-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;background:#FCFCFC;border:1px solid #D4D4D4;box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;color:#9F9F9F;height:45px;margin:20px 20px 0;padding:6px;text-shadow:#fff 0 1px 0;width:240px}
#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}
#message,#submit_button:hover{opacity:.9}/*Daemon code*/
#chatbox p{border-bottom:1px solid #DDD;border-top:1px solid #fff;line-height:1.2em}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#simple-wrap{background:#fff}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}/*Daemon code*/
#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}/*Daemon code*/
#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}/*Daemon code*/
#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}/*Daemon code*/
#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}/*Daemon code*/
#divcolor{background-image:url(https://2img.net/i/fa/wysiwyg/color_swatch.png)}
#divsmilies{background-image:url(https://i.servimg.com/u/f26/12/56/56/12/emotic10.png)}/*Daemon code*/
#chatbox{background:#f0f0f0;border:1px solid #dcdcdc;left:0;padding:8px;right:290px}/*Daemon code*/
#chatbox_header.main-head{background:#f5f5f5 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_strong.png) repeat-x 0 0;border:1px solid #EAEAEA;padding:2px}/*Daemon code*/
.chatbox-title,.chatbox-title a.chat-title{color:#333;font-size:12px;font-weight:700}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#333}
.boxOut{-moz-border-radius:4px;-moz-box-shadow:rgba(0,0,0,0.1) 0 0 4px;-webkit-border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 4px;background:#fff;border:1px solid #D2D2D2;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 0 4px;padding:0 7px}/*Daemon code*/
#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}
#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}
#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}
#onlinechat{background:#fff;border-top:none}
a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}
#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child{font-size:0px}
#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child:before{margin-left:7px;background:url(https://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}
#chatbox_contextmenu{z-index:1}
.chatbox ul.online-users li a span:first-child strong {
display: none !important;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #fff;
-moz-transition: all .218s;
-ms-box-shadow: inset 0 0 1px #fff;
-ms-transition: all .218s;
-o-box-shadow: inset 0 0 1px #fff;
-o-transtion: all .218s;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px #fff;
-webkit-transition: all .218s;
background-image: linear-gradient(top,white0%,#E0E0E0100%);
border: 1px solid #CCC;
border-bottom-color: #AAA;
border-radius: 3px;
box-shadow: inset 0 0 1px #fff;
color: #555;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);
font-size: 11px;
font-weight: 700;
height: 2.35em;
padding: 0 .91em;
text-shadow: 0 1px 0 #fff;
transition: all .218s;
}
----------------------------------------------------------------------------------------
a[href="/u26"]{
text-shadow:0 0 5px black;
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);
}
Re: Bug no codigo de efeito
Olá!
Não deu para por todo o CSS pois passou do limite estarei a postar na outra mensagem.
Até mais.
- Código:
a[href="/u1"]{
text-shadow:0 0 5px black !important;
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif) !important;
}
body {
width:auto;
min-width:990px;
max-width:auto;
margin: 0;
}
#pageWrapper {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG.gif) repeat-x top left;
}
#pageWrapper.loggedIn {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG_in.gif) repeat-x top left;
}
.pageTop {}
.pageWrap {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageGlow_left.png) no-repeat top left;
min-width:1250px;
width:990px;
padding-top:73px;
margin:0px auto 0px auto;
}
.whiteWrap {
background:#fff;
}
/* Social Bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.socialBox {
line-height: 49px;
color: #575757;
font-size: 15px;
font-family: arial, helvetica, sans-serif;
font-weight: 700;
font-style: italic;
}
.socialLinks {
float: right;
}
.socialBox span {
padding-right: 6px;
}
.socialBox img {
padding:2px;
vertical-align: middle;
}
/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchBox {
height:39px;
position:absolute;
top:10px;
right:0;
}
.searchMain {
float:right;
}
.searchMainLeft {
background:#eaeaea url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxLeft.gif) no-repeat top left;
height:39px;
}
.searchMainRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxRight.gif) no-repeat top right;
height:39px;
padding:3px 4px 0 11px;
}
.searchBox form {
padding:0;
margin:0;
}
.searchBox input {
float:left;
}
.searchWrap {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchInput.gif) no-repeat top left;
width:117px;
height:32x;
padding-right:7px;
float:left;
}
.searchinput {
border:0;
color: #919191;
padding:0 8px;
font-size:12px;
width:101px;
height:32px;
line-height:29px;
margin:0;
background:transparent;
}
.searchButton {
float:left;
}
.searchAdvanced {
float:left;
height:32px;
line-height:32px;
padding-right:9px;
color:#373737;
}
/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.above_body {
background:none;
}
.doc_header {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif) repeat-x top left;
height:88px;
position:relative;
border-bottom:1px solid #d6d5d5;
}
.logo {
position:absolute;
top:0px;
left:0px;
}
.slogan {
position:absolute;
top:58px;
left:122px;
color:#AB0000;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.slogan a:link, .slogan a:visited {
color:#8d8d8d;
font-weight:400;
}
.slogan a:hover {
color:#303030;
}
#loginBox {
width:300px;
height:90px;
position:absolute;
top:0;
right:20px;
padding:20px 0 0 0;
color:#838383;
}
#loginBox ul {
list-style:none;
padding:0;
margin:0;
}
#loginBox li {
float:left;
}
.loginBox {
float:left;
}
.loginBox ul {
list-style:none;
padding:0;
margin:0;
}
.loginBar li {
float:left;
}
.loginBoxInput {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/loginBoxInput.gif) no-repeat top left;
width:117px;
height:32px;
}
.loginInput {
background:transparent;
border:0;
color: #a7a7a7;
width:107px;
height:32px;
line-height:32px;
margin:0;
padding:0 5px;
}
.cb_cookieuser_navbar{
position: relative;
top: 2px;
}
.inputPad .loginBoxInput {}
.inputPad {
padding-right:6px;
}
.submitPad {
padding:0;
}
.submitPad input {}
.memberBottom {}
.memberLinks {
padding-top:4px;
float:left;
}
.memberLinks a:link, .memberLinks a:visited {
color:#838383;
text-shadow: #fff 1px 1px;
}
.memberLinks a:hover {
color:#AB0000;
}
.rememberMe {
float:right;
font-size:13px;
padding-top:4px;
color:#838383;
text-shadow: #fff 1px 1px;
}
.rememberMe label {
padding:0;
margin:0;
}
.loginLeft {
float:left;
padding:15px 0;
color:#606060;
}
.loginLeft a:link, .loginLeft a:visited {
color:#606060;
font-size:14px;
margin:0 2px;
}
.loginLeft a:hover {
color:#AB0000;
}
/* Content Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentTop {
background:#f9f8f8;
padding-top:4px;
}
#welcomeBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxBG.gif) repeat-x top left;
height:77px;
position:relative;
margin-bottom:11px;
}
.welcomeLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxLeft.png) no-repeat top left;
height:92px;
width:22px;
position:absolute;
top:0;
left:-22px;
}
.welcomeRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxRight.png) no-repeat top right;
height:92px;
width:22px;
position:absolute;
top:0;
right:-22px;
}
.welcomeMessage {
background:url(http://i.imgur.com/aRFx8.png) no-repeat top left;
width:349px;
height:47px;
position:absolute;
top:14px;
left:9px;
}
.registerButton {
position:absolute;
top:16px;
left:386px;
}
.welcomeWrap {
padding:0 11px 12px 11px;
}
.memberBoxInfo {
float:left;
padding:11px 0 0 11px;
}
.memberBoxInfo h1 {
color:#1f1f1f;
font-size:25px;
text-shadow: #fff 1px 1px;
text-transform:uppercase;
margin:0;
padding:0;
}
.memberBoxInfo h1 a:link, .memberBoxInfo h1 a:visited {
color:#ac3400;
}
.memberBoxInfo h1 a:hover {
color:#AB0000;
}
.memberBoxInfo p {
color:#5d5d5d;
font-size:13px;
margin:0;
padding:0;
text-shadow: #fff 1px 1px;
}
.memberBoxLinks {
float:right;
padding-top:13px;
padding-right:11px;
}
.memberBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxBG.gif) repeat-x top left;
height:45px;
}
.memberBoxLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxLeft.gif) no-repeat top left;
height:45px;
}
.memberBoxRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxRight.gif) no-repeat top right;
height:45px;
padding:0 8px;
}
/* Content Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentMain {
padding:11px 0;
}
/* Footer Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerMain {
color:#747474;
padding:15px 0;
font-size:12px;
line-height:18px;
}
.copyright {
text-align:center;
line-height:16px;
padding-bottom:20px;
}
.copyright a:link, .copyright a:visited {
font-weight:700;
color:#AB0000;
}
.copyright a:hover {
color:#424242;
}
.bannerBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bannerBoxBG.gif) no-repeat top left;
width:468px;
height:60px;
padding:4px;
margin:0 auto;
}
/* Footer Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerNav {
height:44px;
font-size:15px;
font-weight:700;
}
.footerNavLeft {
height:44px;
}
.footerNavRight {
height:44px;
padding:0 10px;
}
#footerNav ul {
list-style:none;
padding:0;
margin:0;
float:left;
}
#footerNav li {
float:left;
padding-right:30px;
line-height:44px;
}
#footerNav a:link, #footerNav a:visited {
color:#424242;
}
#footerNav a:hover {
color:#AB0000;
}
.skinSelect{
float:right;
padding-top:8px;
margin:0;
}
.footer {
margin:0;
padding:0;
}
/*************************************************/
/* TOP MEMBER BAR*/
#toplinks, .toplinks {
text-align:left;
line-height:20px;
padding-top:7px;
}
#toplinks .isuser {
float:left;
}
#toplinks .welcomelink {
font-weight:700;
}
.toplinks .notifications a.popupctrl {
color: #3e446e;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks ul.isuser li a:hover {
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.memberBox .welcomeUser {
font-weight:700;
font-size:11px;
float:left;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
/* Navbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navbar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG.gif) repeat-x top left;
position:relative;
height:86px;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
color:#fff;
width:100%;
padding:0;
margin:0;
}
.navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_left.gif) no-repeat top left;
height:86px;
}
.navRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navRight_left.gif) no-repeat top right;
height:86px;
}
.registerNow {
position:absolute;
top:9px;
right:9px;
}
#navtabs li.selected ul.floatcontainer {
margin-top:5px;
}
#navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
line-height:27px;
height:27px;
}
.navbar a { color:#fff; }
.navbar a:hover { color:#fff4aa; }
.navtabs ul li:first-child {
margion-left: 10px;
text-indent: 0;
}
.navtabs {
background:none;
padding-left:0;
}
.navtabs ul {
position:absolute;
top:49px;
left:0px;
width:100%;
/* This is to fix RTL menu issue under Opera */
direction:ltr;
}
.navtabs li {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li.selected {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit_hover.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li li {
background:none;
}
.navtabs ul li {
border-right: 0;
position: relative;
}
.navtabs li a {
height:49px;
line-height:49px;
}
.navtabs li a.navtab {
display:block;
min-width:60px;
width:auto !important;
width:60px;
_min-width:75px;
_width:auto !important;
_width:75px;
text-align:center;
color:#fff;
font-size:15px;
text-decoration:none;
line-height:46px;
height:46px;
padding:3px 15px 0 15px;
font-weight:700;
background:none;
text-transform:uppercase;
}
.navtabs li a.navtab:hover {
background:none;
color:#fff4aa;
}
.navtabs li.selected {
color:#fff4aa;
height:49px;
}
.navtabs li.selected a.navtab {
background:none;
color:#fff4aa;
position:relative;
top:-px;
padding-top:px;
z-index:10;
}
.navtabs li.selected a.navtab:hover {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG_hover.gif) repeat-x top left;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
text-decoration:none;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
line-height:27px;
}
.navtabs li.selected li {
padding:0 5px;
}
.navtabs li.selected li li {
padding:0 2px;
}
.navtabs li.selected li a {
color:#8e8e8e;
padding:2px 5px;
text-shadow: #fff 1px 1px;
}
.navtabs li.selected li li a {
text-shadow:none;
}
.navbar_advanced_search li {
height: 27px;
display:block;
clear:both;
}
.navbar_advanced_search li a {
color:#fff;
}
.navbar_advanced_search li a:hover {
color:#fff4aa;
text-decoration:none;
}
.navtabs li.selected li a:hover {
color:#AB0000;
text-decoration:none;
}
.navtabs li.selected .popupbody li > a {
padding:0pxpx 10px;
text-indent: 0;
color: ;
}
.navtabs li.selected li a.popupctrl {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:solid px transparent;
_border: none;
background:transparent url(http://www.purevb.com/demo/images/styles/elegance/misc/arrow.png) no-repeat right center;
padding-right:15px;
_background-image:url('http://www.purevb.com/demo/images/styles/elegance/misc/arrow.gif');
color:#8e8e8e;
}
.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active,
.navtabs li.selected li a:hover.popupctrl {
color:#fff;
text-shadow:#c75d9f 1px 1px;
}
.navHome .navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_home_left.gif) no-repeat top left;
height:86px;
}
#navHome {
float:left;
padding-right:5px;
}
#navSection {
float:left;
}
.navSectionBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionBG.gif) repeat-x top left;
height:86px;
}
.navSectionLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionLeft.gif) no-repeat top left;
height:86px;
}
.navSectionRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionRight.gif) no-repeat top right;
height:86px;
}
/* Breadcrumb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumb {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcBG.gif) repeat-x top left;
height:43px;
position:relative;
color:#5c5c5c;
font-weight:700;
}
.bcLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcLeft.gif) no-repeat top left;
height:43px;
}
.bcRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcRight.gif) no-repeat top right;
height:31px;
padding:12px 15px 0 15px;
}
.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
border:1px solid transparent;
}
.breadcrumb .navbit a:link, .breadcrumb .navbit a:visited {
font-weight:400;
color:#5c5c5c;
}
.breadcrumb .navbit a:hover {
background:#AB0000;
color:#fff;
border:1px solid transparent;
}
/*************************************************/
/* TCAT BAR */
.tcat {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatBG.gif) repeat-x top left;
color: #424242;
height:56px;
clear:both;
margin-top: 8px;
float: left;
border:0;
padding:0;
width: 100%;
}
.tcatLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatLeft.gif) no-repeat top left;
height:56px;
}
.tcatRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatRight.gif) no-repeat top right;
height:56px;
padding-bottom:8px;
}
.tcat .forumtitle {
font-weight:700;
}
.tcat .tcatDesc {
font-size:12px;
font-weight:400;
}
.tcat h2 {
padding-top:2px;
padding-left:16px;
font: bold 18px arial, helvetica, sans-serif;
line-height: 48px;
float:left;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.tcat a:link, .tcat a:visited {
color:#424242;
}
.tcat a:hover {
}
.tcat .tcatCollapse {
float:right;
position:absolute;
top:12px;
right:12px;
}
/* tcat Thread List Controls - Forumdisplay */
.tcat_threadlist_controls {
float:right;
padding-right:8px;
}
.forumdisplaypopups, #forumdisplaypopups {
clear:both;
}
.tcat_threadlist_controls h6 {
height:56px;
line-height:56px;
padding:0;
display:block;
font-size:12px;
}
.forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
.postlist_popups h6 a.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a.popupctrl {
background:none;
display:block;
_display:56px;
height:56px;
line-height:56px;
font-family:arial, helvetica, sans-serif;
font-weight:700;
font-size:12px;
color:#424242;
padding:0 7px;
border: 0;
float: left;
clear: right;
text-shadow: #fff 1px 1px;
}
.forumdisplaypopups a:hover.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,
.postlist_popups h6 a:hover.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl {
border: 0;
color:#424242;
text-decoration:underline;
}
#postlist_popups a, .postlist_popups a {
color: #424242;
_border: none;
}
#postlist_popups a:hover, .postlist_popups a:hover {
color: #424242;
text-decoration:underline;
}
#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
border: 0;
}
#postlist_popups ul li {
color: #3E3E3E;
}
#postlist_popups ul li a, .postlist_popups ul li a {
color: #3E3E3E;
_border: none;
}
#postlist_popups ul li a:hover, .postlist_popups ul li a:hover {
color: #3E3E3E;
text-decoration:underline;
}
#forumdisplaypopups ul a, .forumdisplaypopups ul a {
color: #3e3e3e;
}
.tcat .toolsmenu {
background:none;
border:none;
margin:0;
}
.toolsmenu div {
border:0;
}
.tcat .toolsmenu ul {
padding:0;
}
.tcat .toolsmenu .popupgroup a.popupctrl, .tcat .toolsmenu .popupgroup .popupmenu a.popupctrl, .tcat .toolsmenu .nopopupgroup li a {
padding:0 7px;
_display:56px;
height:56px;
line-height:56px;
}
/*************************************************/
/* THEAD BAR*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font-size: 16pt;
font-weight:400;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border: 1px solid #efefef;
border-bottom:0;
border-left:0;
}
.postfootWrap {
border-right: 1px solid #efefef;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
/* Postbit Align Username and Avatar Center
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color: #ab1b1b;
font-weight:700;
}
.userinfo_extra dd {
background: #fff;
color: #4d5153;
border: 1px solid #d8d6ca;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* Bottom Bar (Bar along the bottom of the forum areas)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bottomBar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarBG.gif) repeat-x top left;
height:17px;
font-size:0;
clear:both;
}
.bottomBarLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarLeft.gif) no-repeat top left;
height:17px;
}
.bottomBarRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarRight.gif) no-repeat top right;
height:17px;
}
/* Thead Bars (Forum Home, Forum Display & Postbit)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thead_bar .theadrow {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
font: normal 11px arial, helvetica, sans-serif;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
line-height:28px;
}
.thead_bar .padding {
padding-left:12px;
}
.thead_bar .forumhead span.forumlastpost {
width: 23%;
}
.thead_bar .theadrow .forumdata {
float: left;
}
.thead_bar {
float: left;
position:relative;
width: 100%;
display:block;
}
.thead_bar .forumhead .forumtitle {
width: 76%;
}
.thead_bar .foruminfo {
width: 53%;
min-width: 30%;
float: left;
clear: right;
}
.thead_bar .foruminfo .forumdata {
padding: 0;
width: 100%;
_width: 99%;
}
.thead_bar .forumstats, .thead_bar .forumstats_2 {
display: block;
float: left;
clear: right;
width: 16%;
margin-right: 2%;
}
.thead_bar .foruminfo .forumdata .datacontainer {
float: left;
width: 86%;
padding:0;
padding-left: 68px;
}
.thead_bar .forumactionlinks {
width: 5%;
display:block;
float:left;
clear:right;
}
.thead_bar .forumactionlink {
display:block;
width:18px;
overflow:hidden;
float: right;
clear: left;
background:transparent none no-repeat;
position: relative;
}
.thead_bar .forumstats li, .thead_bar .forumstats_2 li{
font-size: 12pxpx;
text-align: right;
padding-right: 20px;
display:block;
}
.thead_bar .forumlastpost {
display:block;
float: left;
clear: right;
}
.thead_bar .theadrow .forumlastpost {
width: 22%;
}
.forumbitBody {
padding-right:2px;
clear:both;
}
/*threadlisthead and posthead*/
#threadlist .threadlisthead {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
padding:4px 0px 4px 0px;
margin: 0;
}
.threadlist {
margin-top:0;
}
#threadlist .threadlisthead a, #threadlist .threadlisthead a:hover {
color:#8f8f8f;
}
.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
background:#efefef url(images/styles/elegance/style/theadBG.gif) repeat-x left top;
clear:both;
display:block;
float: left;
width: 100%;
margin: -1px -1px 0;
padding:4px 0px 4px 0px;
border:0;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
}
#posts .posthead a:link, #posts .posthead a:visited {
color:#1c61b7;
}
#posts .posthead a:hover {
color:#1c61b7;
}
#posts .posthead .time, #posts .nodecontrols {
color:#1c61b7;
}
/* CMS & Blog CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1.header, h2.header {
text-transform:capitalize;
}
/* Forum Home
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#5c5c5c;
font: 16px arial, helvetica, sans-serif;
}
.forumrow .forumtitle a:hover{
color:#AB0000;
}
.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#646057;
font-weight:700;
}
.forumrow .lastposttitle a:hover{
color:#AB0000;
}
#forums .lastpostby a.username {
color:#AB0000;
}
#forums .lastpostby a.username:hover {
color:#5c5c5c;
}
.forumdescription {
color:#6f6f6f;
}
#notices .restore {
background:#ffefb6 none ;
border:1px solid #f3f2f2;
color:#3c3a22;
line-height:16px;
padding:8px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height:36px;
}
/* Advanced Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchtypeswitcher {
border-bottom:4px solid #3a65a6;
}
#searchtypeswitcher li a {
background-color:#6a94d3;
color:#FFF;
}
#searchtypeswitcher li.selected a {
background-color:#3a65a6;
}
#searchtypeswitcher li a:hover {
background-color:#3a65a6;
}
/* vBulletin Groups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li.sgicon .maincol, #sidebar li.sgicon .maincol,#thumbnails li {
background: #fff none ;
}
#sidebar li.sgicon .maincol .textcontrol {
color: #424242;
}
#content .grouplist .blockrow > li, #content .grouplist .blockrow > ol, #content .grouplist .blockrow > div {
background: #f5f5f5 none ;
border: 1px solid #efefef;
}
#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border: 1px solid #efefef;
}
.toolsmenu {
background: #f1f1f1 url(http://www.purevb.com/demo/images/gradients/top-highlight.png) repeat-x left top;
_background-image: none;
border: 1px solid #c1c1c1;
}
.toolsmenu div {
border-top:none;
color: #424242;
}
.toolsmenu h1 a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .nopopupgroup li a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active {
color: #424242;
}
dl.blogbit, tr.blogbit,
dl.blogcatbit, tr.blogcatbit {
background: #fff none ;
}
/* PostBitBy : WebZoneTeam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font: normal 16pt arial, helvetica, sans-serif;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color:#d65600;
font-weight:;
}
.userinfo_extra dd {
background:#fff none ;
color:#414141;
border:1px solid #b9c4cd;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* center avatar, username, title, rank in postbit legacy 4.0.2 */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border-top: 1px solid #ebe8e4;
}
.postfootWrap {
border-right: 1px solid #ebe8e4;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
.pun .user-ident .username {
position: relative;
padding-top: 20px;
}
#pun-announcement {
background-color: transparent;
border-style: none;
border-width: 1px;
padding: 1em;
}
.pun .posthead {
background: #F4F4F4;
border-bottom: 1px solid #EBE8E4;
padding: .5em 1.3em .5em 1em;
}
.pun .post .user {
text-align: center;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
background-color: #F8F8F8;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.5em;
position: relative;
}
.user-basic-info a img {
border-radius: 5px;
height: 290px!important;
width: 140px!important;
}
.postfoot {
background: white url(http://i.imgur.com/uM0Ag.png) top left repeat-x;
border-top: 1px solid #C8C8C8;
padding-top: 10px;
padding-bottom: 10px;
}
.toplinks ul.isuser li.welcomelink {
display: block;
float: right;
clear: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
color: #465008;
}
.pun .post .user {
text-align: center;
}
form#smilies_categ{display:none!important}
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*footer*/
#footerNav {
height: 44px;
font-size: 15px;
font-weight: 700;
}
.footerNavLeft {
height: 44px;
}
.footerNavRight {
height: 44px;
padding: 0 10px;
}
.skinSelect {
float: right;
padding-top: 8px;
margin: 0;
}
.footer_select {
float: left;
text-align: left;
margin-left: 10px;
margin-top: 0;
}
.textbox, textarea, select {
font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
color: black;
background: white none;
border: 1px solid #E8EEF8;
padding: 2px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
}
.formcontrols input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMain {
color: #747474;
padding: 15px 0;
font-size: 12px;
line-height: 18px;
}
.copyright {
text-align: center;
line-height: 16px;
padding-bottom: 20px;
}
.slashdot{background-position:-10px -400px}#bookmarks img.smarking{background-position:-9px -440px}#bookmarks img.stumbleupon{background-position:-10px -478px}#bookmarks img.technorati{background-position:-10px -518px}#bookmarks img.yahoo{background-position:-10px -558px}.mceContentBody{background:#fff;color:#4d4d4d}.resize_process .resizebox{display:none}.resize_process img.resize_img{display:none}.resizebox a.enlarge,.resizebox.enlarged a.resize,.resizebox.showfull a.fullsize{display:inline;zoom:1}.resizebox a.fullsize,.resizebox a.resize,.resizebox.enlarged a.enlarge{display:none}.resizebox{background-color:#;cursor:default;display:inline-block;font-size:10px;font-style:normal;font-weight:400;line-height:1.1em;margin:0;max-width:100%;text-align:left}.resizebox div{font-style:normal;font-weight:400;margin:0}.resizebox .resize_border{border:1px solid #fff;display:block}.resizebox .resize_content{display:inline;padding:5px 10px;zoom:1}.resizebox .resize_filler{border:none;display:inline;padding:0;width:40px;zoom:1}.attachbox{background-color:#;border:1px dashed #;clear:left;color:#4d4d4d;float:left;margin:5px 5px 5px 0;padding:6px;width:auto}.attachbox dt{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase}.attachbox .attachments{clear:left;display:inline-block;font-size:.9em;margin-left:10px;padding:0}.attachbox dl.file{border-top:1px solid #fff;display:block;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:10px}dl.file dt{display:inline-block;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:700;padding:0;text-align:center;text-transform:none;vertical-align:middle}dl.file dd{display:inline-block;margin:0 0 0 10px;vertical-align:top}dl.file dd span{display:block}.info{font-size:10px;font-style:italic}.codebox{display:block}.spoiler_content{display:none}.spoiler_content.hidden{display:block}.user_login_form{margin-bottom:5px}.fb_or{background-color:#;border:2px solid #;color:#4d4d4d;font-weight:700;height:16px;line-height:16px;margin:0 30px;padding:5px;width:26px}#cont_pwd{height:21px;margin:0 0 0 20px;width:150px}.pwd_img{color:#000;display:none;font-size:11px;font-weight:700;height:14px;line-height:14px;padding:4px 0 3px;text-align:center;width:150px}#pwd_good{background:url(http://2img.net/i/fa/p_strength/pwd_good.png)}#pwd_middle{background:url(http://2img.net/i/fa/p_strength/pwd_middle.png)}#pwd_bad{background:url(http://2img.net/i/fa/p_strength/pwd_bad.png)}#fb_explain{float:left;padding:5px 0 0 5px}.left{float:left}.fld_connexion{width:300px}.fb_login{height:30px;margin:50px 0 0}.fb_login .fb_or{margin:0 70px 0 60px}#cont_fb_invit iframe{width:760px!important}ul.topiclist.bg_none{background:none}.mod_bookmarks a img{background:url(http://2img.net/i/fa/social_bookmarking/social_bookmarking_fa.png) no-repeat scroll;height:20px;vertical-align:middle;width:20px}.mod_bookmarks img.digg{background-position:-10px -47px}.mod_bookmarks img.delicious{background-position:-10px -8px}.mod_bookmarks img.reddit{background-position:-10px -359px}.mod_bookmarks img.slashdot{background-position:-10px -398px}.mod_bookmarks img.stumbleupon{background-position:-10px -476px}.mod_bookmarks img.furl{background-position:-10px -163px}.mod_bookmarks img.yahoo{background-position:-10px -554px}.mod_bookmarks img.google{background-position:-10px -204px}.mod_bookmarks img.blinklist{background-position:-10px -665px}.mod_bookmarks img.blogmarks{background-position:-10px -630px}.mod_bookmarks img.technorati{background-position:-10px -516px}.mod_rss_feeds a img{background:url(http://2img.net/i/fa/rss_mod/sprite_rss_feeds.png) no-repeat scroll;height:17px;padding-bottom:2px;vertical-align:middle;width:91px}
Não deu para por todo o CSS pois passou do limite estarei a postar na outra mensagem.
Até mais.
Última edição por Cʀɑzy em 26.05.13 2:47, editado 1 vez(es)
Re: Bug no codigo de efeito
- Código:
blockquote{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;color:#4e4e4e;margin-left:5px}blockquote blockquote{background-color:#FFF4CC}blockquote blockquote blockquote{background-color:#FFF4CC}blockquote div{color:#4e4e4e;font-size:12px;margin-left:4px}blockquote cite{border-bottom:1px solid #417394;color:#417394;font-size:10px;margin-bottom:3px}dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(http://i22.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}
dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(http://i22.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}dd.topics{visibility:hidden}.forabg{background-color:#;background-image:url(http://2img.net/i/fa/empty.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #fff;clear:both;margin-bottom:4px;padding:0 5px}.colorpicker{background:url(http://i46.servimg.com/u/f46/16/56/73/62/colorp11.png);display:none;font-family:Arial, Helvetica, sans-serif;height:176px;overflow:hidden;position:absolute;width:356px}.colorpicker_color{background:red;cursor:crosshair;height:150px;left:14px;overflow:hidden;position:absolute;top:13px;width:150px}.colorpicker_color div{background:url(http://i46.servimg.com/u/f46/16/56/73/62/colorp12.png);height:150px;left:0;position:absolute;top:0;width:150px}.colorpicker_color div div{background:url(http://i46.servimg.com/u/f46/16/56/73/62/select10.gif);height:11px;left:0;margin:-5px 0 0 -5px;overflow:hidden;position:absolute;top:0;width:11px}
SOMBRA NO AVATAR:
.post span.postdetails a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,.postprofile dl dt 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}----------------------------------------------------------------------------------------------------
div.postprofile dl dt img{-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:5px solid #eee;box-shadow:4px 4px 4px rgba(0,0,0,0.2);margin-left:3px}div.postprofile dl dt img:hover{-moz-transform:rotate(-7deg);-o-transform:rotate(-7deg);-webkit-transform:rotate(-7deg)}.ultmembro .box-content a img{display:none!important}.ultmembro .box-content div{display:inline!important}.footer-home::before{color:#000;content:"© Master Cheats | Douglas e Master - Todos os direitos reservados.";display:block;margin-top:40px}.spoiler > dd:after{content:"Clique para Mostrar/Ocultar o Conteudo."}.spoiler > dt:after{content:"Conteudo Oculto";float:right}
.memberBar {
float: right;
padding-top: 14px;
}
.memberBarWrap {
background: url(http://i.imgur.com/7PLSKSu.png) repeat-x top left;
height: 41px;
padding: 13px 3px 0 3px;
}
.memberBarRight {
background: url(http://i.imgur.com/7PLSKSu.png) no-repeat top right;
height: 54px;
padding: 0 8px;
}
.memberBarLeft {
background: url(http://i.imgur.com/7PLSKSu.png) no-repeat top left;
height: 54px;
}
.main .main-head {
background: transparent url(http://i.imgur.com/7PLSKSu.png) repeat-x 0px 0px;
margin-bottom:5px;
overflow: hidden;
height:23px;
border-radius:5px;
border:3px solid #d1d1d1;
margin-top:5px;
}
.main .main-head .page-title {
padding-left: 10px;
font: normal bold 15px arial, helvetica, sans-serif;
text-shadow: 1px 1px white;
}
div.main-foot{margin-bottom:10px;margin-top:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
background-image: url(http://i.imgur.com/7PLSKSu.png) !important;
background-repeat: repeat-x;
background-position: center bottom;border-color:1px solid #CCC;}
div.main-foot h2 div strong, div.page-title h2{color:#787878 !important;font-weight:bold;}
#profile-advanced-right {
float: left;
width: 260px;
background-color: #F1F1F1;
background-image: url('http://i46.tinypic.com/mmr9mh.png');
background-repeat: repeat-x;
border: 1px solid #C1C1C1;
padding-top: 20px;
border-radius: 6px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
width: 100%;
margin-right: 0px;
margin-top: 18px;
}
#profile-advanced-left {
margin-left: 265px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
position: relative;
}
#profile-advanced-right .module.main .main-head {
background: transparent;
}
#profile-advanced-right .module.main .main-head em {
color: black;
}
#profile-advanced-right .module.main {
color: #424242;
background-color: #F1F1F1;
border: 0px;
border-radius: 0px;
background: transparent url(http://www.purevb.com/demo/images/gradients/bottom-shadow.png) repeat-x left bottom;
}
#profile-advanced-right .module .main-content {
background-color: #F1F1F1;
}
#profile-advanced-right .module .main-content img {
border: 3px solid white;
outline: 1px solid #D9D9D9;
max-width: 220px;
height: auto;
}
#tabs ul li a {
font-weight: bold;
border-radius: 6px 6px 0 0;
color: #424242;
background-color: #F1F1F1;
border-color: #C1C1C1;
background-image: url('http://i50.tinypic.com/2rcpvd3.png');
background-repeat: repeat-x;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #rgba(244, 244, 244, 0);
border-color: #333;
}
#tabs ul li.activetab a {
color: white;
background-color: #363636;
border-color: #363636;
background-image: url('http://i50.tinypic.com/9qky9y.png');
background-repeat: repeat-x;
text-decoration: none;
}
#profile-advanced-details .main-head {
border-radius: 0px;
border-top: 3px solid #363636;
background: #F1F1F1;
}
#profile-advanced-details .main-head .subtitle {
color: black;
}
.pun .post .user {
text-align: center;
}
a:link{text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:active {text-decoration: none !important;}
/*---------------FIM CSS SKIN-----------*/
/*---Coloque seu css apartir daqui-----*/
/*---Efeito Opacidade ---*/
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*--------/Numeros dos topicos/-------*/
p.pag,.paging{
border-radius:3px;
color: white;
margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{
color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{
border-radius:3px;
padding: 6px 9px 6px 9px !important;
margin-right: 3px !important;
font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 1px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;
top:-3px;
margin-top:-5px!Important;
vertical-align: center !important;}
/*----------Barra de navegaçao---------*/
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}
/*-------------------------Perfil em 3D-------------------------------*/
-moz-selection, ::selection {
background: rgba(0, 160, 250, 0.5);
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.pun .user-ident .user-basic-info {
color: white;
font-size: 1.5em;
font-weight: 700;
line-height: 1.8em;
text-align: center;
text-shadow: 0 1px 0 #CCC,0 2px 0 #C9C9C9,0 3px 0 #BBB,0 4px 0 #B9B9B9,0 5px 0 #AAA,0 6px 1px rgba(0, 0, 0, .1),0 0 5px rgba(0, 0, 0, .1),0 1px 3px rgba(0, 0, 0, .3),0 3px 5px rgba(0, 0, 0, .2),0 5px 10px rgba(0, 0, 0, .25),0 10px 10px rgba(0, 0, 0, .2),0 20px 20px rgba(0, 0, 0, .15);
}
.pun .user-ident .user-basic-info {
font-weight: 700;
}
.pun div, .pun td, .sig-line {
color: ##DDD;
}
/*-------------------------Quadro no perfil-------------------------------*/
.pun .username {
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
border-image: initial;
}
.spoiler > dt::after {
content: "© WebZone";
float: right;
}
.module-advert{display:none;}
/*-------------------------Outros-------------------------------*/
#online .on-title, #statistics .stats-title {
border-bottom: 1px solid white;
font-size: 30px;
height: 70px;
text-transform: uppercase;
}
.online-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#online {
background: #EAEAEA;
border-right: 2px solid #D2D2D2;
vertical-align: top;
width: 60%;
}
#online .on-title {
background: #F3F3F3;
}
#pun-announcement, #pun-visit, .main-box {
-moz-border-radius: 5px;
-moz-box-shadow: 0 2px 5px 0 #dcdcdc;
background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
border: 1px solid #D6D6D6;
border-radius: 5px;
box-shadow: 0 2px 5px 0 #dcdcdc;
border-image: initial;
}
#general-stats {
-moz-box-shadow: 0 0 7px 0 #dcdcdc;
background: whiteSmoke;
border: 1px solid white;
box-shadow: 0 0 7px 0 #dcdcdc;
text-shadow: 1px 1px 0 white;
width: 100%;
border-image: initial;
}
#online .on-title a, #statistics .stats-title a {
bottom: -23px;
font-family: Century Gothic!important;
left: 20px;
position: relative;
}
.chart, .globe {
height: 28px;
margin-top: -3px;
vertical-align: middle;
}
#statistics {
border-left: 1px solid white;
float: right;
padding-bottom: 15px;
vertical-align: top;
width: 100%;
}
.stats-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#legend {
margin: 25px 0;
}
.groups {
background: url(http://i36.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
float: right;
margin-top: -22px;
padding: 5px 0 5px 18px;
}
li {list-style-type:none;}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tdtopics {
padding-left: 42px;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.forumbit_post .foruminfo .forumicon {
position: absolute;
}
/*----Chatbox----*/
#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}
#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}
#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}
#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{display:none}
#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}
#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(http://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_messenger_form .right img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}
#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}
#chatbox_header{height:0;font-size:0}
#chatbox{top:32px;left:0}
#chatbox p.clearfix:first-child{padding-top:8px}
#chatbox_members{position:absolute;z-index:1;height:21px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}
#chatbox_members li{display:inline;margin-right:0}
#chatbox_members a:last-child:after{content:', '}
#chatbox_members li:last-child a:last-child:after{content:''}
#chatbox_footer{background:#FAFAFA;border-top:1px solid #dcdcdc;clear:both;float:right;margin-top:-6px;min-width:230px;position:relative;width:290px}
.right{clear:both;float:right}
input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;-webkit-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;background:#FCFCFC;border:1px solid #D4D4D4;box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;color:#9F9F9F;height:45px;margin:20px 20px 0;padding:6px;text-shadow:#fff 0 1px 0;width:240px}
#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}
#message,#submit_button:hover{opacity:.9}/*Daemon code*/
#chatbox p{border-bottom:1px solid #DDD;border-top:1px solid #fff;line-height:1.2em}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#simple-wrap{background:#fff}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}/*Daemon code*/
#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}/*Daemon code*/
#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}/*Daemon code*/
#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}/*Daemon code*/
#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}/*Daemon code*/
#divcolor{background-image:url(http://2img.net/i/fa/wysiwyg/color_swatch.png)}
#divsmilies{background-image:url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png)}/*Daemon code*/
#chatbox{background:#f0f0f0;border:1px solid #dcdcdc;left:0;padding:8px;right:290px}/*Daemon code*/
#chatbox_header.main-head{background:#f5f5f5 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_strong.png) repeat-x 0 0;border:1px solid #EAEAEA;padding:2px}/*Daemon code*/
.chatbox-title,.chatbox-title a.chat-title{color:#333;font-size:12px;font-weight:700}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#333}
.boxOut{-moz-border-radius:4px;-moz-box-shadow:rgba(0,0,0,0.1) 0 0 4px;-webkit-border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 4px;background:#fff;border:1px solid #D2D2D2;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 0 4px;padding:0 7px}/*Daemon code*/
#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}
#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}
#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}
#onlinechat{background:#fff;border-top:none}
a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}
#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child{font-size:0px}
#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child:before{margin-left:7px;background:url(http://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}
#chatbox_contextmenu{z-index:1}
.chatbox ul.online-users li a span:first-child strong {
display: none !important;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #fff;
-moz-transition: all .218s;
-ms-box-shadow: inset 0 0 1px #fff;
-ms-transition: all .218s;
-o-box-shadow: inset 0 0 1px #fff;
-o-transtion: all .218s;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px #fff;
-webkit-transition: all .218s;
background-image: linear-gradient(top,white0%,#E0E0E0100%);
border: 1px solid #CCC;
border-bottom-color: #AAA;
border-radius: 3px;
box-shadow: inset 0 0 1px #fff;
color: #555;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);
font-size: 11px;
font-weight: 700;
height: 2.35em;
padding: 0 .91em;
text-shadow: 0 1px 0 #fff;
transition: all .218s;
}
----------------------------------------------------------------------------------------
Re: Bug no codigo de efeito
Olá,
Mudou nada
Até mais
Mudou nada
Até mais
Re: Bug no codigo de efeito
Olá! bom aqui de fato funcionou perfeitamente da mesma versão então há algo em conflito.
Tente desativar todos os seus JavaScripts e veja se resulta.
Ou então salve a sua CSS em um bloco de notas apague-a e deixe somente o codigo que eu lhe forneci no outro post.
Resulta?
Tente desativar todos os seus JavaScripts e veja se resulta.
Ou então salve a sua CSS em um bloco de notas apague-a e deixe somente o codigo que eu lhe forneci no outro post.
- Código:
a[href="/u1"]{
text-shadow:0 0 5px black !important;
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif) !important;
}
a[href="/u2"]{
text-shadow:0 0 5px black !important;
background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif) !important;
}
Resulta?
Re: Bug no codigo de efeito
Olá,
não posso desativa são código útil para o fórum
vou espera pra que sabem resolve
até mais
não posso desativa são código útil para o fórum
vou espera pra que sabem resolve
até mais
Re: Bug no codigo de efeito
Olá! não me leve a mal.
O codigo está correto mais tem algo em conflito ele,se você desativar e o codigo pegar quer disser que tem algo em conflito e terá de escolher entre um e outro,o codigo está certo não tem como fazermos outro codigo certo ja que um codigo seu está em conflito com o outro codigo.
Resumindo: Não da para fazer MILAGRE!
Até mais.
O codigo está correto mais tem algo em conflito ele,se você desativar e o codigo pegar quer disser que tem algo em conflito e terá de escolher entre um e outro,o codigo está certo não tem como fazermos outro codigo certo ja que um codigo seu está em conflito com o outro codigo.
Resumindo: Não da para fazer MILAGRE!
Até mais.
Re: Bug no codigo de efeito
Olá,
nao precisa de milagre é sim alguém que saiba
Até mais
nao precisa de milagre é sim alguém que saiba
Até mais
Re: Bug no codigo de efeito
body {
width:auto;
min-width:990px;
max-width:auto;
margin: 0;
}
#pageWrapper {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG.gif) repeat-x top left;
}
#pageWrapper.loggedIn {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG_in.gif) repeat-x top left;
}
.pageTop {}
.pageWrap {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageGlow_left.png) no-repeat top left;
min-width:1250px;
width:990px;
padding-top:73px;
margin:0px auto 0px auto;
}
.whiteWrap {
background:#fff;
}
/* Social Bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.socialBox {
line-height: 49px;
color: #575757;
font-size: 15px;
font-family: arial, helvetica, sans-serif;
font-weight: 700;
font-style: italic;
}
.socialLinks {
float: right;
}
.socialBox span {
padding-right: 6px;
}
.socialBox img {
padding:2px;
vertical-align: middle;
}
/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchBox {
height:39px;
position:absolute;
top:10px;
right:0;
}
.searchMain {
float:right;
}
.searchMainLeft {
background:#eaeaea url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxLeft.gif) no-repeat top left;
height:39px;
}
.searchMainRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxRight.gif) no-repeat top right;
height:39px;
padding:3px 4px 0 11px;
}
.searchBox form {
padding:0;
margin:0;
}
.searchBox input {
float:left;
}
.searchWrap {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchInput.gif) no-repeat top left;
width:117px;
height:32x;
padding-right:7px;
float:left;
}
.searchinput {
border:0;
color: #919191;
padding:0 8px;
font-size:12px;
width:101px;
height:32px;
line-height:29px;
margin:0;
background:transparent;
}
.searchButton {
float:left;
}
.searchAdvanced {
float:left;
height:32px;
line-height:32px;
padding-right:9px;
color:#373737;
}
/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.above_body {
background:none;
}
.doc_header {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif) repeat-x top left;
height:88px;
position:relative;
border-bottom:1px solid #d6d5d5;
}
.logo {
position:absolute;
top:0px;
left:0px;
}
.slogan {
position:absolute;
top:58px;
left:122px;
color:#AB0000;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.slogan a:link, .slogan a:visited {
color:#8d8d8d;
font-weight:400;
}
.slogan a:hover {
color:#303030;
}
#loginBox {
width:300px;
height:90px;
position:absolute;
top:0;
right:20px;
padding:20px 0 0 0;
color:#838383;
}
#loginBox ul {
list-style:none;
padding:0;
margin:0;
}
#loginBox li {
float:left;
}
.loginBox {
float:left;
}
.loginBox ul {
list-style:none;
padding:0;
margin:0;
}
.loginBar li {
float:left;
}
.loginBoxInput {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/loginBoxInput.gif) no-repeat top left;
width:117px;
height:32px;
}
.loginInput {
background:transparent;
border:0;
color: #a7a7a7;
width:107px;
height:32px;
line-height:32px;
margin:0;
padding:0 5px;
}
.cb_cookieuser_navbar{
position: relative;
top: 2px;
}
.inputPad .loginBoxInput {}
.inputPad {
padding-right:6px;
}
.submitPad {
padding:0;
}
.submitPad input {}
.memberBottom {}
.memberLinks {
padding-top:4px;
float:left;
}
.memberLinks a:link, .memberLinks a:visited {
color:#838383;
text-shadow: #fff 1px 1px;
}
.memberLinks a:hover {
color:#AB0000;
}
.rememberMe {
float:right;
font-size:13px;
padding-top:4px;
color:#838383;
text-shadow: #fff 1px 1px;
}
.rememberMe label {
padding:0;
margin:0;
}
.loginLeft {
float:left;
padding:15px 0;
color:#606060;
}
.loginLeft a:link, .loginLeft a:visited {
color:#606060;
font-size:14px;
margin:0 2px;
}
.loginLeft a:hover {
color:#AB0000;
}
/* Content Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentTop {
background:#f9f8f8;
padding-top:4px;
}
#welcomeBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxBG.gif) repeat-x top left;
height:77px;
position:relative;
margin-bottom:11px;
}
.welcomeLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxLeft.png) no-repeat top left;
height:92px;
width:22px;
position:absolute;
top:0;
left:-22px;
}
.welcomeRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxRight.png) no-repeat top right;
height:92px;
width:22px;
position:absolute;
top:0;
right:-22px;
}
.welcomeMessage {
background:url(https://i.imgur.com/aRFx8.png) no-repeat top left;
width:349px;
height:47px;
position:absolute;
top:14px;
left:9px;
}
.registerButton {
position:absolute;
top:16px;
left:386px;
}
.welcomeWrap {
padding:0 11px 12px 11px;
}
.memberBoxInfo {
float:left;
padding:11px 0 0 11px;
}
.memberBoxInfo h1 {
color:#1f1f1f;
font-size:25px;
text-shadow: #fff 1px 1px;
text-transform:uppercase;
margin:0;
padding:0;
}
.memberBoxInfo h1 a:link, .memberBoxInfo h1 a:visited {
color:#ac3400;
}
.memberBoxInfo h1 a:hover {
color:#AB0000;
}
.memberBoxInfo p {
color:#5d5d5d;
font-size:13px;
margin:0;
padding:0;
text-shadow: #fff 1px 1px;
}
.memberBoxLinks {
float:right;
padding-top:13px;
padding-right:11px;
}
.memberBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxBG.gif) repeat-x top left;
height:45px;
}
.memberBoxLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxLeft.gif) no-repeat top left;
height:45px;
}
.memberBoxRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxRight.gif) no-repeat top right;
height:45px;
padding:0 8px;
}
/* Content Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentMain {
padding:11px 0;
}
/* Footer Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerMain {
color:#747474;
padding:15px 0;
font-size:12px;
line-height:18px;
}
.copyright {
text-align:center;
line-height:16px;
padding-bottom:20px;
}
.copyright a:link, .copyright a:visited {
font-weight:700;
color:#AB0000;
}
.copyright a:hover {
color:#424242;
}
.bannerBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bannerBoxBG.gif) no-repeat top left;
width:468px;
height:60px;
padding:4px;
margin:0 auto;
}
/* Footer Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerNav {
height:44px;
font-size:15px;
font-weight:700;
}
.footerNavLeft {
height:44px;
}
.footerNavRight {
height:44px;
padding:0 10px;
}
#footerNav ul {
list-style:none;
padding:0;
margin:0;
float:left;
}
#footerNav li {
float:left;
padding-right:30px;
line-height:44px;
}
#footerNav a:link, #footerNav a:visited {
color:#424242;
}
#footerNav a:hover {
color:#AB0000;
}
.skinSelect{
float:right;
padding-top:8px;
margin:0;
}
.footer {
margin:0;
padding:0;
}
/*************************************************/
/* TOP MEMBER BAR*/
#toplinks, .toplinks {
text-align:left;
line-height:20px;
padding-top:7px;
}
#toplinks .isuser {
float:left;
}
#toplinks .welcomelink {
font-weight:700;
}
.toplinks .notifications a.popupctrl {
color: #3e446e;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks ul.isuser li a:hover {
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.memberBox .welcomeUser {
font-weight:700;
font-size:11px;
float:left;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
/* Navbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navbar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG.gif) repeat-x top left;
position:relative;
height:86px;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
color:#fff;
width:100%;
padding:0;
margin:0;
}
.navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_left.gif) no-repeat top left;
height:86px;
}
.navRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navRight_left.gif) no-repeat top right;
height:86px;
}
.registerNow {
position:absolute;
top:9px;
right:9px;
}
#navtabs li.selected ul.floatcontainer {
margin-top:5px;
}
#navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
line-height:27px;
height:27px;
}
.navbar a { color:#fff; }
.navbar a:hover { color:#fff4aa; }
.navtabs ul li:first-child {
margion-left: 10px;
text-indent: 0;
}
.navtabs {
background:none;
padding-left:0;
}
.navtabs ul {
position:absolute;
top:49px;
left:0px;
width:100%;
/* This is to fix RTL menu issue under Opera */
direction:ltr;
}
.navtabs li {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li.selected {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit_hover.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li li {
background:none;
}
.navtabs ul li {
border-right: 0;
position: relative;
}
.navtabs li a {
height:49px;
line-height:49px;
}
.navtabs li a.navtab {
display:block;
min-width:60px;
width:auto !important;
width:60px;
_min-width:75px;
_width:auto !important;
_width:75px;
text-align:center;
color:#fff;
font-size:15px;
text-decoration:none;
line-height:46px;
height:46px;
padding:3px 15px 0 15px;
font-weight:700;
background:none;
text-transform:uppercase;
}
.navtabs li a.navtab:hover {
background:none;
color:#fff4aa;
}
.navtabs li.selected {
color:#fff4aa;
height:49px;
}
.navtabs li.selected a.navtab {
background:none;
color:#fff4aa;
position:relative;
top:-px;
padding-top:px;
z-index:10;
}
.navtabs li.selected a.navtab:hover {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG_hover.gif) repeat-x top left;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
text-decoration:none;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
line-height:27px;
}
.navtabs li.selected li {
padding:0 5px;
}
.navtabs li.selected li li {
padding:0 2px;
}
.navtabs li.selected li a {
color:#8e8e8e;
padding:2px 5px;
text-shadow: #fff 1px 1px;
}
.navtabs li.selected li li a {
text-shadow:none;
}
.navbar_advanced_search li {
height: 27px;
display:block;
clear:both;
}
.navbar_advanced_search li a {
color:#fff;
}
.navbar_advanced_search li a:hover {
color:#fff4aa;
text-decoration:none;
}
.navtabs li.selected li a:hover {
color:#AB0000;
text-decoration:none;
}
.navtabs li.selected .popupbody li > a {
padding:0pxpx 10px;
text-indent: 0;
color: ;
}
.navtabs li.selected li a.popupctrl {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:solid px transparent;
_border: none;
background:transparent url(http://www.purevb.com/demo/images/styles/elegance/misc/arrow.png) no-repeat right center;
padding-right:15px;
_background-image:url('http://www.purevb.com/demo/images/styles/elegance/misc/arrow.gif');
color:#8e8e8e;
}
.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active,
.navtabs li.selected li a:hover.popupctrl {
color:#fff;
text-shadow:#c75d9f 1px 1px;
}
.navHome .navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_home_left.gif) no-repeat top left;
height:86px;
}
#navHome {
float:left;
padding-right:5px;
}
#navSection {
float:left;
}
.navSectionBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionBG.gif) repeat-x top left;
height:86px;
}
.navSectionLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionLeft.gif) no-repeat top left;
height:86px;
}
.navSectionRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionRight.gif) no-repeat top right;
height:86px;
}
/* Breadcrumb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumb {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcBG.gif) repeat-x top left;
height:43px;
position:relative;
color:#5c5c5c;
font-weight:700;
}
.bcLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcLeft.gif) no-repeat top left;
height:43px;
}
.bcRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcRight.gif) no-repeat top right;
height:31px;
padding:12px 15px 0 15px;
}
.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
border:1px solid transparent;
}
.breadcrumb .navbit a:link, .breadcrumb .navbit a:visited {
font-weight:400;
color:#5c5c5c;
}
.breadcrumb .navbit a:hover {
background:#AB0000;
color:#fff;
border:1px solid transparent;
}
/*************************************************/
/* TCAT BAR */
.tcat {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatBG.gif) repeat-x top left;
color: #424242;
height:56px;
clear:both;
margin-top: 8px;
float: left;
border:0;
padding:0;
width: 100%;
}
.tcatLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatLeft.gif) no-repeat top left;
height:56px;
}
.tcatRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatRight.gif) no-repeat top right;
height:56px;
padding-bottom:8px;
}
.tcat .forumtitle {
font-weight:700;
}
.tcat .tcatDesc {
font-size:12px;
font-weight:400;
}
.tcat h2 {
padding-top:2px;
padding-left:16px;
font: bold 18px arial, helvetica, sans-serif;
line-height: 48px;
float:left;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.tcat a:link, .tcat a:visited {
color:#424242;
}
.tcat a:hover {
}
.tcat .tcatCollapse {
float:right;
position:absolute;
top:12px;
right:12px;
}
/* tcat Thread List Controls - Forumdisplay */
.tcat_threadlist_controls {
float:right;
padding-right:8px;
}
.forumdisplaypopups, #forumdisplaypopups {
clear:both;
}
.tcat_threadlist_controls h6 {
height:56px;
line-height:56px;
padding:0;
display:block;
font-size:12px;
}
.forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
.postlist_popups h6 a.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a.popupctrl {
background:none;
display:block;
_display:56px;
height:56px;
line-height:56px;
font-family:arial, helvetica, sans-serif;
font-weight:700;
font-size:12px;
color:#424242;
padding:0 7px;
border: 0;
float: left;
clear: right;
text-shadow: #fff 1px 1px;
}
.forumdisplaypopups a:hover.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,
.postlist_popups h6 a:hover.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl {
border: 0;
color:#424242;
text-decoration:underline;
}
#postlist_popups a, .postlist_popups a {
color: #424242;
_border: none;
}
#postlist_popups a:hover, .postlist_popups a:hover {
color: #424242;
text-decoration:underline;
}
#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
border: 0;
}
#postlist_popups ul li {
color: #3E3E3E;
}
#postlist_popups ul li a, .postlist_popups ul li a {
color: #3E3E3E;
_border: none;
}
#postlist_popups ul li a:hover, .postlist_popups ul li a:hover {
color: #3E3E3E;
text-decoration:underline;
}
#forumdisplaypopups ul a, .forumdisplaypopups ul a {
color: #3e3e3e;
}
.tcat .toolsmenu {
background:none;
border:none;
margin:0;
}
.toolsmenu div {
border:0;
}
.tcat .toolsmenu ul {
padding:0;
}
.tcat .toolsmenu .popupgroup a.popupctrl, .tcat .toolsmenu .popupgroup .popupmenu a.popupctrl, .tcat .toolsmenu .nopopupgroup li a {
padding:0 7px;
_display:56px;
height:56px;
line-height:56px;
}
/*************************************************/
/* THEAD BAR*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font-size: 16pt;
font-weight:400;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border: 1px solid #efefef;
border-bottom:0;
border-left:0;
}
.postfootWrap {
border-right: 1px solid #efefef;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
/* Postbit Align Username and Avatar Center
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color: #ab1b1b;
font-weight:700;
}
.userinfo_extra dd {
background: #fff;
color: #4d5153;
border: 1px solid #d8d6ca;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* Bottom Bar (Bar along the bottom of the forum areas)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bottomBar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarBG.gif) repeat-x top left;
height:17px;
font-size:0;
clear:both;
}
.bottomBarLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarLeft.gif) no-repeat top left;
height:17px;
}
.bottomBarRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarRight.gif) no-repeat top right;
height:17px;
}
/* Thead Bars (Forum Home, Forum Display & Postbit)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thead_bar .theadrow {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
font: normal 11px arial, helvetica, sans-serif;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
line-height:28px;
}
.thead_bar .padding {
padding-left:12px;
}
.thead_bar .forumhead span.forumlastpost {
width: 23%;
}
.thead_bar .theadrow .forumdata {
float: left;
}
.thead_bar {
float: left;
position:relative;
width: 100%;
display:block;
}
.thead_bar .forumhead .forumtitle {
width: 76%;
}
.thead_bar .foruminfo {
width: 53%;
min-width: 30%;
float: left;
clear: right;
}
.thead_bar .foruminfo .forumdata {
padding: 0;
width: 100%;
_width: 99%;
}
.thead_bar .forumstats, .thead_bar .forumstats_2 {
display: block;
float: left;
clear: right;
width: 16%;
margin-right: 2%;
}
.thead_bar .foruminfo .forumdata .datacontainer {
float: left;
width: 86%;
padding:0;
padding-left: 68px;
}
.thead_bar .forumactionlinks {
width: 5%;
display:block;
float:left;
clear:right;
}
.thead_bar .forumactionlink {
display:block;
width:18px;
overflow:hidden;
float: right;
clear: left;
background:transparent none no-repeat;
position: relative;
}
.thead_bar .forumstats li, .thead_bar .forumstats_2 li{
font-size: 12pxpx;
text-align: right;
padding-right: 20px;
display:block;
}
.thead_bar .forumlastpost {
display:block;
float: left;
clear: right;
}
.thead_bar .theadrow .forumlastpost {
width: 22%;
}
.forumbitBody {
padding-right:2px;
clear:both;
}
/*threadlisthead and posthead*/
#threadlist .threadlisthead {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
padding:4px 0px 4px 0px;
margin: 0;
}
.threadlist {
margin-top:0;
}
#threadlist .threadlisthead a, #threadlist .threadlisthead a:hover {
color:#8f8f8f;
}
.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
background:#efefef url(images/styles/elegance/style/theadBG.gif) repeat-x left top;
clear:both;
display:block;
float: left;
width: 100%;
margin: -1px -1px 0;
padding:4px 0px 4px 0px;
border:0;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
}
#posts .posthead a:link, #posts .posthead a:visited {
color:#1c61b7;
}
#posts .posthead a:hover {
color:#1c61b7;
}
#posts .posthead .time, #posts .nodecontrols {
color:#1c61b7;
}
/* CMS & Blog CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1.header, h2.header {
text-transform:capitalize;
}
/* Forum Home
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#5c5c5c;
font: 16px arial, helvetica, sans-serif;
}
.forumrow .forumtitle a:hover{
color:#AB0000;
}
.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#646057;
font-weight:700;
}
.forumrow .lastposttitle a:hover{
color:#AB0000;
}
#forums .lastpostby a.username {
color:#AB0000;
}
#forums .lastpostby a.username:hover {
color:#5c5c5c;
}
.forumdescription {
color:#6f6f6f;
}
#notices .restore {
background:#ffefb6 none ;
border:1px solid #f3f2f2;
color:#3c3a22;
line-height:16px;
padding:8px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height:36px;
}
/* Advanced Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchtypeswitcher {
border-bottom:4px solid #3a65a6;
}
#searchtypeswitcher li a {
background-color:#6a94d3;
color:#FFF;
}
#searchtypeswitcher li.selected a {
background-color:#3a65a6;
}
#searchtypeswitcher li a:hover {
background-color:#3a65a6;
}
/* vBulletin Groups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li.sgicon .maincol, #sidebar li.sgicon .maincol,#thumbnails li {
background: #fff none ;
}
#sidebar li.sgicon .maincol .textcontrol {
color: #424242;
}
#content .grouplist .blockrow > li, #content .grouplist .blockrow > ol, #content .grouplist .blockrow > div {
background: #f5f5f5 none ;
border: 1px solid #efefef;
}
#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border: 1px solid #efefef;
}
.toolsmenu {
background: #f1f1f1 url(http://www.purevb.com/demo/images/gradients/top-highlight.png) repeat-x left top;
_background-image: none;
border: 1px solid #c1c1c1;
}
.toolsmenu div {
border-top:none;
color: #424242;
}
.toolsmenu h1 a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .nopopupgroup li a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active {
color: #424242;
}
dl.blogbit, tr.blogbit,
dl.blogcatbit, tr.blogcatbit {
background: #fff none ;
}
/* PostBitBy : WebZoneTeam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font: normal 16pt arial, helvetica, sans-serif;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color:#d65600;
font-weight:;
}
.userinfo_extra dd {
background:#fff none ;
color:#414141;
border:1px solid #b9c4cd;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* center avatar, username, title, rank in postbit legacy 4.0.2 */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border-top: 1px solid #ebe8e4;
}
.postfootWrap {
border-right: 1px solid #ebe8e4;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
.pun .user-ident .username {
position: relative;
padding-top: 20px;
}
#pun-announcement {
background-color: transparent;
border-style: none;
border-width: 1px;
padding: 1em;
}
.pun .posthead {
background: #F4F4F4;
border-bottom: 1px solid #EBE8E4;
padding: .5em 1.3em .5em 1em;
}
.pun .post .user {
text-align: center;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
background-color: #F8F8F8;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.5em;
position: relative;
}
.user-basic-info a img {
border-radius: 5px;
height: 290px!important;
width: 140px!important;
}
.postfoot {
background: white url(https://i.imgur.com/uM0Ag.png) top left repeat-x;
border-top: 1px solid #C8C8C8;
padding-top: 10px;
padding-bottom: 10px;
}
.toplinks ul.isuser li.welcomelink {
display: block;
float: right;
clear: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
color: #465008;
}
.pun .post .user {
text-align: center;
}
form#smilies_categ{display:none!important}
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*footer*/
#footerNav {
height: 44px;
font-size: 15px;
font-weight: 700;
}
.footerNavLeft {
height: 44px;
}
.footerNavRight {
height: 44px;
padding: 0 10px;
}
.skinSelect {
float: right;
padding-top: 8px;
margin: 0;
}
.footer_select {
float: left;
text-align: left;
margin-left: 10px;
margin-top: 0;
}
.textbox, textarea, select {
font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
color: black;
background: white none;
border: 1px solid #E8EEF8;
padding: 2px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
}
.formcontrols input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMain {
color: #747474;
padding: 15px 0;
font-size: 12px;
line-height: 18px;
}
.copyright {
text-align: center;
line-height: 16px;
padding-bottom: 20px;
}
.slashdot{background-position:-10px -400px}#bookmarks img.smarking{background-position:-9px -440px}#bookmarks img.stumbleupon{background-position:-10px -478px}#bookmarks img.technorati{background-position:-10px -518px}#bookmarks img.yahoo{background-position:-10px -558px}.mceContentBody{background:#fff;color:#4d4d4d}.resize_process .resizebox{display:none}.resize_process img.resize_img{display:none}.resizebox a.enlarge,.resizebox.enlarged a.resize,.resizebox.showfull a.fullsize{display:inline;zoom:1}.resizebox a.fullsize,.resizebox a.resize,.resizebox.enlarged a.enlarge{display:none}.resizebox{background-color:#;cursor:default;display:inline-block;font-size:10px;font-style:normal;font-weight:400;line-height:1.1em;margin:0;max-width:100%;text-align:left}.resizebox div{font-style:normal;font-weight:400;margin:0}.resizebox .resize_border{border:1px solid #fff;display:block}.resizebox .resize_content{display:inline;padding:5px 10px;zoom:1}.resizebox .resize_filler{border:none;display:inline;padding:0;width:40px;zoom:1}.attachbox{background-color:#;border:1px dashed #;clear:left;color:#4d4d4d;float:left;margin:5px 5px 5px 0;padding:6px;width:auto}.attachbox dt{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase}.attachbox .attachments{clear:left;display:inline-block;font-size:.9em;margin-left:10px;padding:0}.attachbox dl.file{border-top:1px solid #fff;display:block;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:10px}dl.file dt{display:inline-block;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:700;padding:0;text-align:center;text-transform:none;vertical-align:middle}dl.file dd{display:inline-block;margin:0 0 0 10px;vertical-align:top}dl.file dd span{display:block}.info{font-size:10px;font-style:italic}.codebox{display:block}.spoiler_content{display:none}.spoiler_content.hidden{display:block}.user_login_form{margin-bottom:5px}.fb_or{background-color:#;border:2px solid #;color:#4d4d4d;font-weight:700;height:16px;line-height:16px;margin:0 30px;padding:5px;width:26px}#cont_pwd{height:21px;margin:0 0 0 20px;width:150px}.pwd_img{color:#000;display:none;font-size:11px;font-weight:700;height:14px;line-height:14px;padding:4px 0 3px;text-align:center;width:150px}#pwd_good{background:url(https://2img.net/i/fa/p_strength/pwd_good.png)}#pwd_middle{background:url(https://2img.net/i/fa/p_strength/pwd_middle.png)}#pwd_bad{background:url(https://2img.net/i/fa/p_strength/pwd_bad.png)}#fb_explain{float:left;padding:5px 0 0 5px}.left{float:left}.fld_connexion{width:300px}.fb_login{height:30px;margin:50px 0 0}.fb_login .fb_or{margin:0 70px 0 60px}#cont_fb_invit iframe{width:760px!important}ul.topiclist.bg_none{background:none}.mod_bookmarks a img{background:url(https://2img.net/i/fa/social_bookmarking/social_bookmarking_fa.png) no-repeat scroll;height:20px;vertical-align:middle;width:20px}.mod_bookmarks img.digg{background-position:-10px -47px}.mod_bookmarks img.delicious{background-position:-10px -8px}.mod_bookmarks img.reddit{background-position:-10px -359px}.mod_bookmarks img.slashdot{background-position:-10px -398px}.mod_bookmarks img.stumbleupon{background-position:-10px -476px}.mod_bookmarks img.furl{background-position:-10px -163px}.mod_bookmarks img.yahoo{background-position:-10px -554px}.mod_bookmarks img.google{background-position:-10px -204px}.mod_bookmarks img.blinklist{background-position:-10px -665px}.mod_bookmarks img.blogmarks{background-position:-10px -630px}.mod_bookmarks img.technorati{background-position:-10px -516px}.mod_rss_feeds a img{background:url(https://2img.net/i/fa/rss_mod/sprite_rss_feeds.png) no-repeat scroll;height:17px;padding-bottom:2px;vertical-align:middle;width:91px}
blockquote{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;color:#4e4e4e;margin-left:5px}blockquote blockquote{background-color:#FFF4CC}blockquote blockquote blockquote{background-color:#FFF4CC}blockquote div{color:#4e4e4e;font-size:12px;margin-left:4px}blockquote cite{border-bottom:1px solid #417394;color:#417394;font-size:10px;margin-bottom:3px}dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}
dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}dd.topics{visibility:hidden}.forabg{background-color:#;background-image:url(https://2img.net/i/fa/empty.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #fff;clear:both;margin-bottom:4px;padding:0 5px}.colorpicker{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp11.png);display:none;font-family:Arial, Helvetica, sans-serif;height:176px;overflow:hidden;position:absolute;width:356px}.colorpicker_color{background:red;cursor:crosshair;height:150px;left:14px;overflow:hidden;position:absolute;top:13px;width:150px}.colorpicker_color div{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp12.png);height:150px;left:0;position:absolute;top:0;width:150px}.colorpicker_color div div{background:url(https://i.servimg.com/u/f46/16/56/73/62/select10.gif);height:11px;left:0;margin:-5px 0 0 -5px;overflow:hidden;position:absolute;top:0;width:11px}
SOMBRA NO AVATAR:
.post span.postdetails a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,.postprofile dl dt 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}----------------------------------------------------------------------------------------------------
div.postprofile dl dt img{-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:5px solid #eee;box-shadow:4px 4px 4px rgba(0,0,0,0.2);margin-left:3px}div.postprofile dl dt img:hover{-moz-transform:rotate(-7deg);-o-transform:rotate(-7deg);-webkit-transform:rotate(-7deg)}.ultmembro .box-content a img{display:none!important}.ultmembro .box-content div{display:inline!important}.footer-home::before{color:#000;content:"© Master Cheats | Douglas e Master - Todos os direitos reservados.";display:block;margin-top:40px}.spoiler > dd:after{content:"Clique para Mostrar/Ocultar o Conteudo."}.spoiler > dt:after{content:"Conteudo Oculto";float:right}
.memberBar {
float: right;
padding-top: 14px;
}
.memberBarWrap {
background: url(https://i.imgur.com/7PLSKSu.png) repeat-x top left;
height: 41px;
padding: 13px 3px 0 3px;
}
.memberBarRight {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top right;
height: 54px;
padding: 0 8px;
}
.memberBarLeft {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top left;
height: 54px;
}
.main .main-head {
background: transparent url(https://i.imgur.com/7PLSKSu.png) repeat-x 0px 0px;
margin-bottom:5px;
overflow: hidden;
height:23px;
border-radius:5px;
border:3px solid #d1d1d1;
margin-top:5px;
}
.main .main-head .page-title {
padding-left: 10px;
font: normal bold 15px arial, helvetica, sans-serif;
text-shadow: 1px 1px white;
}
div.main-foot{margin-bottom:10px;margin-top:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
background-image: url(https://i.imgur.com/7PLSKSu.png) !important;
background-repeat: repeat-x;
background-position: center bottom;border-color:1px solid #CCC;}
div.main-foot h2 div strong, div.page-title h2{color:#787878 !important;font-weight:bold;}
#profile-advanced-right {
float: left;
width: 260px;
background-color: #F1F1F1;
background-image: url('https://2img.net/h/oi46.tinypic.com/mmr9mh.png');
background-repeat: repeat-x;
border: 1px solid #C1C1C1;
padding-top: 20px;
border-radius: 6px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
width: 100%;
margin-right: 0px;
margin-top: 18px;
}
#profile-advanced-left {
margin-left: 265px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
position: relative;
}
#profile-advanced-right .module.main .main-head {
background: transparent;
}
#profile-advanced-right .module.main .main-head em {
color: black;
}
#profile-advanced-right .module.main {
color: #424242;
background-color: #F1F1F1;
border: 0px;
border-radius: 0px;
background: transparent url(http://www.purevb.com/demo/images/gradients/bottom-shadow.png) repeat-x left bottom;
}
#profile-advanced-right .module .main-content {
background-color: #F1F1F1;
}
#profile-advanced-right .module .main-content img {
border: 3px solid white;
outline: 1px solid #D9D9D9;
max-width: 220px;
height: auto;
}
#tabs ul li a {
font-weight: bold;
border-radius: 6px 6px 0 0;
color: #424242;
background-color: #F1F1F1;
border-color: #C1C1C1;
background-image: url('https://2img.net/h/oi50.tinypic.com/2rcpvd3.png');
background-repeat: repeat-x;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #rgba(244, 244, 244, 0);
border-color: #333;
}
#tabs ul li.activetab a {
color: white;
background-color: #363636;
border-color: #363636;
background-image: url('https://2img.net/h/oi50.tinypic.com/9qky9y.png');
background-repeat: repeat-x;
text-decoration: none;
}
#profile-advanced-details .main-head {
border-radius: 0px;
border-top: 3px solid #363636;
background: #F1F1F1;
}
#profile-advanced-details .main-head .subtitle {
color: black;
}
.pun .post .user {
text-align: center;
}
a:link{text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:active {text-decoration: none !important;}
/*---------------FIM CSS SKIN-----------*/
/*---Coloque seu css apartir daqui-----*/
/*---Efeito Opacidade ---*/
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*--------/Numeros dos topicos/-------*/
p.pag,.paging{
border-radius:3px;
color: white;
margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{
color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{
border-radius:3px;
padding: 6px 9px 6px 9px !important;
margin-right: 3px !important;
font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 1px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;
top:-3px;
margin-top:-5px!Important;
vertical-align: center !important;}
/*----------Barra de navegaçao---------*/
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}
/*-------------------------Perfil em 3D-------------------------------*/
-moz-selection, ::selection {
background: rgba(0, 160, 250, 0.5);
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.pun .user-ident .user-basic-info {
color: white;
font-size: 1.5em;
font-weight: 700;
line-height: 1.8em;
text-align: center;
text-shadow: 0 1px 0 #CCC,0 2px 0 #C9C9C9,0 3px 0 #BBB,0 4px 0 #B9B9B9,0 5px 0 #AAA,0 6px 1px rgba(0, 0, 0, .1),0 0 5px rgba(0, 0, 0, .1),0 1px 3px rgba(0, 0, 0, .3),0 3px 5px rgba(0, 0, 0, .2),0 5px 10px rgba(0, 0, 0, .25),0 10px 10px rgba(0, 0, 0, .2),0 20px 20px rgba(0, 0, 0, .15);
}
.pun .user-ident .user-basic-info {
font-weight: 700;
}
.pun div, .pun td, .sig-line {
color: ##DDD;
}
/*-------------------------Quadro no perfil-------------------------------*/
.pun .username {
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
border-image: initial;
}
.spoiler > dt::after {
content: "© WebZone";
float: right;
}
.module-advert{display:none;}
/*-------------------------Outros-------------------------------*/
#online .on-title, #statistics .stats-title {
border-bottom: 1px solid white;
font-size: 30px;
height: 70px;
text-transform: uppercase;
}
.online-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#online {
background: #EAEAEA;
border-right: 2px solid #D2D2D2;
vertical-align: top;
width: 60%;
}
#online .on-title {
background: #F3F3F3;
}
#pun-announcement, #pun-visit, .main-box {
-moz-border-radius: 5px;
-moz-box-shadow: 0 2px 5px 0 #dcdcdc;
background: white url(https://i.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
border: 1px solid #D6D6D6;
border-radius: 5px;
box-shadow: 0 2px 5px 0 #dcdcdc;
border-image: initial;
}
#general-stats {
-moz-box-shadow: 0 0 7px 0 #dcdcdc;
background: whiteSmoke;
border: 1px solid white;
box-shadow: 0 0 7px 0 #dcdcdc;
text-shadow: 1px 1px 0 white;
width: 100%;
border-image: initial;
}
#online .on-title a, #statistics .stats-title a {
bottom: -23px;
font-family: Century Gothic!important;
left: 20px;
position: relative;
}
.chart, .globe {
height: 28px;
margin-top: -3px;
vertical-align: middle;
}
#statistics {
border-left: 1px solid white;
float: right;
padding-bottom: 15px;
vertical-align: top;
width: 100%;
}
.stats-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#legend {
margin: 25px 0;
}
.groups {
background: url(https://i.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
float: right;
margin-top: -22px;
padding: 5px 0 5px 18px;
}
li {list-style-type:none;}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tdtopics {
padding-left: 42px;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.forumbit_post .foruminfo .forumicon {
position: absolute;
}
/*----Chatbox----*/
#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}
#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}
#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}
#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{display:none}
#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}
#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(https://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_messenger_form .right img[src="https://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}
#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}
#chatbox_header{height:0;font-size:0}
#chatbox{top:32px;left:0}
#chatbox p.clearfix:first-child{padding-top:8px}
#chatbox_members{position:absolute;z-index:1;height:21px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}
#chatbox_members li{display:inline;margin-right:0}
#chatbox_members a:last-child:after{content:', '}
#chatbox_members li:last-child a:last-child:after{content:''}
#chatbox_footer{background:#FAFAFA;border-top:1px solid #dcdcdc;clear:both;float:right;margin-top:-6px;min-width:230px;position:relative;width:290px}
.right{clear:both;float:right}
input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;-webkit-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;background:#FCFCFC;border:1px solid #D4D4D4;box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;color:#9F9F9F;height:45px;margin:20px 20px 0;padding:6px;text-shadow:#fff 0 1px 0;width:240px}
#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}
#message,#submit_button:hover{opacity:.9}/*Daemon code*/
#chatbox p{border-bottom:1px solid #DDD;border-top:1px solid #fff;line-height:1.2em}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#simple-wrap{background:#fff}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}/*Daemon code*/
#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}/*Daemon code*/
#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}/*Daemon code*/
#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}/*Daemon code*/
#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}/*Daemon code*/
#divcolor{background-image:url(https://2img.net/i/fa/wysiwyg/color_swatch.png)}
#divsmilies{background-image:url(https://i.servimg.com/u/f26/12/56/56/12/emotic10.png)}/*Daemon code*/
#chatbox{background:#f0f0f0;border:1px solid #dcdcdc;left:0;padding:8px;right:290px}/*Daemon code*/
#chatbox_header.main-head{background:#f5f5f5 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_strong.png) repeat-x 0 0;border:1px solid #EAEAEA;padding:2px}/*Daemon code*/
.chatbox-title,.chatbox-title a.chat-title{color:#333;font-size:12px;font-weight:700}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#333}
.boxOut{-moz-border-radius:4px;-moz-box-shadow:rgba(0,0,0,0.1) 0 0 4px;-webkit-border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 4px;background:#fff;border:1px solid #D2D2D2;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 0 4px;padding:0 7px}/*Daemon code*/
#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}
#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}
#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}
#onlinechat{background:#fff;border-top:none}
a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}
#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child{font-size:0px}
#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child:before{margin-left:7px;background:url(https://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}
#chatbox_contextmenu{z-index:1}
.chatbox ul.online-users li a span:first-child strong {
display: none !important;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #fff;
-moz-transition: all .218s;
-ms-box-shadow: inset 0 0 1px #fff;
-ms-transition: all .218s;
-o-box-shadow: inset 0 0 1px #fff;
-o-transtion: all .218s;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px #fff;
-webkit-transition: all .218s;
background-image: linear-gradient(top,white0%,#E0E0E0100%);
border: 1px solid #CCC;
border-bottom-color: #AAA;
border-radius: 3px;
box-shadow: inset 0 0 1px #fff;
color: #555;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);
font-size: 11px;
font-weight: 700;
height: 2.35em;
padding: 0 .91em;
text-shadow: 0 1px 0 #fff;
transition: all .218s;
}
a[href="/uID"] {
background-image:url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif)
}
width:auto;
min-width:990px;
max-width:auto;
margin: 0;
}
#pageWrapper {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG.gif) repeat-x top left;
}
#pageWrapper.loggedIn {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageBG_in.gif) repeat-x top left;
}
.pageTop {}
.pageWrap {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/pageGlow_left.png) no-repeat top left;
min-width:1250px;
width:990px;
padding-top:73px;
margin:0px auto 0px auto;
}
.whiteWrap {
background:#fff;
}
/* Social Bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.socialBox {
line-height: 49px;
color: #575757;
font-size: 15px;
font-family: arial, helvetica, sans-serif;
font-weight: 700;
font-style: italic;
}
.socialLinks {
float: right;
}
.socialBox span {
padding-right: 6px;
}
.socialBox img {
padding:2px;
vertical-align: middle;
}
/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchBox {
height:39px;
position:absolute;
top:10px;
right:0;
}
.searchMain {
float:right;
}
.searchMainLeft {
background:#eaeaea url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxLeft.gif) no-repeat top left;
height:39px;
}
.searchMainRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchBoxRight.gif) no-repeat top right;
height:39px;
padding:3px 4px 0 11px;
}
.searchBox form {
padding:0;
margin:0;
}
.searchBox input {
float:left;
}
.searchWrap {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/searchInput.gif) no-repeat top left;
width:117px;
height:32x;
padding-right:7px;
float:left;
}
.searchinput {
border:0;
color: #919191;
padding:0 8px;
font-size:12px;
width:101px;
height:32px;
line-height:29px;
margin:0;
background:transparent;
}
.searchButton {
float:left;
}
.searchAdvanced {
float:left;
height:32px;
line-height:32px;
padding-right:9px;
color:#373737;
}
/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.above_body {
background:none;
}
.doc_header {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif) repeat-x top left;
height:88px;
position:relative;
border-bottom:1px solid #d6d5d5;
}
.logo {
position:absolute;
top:0px;
left:0px;
}
.slogan {
position:absolute;
top:58px;
left:122px;
color:#AB0000;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.slogan a:link, .slogan a:visited {
color:#8d8d8d;
font-weight:400;
}
.slogan a:hover {
color:#303030;
}
#loginBox {
width:300px;
height:90px;
position:absolute;
top:0;
right:20px;
padding:20px 0 0 0;
color:#838383;
}
#loginBox ul {
list-style:none;
padding:0;
margin:0;
}
#loginBox li {
float:left;
}
.loginBox {
float:left;
}
.loginBox ul {
list-style:none;
padding:0;
margin:0;
}
.loginBar li {
float:left;
}
.loginBoxInput {
background: url(http://www.purevb.com/demo/images/styles/elegance/style_red/loginBoxInput.gif) no-repeat top left;
width:117px;
height:32px;
}
.loginInput {
background:transparent;
border:0;
color: #a7a7a7;
width:107px;
height:32px;
line-height:32px;
margin:0;
padding:0 5px;
}
.cb_cookieuser_navbar{
position: relative;
top: 2px;
}
.inputPad .loginBoxInput {}
.inputPad {
padding-right:6px;
}
.submitPad {
padding:0;
}
.submitPad input {}
.memberBottom {}
.memberLinks {
padding-top:4px;
float:left;
}
.memberLinks a:link, .memberLinks a:visited {
color:#838383;
text-shadow: #fff 1px 1px;
}
.memberLinks a:hover {
color:#AB0000;
}
.rememberMe {
float:right;
font-size:13px;
padding-top:4px;
color:#838383;
text-shadow: #fff 1px 1px;
}
.rememberMe label {
padding:0;
margin:0;
}
.loginLeft {
float:left;
padding:15px 0;
color:#606060;
}
.loginLeft a:link, .loginLeft a:visited {
color:#606060;
font-size:14px;
margin:0 2px;
}
.loginLeft a:hover {
color:#AB0000;
}
/* Content Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentTop {
background:#f9f8f8;
padding-top:4px;
}
#welcomeBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxBG.gif) repeat-x top left;
height:77px;
position:relative;
margin-bottom:11px;
}
.welcomeLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxLeft.png) no-repeat top left;
height:92px;
width:22px;
position:absolute;
top:0;
left:-22px;
}
.welcomeRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/welcomeBoxRight.png) no-repeat top right;
height:92px;
width:22px;
position:absolute;
top:0;
right:-22px;
}
.welcomeMessage {
background:url(https://i.imgur.com/aRFx8.png) no-repeat top left;
width:349px;
height:47px;
position:absolute;
top:14px;
left:9px;
}
.registerButton {
position:absolute;
top:16px;
left:386px;
}
.welcomeWrap {
padding:0 11px 12px 11px;
}
.memberBoxInfo {
float:left;
padding:11px 0 0 11px;
}
.memberBoxInfo h1 {
color:#1f1f1f;
font-size:25px;
text-shadow: #fff 1px 1px;
text-transform:uppercase;
margin:0;
padding:0;
}
.memberBoxInfo h1 a:link, .memberBoxInfo h1 a:visited {
color:#ac3400;
}
.memberBoxInfo h1 a:hover {
color:#AB0000;
}
.memberBoxInfo p {
color:#5d5d5d;
font-size:13px;
margin:0;
padding:0;
text-shadow: #fff 1px 1px;
}
.memberBoxLinks {
float:right;
padding-top:13px;
padding-right:11px;
}
.memberBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxBG.gif) repeat-x top left;
height:45px;
}
.memberBoxLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxLeft.gif) no-repeat top left;
height:45px;
}
.memberBoxRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/memberBoxRight.gif) no-repeat top right;
height:45px;
padding:0 8px;
}
/* Content Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentMain {
padding:11px 0;
}
/* Footer Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerMain {
color:#747474;
padding:15px 0;
font-size:12px;
line-height:18px;
}
.copyright {
text-align:center;
line-height:16px;
padding-bottom:20px;
}
.copyright a:link, .copyright a:visited {
font-weight:700;
color:#AB0000;
}
.copyright a:hover {
color:#424242;
}
.bannerBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bannerBoxBG.gif) no-repeat top left;
width:468px;
height:60px;
padding:4px;
margin:0 auto;
}
/* Footer Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerNav {
height:44px;
font-size:15px;
font-weight:700;
}
.footerNavLeft {
height:44px;
}
.footerNavRight {
height:44px;
padding:0 10px;
}
#footerNav ul {
list-style:none;
padding:0;
margin:0;
float:left;
}
#footerNav li {
float:left;
padding-right:30px;
line-height:44px;
}
#footerNav a:link, #footerNav a:visited {
color:#424242;
}
#footerNav a:hover {
color:#AB0000;
}
.skinSelect{
float:right;
padding-top:8px;
margin:0;
}
.footer {
margin:0;
padding:0;
}
/*************************************************/
/* TOP MEMBER BAR*/
#toplinks, .toplinks {
text-align:left;
line-height:20px;
padding-top:7px;
}
#toplinks .isuser {
float:left;
}
#toplinks .welcomelink {
font-weight:700;
}
.toplinks .notifications a.popupctrl {
color: #3e446e;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks ul.isuser li a:hover {
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.memberBox .welcomeUser {
font-weight:700;
font-size:11px;
float:left;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
.memberBox .toplinks {
padding:2px 0 0 3px;
}
/* Navbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navbar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG.gif) repeat-x top left;
position:relative;
height:86px;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
color:#fff;
width:100%;
padding:0;
margin:0;
}
.navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_left.gif) no-repeat top left;
height:86px;
}
.navRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navRight_left.gif) no-repeat top right;
height:86px;
}
.registerNow {
position:absolute;
top:9px;
right:9px;
}
#navtabs li.selected ul.floatcontainer {
margin-top:5px;
}
#navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
line-height:27px;
height:27px;
}
.navbar a { color:#fff; }
.navbar a:hover { color:#fff4aa; }
.navtabs ul li:first-child {
margion-left: 10px;
text-indent: 0;
}
.navtabs {
background:none;
padding-left:0;
}
.navtabs ul {
position:absolute;
top:49px;
left:0px;
width:100%;
/* This is to fix RTL menu issue under Opera */
direction:ltr;
}
.navtabs li {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li.selected {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSplit_hover.gif) no-repeat top right;
float:left;
padding-right:3px;
}
.navtabs li li {
background:none;
}
.navtabs ul li {
border-right: 0;
position: relative;
}
.navtabs li a {
height:49px;
line-height:49px;
}
.navtabs li a.navtab {
display:block;
min-width:60px;
width:auto !important;
width:60px;
_min-width:75px;
_width:auto !important;
_width:75px;
text-align:center;
color:#fff;
font-size:15px;
text-decoration:none;
line-height:46px;
height:46px;
padding:3px 15px 0 15px;
font-weight:700;
background:none;
text-transform:uppercase;
}
.navtabs li a.navtab:hover {
background:none;
color:#fff4aa;
}
.navtabs li.selected {
color:#fff4aa;
height:49px;
}
.navtabs li.selected a.navtab {
background:none;
color:#fff4aa;
position:relative;
top:-px;
padding-top:px;
z-index:10;
}
.navtabs li.selected a.navtab:hover {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navBG_hover.gif) repeat-x top left;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
text-decoration:none;
font: 12px Arial, Calibri, Verdana, Geneva, sans-serif;
line-height:27px;
}
.navtabs li.selected li {
padding:0 5px;
}
.navtabs li.selected li li {
padding:0 2px;
}
.navtabs li.selected li a {
color:#8e8e8e;
padding:2px 5px;
text-shadow: #fff 1px 1px;
}
.navtabs li.selected li li a {
text-shadow:none;
}
.navbar_advanced_search li {
height: 27px;
display:block;
clear:both;
}
.navbar_advanced_search li a {
color:#fff;
}
.navbar_advanced_search li a:hover {
color:#fff4aa;
text-decoration:none;
}
.navtabs li.selected li a:hover {
color:#AB0000;
text-decoration:none;
}
.navtabs li.selected .popupbody li > a {
padding:0pxpx 10px;
text-indent: 0;
color: ;
}
.navtabs li.selected li a.popupctrl {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:solid px transparent;
_border: none;
background:transparent url(http://www.purevb.com/demo/images/styles/elegance/misc/arrow.png) no-repeat right center;
padding-right:15px;
_background-image:url('http://www.purevb.com/demo/images/styles/elegance/misc/arrow.gif');
color:#8e8e8e;
}
.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active,
.navtabs li.selected li a:hover.popupctrl {
color:#fff;
text-shadow:#c75d9f 1px 1px;
}
.navHome .navLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navLeft_home_left.gif) no-repeat top left;
height:86px;
}
#navHome {
float:left;
padding-right:5px;
}
#navSection {
float:left;
}
.navSectionBox {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionBG.gif) repeat-x top left;
height:86px;
}
.navSectionLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionLeft.gif) no-repeat top left;
height:86px;
}
.navSectionRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/navSectionRight.gif) no-repeat top right;
height:86px;
}
/* Breadcrumb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumb {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcBG.gif) repeat-x top left;
height:43px;
position:relative;
color:#5c5c5c;
font-weight:700;
}
.bcLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcLeft.gif) no-repeat top left;
height:43px;
}
.bcRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bcRight.gif) no-repeat top right;
height:31px;
padding:12px 15px 0 15px;
}
.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
border:1px solid transparent;
}
.breadcrumb .navbit a:link, .breadcrumb .navbit a:visited {
font-weight:400;
color:#5c5c5c;
}
.breadcrumb .navbit a:hover {
background:#AB0000;
color:#fff;
border:1px solid transparent;
}
/*************************************************/
/* TCAT BAR */
.tcat {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatBG.gif) repeat-x top left;
color: #424242;
height:56px;
clear:both;
margin-top: 8px;
float: left;
border:0;
padding:0;
width: 100%;
}
.tcatLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatLeft.gif) no-repeat top left;
height:56px;
}
.tcatRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/tcatRight.gif) no-repeat top right;
height:56px;
padding-bottom:8px;
}
.tcat .forumtitle {
font-weight:700;
}
.tcat .tcatDesc {
font-size:12px;
font-weight:400;
}
.tcat h2 {
padding-top:2px;
padding-left:16px;
font: bold 18px arial, helvetica, sans-serif;
line-height: 48px;
float:left;
font-weight:700;
text-shadow: #fff 1px 1px;
}
.tcat a:link, .tcat a:visited {
color:#424242;
}
.tcat a:hover {
}
.tcat .tcatCollapse {
float:right;
position:absolute;
top:12px;
right:12px;
}
/* tcat Thread List Controls - Forumdisplay */
.tcat_threadlist_controls {
float:right;
padding-right:8px;
}
.forumdisplaypopups, #forumdisplaypopups {
clear:both;
}
.tcat_threadlist_controls h6 {
height:56px;
line-height:56px;
padding:0;
display:block;
font-size:12px;
}
.forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
.postlist_popups h6 a.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a.popupctrl {
background:none;
display:block;
_display:56px;
height:56px;
line-height:56px;
font-family:arial, helvetica, sans-serif;
font-weight:700;
font-size:12px;
color:#424242;
padding:0 7px;
border: 0;
float: left;
clear: right;
text-shadow: #fff 1px 1px;
}
.forumdisplaypopups a:hover.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,
.postlist_popups h6 a:hover.popupctrl, .postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl {
border: 0;
color:#424242;
text-decoration:underline;
}
#postlist_popups a, .postlist_popups a {
color: #424242;
_border: none;
}
#postlist_popups a:hover, .postlist_popups a:hover {
color: #424242;
text-decoration:underline;
}
#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
border: 0;
}
#postlist_popups ul li {
color: #3E3E3E;
}
#postlist_popups ul li a, .postlist_popups ul li a {
color: #3E3E3E;
_border: none;
}
#postlist_popups ul li a:hover, .postlist_popups ul li a:hover {
color: #3E3E3E;
text-decoration:underline;
}
#forumdisplaypopups ul a, .forumdisplaypopups ul a {
color: #3e3e3e;
}
.tcat .toolsmenu {
background:none;
border:none;
margin:0;
}
.toolsmenu div {
border:0;
}
.tcat .toolsmenu ul {
padding:0;
}
.tcat .toolsmenu .popupgroup a.popupctrl, .tcat .toolsmenu .popupgroup .popupmenu a.popupctrl, .tcat .toolsmenu .nopopupgroup li a {
padding:0 7px;
_display:56px;
height:56px;
line-height:56px;
}
/*************************************************/
/* THEAD BAR*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font-size: 16pt;
font-weight:400;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border: 1px solid #efefef;
border-bottom:0;
border-left:0;
}
.postfootWrap {
border-right: 1px solid #efefef;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
/* Postbit Align Username and Avatar Center
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color: #ab1b1b;
font-weight:700;
}
.userinfo_extra dd {
background: #fff;
color: #4d5153;
border: 1px solid #d8d6ca;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* Bottom Bar (Bar along the bottom of the forum areas)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bottomBar {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarBG.gif) repeat-x top left;
height:17px;
font-size:0;
clear:both;
}
.bottomBarLeft {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarLeft.gif) no-repeat top left;
height:17px;
}
.bottomBarRight {
background:url(http://www.purevb.com/demo/images/styles/elegance/style_red/bottomBarRight.gif) no-repeat top right;
height:17px;
}
/* Thead Bars (Forum Home, Forum Display & Postbit)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thead_bar .theadrow {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
font: normal 11px arial, helvetica, sans-serif;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
line-height:28px;
}
.thead_bar .padding {
padding-left:12px;
}
.thead_bar .forumhead span.forumlastpost {
width: 23%;
}
.thead_bar .theadrow .forumdata {
float: left;
}
.thead_bar {
float: left;
position:relative;
width: 100%;
display:block;
}
.thead_bar .forumhead .forumtitle {
width: 76%;
}
.thead_bar .foruminfo {
width: 53%;
min-width: 30%;
float: left;
clear: right;
}
.thead_bar .foruminfo .forumdata {
padding: 0;
width: 100%;
_width: 99%;
}
.thead_bar .forumstats, .thead_bar .forumstats_2 {
display: block;
float: left;
clear: right;
width: 16%;
margin-right: 2%;
}
.thead_bar .foruminfo .forumdata .datacontainer {
float: left;
width: 86%;
padding:0;
padding-left: 68px;
}
.thead_bar .forumactionlinks {
width: 5%;
display:block;
float:left;
clear:right;
}
.thead_bar .forumactionlink {
display:block;
width:18px;
overflow:hidden;
float: right;
clear: left;
background:transparent none no-repeat;
position: relative;
}
.thead_bar .forumstats li, .thead_bar .forumstats_2 li{
font-size: 12pxpx;
text-align: right;
padding-right: 20px;
display:block;
}
.thead_bar .forumlastpost {
display:block;
float: left;
clear: right;
}
.thead_bar .theadrow .forumlastpost {
width: 22%;
}
.forumbitBody {
padding-right:2px;
clear:both;
}
/*threadlisthead and posthead*/
#threadlist .threadlisthead {
background:#efefef url(http://www.purevb.com/demo/images/styles/elegance/style/theadBG.gif) repeat-x left top;
display:block;
width: 100%;
float: left;
position:relative;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
padding:4px 0px 4px 0px;
margin: 0;
}
.threadlist {
margin-top:0;
}
#threadlist .threadlisthead a, #threadlist .threadlisthead a:hover {
color:#8f8f8f;
}
.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
background:#efefef url(images/styles/elegance/style/theadBG.gif) repeat-x left top;
clear:both;
display:block;
float: left;
width: 100%;
margin: -1px -1px 0;
padding:4px 0px 4px 0px;
border:0;
border:1px solid #f0f0f0;
border-bottom:1px solid #d4d4d4;
color:#8f8f8f;
font: normal 11px arial, helvetica, sans-serif;
}
#posts .posthead a:link, #posts .posthead a:visited {
color:#1c61b7;
}
#posts .posthead a:hover {
color:#1c61b7;
}
#posts .posthead .time, #posts .nodecontrols {
color:#1c61b7;
}
/* CMS & Blog CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1.header, h2.header {
text-transform:capitalize;
}
/* Forum Home
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#5c5c5c;
font: 16px arial, helvetica, sans-serif;
}
.forumrow .forumtitle a:hover{
color:#AB0000;
}
.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#646057;
font-weight:700;
}
.forumrow .lastposttitle a:hover{
color:#AB0000;
}
#forums .lastpostby a.username {
color:#AB0000;
}
#forums .lastpostby a.username:hover {
color:#5c5c5c;
}
.forumdescription {
color:#6f6f6f;
}
#notices .restore {
background:#ffefb6 none ;
border:1px solid #f3f2f2;
color:#3c3a22;
line-height:16px;
padding:8px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height:36px;
}
/* Advanced Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchtypeswitcher {
border-bottom:4px solid #3a65a6;
}
#searchtypeswitcher li a {
background-color:#6a94d3;
color:#FFF;
}
#searchtypeswitcher li.selected a {
background-color:#3a65a6;
}
#searchtypeswitcher li a:hover {
background-color:#3a65a6;
}
/* vBulletin Groups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li.sgicon .maincol, #sidebar li.sgicon .maincol,#thumbnails li {
background: #fff none ;
}
#sidebar li.sgicon .maincol .textcontrol {
color: #424242;
}
#content .grouplist .blockrow > li, #content .grouplist .blockrow > ol, #content .grouplist .blockrow > div {
background: #f5f5f5 none ;
border: 1px solid #efefef;
}
#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border: 1px solid #efefef;
}
.toolsmenu {
background: #f1f1f1 url(http://www.purevb.com/demo/images/gradients/top-highlight.png) repeat-x left top;
_background-image: none;
border: 1px solid #c1c1c1;
}
.toolsmenu div {
border-top:none;
color: #424242;
}
.toolsmenu h1 a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .nopopupgroup li a {
color: #424242;
}
.toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active {
color: #424242;
}
dl.blogbit, tr.blogbit,
dl.blogcatbit, tr.blogcatbit {
background: #fff none ;
}
/* PostBitBy : WebZoneTeam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#postlist .userinfo {
padding-top:10px;
}
.username_container {
padding:2px 0;
text-align:center;
}
.username_container .username strong {
font: normal 16pt arial, helvetica, sans-serif;
}
.usertitle, .rank {
text-align:center;
}
.usercenter {
padding-top:5px;
text-align:center;
}
.userinfo_extra dt {
padding:6px 3px 0 10px;
margin:0;
color:#d65600;
font-weight:;
}
.userinfo_extra dd {
background:#fff none ;
color:#414141;
border:1px solid #b9c4cd;
padding:3px 0 3px 0;
margin:0;
margin-top: 2px;
}
/* center avatar, username, title, rank in postbit legacy 4.0.2 */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .postbit_reputation,.postbitlegacy .userinfo .postbit_reputation img {float:none; text-align:center;}
.postbit, .postbitlegacy, .eventbit {
margin-bottom: 0;
}
.bbcode_container .bbcode_quote_container {
background:none;
}
.forum_info_block, .forum_info_form {
background:none;
}
.postfoot {
border-top: 1px solid #ebe8e4;
}
.postfootWrap {
border-right: 1px solid #ebe8e4;
}
#thread_info a.collapse {
position: absolute;
top: 9px;
}
.pun .user-ident .username {
position: relative;
padding-top: 20px;
}
#pun-announcement {
background-color: transparent;
border-style: none;
border-width: 1px;
padding: 1em;
}
.pun .posthead {
background: #F4F4F4;
border-bottom: 1px solid #EBE8E4;
padding: .5em 1.3em .5em 1em;
}
.pun .post .user {
text-align: center;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
background-color: #F8F8F8;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.5em;
position: relative;
}
.user-basic-info a img {
border-radius: 5px;
height: 290px!important;
width: 140px!important;
}
.postfoot {
background: white url(https://i.imgur.com/uM0Ag.png) top left repeat-x;
border-top: 1px solid #C8C8C8;
padding-top: 10px;
padding-bottom: 10px;
}
.toplinks ul.isuser li.welcomelink {
display: block;
float: right;
clear: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
color: #465008;
}
.pun .post .user {
text-align: center;
}
form#smilies_categ{display:none!important}
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*footer*/
#footerNav {
height: 44px;
font-size: 15px;
font-weight: 700;
}
.footerNavLeft {
height: 44px;
}
.footerNavRight {
height: 44px;
padding: 0 10px;
}
.skinSelect {
float: right;
padding-top: 8px;
margin: 0;
}
.footer_select {
float: left;
text-align: left;
margin-left: 10px;
margin-top: 0;
}
.textbox, textarea, select {
font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
color: black;
background: white none;
border: 1px solid #E8EEF8;
padding: 2px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
}
.formcontrols input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#footerMain {
color: #747474;
padding: 15px 0;
font-size: 12px;
line-height: 18px;
}
.copyright {
text-align: center;
line-height: 16px;
padding-bottom: 20px;
}
.slashdot{background-position:-10px -400px}#bookmarks img.smarking{background-position:-9px -440px}#bookmarks img.stumbleupon{background-position:-10px -478px}#bookmarks img.technorati{background-position:-10px -518px}#bookmarks img.yahoo{background-position:-10px -558px}.mceContentBody{background:#fff;color:#4d4d4d}.resize_process .resizebox{display:none}.resize_process img.resize_img{display:none}.resizebox a.enlarge,.resizebox.enlarged a.resize,.resizebox.showfull a.fullsize{display:inline;zoom:1}.resizebox a.fullsize,.resizebox a.resize,.resizebox.enlarged a.enlarge{display:none}.resizebox{background-color:#;cursor:default;display:inline-block;font-size:10px;font-style:normal;font-weight:400;line-height:1.1em;margin:0;max-width:100%;text-align:left}.resizebox div{font-style:normal;font-weight:400;margin:0}.resizebox .resize_border{border:1px solid #fff;display:block}.resizebox .resize_content{display:inline;padding:5px 10px;zoom:1}.resizebox .resize_filler{border:none;display:inline;padding:0;width:40px;zoom:1}.attachbox{background-color:#;border:1px dashed #;clear:left;color:#4d4d4d;float:left;margin:5px 5px 5px 0;padding:6px;width:auto}.attachbox dt{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase}.attachbox .attachments{clear:left;display:inline-block;font-size:.9em;margin-left:10px;padding:0}.attachbox dl.file{border-top:1px solid #fff;display:block;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:10px}dl.file dt{display:inline-block;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:700;padding:0;text-align:center;text-transform:none;vertical-align:middle}dl.file dd{display:inline-block;margin:0 0 0 10px;vertical-align:top}dl.file dd span{display:block}.info{font-size:10px;font-style:italic}.codebox{display:block}.spoiler_content{display:none}.spoiler_content.hidden{display:block}.user_login_form{margin-bottom:5px}.fb_or{background-color:#;border:2px solid #;color:#4d4d4d;font-weight:700;height:16px;line-height:16px;margin:0 30px;padding:5px;width:26px}#cont_pwd{height:21px;margin:0 0 0 20px;width:150px}.pwd_img{color:#000;display:none;font-size:11px;font-weight:700;height:14px;line-height:14px;padding:4px 0 3px;text-align:center;width:150px}#pwd_good{background:url(https://2img.net/i/fa/p_strength/pwd_good.png)}#pwd_middle{background:url(https://2img.net/i/fa/p_strength/pwd_middle.png)}#pwd_bad{background:url(https://2img.net/i/fa/p_strength/pwd_bad.png)}#fb_explain{float:left;padding:5px 0 0 5px}.left{float:left}.fld_connexion{width:300px}.fb_login{height:30px;margin:50px 0 0}.fb_login .fb_or{margin:0 70px 0 60px}#cont_fb_invit iframe{width:760px!important}ul.topiclist.bg_none{background:none}.mod_bookmarks a img{background:url(https://2img.net/i/fa/social_bookmarking/social_bookmarking_fa.png) no-repeat scroll;height:20px;vertical-align:middle;width:20px}.mod_bookmarks img.digg{background-position:-10px -47px}.mod_bookmarks img.delicious{background-position:-10px -8px}.mod_bookmarks img.reddit{background-position:-10px -359px}.mod_bookmarks img.slashdot{background-position:-10px -398px}.mod_bookmarks img.stumbleupon{background-position:-10px -476px}.mod_bookmarks img.furl{background-position:-10px -163px}.mod_bookmarks img.yahoo{background-position:-10px -554px}.mod_bookmarks img.google{background-position:-10px -204px}.mod_bookmarks img.blinklist{background-position:-10px -665px}.mod_bookmarks img.blogmarks{background-position:-10px -630px}.mod_bookmarks img.technorati{background-position:-10px -516px}.mod_rss_feeds a img{background:url(https://2img.net/i/fa/rss_mod/sprite_rss_feeds.png) no-repeat scroll;height:17px;padding-bottom:2px;vertical-align:middle;width:91px}
blockquote{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;color:#4e4e4e;margin-left:5px}blockquote blockquote{background-color:#FFF4CC}blockquote blockquote blockquote{background-color:#FFF4CC}blockquote div{color:#4e4e4e;font-size:12px;margin-left:4px}blockquote cite{border-bottom:1px solid #417394;color:#417394;font-size:10px;margin-bottom:3px}dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}
dl.codebox{-moz-border-radius:5px;-o-border-radius:5px;background-color:#FFF4CC;background-image:url();background-position:bottom;background-repeat:repeat-x;border:1px inset #000;border-bottom:1px solid #FFDC70;border-left:1px solid #FFDC70;border-radius:5px;border-right:1px solid #FFDC70;border-top:1px solid #FFDC70;font-size:1em;margin:0;overflow:auto -webkit-border-radius:5px;padding:3px}dl.codebox dt{border-bottom:1px solid #FFDC70;color:#417394;display:block;font-size:10px;font-weight:700;margin-bottom:3px;text-transform:none}blockquote dl.codebox{margin-left:0}dl.codebox code{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#4e4e4e;display:block;font-family:"Courier New";font-size:12px;height:auto;line-height:1.3em;margin:2px 0;max-height:300px;overflow:auto;padding-top:4px;white-space:normal}.codebox dt{border:none!important}.spoiler{-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:#FFF4CC!important;border:1px solid #FFDC70!important;border-radius:5px}.spoiler dt{border:none!important}.postprofile{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FAFAFA;background-image:url(https://i.servimg.com/u/f22/15/52/27/82/grey13.png);background-position:bottom;background-repeat:repeat-x;border:1px solid #ddd;border-radius:3px;padding-bottom:20px;padding-top:20px;text-align:center;text-weight:bold}li.header dd,li.header dt{font-weight:700;text-shadow:1px 1px 3px #000}#page-footer div.navbar{-moz-border-radius:5px;-webkit-border-radius:5px;background-image:url(http://www.purevb.com/demo/images/styles/elegance/style_red/headerBG.gif);background-repeat:repeat-x;font-color:#fff;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#page-footer ul li a{color:#fff;letter-spacing:0}dd.topics{visibility:hidden}.forabg{background-color:#;background-image:url(https://2img.net/i/fa/empty.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #fff;clear:both;margin-bottom:4px;padding:0 5px}.colorpicker{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp11.png);display:none;font-family:Arial, Helvetica, sans-serif;height:176px;overflow:hidden;position:absolute;width:356px}.colorpicker_color{background:red;cursor:crosshair;height:150px;left:14px;overflow:hidden;position:absolute;top:13px;width:150px}.colorpicker_color div{background:url(https://i.servimg.com/u/f46/16/56/73/62/colorp12.png);height:150px;left:0;position:absolute;top:0;width:150px}.colorpicker_color div div{background:url(https://i.servimg.com/u/f46/16/56/73/62/select10.gif);height:11px;left:0;margin:-5px 0 0 -5px;overflow:hidden;position:absolute;top:0;width:11px}
SOMBRA NO AVATAR:
.post span.postdetails a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,.postprofile dl dt 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}----------------------------------------------------------------------------------------------------
div.postprofile dl dt img{-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:5px solid #eee;box-shadow:4px 4px 4px rgba(0,0,0,0.2);margin-left:3px}div.postprofile dl dt img:hover{-moz-transform:rotate(-7deg);-o-transform:rotate(-7deg);-webkit-transform:rotate(-7deg)}.ultmembro .box-content a img{display:none!important}.ultmembro .box-content div{display:inline!important}.footer-home::before{color:#000;content:"© Master Cheats | Douglas e Master - Todos os direitos reservados.";display:block;margin-top:40px}.spoiler > dd:after{content:"Clique para Mostrar/Ocultar o Conteudo."}.spoiler > dt:after{content:"Conteudo Oculto";float:right}
.memberBar {
float: right;
padding-top: 14px;
}
.memberBarWrap {
background: url(https://i.imgur.com/7PLSKSu.png) repeat-x top left;
height: 41px;
padding: 13px 3px 0 3px;
}
.memberBarRight {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top right;
height: 54px;
padding: 0 8px;
}
.memberBarLeft {
background: url(https://i.imgur.com/7PLSKSu.png) no-repeat top left;
height: 54px;
}
.main .main-head {
background: transparent url(https://i.imgur.com/7PLSKSu.png) repeat-x 0px 0px;
margin-bottom:5px;
overflow: hidden;
height:23px;
border-radius:5px;
border:3px solid #d1d1d1;
margin-top:5px;
}
.main .main-head .page-title {
padding-left: 10px;
font: normal bold 15px arial, helvetica, sans-serif;
text-shadow: 1px 1px white;
}
div.main-foot{margin-bottom:10px;margin-top:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
background-image: url(https://i.imgur.com/7PLSKSu.png) !important;
background-repeat: repeat-x;
background-position: center bottom;border-color:1px solid #CCC;}
div.main-foot h2 div strong, div.page-title h2{color:#787878 !important;font-weight:bold;}
#profile-advanced-right {
float: left;
width: 260px;
background-color: #F1F1F1;
background-image: url('https://2img.net/h/oi46.tinypic.com/mmr9mh.png');
background-repeat: repeat-x;
border: 1px solid #C1C1C1;
padding-top: 20px;
border-radius: 6px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
width: 100%;
margin-right: 0px;
margin-top: 18px;
}
#profile-advanced-left {
margin-left: 265px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
position: relative;
}
#profile-advanced-right .module.main .main-head {
background: transparent;
}
#profile-advanced-right .module.main .main-head em {
color: black;
}
#profile-advanced-right .module.main {
color: #424242;
background-color: #F1F1F1;
border: 0px;
border-radius: 0px;
background: transparent url(http://www.purevb.com/demo/images/gradients/bottom-shadow.png) repeat-x left bottom;
}
#profile-advanced-right .module .main-content {
background-color: #F1F1F1;
}
#profile-advanced-right .module .main-content img {
border: 3px solid white;
outline: 1px solid #D9D9D9;
max-width: 220px;
height: auto;
}
#tabs ul li a {
font-weight: bold;
border-radius: 6px 6px 0 0;
color: #424242;
background-color: #F1F1F1;
border-color: #C1C1C1;
background-image: url('https://2img.net/h/oi50.tinypic.com/2rcpvd3.png');
background-repeat: repeat-x;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #rgba(244, 244, 244, 0);
border-color: #333;
}
#tabs ul li.activetab a {
color: white;
background-color: #363636;
border-color: #363636;
background-image: url('https://2img.net/h/oi50.tinypic.com/9qky9y.png');
background-repeat: repeat-x;
text-decoration: none;
}
#profile-advanced-details .main-head {
border-radius: 0px;
border-top: 3px solid #363636;
background: #F1F1F1;
}
#profile-advanced-details .main-head .subtitle {
color: black;
}
.pun .post .user {
text-align: center;
}
a:link{text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover{text-decoration: none !important;}
a:active {text-decoration: none !important;}
/*---------------FIM CSS SKIN-----------*/
/*---Coloque seu css apartir daqui-----*/
/*---Efeito Opacidade ---*/
.user-avatar img {
opacity: 0.6;
}
.post:hover .user-avatar img {
opacity: 1;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}
.post:hover .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: .5;
}
.post .post-options:hover {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 1!important;
}
.post .post-options {
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-webkit-transition: all .2s linear;
opacity: 0;
}
/*--------/Numeros dos topicos/-------*/
p.pag,.paging{
border-radius:3px;
color: white;
margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{
color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{
border-radius:3px;
padding: 6px 9px 6px 9px !important;
margin-right: 3px !important;
font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 1px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;
-moz-box-shadow: 0px 1px #D4D4D4 !important;
-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;
top:-3px;
margin-top:-5px!Important;
vertical-align: center !important;}
/*----------Barra de navegaçao---------*/
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}
/*-------------------------Perfil em 3D-------------------------------*/
-moz-selection, ::selection {
background: rgba(0, 160, 250, 0.5);
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.pun .user-ident .user-basic-info {
color: white;
font-size: 1.5em;
font-weight: 700;
line-height: 1.8em;
text-align: center;
text-shadow: 0 1px 0 #CCC,0 2px 0 #C9C9C9,0 3px 0 #BBB,0 4px 0 #B9B9B9,0 5px 0 #AAA,0 6px 1px rgba(0, 0, 0, .1),0 0 5px rgba(0, 0, 0, .1),0 1px 3px rgba(0, 0, 0, .3),0 3px 5px rgba(0, 0, 0, .2),0 5px 10px rgba(0, 0, 0, .25),0 10px 10px rgba(0, 0, 0, .2),0 20px 20px rgba(0, 0, 0, .15);
}
.pun .user-ident .user-basic-info {
font-weight: 700;
}
.pun div, .pun td, .sig-line {
color: ##DDD;
}
/*-------------------------Quadro no perfil-------------------------------*/
.pun .username {
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
border-image: initial;
}
.spoiler > dt::after {
content: "© WebZone";
float: right;
}
.module-advert{display:none;}
/*-------------------------Outros-------------------------------*/
#online .on-title, #statistics .stats-title {
border-bottom: 1px solid white;
font-size: 30px;
height: 70px;
text-transform: uppercase;
}
.online-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#online {
background: #EAEAEA;
border-right: 2px solid #D2D2D2;
vertical-align: top;
width: 60%;
}
#online .on-title {
background: #F3F3F3;
}
#pun-announcement, #pun-visit, .main-box {
-moz-border-radius: 5px;
-moz-box-shadow: 0 2px 5px 0 #dcdcdc;
background: white url(https://i.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
border: 1px solid #D6D6D6;
border-radius: 5px;
box-shadow: 0 2px 5px 0 #dcdcdc;
border-image: initial;
}
#general-stats {
-moz-box-shadow: 0 0 7px 0 #dcdcdc;
background: whiteSmoke;
border: 1px solid white;
box-shadow: 0 0 7px 0 #dcdcdc;
text-shadow: 1px 1px 0 white;
width: 100%;
border-image: initial;
}
#online .on-title a, #statistics .stats-title a {
bottom: -23px;
font-family: Century Gothic!important;
left: 20px;
position: relative;
}
.chart, .globe {
height: 28px;
margin-top: -3px;
vertical-align: middle;
}
#statistics {
border-left: 1px solid white;
float: right;
padding-bottom: 15px;
vertical-align: top;
width: 100%;
}
.stats-content {
border-top: 1px solid #D9D9D9;
padding: 15px;
}
#legend {
margin: 25px 0;
}
.groups {
background: url(https://i.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
float: right;
margin-top: -22px;
padding: 5px 0 5px 18px;
}
li {list-style-type:none;}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tdtopics {
padding-left: 42px;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.forumbit_post .foruminfo .forumicon {
position: absolute;
}
/*----Chatbox----*/
#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}
#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}
#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}
#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{display:none}
#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}
#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(https://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}
#chatbox_messenger_form .right img[src="https://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}
#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}
#chatbox_header{height:0;font-size:0}
#chatbox{top:32px;left:0}
#chatbox p.clearfix:first-child{padding-top:8px}
#chatbox_members{position:absolute;z-index:1;height:21px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}
#chatbox_members li{display:inline;margin-right:0}
#chatbox_members a:last-child:after{content:', '}
#chatbox_members li:last-child a:last-child:after{content:''}
#chatbox_footer{background:#FAFAFA;border-top:1px solid #dcdcdc;clear:both;float:right;margin-top:-6px;min-width:230px;position:relative;width:290px}
.right{clear:both;float:right}
input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;-webkit-box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;background:#FCFCFC;border:1px solid #D4D4D4;box-shadow:inset rgba(0,0,0,0.1) 0 1px 3px;color:#9F9F9F;height:45px;margin:20px 20px 0;padding:6px;text-shadow:#fff 0 1px 0;width:240px}
#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}
#message,#submit_button:hover{opacity:.9}/*Daemon code*/
#chatbox p{border-bottom:1px solid #DDD;border-top:1px solid #fff;line-height:1.2em}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#simple-wrap{background:#fff}/*Daemon code*/
#chatbox_messenger_form div.right img{visibility:hidden}/*Daemon code*/
#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}/*Daemon code*/
#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}/*Daemon code*/
#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}/*Daemon code*/
#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}/*Daemon code*/
#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}/*Daemon code*/
#divcolor{background-image:url(https://2img.net/i/fa/wysiwyg/color_swatch.png)}
#divsmilies{background-image:url(https://i.servimg.com/u/f26/12/56/56/12/emotic10.png)}/*Daemon code*/
#chatbox{background:#f0f0f0;border:1px solid #dcdcdc;left:0;padding:8px;right:290px}/*Daemon code*/
#chatbox_header.main-head{background:#f5f5f5 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_strong.png) repeat-x 0 0;border:1px solid #EAEAEA;padding:2px}/*Daemon code*/
.chatbox-title,.chatbox-title a.chat-title{color:#333;font-size:12px;font-weight:700}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#333}
.boxOut{-moz-border-radius:4px;-moz-box-shadow:rgba(0,0,0,0.1) 0 0 4px;-webkit-border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 4px;background:#fff;border:1px solid #D2D2D2;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 0 4px;padding:0 7px}/*Daemon code*/
#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}
#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}
#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}
#onlinechat{background:#fff;border-top:none}
a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}
#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child{font-size:0px}
#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}
#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style"]:last-child:before{margin-left:7px;background:url(https://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}
#chatbox_contextmenu{z-index:1}
.chatbox ul.online-users li a span:first-child strong {
display: none !important;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #fff;
-moz-transition: all .218s;
-ms-box-shadow: inset 0 0 1px #fff;
-ms-transition: all .218s;
-o-box-shadow: inset 0 0 1px #fff;
-o-transtion: all .218s;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px #fff;
-webkit-transition: all .218s;
background-image: linear-gradient(top,white0%,#E0E0E0100%);
border: 1px solid #CCC;
border-bottom-color: #AAA;
border-radius: 3px;
box-shadow: inset 0 0 1px #fff;
color: #555;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);
font-size: 11px;
font-weight: 700;
height: 2.35em;
padding: 0 .91em;
text-shadow: 0 1px 0 #fff;
transition: all .218s;
}
a[href="/uID"] {
background-image:url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif)
}
inFows- ****
- Membro desde : 20/04/2013
Mensagens : 217
Pontos : 315
Re: Bug no codigo de efeito
Não funcionou
Re: Bug no codigo de efeito
Saudações,
Retire todos os códigos fornecidos acima e substitua por este: (Não se esqueça que o código deverá ser colocado no topo)
Até mais.
Retire todos os códigos fornecidos acima e substitua por este: (Não se esqueça que o código deverá ser colocado no topo)
- Código:
a[href="/u1"] {
background: url("http://i46.servimg.com/u/f46/17/36/33/20/pxg8710.gif");
}
Até mais.
Re: Bug no codigo de efeito
Olá,
nao funcionou
Até mais
nao funcionou
Até mais
Re: Bug no codigo de efeito
Olá,
Ser você não observou estou quasse uma semana que ninguem ainda não mim ajudou
Até mais
Ser você não observou estou quasse uma semana que ninguem ainda não mim ajudou
Até mais
Re: Bug no codigo de efeito
Favor ajuda aqui
Re: Bug no codigo de efeito
Tinha uma "aspa" no final do endereço da imagem!
Troque o código por esse outro:
Troque o código por esse outro:
- Código:
A[href="/u1"] {
background: url(http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);
}
Re: Bug no codigo de efeito
Não funcionou
Até mais
Até mais
Re: Bug no codigo de efeito
Saudações!
Queira checar https://ajuda.forumeiros.com/t52737-
https://ajuda.forumeiros.com/t50536-
Até.
Queira checar https://ajuda.forumeiros.com/t52737-
https://ajuda.forumeiros.com/t50536-
Até.
Convidado- Convidado
Re: Bug no codigo de efeito
Olá,
eu já tentei e nada e por isso que coloquei esse topico por que quero ajuda de verdade
Até mais
eu já tentei e nada e por isso que coloquei esse topico por que quero ajuda de verdade
Até mais
Re: Bug no codigo de efeito
Já tentei todos os tutorial
Algum ajudeiro ou moderador ajuda por favor
Ate mais
Algum ajudeiro ou moderador ajuda por favor
Ate mais
Re: Bug no codigo de efeito
Olá!
Troque por este:
Tópico movido de "Questões sobre códigos" para "Questões sobre a aparência do fórum"
Troque por este:
- Código:
a[href="/u1"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif") !important;
}
Tópico movido de "Questões sobre códigos" para "Questões sobre a aparência do fórum"
Re: Bug no codigo de efeito
Olá,
não funcionou
Até mais
não funcionou
Até mais
Re: Bug no codigo de efeito
Olá, coloque este que o seender passou e dá Ctrl+F5 na página que aparece o perfil
Re: Bug no codigo de efeito
Olá, novamente
eu coloquei e nao funcionou
Até mais
eu coloquei e nao funcionou
Até mais
Re: Bug no codigo de efeito
Olá!
Disponibilize sua folha estilo CSS, há algum outro código em conflito com este.
Até mais!
Disponibilize sua folha estilo CSS, há algum outro código em conflito com este.
Até mais!
Re: Bug no codigo de efeito
Olá, eu mandei por mp eu apagei seu codigo por que era muito grande e ta bem nao deu para coloca aqui
mim ajude por favor
Até mais
mim ajude por favor
Até mais
Re: Bug no codigo de efeito
Olá!
O código que chegou até mim não está completo e é praticamente impossível de selecionar, coloque dentro da tag CODE.
Até mais!
O código que chegou até mim não está completo e é praticamente impossível de selecionar, coloque dentro da tag CODE.
Até mais!
Re: Bug no codigo de efeito
Olá,
mandei novamente
Até mais
mandei novamente
Até mais
Re: Bug no codigo de efeito
Olá,
Por gentileza, me conceda sua Folha de Estilo CSS. Para que eu possa visualizar qual seria o problema.
Até mais.
Por gentileza, me conceda sua Folha de Estilo CSS. Para que eu possa visualizar qual seria o problema.
Até mais.
Re: Bug no codigo de efeito
Olá, mandei os códigos por mp
Até mais
Até mais
Re: Bug no codigo de efeito
Olá,
Repassei sua Folha de Estilo CSS corrigida via MP para o senhor. Lembre-se, havia uma linha fazendo com que alguns CSS entrassem em conflitos. Está: ---------- ...
Até mais.
Repassei sua Folha de Estilo CSS corrigida via MP para o senhor. Lembre-se, havia uma linha fazendo com que alguns CSS entrassem em conflitos. Está: ---------- ...
Até mais.
Página 1 de 2 • 1, 2
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 2
Permissões neste sub-fórum
Não podes responder a tópicos