Last active
October 11, 2015 19:58
-
-
Save vstarck/3912058 to your computer and use it in GitHub Desktop.
3dg.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("foros.3dgames.com.ar") { | |
body { | |
background-image: none !important; | |
background-color: #555 !important; | |
} | |
html body * { | |
font-family: sans-serif !important; | |
} | |
#header, #container_1024, | |
td.gadsback, | |
div[align=center] > div.smallfont, | |
a[href="http://www.certifica.com/"], | |
#top_ad_bg, | |
form[method=get][action="http://foros.3dgames.com.ar/"], | |
#bigfoot, | |
#AutoNumber1, | |
#menus, #logo_dropdown, #basic_search, | |
.userbar_dropdown > li:nth-child(2n), #register_btn, | |
body div.gadsback, | |
/* Descripcion de foros */ | |
.alt1Active .smallfont:nth-child(2), | |
/* +1 en posts*/ | |
img[alt=Puntos], | |
/* Contador de puntos */ | |
.plusone, | |
img[src="http://static1.hypeparama.com.ar/forum_new.gif"], | |
img[src="http://static1.hypeparama.com.ar/forum_new_lock.gif"], | |
#inlinemodform table:first-of-type tr[valign=bottom] td.smallfont { | |
display: none !important; | |
} | |
.main_table { | |
/*box-shadow: 1px 0 8px #000000 !important;*/ | |
background-color: transparent !important; | |
border: none !important; | |
} | |
#inlinemodform { | |
display: block !important; | |
margin-top: -25px !important; | |
} | |
/* Post */ | |
#posts .page > div > div > div { | |
border: 1px solid #333333; | |
border-radius: 2px 2px 2px 2px; | |
} | |
#posts .page > div > div > div table.tborder > tbody > tr:first-child > td { | |
border-bottom: 1px solid #333 !important; | |
} | |
/* Post -> panel izq */ | |
#posts .page > div > div > div table.tborder > tbody > tr:nth-child(2) > td:first-child { | |
border-right: 1px solid #333 !important; | |
border-bottom: 1px solid #333 !important; | |
} | |
/* Post -> panel der */ | |
#posts .page > div > div > div table.tborder > tbody > tr:nth-child(2) > td:last-child { | |
border-bottom: 1px solid #333 !important; | |
} | |
/* Post -> panel izq inf */ | |
#posts .page > div > div > div table.tborder > tbody > tr:nth-child(3) > td:first-child { | |
background-color: #424954 !important; | |
} | |
body #user_bar { | |
background-image: none !important; | |
background-color: #333333 !important; | |
color: #FFFFFF !important; | |
font: 12px Arial !important; | |
height: 100% !important; | |
overflow: visible !important; | |
position: fixed !important; | |
right: 0 !important; | |
top: 0 !important; | |
width: 45px !important; | |
z-index: 90000 !important; | |
box-shadow: 1px 1px 5px #000000 !important; | |
} | |
body #wrapper > div:last-child:not(#userbar_logged_data), | |
body #login_dropbox { | |
width: 96px !important; | |
float: none !important; | |
background: none repeat scroll 0 0 #333333 !important; | |
border-radius: 9px 9px 9px 9px !important; | |
height: 24px !important; | |
padding: 10px !important; | |
} | |
body #user_bar #wrapper { | |
width: auto !important; | |
} | |
UL.userbar_notifications_dropdowns LI, #userbar_avatar { | |
float: none !important; | |
} | |
#userbar_logged_data { | |
margin-right: -2px !important; | |
} | |
#userbar_avatar { | |
margin-left: 5px; | |
} | |
#cp_friends_icon, #cp_opt_icon { | |
margin-left: 0px !important; | |
} | |
UL.login_dropdown_content, | |
#dropdown_friends, | |
UL.nickname_dropdown_content, | |
#dropdown_activity, | |
UL.pms_dropdown_content { | |
float: none !important; | |
left: 0 !important; | |
border-radius: 7px 7px 7px 7px !important; | |
box-shadow: 4px 2px 9px #000000 !important; | |
margin-top: 4px !important; | |
} | |
.dropdown-caret.right { | |
left: 10px !important; | |
} | |
.above_body { | |
margin: 0 auto !important; | |
} | |
.forumhead { | |
background-image: none !important; | |
} | |
.body_wrapper { | |
background-color: transparent !important; | |
} | |
.below_body, #footer, #footer_3dg, #footer_ad_wrapper, #tv_ads_wrapper { | |
display: none !important | |
} | |
.navbar { | |
border: 1px solid #000000; | |
border-radius: 3px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment