MyBB Community Forums

Full Version: MyAlerts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yes, that is exactly right. Just deactivate, upload, activate.

Check for new alerts uses AJAX. You'll only see a change if there are new alerts to be shown.
I installed it now! but I can't see any changes that i see on localhost! Sad
on my localhost. if popup is open, when I click on page, popup will close and if I open it, in next times ,I do not see alerts bold.
But i can't see this features in my forum! please help me!


also after activating it, all alerts are disable for members. how can i enable it for all? Undecided
and I checked the link on alerts page with 2 users and browsers. not working really. :s
Thanks a lot.
No any suggestions about this? Undecided

(2013-08-06, 09:12 PM)M.Abbasi Wrote: [ -> ]also, i test latest version on localhost. unfortunately "check for new alerts" link does not work for me on alerts page. (no any action when I click on it!):/
[attachment=29895]
Wow what an amazing Plugin. Thanks!!
Anyway I'm having this problem. I can't see the Admin CP, what should I do? I'm using Dark Series theme btw.
(2013-08-07, 05:53 PM)M.Abbasi Wrote: [ -> ]Thanks a lot.
No any suggestions about this? Undecided

(2013-08-06, 09:12 PM)M.Abbasi Wrote: [ -> ]also, i test latest version on localhost. unfortunately "check for new alerts" link does not work for me on alerts page. (no any action when I click on it!):/

me Wrote:Check for new alerts uses AJAX. You'll only see a change if there are new alerts to be shown.

(2013-08-07, 08:31 PM)freakeyy Wrote: [ -> ]Wow what an amazing Plugin. Thanks!!
Anyway I'm having this problem. I can't see the Admin CP, what should I do? I'm using Dark Series theme btw.

I've not used Dark Series, but it looks like it has a max-width on the container of the alerts area. I'd have to see the CSS/HTML to know more.
(2013-08-07, 09:14 PM)Euan T Wrote: [ -> ]
(2013-08-07, 05:53 PM)M.Abbasi Wrote: [ -> ]Thanks a lot.
No any suggestions about this? Undecided

(2013-08-06, 09:12 PM)M.Abbasi Wrote: [ -> ]also, i test latest version on localhost. unfortunately "check for new alerts" link does not work for me on alerts page. (no any action when I click on it!):/

me Wrote:Check for new alerts uses AJAX. You'll only see a change if there are new alerts to be shown.

(2013-08-07, 08:31 PM)freakeyy Wrote: [ -> ]Wow what an amazing Plugin. Thanks!!
Anyway I'm having this problem. I can't see the Admin CP, what should I do? I'm using Dark Series theme btw.

I've not used Dark Series, but it looks like it has a max-width on the container of the alerts area. I'd have to see the CSS/HTML to know more.
.unreadAlerts {
	display: inline-block;
}

.usercp_nav_myalerts {
	background:url(images/usercp/transmit_blue.png) no-repeat left center;
}
.usercp_nav_myalerts_delete_all {
	background:url(images/usercp/delete.png) no-repeat left center;
}
.usercp_nav_myalerts_delete_read {
	background:url(images/usercp/bin.png) no-repeat left center;
}

.newAlerts > a {
	color:red !important;
}

.myalerts_popup ol {
	list-style:none;
	margin:0;
	padding:0;
}
	.myalerts_popup li {
		min-height:24px;
		padding:2px 4px;
		border-bottom:1px solid #D4D4D4;
	}
	.myalerts_popup li .avatar {
		float:left;
		height:24px;
		width:24px;
	}
	.myalerts_popup li .alertContent {
		margin-left:30px;
		font-size:11px;
	}
	.unreadAlert {
		font-weight:bold;
		background:#FFFBD9;
	}

.myalerts_popup_wrapper{
	position:relative;
}

.myalerts_popup_wrapper .myalerts_popup {
	background:#fff;
	width:350px;
	max-width:350px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	position:absolute;
	left:0;
	z-index:9999;
}
	.myalerts_popup .popupTitle {
		font-weight:bold;
		margin:0 2px;
		padding:2px;
		border-bottom:1px solid #D4D4D4;
	}
	.myalerts_popup .popupFooter {
		padding:4px;
		background:#EFEFEF;
		box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
	}
Is this what you need?
(2013-08-07, 09:14 PM)Euan T Wrote: [ -> ]
(2013-08-07, 05:53 PM)M.Abbasi Wrote: [ -> ]Thanks a lot.
No any suggestions about this? Undecided

(2013-08-06, 09:12 PM)M.Abbasi Wrote: [ -> ]also, i test latest version on localhost. unfortunately "check for new alerts" link does not work for me on alerts page. (no any action when I click on it!):/

me Wrote:Check for new alerts uses AJAX. You'll only see a change if there are new alerts to be shown.


(2013-08-07, 08:46 AM)M.Abbasi Wrote: [ -> ]and I checked the link on alerts page with 2 users and browsers. not working really. :s

Undecided


@freakeyy: No. codes of global.css. Smile
Well that's the global css


html {overflow-y: scroll;}

* {-webkit-background-clip: padding-box;}


body {
	background: #090909;
	color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center; 
	line-height: 1.4;
	padding: 20px 0;
	margin: 0;
}

a {
	color: #00cffe;
	text-decoration: none;
}

a:hover {
	color: #008ce5;
	text-decoration: none;
}

.fileupload {color: #FFFFFF}

.warning_bar {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	border: 1px solid #212121;
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	width: 100px;
}

.warning_level {
	border: 1px solid #d80d0d;
	background: #980000;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
	height: 10px;
	margin: 1px;
}

.warning_level a {
	display: block;
	height: 10px;
}

.warning_level a:hover {
	background: #b70000;
}


#main {overflow:hidden;padding-right: 16px}
#sidebar {float: right; width: 198px}

.stats_content {margin-left: 36px; overflow:hidden}
.stats_icon {float: left; width: 30px; height: 30px;margin-top:4px}

.white {color:#FFF}

#header {
	background: #016be1 url(images/dark/ice/style/header_main.jpg) 0 0 repeat-x;
	height: 71px;
	overflow: hidden;
}

#header .logo {float:left}

body.page_index #breadcrumb {display: none} /* Hide breadcrumb on homepage */

#nav {
	border-right: 1px solid #1c1c1c;border-left: 1px solid #1c1c1c;background: #202020 url(images/dark/ice/style/nav_main.jpg) 0 100% repeat-x
}

#nav ul {
	margin: 0; padding: 0; list-style: none
}

#nav ul li {
	margin: 0; padding: 0; float: left
}

#nav ul li a {
	display: block; color: #ffffff; font-weight: bold; padding: 16px 18px 16px 16px; background: url(images/dark/ice/style/nav_sep.jpg) 100% 0 no-repeat
}

#nav ul li a:hover {color: #d5d5d5}

#nav ul li.active a {
	color: #00cffe; 
	background: #050505 url(images/dark/ice/style/nav_active_main.jpg) 0 0 repeat-x;
}

#search {
	background: url(images/dark/ice/style/search_main.jpg) 0 0 no-repeat;
	width: 248px;
	height: 29px;
	float: right;
	position: relative;
	top: 10px;
	right: 16px;
}

#search input {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#search input.search_input {
position: absolute; top: 5px; left: 32px; padding: 2px; width: 160px; color: #404040;
outline: none;
}

#search input.search_button {
position: absolute; top: 0; right: 0; width: 49px; height: 29px; cursor: pointer;
}

#container {
	width:960px;
	margin: auto auto;
	text-align: left;
}

#content {
	width: auto !important;
        border: 1px solid #1c1c1c; border-top: 0;
        padding: 16px;
	background: #050505;
}

#panel {
        margin: 18px 16px 0 0;
        float: right;
        position: relative;
}

#panel .member_panel {
	color: #FFFFFF;
        background: url(images/dark/ice/style/userbar_main.jpg) 0 0 repeat-x;
        height: 32px;
}

#panel a {
	color: #FFFFFF; border-bottom: 1px dotted #FFFFFF;font-weight: bold;outline: none;
}

#panel .panel_wrap {
	padding: 7px;
}

#panel .panel_main {
	float: left;
	overflow:hidden;
	padding: 0 45px 0 30px;
	position: relative;
}

#panel .panel_icons {
        position: absolute;
        top: 6px;
        right: 4px;
}

#panel .panel_left {background: url(images/dark/ice/style/userbar_left.jpg) no-repeat;height:32px}
#panel .panel_left_hover {background-position: 0 -32px !important}
#panel .panel_left_exp {background-position: 0 -64px}
#panel .panel_left_exp_hover {background-position: 0 -96px}

#panel .panel_right {
	background: url(images/dark/ice/style/userbar_right.jpg) 100% 0 no-repeat;height:32px
}

#panel a#userbar_toggle {
	display: block; width:30px;height:32px;position: absolute; top: 0; left: 0; border:0;margin-right: 6px; z-index: 2;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

#panel a.userbar_pms {
	background: url(images/dark/ice/style/userbar_icons.gif) 0 0 no-repeat;
        height: 12px;
        width: 17px;
        display: block;
        float: right;
        margin: 4px;
        border: 0;
}

#panel a:hover.userbar_pms {
	background: url(images/dark/ice/style/userbar_icons.gif) 0 -12px no-repeat;
}

#panel a.userbar_logout {
	background: url(images/dark/ice/style/userbar_icons.gif) -17px 0 no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        float: right;
        margin: 3px 4px;
        border: 0;
}

#panel a:hover.userbar_logout {
	background: url(images/dark/ice/style/userbar_icons.gif) -17px -14px no-repeat;
}

#panel .panel_links {
	float: left;
	height:28px;
	padding: 2px 0 0 4px;
	overflow:hidden;
	white-space:nowrap;
	font-size: 11px;
}

#panel .panel_links a {
	color: #1ae3fe; 
	border: 0;
}

#panel .panel_links a:hover {color: #c8f8ff}

#panel .guest_panel {position: relative; top:-6px}
#panel .guest_panel input.textbox {padding: 6px; font-size: 14px;background: #002550; border-color: #227de4;color:#FFF;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#panel .guest_panel input.button {padding: 6px; font-size: 14px}
#panel .guest_panel input.button:hover {background: #000; color: #227de4; border-color: #000}
#panel .guest_login_options,#panel .guest_login_register {font-size: 10px;position: absolute; bottom: -18px; right: 0; text-transform:uppercase}
#panel .guest_login_options{display: none; }

#breadcrumb {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	text-shadow: #000 0px 1px 0px;
	clear: both;
	background: url(images/dark/ice/style/breadcrumb_bg.gif) 0 0 repeat-x;
	margin-bottom: 10px;
}

#breadcrumb .breadcrumb_left {background: url(images/dark/ice/style/breadcrumb_left.gif) 0 0 no-repeat; height: 35px}
#breadcrumb .breadcrumb_right {background: url(images/dark/ice/style/breadcrumb_right.gif) 100% 0 no-repeat; height: 35px}

#breadcrumb ul {margin: 0; padding: 0; list-style: none}

#breadcrumb li {
	float: left;
	height: 35px;
	color: #353535;
	margin: 0;
	padding: 0;
}

#breadcrumb a{
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

#breadcrumb li a {
	color: #959595;
	padding-left: 16px;
	margin-left: -8px;
	background: url(images/dark/ice/style/breadcrumb_main.gif) no-repeat 0 0;
	display: block;
	text-decoration: none;
}

#breadcrumb li.bread_home {margin:0;padding:0}

#breadcrumb li.bread_home a{
	margin-left: 0;
	background: url(images/dark/ice/style/breadcrumb_main.gif) 0 -70px no-repeat;
	padding-left: 0px;
	width: 31px;
	height: 35px;
}

#breadcrumb li.bread_home a:hover{
	margin-left: 0;
	background: url(images/dark/ice/style/breadcrumb_main.gif) -31px -70px no-repeat;
	padding-left: 0px;
}

#breadcrumb li.bread_home a span {
	background: 0;
	padding: 10px 15px 9px 1px;
	}

#breadcrumb li span{
	display: block;
	padding: 10px 20px 9px 6px;
	line-height: 16px;
}

#breadcrumb li a span{
	display: block;
	padding-right: 20px;
	padding-left: 5px;
	background: url(images/dark/ice/style/breadcrumb_main.gif) no-repeat 100% 0;
}

#breadcrumb li a:hover{
	background-position: 0 -35px;
	text-shadow: #00244c 0px 1px 0px;
	color: #fff;
}

#breadcrumb li a:hover span{
	background-position: 100% -35px;
}

#breadcrumb li span.active{color: #3293ff}

table {
	color: #828282;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}

.forum_wrap {
	background: #000000;
        padding: 4px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	border: 1px solid #161616;
	margin-bottom: 16px;
}

.forum_wrap .trow1 {
	background: #090909; 
	border-bottom: 1px solid #161616;
}

.forum_wrap .trow2 {
	border-bottom: 1px solid #161616;
	border-left: 1px solid #161616;
}

.forum_wrap .tborder {
	background: #000000;margin-top: 4px
}

.tborder {
	background: #161616;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.thead_main {
	height:39px
}

.round_top {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.thead_left {
	background: url(images/dark/ice/style/thead_left.jpg) 0 0 no-repeat;height: 39px
}

.thead_right {
	background: url(images/dark/ice/style/thead_right.jpg) 100% 0 no-repeat;height: 39px
}

.thead_wrap .expcolimage {
	padding:6px
}

.thead_wrap .float_left {
	padding: 10px
}

.thead, 
.thead_main {
	background: #006dec url(images/dark/ice/style/thead_main.jpg) 0 100% repeat-x;
        color: #ffffff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.thead a, .thead_main a {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead_main a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.tcat_main, .sidebar_block_tcat {
	background: #0b0b0b url(images/dark/ice/style/tcat_main.jpg) 0 0 repeat-x;
        border: 1px solid #1a1a1a;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

a.rss_button {
	width: 198px;
	height: 45px;
	display: block;
	color: #FFFFFF;
	background: url(images/dark/ice/style/rss_button.gif) 0 0 no-repeat;
	margin-bottom: 11px;
	position: relative;
	top: -5px; left: 0;
}

a:hover.rss_button {
	color: #3293ff;
	background-position: 0 -45px;
}

a.rss_button div {
	padding: 16px 12px;
	font-weight: bold;
}

.sidebar_block_tcat {
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 0;
}

.sidebar_block_tcat strong {display: block; padding: 8px; color: #FFF}
.sidebar_block_main {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #090909;
	border: 1px solid #161616;
	margin-bottom: 16px;
}

.sidebar_block_pad {padding: 8px}

.sidebar_block_main ul {margin: 0; padding: 0; list-style: none}
.sidebar_block_main ul li {margin: 0; padding: 0; overflow: hidden;font-size: 11px}
.sidebar_block_main ul li a {font-weight: bold; width: 190px; display: block; padding: 6px; color: #828282; text-decoration: none; border-top: 1px solid #161616}
.sidebar_block_main ul li:first-child a {border-top:0;}
.sidebar_block_main ul li a:hover {color: #FFF}

.tcat {
	background: #000000;
	color: #b3b3b3;
	font-size: 12px;
}

.tcat a {
	color: #FFFFFF;
}

.tcat a:hover {
	color: #00cffe;
        border-underline: 1px dotted #FFFFFF;
}

.trow1 {
	background: #090909;
}

.trow2 {
	background: #000000;
}

.trow_shaded {
	background: #450606;
	color: #dc5151;
}

.trow_shaded a,
.trow_selected a {color: #FFFFFF}

.trow_shaded a:hover,
.trow_selected a:hover {text-decoration:underline}

.trow_selected td {
	background: #010f20;
	color: #5784b7;
}

.trow_sep {
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	color: #b3b3b3;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #000000;
	color: #cccccc;
	border: 1px solid #1d1d1d;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

input.button {
	background: #0b0b0b url(images/dark/ice/style/tcat_main.jpg) 0 0 repeat-x;
        border: 1px solid #1a1a1a;
        color: #ffffff;
	padding: 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

input.button:hover, input.button_hover {
	background: #006dec url(images/dark/ice/style/thead_main.jpg) 0 0 repeat-x;
        color: #ffffff;
        border-color: #006DEC;
}

.thead input.textbox {
	background: #03264f;
	color: #FFFFFF;
	border: 1px solid #3489ec;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.thead input.button {
	background: #1b4980;
        border: 1px solid #0e223a;
        color: #ffffff;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.thead input.button:hover, input.button_hover {
	background: #0b0b0b url(images/dark/ice/style/tcat_main.jpg) 0 0 repeat-x;
        color: #ffffff;
        border-color: #1a1a1a;
}

textarea {
	background: #000000;
	color: #cccccc;
	border: 1px solid #1d1d1d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
	outline: none;
}

select {
	background: #000000;
	border: 1px solid #1d1d1d;
	color: #cccccc;
	outline: none;
}

.editor {
	background: #151515;
	border: 1px solid #282828;
}

.editor_control_bar {
	background: #151515;
	border: 1px solid #282828;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #212121;
	border: 1px solid #000000;
}

.popup_menu .popup_item {
	background: #090909;
	color: #CCC;
}

.popup_menu .popup_item:hover {
	background: #121212;
	color: #FFFFFF;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:6px;
}

._neutral {
	background-color:#444;
	color: #DDD;
}

._minus {
	background-color: #ff6060;
	color: #000;
}

._plus {
	background-color:#90cd4e;
	color: #000;
}

.trow_reputation_positive {
	border: 1px solid #90cd4e;
}

.trow_reputation_negative {
	border: 1px solid #ff6060;
}

.trow_reputation_negative a, .trow_reputation_positive a {color: #FFFFFF}
.trow_reputation_negative a:hover, .trow_reputation_positive a:hover {text-decoration: underline}

.reputation_positive {
	color: #90cd4e;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: #ff6060;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #212121;
	padding: 2px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

fieldset {
	border: 1px solid #212121;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

hr {
	background-color: #212121;
	color: #212121;
	height: 1px;
	border: 0px;
}

#copyright {
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0;
	font-size: 11px;
	padding: 16px 0;
	position: relative
	text-align: center;
}

#copyright div {text-align: left}

#debug_link {
position: absolute;
left: 50%;
	width: 24px;
	height: 24px;
}

blockquote {
	border: 1px solid #25333f;
	margin: 10px 0 10px 20px;
	background: #060606 url(images/dark/ice/style/thead2_main.jpg) 0 0 repeat-x;
	color: #4fa0ff;
	padding: 8px;
	padding-top: 2px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

blockquote blockquote {color: #565656; background: #060606}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #212121;
	font-style: normal;
	display: block;
	padding: 8px 0;
	margin-bottom: 8px;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #090909 url(images/dark/ice/style/code_main.gif) 98% 18px no-repeat;
	border: 1px solid #25333f;
	padding: 8px;
	padding-top: 2px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	margin: 10px 0 10px 0;
}

.codeblock .title {
	border-bottom: 1px solid #212121;
	font-weight: bold;
	padding: 8px 0;
	margin-bottom: 8px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.yellow_alert a, .red_alert a, .green_alert a, .blue_alert a {color: #000000; text-decoration: underline}
.yellow_alert a:hover, .red_alert a:hover, .green_alert a:hover, .blue_alert a:hover {text-decoration: none}

.yellow_alert {
	background: #ffcf47 url(images/dark/alerts/ylw_alert_icon.gif) 8px 8px no-repeat;
	border: 1px solid #ffe087;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #4e3900;
}

.red_alert {
	background: #ff8d77 url(images/dark/alerts/red_close_icon.gif) 8px 8px no-repeat;
	border: 1px solid #ffbbaf;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #420900;
}

.green_alert {
	background: #8ae24d url(images/dark/alerts/grn_check_icon.gif) 8px 8px no-repeat;
	border: 1px solid #b7ff84;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #153300;
}

.blue_alert {
	background: #67ceff url(images/dark/alerts/blu_arrow_icon.gif) 8px 8px no-repeat;
	border: 1px solid #77d4ff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #001823;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 8px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 4px 8px;
	margin-bottom: 3px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

.pagination a {
	border: 1px solid #1c1c1c;
	background: #202020 url(images/dark/ice/style/nav_main.jpg) 0 -1px repeat-x;
	color: #ccc;
}

.pagination .pagination_current {
	background: #006dec url(images/dark/ice/style/thead_main.jpg) 0 100% repeat-x;
        color: #ffffff;
	font-weight: bold;
}

.pagination a:hover {
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	color: #006dec;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/dark/ice/jump.gif) no-repeat 0;
	width: 16px;
	height: 16px;
	padding-left: 13px; 
	vertical-align: middle;
	border: none;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Editor stuff */
.messageEditor {width: 500px !important}
#message_new {width: 492px !important}
(2013-08-08, 12:42 AM)M.Abbasi Wrote: [ -> ]
(2013-08-07, 09:14 PM)Euan T Wrote: [ -> ]
(2013-08-07, 05:53 PM)M.Abbasi Wrote: [ -> ]Thanks a lot.
No any suggestions about this? Undecided

(2013-08-06, 09:12 PM)M.Abbasi Wrote: [ -> ]also, i test latest version on localhost. unfortunately "check for new alerts" link does not work for me on alerts page. (no any action when I click on it!):/

me Wrote:Check for new alerts uses AJAX. You'll only see a change if there are new alerts to be shown.


(2013-08-07, 08:46 AM)M.Abbasi Wrote: [ -> ]and I checked the link on alerts page with 2 users and browsers. not working really. :s

Undecided


@freakeyy: No. codes of global.css. Smile

I have no idea what you mean. Perhaps you could clarify the exact issue?

(2013-08-08, 02:12 AM)freakeyy Wrote: [ -> ]Well that's the global css


html {overflow-y: scroll;}

* {-webkit-background-clip: padding-box;}


body {
	background: #090909;
	color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center; 
	line-height: 1.4;
	padding: 20px 0;
	margin: 0;
}

a {
	color: #00cffe;
	text-decoration: none;
}

a:hover {
	color: #008ce5;
	text-decoration: none;
}

.fileupload {color: #FFFFFF}

.warning_bar {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	border: 1px solid #212121;
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	width: 100px;
}

.warning_level {
	border: 1px solid #d80d0d;
	background: #980000;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
	height: 10px;
	margin: 1px;
}

.warning_level a {
	display: block;
	height: 10px;
}

.warning_level a:hover {
	background: #b70000;
}


#main {overflow:hidden;padding-right: 16px}
#sidebar {float: right; width: 198px}

.stats_content {margin-left: 36px; overflow:hidden}
.stats_icon {float: left; width: 30px; height: 30px;margin-top:4px}

.white {color:#FFF}

#header {
	background: #016be1 url(images/dark/ice/style/header_main.jpg) 0 0 repeat-x;
	height: 71px;
	overflow: hidden;
}

#header .logo {float:left}

body.page_index #breadcrumb {display: none} /* Hide breadcrumb on homepage */

#nav {
	border-right: 1px solid #1c1c1c;border-left: 1px solid #1c1c1c;background: #202020 url(images/dark/ice/style/nav_main.jpg) 0 100% repeat-x
}

#nav ul {
	margin: 0; padding: 0; list-style: none
}

#nav ul li {
	margin: 0; padding: 0; float: left
}

#nav ul li a {
	display: block; color: #ffffff; font-weight: bold; padding: 16px 18px 16px 16px; background: url(images/dark/ice/style/nav_sep.jpg) 100% 0 no-repeat
}

#nav ul li a:hover {color: #d5d5d5}

#nav ul li.active a {
	color: #00cffe; 
	background: #050505 url(images/dark/ice/style/nav_active_main.jpg) 0 0 repeat-x;
}

#search {
	background: url(images/dark/ice/style/search_main.jpg) 0 0 no-repeat;
	width: 248px;
	height: 29px;
	float: right;
	position: relative;
	top: 10px;
	right: 16px;
}

#search input {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#search input.search_input {
position: absolute; top: 5px; left: 32px; padding: 2px; width: 160px; color: #404040;
outline: none;
}

#search input.search_button {
position: absolute; top: 0; right: 0; width: 49px; height: 29px; cursor: pointer;
}

#container {
	width:960px;
	margin: auto auto;
	text-align: left;
}

#content {
	width: auto !important;
        border: 1px solid #1c1c1c; border-top: 0;
        padding: 16px;
	background: #050505;
}

#panel {
        margin: 18px 16px 0 0;
        float: right;
        position: relative;
}

#panel .member_panel {
	color: #FFFFFF;
        background: url(images/dark/ice/style/userbar_main.jpg) 0 0 repeat-x;
        height: 32px;
}

#panel a {
	color: #FFFFFF; border-bottom: 1px dotted #FFFFFF;font-weight: bold;outline: none;
}

#panel .panel_wrap {
	padding: 7px;
}

#panel .panel_main {
	float: left;
	overflow:hidden;
	padding: 0 45px 0 30px;
	position: relative;
}

#panel .panel_icons {
        position: absolute;
        top: 6px;
        right: 4px;
}

#panel .panel_left {background: url(images/dark/ice/style/userbar_left.jpg) no-repeat;height:32px}
#panel .panel_left_hover {background-position: 0 -32px !important}
#panel .panel_left_exp {background-position: 0 -64px}
#panel .panel_left_exp_hover {background-position: 0 -96px}

#panel .panel_right {
	background: url(images/dark/ice/style/userbar_right.jpg) 100% 0 no-repeat;height:32px
}

#panel a#userbar_toggle {
	display: block; width:30px;height:32px;position: absolute; top: 0; left: 0; border:0;margin-right: 6px; z-index: 2;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

#panel a.userbar_pms {
	background: url(images/dark/ice/style/userbar_icons.gif) 0 0 no-repeat;
        height: 12px;
        width: 17px;
        display: block;
        float: right;
        margin: 4px;
        border: 0;
}

#panel a:hover.userbar_pms {
	background: url(images/dark/ice/style/userbar_icons.gif) 0 -12px no-repeat;
}

#panel a.userbar_logout {
	background: url(images/dark/ice/style/userbar_icons.gif) -17px 0 no-repeat;
        height: 14px;
        width: 14px;
        display: block;
        float: right;
        margin: 3px 4px;
        border: 0;
}

#panel a:hover.userbar_logout {
	background: url(images/dark/ice/style/userbar_icons.gif) -17px -14px no-repeat;
}

#panel .panel_links {
	float: left;
	height:28px;
	padding: 2px 0 0 4px;
	overflow:hidden;
	white-space:nowrap;
	font-size: 11px;
}

#panel .panel_links a {
	color: #1ae3fe; 
	border: 0;
}

#panel .panel_links a:hover {color: #c8f8ff}

#panel .guest_panel {position: relative; top:-6px}
#panel .guest_panel input.textbox {padding: 6px; font-size: 14px;background: #002550; border-color: #227de4;color:#FFF;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#panel .guest_panel input.button {padding: 6px; font-size: 14px}
#panel .guest_panel input.button:hover {background: #000; color: #227de4; border-color: #000}
#panel .guest_login_options,#panel .guest_login_register {font-size: 10px;position: absolute; bottom: -18px; right: 0; text-transform:uppercase}
#panel .guest_login_options{display: none; }

#breadcrumb {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	text-shadow: #000 0px 1px 0px;
	clear: both;
	background: url(images/dark/ice/style/breadcrumb_bg.gif) 0 0 repeat-x;
	margin-bottom: 10px;
}

#breadcrumb .breadcrumb_left {background: url(images/dark/ice/style/breadcrumb_left.gif) 0 0 no-repeat; height: 35px}
#breadcrumb .breadcrumb_right {background: url(images/dark/ice/style/breadcrumb_right.gif) 100% 0 no-repeat; height: 35px}

#breadcrumb ul {margin: 0; padding: 0; list-style: none}

#breadcrumb li {
	float: left;
	height: 35px;
	color: #353535;
	margin: 0;
	padding: 0;
}

#breadcrumb a{
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

#breadcrumb li a {
	color: #959595;
	padding-left: 16px;
	margin-left: -8px;
	background: url(images/dark/ice/style/breadcrumb_main.gif) no-repeat 0 0;
	display: block;
	text-decoration: none;
}

#breadcrumb li.bread_home {margin:0;padding:0}

#breadcrumb li.bread_home a{
	margin-left: 0;
	background: url(images/dark/ice/style/breadcrumb_main.gif) 0 -70px no-repeat;
	padding-left: 0px;
	width: 31px;
	height: 35px;
}

#breadcrumb li.bread_home a:hover{
	margin-left: 0;
	background: url(images/dark/ice/style/breadcrumb_main.gif) -31px -70px no-repeat;
	padding-left: 0px;
}

#breadcrumb li.bread_home a span {
	background: 0;
	padding: 10px 15px 9px 1px;
	}

#breadcrumb li span{
	display: block;
	padding: 10px 20px 9px 6px;
	line-height: 16px;
}

#breadcrumb li a span{
	display: block;
	padding-right: 20px;
	padding-left: 5px;
	background: url(images/dark/ice/style/breadcrumb_main.gif) no-repeat 100% 0;
}

#breadcrumb li a:hover{
	background-position: 0 -35px;
	text-shadow: #00244c 0px 1px 0px;
	color: #fff;
}

#breadcrumb li a:hover span{
	background-position: 100% -35px;
}

#breadcrumb li span.active{color: #3293ff}

table {
	color: #828282;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}

.forum_wrap {
	background: #000000;
        padding: 4px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	border: 1px solid #161616;
	margin-bottom: 16px;
}

.forum_wrap .trow1 {
	background: #090909; 
	border-bottom: 1px solid #161616;
}

.forum_wrap .trow2 {
	border-bottom: 1px solid #161616;
	border-left: 1px solid #161616;
}

.forum_wrap .tborder {
	background: #000000;margin-top: 4px
}

.tborder {
	background: #161616;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.thead_main {
	height:39px
}

.round_top {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.thead_left {
	background: url(images/dark/ice/style/thead_left.jpg) 0 0 no-repeat;height: 39px
}

.thead_right {
	background: url(images/dark/ice/style/thead_right.jpg) 100% 0 no-repeat;height: 39px
}

.thead_wrap .expcolimage {
	padding:6px
}

.thead_wrap .float_left {
	padding: 10px
}

.thead, 
.thead_main {
	background: #006dec url(images/dark/ice/style/thead_main.jpg) 0 100% repeat-x;
        color: #ffffff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.thead a, .thead_main a {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead_main a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.tcat_main, .sidebar_block_tcat {
	background: #0b0b0b url(images/dark/ice/style/tcat_main.jpg) 0 0 repeat-x;
        border: 1px solid #1a1a1a;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

a.rss_button {
	width: 198px;
	height: 45px;
	display: block;
	color: #FFFFFF;
	background: url(images/dark/ice/style/rss_button.gif) 0 0 no-repeat;
	margin-bottom: 11px;
	position: relative;
	top: -5px; left: 0;
}

a:hover.rss_button {
	color: #3293ff;
	background-position: 0 -45px;
}

a.rss_button div {
	padding: 16px 12px;
	font-weight: bold;
}

.sidebar_block_tcat {
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 0;
}

.sidebar_block_tcat strong {display: block; padding: 8px; color: #FFF}
.sidebar_block_main {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #090909;
	border: 1px solid #161616;
	margin-bottom: 16px;
}

.sidebar_block_pad {padding: 8px}

.sidebar_block_main ul {margin: 0; padding: 0; list-style: none}
.sidebar_block_main ul li {margin: 0; padding: 0; overflow: hidden;font-size: 11px}
.sidebar_block_main ul li a {font-weight: bold; width: 190px; display: block; padding: 6px; color: #828282; text-decoration: none; border-top: 1px solid #161616}
.sidebar_block_main ul li:first-child a {border-top:0;}
.sidebar_block_main ul li a:hover {color: #FFF}

.tcat {
	background: #000000;
	color: #b3b3b3;
	font-size: 12px;
}

.tcat a {
	color: #FFFFFF;
}

.tcat a:hover {
	color: #00cffe;
        border-underline: 1px dotted #FFFFFF;
}

.trow1 {
	background: #090909;
}

.trow2 {
	background: #000000;
}

.trow_shaded {
	background: #450606;
	color: #dc5151;
}

.trow_shaded a,
.trow_selected a {color: #FFFFFF}

.trow_shaded a:hover,
.trow_selected a:hover {text-decoration:underline}

.trow_selected td {
	background: #010f20;
	color: #5784b7;
}

.trow_sep {
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	color: #b3b3b3;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #000000;
	color: #cccccc;
	border: 1px solid #1d1d1d;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

input.button {
	background: #0b0b0b url(images/dark/ice/style/tcat_main.jpg) 0 0 repeat-x;
        border: 1px solid #1a1a1a;
        color: #ffffff;
	padding: 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

input.button:hover, input.button_hover {
	background: #006dec url(images/dark/ice/style/thead_main.jpg) 0 0 repeat-x;
        color: #ffffff;
        border-color: #006DEC;
}

.thead input.textbox {
	background: #03264f;
	color: #FFFFFF;
	border: 1px solid #3489ec;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.thead input.button {
	background: #1b4980;
        border: 1px solid #0e223a;
        color: #ffffff;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.thead input.button:hover, input.button_hover {
	background: #0b0b0b url(images/dark/ice/style/tcat_main.jpg) 0 0 repeat-x;
        color: #ffffff;
        border-color: #1a1a1a;
}

textarea {
	background: #000000;
	color: #cccccc;
	border: 1px solid #1d1d1d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
	outline: none;
}

select {
	background: #000000;
	border: 1px solid #1d1d1d;
	color: #cccccc;
	outline: none;
}

.editor {
	background: #151515;
	border: 1px solid #282828;
}

.editor_control_bar {
	background: #151515;
	border: 1px solid #282828;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #212121;
	border: 1px solid #000000;
}

.popup_menu .popup_item {
	background: #090909;
	color: #CCC;
}

.popup_menu .popup_item:hover {
	background: #121212;
	color: #FFFFFF;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:6px;
}

._neutral {
	background-color:#444;
	color: #DDD;
}

._minus {
	background-color: #ff6060;
	color: #000;
}

._plus {
	background-color:#90cd4e;
	color: #000;
}

.trow_reputation_positive {
	border: 1px solid #90cd4e;
}

.trow_reputation_negative {
	border: 1px solid #ff6060;
}

.trow_reputation_negative a, .trow_reputation_positive a {color: #FFFFFF}
.trow_reputation_negative a:hover, .trow_reputation_positive a:hover {text-decoration: underline}

.reputation_positive {
	color: #90cd4e;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: #ff6060;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #212121;
	padding: 2px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

fieldset {
	border: 1px solid #212121;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

hr {
	background-color: #212121;
	color: #212121;
	height: 1px;
	border: 0px;
}

#copyright {
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0;
	font-size: 11px;
	padding: 16px 0;
	position: relative
	text-align: center;
}

#copyright div {text-align: left}

#debug_link {
position: absolute;
left: 50%;
	width: 24px;
	height: 24px;
}

blockquote {
	border: 1px solid #25333f;
	margin: 10px 0 10px 20px;
	background: #060606 url(images/dark/ice/style/thead2_main.jpg) 0 0 repeat-x;
	color: #4fa0ff;
	padding: 8px;
	padding-top: 2px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

blockquote blockquote {color: #565656; background: #060606}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #212121;
	font-style: normal;
	display: block;
	padding: 8px 0;
	margin-bottom: 8px;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #090909 url(images/dark/ice/style/code_main.gif) 98% 18px no-repeat;
	border: 1px solid #25333f;
	padding: 8px;
	padding-top: 2px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
	margin: 10px 0 10px 0;
}

.codeblock .title {
	border-bottom: 1px solid #212121;
	font-weight: bold;
	padding: 8px 0;
	margin-bottom: 8px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.yellow_alert a, .red_alert a, .green_alert a, .blue_alert a {color: #000000; text-decoration: underline}
.yellow_alert a:hover, .red_alert a:hover, .green_alert a:hover, .blue_alert a:hover {text-decoration: none}

.yellow_alert {
	background: #ffcf47 url(images/dark/alerts/ylw_alert_icon.gif) 8px 8px no-repeat;
	border: 1px solid #ffe087;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #4e3900;
}

.red_alert {
	background: #ff8d77 url(images/dark/alerts/red_close_icon.gif) 8px 8px no-repeat;
	border: 1px solid #ffbbaf;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #420900;
}

.green_alert {
	background: #8ae24d url(images/dark/alerts/grn_check_icon.gif) 8px 8px no-repeat;
	border: 1px solid #b7ff84;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #153300;
}

.blue_alert {
	background: #67ceff url(images/dark/alerts/blu_arrow_icon.gif) 8px 8px no-repeat;
	border: 1px solid #77d4ff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	padding: 12px 12px 12px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #001823;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 8px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 4px 8px;
	margin-bottom: 3px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

.pagination a {
	border: 1px solid #1c1c1c;
	background: #202020 url(images/dark/ice/style/nav_main.jpg) 0 -1px repeat-x;
	color: #ccc;
}

.pagination .pagination_current {
	background: #006dec url(images/dark/ice/style/thead_main.jpg) 0 100% repeat-x;
        color: #ffffff;
	font-weight: bold;
}

.pagination a:hover {
	background: #101010 url(images/dark/ice/style/thead2_main.jpg) 0 100% repeat-x;
	color: #006dec;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/dark/ice/jump.gif) no-repeat 0;
	width: 16px;
	height: 16px;
	padding-left: 13px; 
	vertical-align: middle;
	border: none;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Editor stuff */
.messageEditor {width: 500px !important}
#message_new {width: 492px !important}

I'll take a look tonight at your css.