Blame Identity/Webenv/phpBB/3.0.4/styles/modern/theme/colours.css

ef5584
/*  	
ef5584
--------------------------------------------------------------
ef5584
Colours and backgrounds for common.css
ef5584
-------------------------------------------------------------- */
ef5584
ef5584
html, body {
ef5584
}
ef5584
ef5584
h1 {
ef5584
}
ef5584
ef5584
h2 {
ef5584
}
ef5584
ef5584
h3 {
ef5584
	border-bottom: 1px solid #DDD;
ef5584
	margin-bottom: 0.5em;
ef5584
}
ef5584
ef5584
hr {
ef5584
	border-color: #FFFFFF;
ef5584
	border-top-color: #CCCCCC;
ef5584
}
ef5584
ef5584
hr.dashed {
ef5584
	border-top-color: #CCCCCC;
ef5584
}
ef5584
ef5584
/* Search box
ef5584
--------------------------------------------- */
ef5584
ef5584
#search-box {
ef5584
}
ef5584
ef5584
#search-box #keywords {
ef5584
	background-color: #FFF;
ef5584
}
ef5584
ef5584
#search-box input {
ef5584
}
ef5584
ef5584
/* Round cornered boxes and backgrounds
ef5584
---------------------------------------- */
ef5584
.headerbar {
ef5584
	background-color: #12A3EB;
ef5584
	background-image: url("{T_THEME_PATH}/images/bg_header.gif");
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
.navbar {
ef5584
	background-color: #EFEFEF;
ef5584
}
ef5584
ef5584
.forabg {
ef5584
	background-color: #777777;
ef5584
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
ef5584
}
ef5584
ef5584
.forumbg {
ef5584
	background-color: #C4C4C4;
ef5584
	background-image: url("{T_THEME_PATH}/images/bg_header.gif");
ef5584
}
ef5584
ef5584
.panel {
ef5584
	background-color: #F8F8F8;
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
.post:target .content {
ef5584
}
ef5584
ef5584
.post:target h3 a {
ef5584
	border-color: #204d92;
ef5584
}
ef5584
ef5584
.bg1	{ background-color: #F8F8F8; }
ef5584
.bg2	{ background-color: #EEEEEE;  }
ef5584
.bg3	{ background-color: #DDDDDD; }
ef5584
ef5584
.ucprowbg {
ef5584
	background-color: #DCDEE2;
ef5584
}
ef5584
ef5584
.fieldsbg {
ef5584
	background-color: #E7E8EA;
ef5584
}
ef5584
ef5584
span.corners-top {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_left.png");
ef5584
}
ef5584
ef5584
span.corners-top span {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_right.png");
ef5584
}
ef5584
ef5584
span.corners-bottom {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_left.png");
ef5584
}
ef5584
ef5584
span.corners-bottom span {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_right.png");
ef5584
}
ef5584
ef5584
/* Horizontal lists
ef5584
----------------------------------------*/
ef5584
ef5584
ul.navlinks {
ef5584
	border-bottom-color: #FFFFFF;
ef5584
}
ef5584
ef5584
/* Table styles
ef5584
----------------------------------------*/
ef5584
table.table1 thead th {
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
table.table1 tbody tr {
ef5584
	border-color: #BFC1CF;
ef5584
}
ef5584
ef5584
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
ef5584
	background-color: #F8F8F8;
ef5584
	color: #000;
ef5584
}
ef5584
ef5584
table.table1 td {
ef5584
}
ef5584
ef5584
table.table1 tbody td {
ef5584
	border-top-color: #FAFAFA;
ef5584
}
ef5584
ef5584
table.table1 tbody th {
ef5584
	border-bottom-color: #000000;
ef5584
	color: #333333;
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
table.info tbody th {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
/* Misc layout styles
ef5584
---------------------------------------- */
ef5584
dl.details dt {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
dl.details dd {
ef5584
}
ef5584
ef5584
.sep {
ef5584
	color: #1198D9;
ef5584
}
ef5584
ef5584
/* Pagination
ef5584
---------------------------------------- */
ef5584
ef5584
.pagination span strong {
ef5584
	color: #FFFFFF;
ef5584
	background-color: #AAAAAA;
ef5584
	border-color: #777777;
ef5584
}
ef5584
ef5584
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
ef5584
	background-color: #F8F8F8;
ef5584
	border-color: #777777;
ef5584
}
ef5584
ef5584
.pagination span a:hover {
ef5584
	border-color: #777777;
ef5584
	background-color: #777777;
ef5584
	color: #FFF;
ef5584
}
ef5584
ef5584
/* Pagination in viewforum for multipage topics */
ef5584
.row .pagination {
ef5584
	background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
ef5584
}
ef5584
ef5584
.row .pagination span a, li.pagination span a {
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
.row .pagination span a:hover, li.pagination span a:hover {
ef5584
	background-color: #777777;
ef5584
}
ef5584
ef5584
/* Miscellaneous styles
ef5584
---------------------------------------- */
ef5584
ef5584
.copyright {
ef5584
	color: #555555;
ef5584
}
ef5584
ef5584
.error {
ef5584
	color: #BC2A4D;
ef5584
}
ef5584
ef5584
.reported {
ef5584
	background-color: #F7ECEF;
ef5584
}
ef5584
ef5584
li.reported:hover {
ef5584
	background-color: #ECD5D8 !important;
ef5584
}
ef5584
.sticky, .announce {
ef5584
	/* you can add a background for stickies and announcements*/
ef5584
}
ef5584
ef5584
div.rules {
ef5584
	background-color: #ECD5D8;
ef5584
	color: #BC2A4D;
ef5584
}
ef5584
ef5584
p.rules {
ef5584
	background-color: #ECD5D8;
ef5584
	background-image: none;
ef5584
}
ef5584
ef5584
/*  	
ef5584
--------------------------------------------------------------
ef5584
Colours and backgrounds for links.css
ef5584
-------------------------------------------------------------- */
ef5584
ef5584
a:link		{ color: #204d92; }
ef5584
a:visited	{ color: #204d92; }
ef5584
a:hover		{ color: green; }
ef5584
a:active	{ color: #204d92; }
ef5584
ef5584
/* Links on gradient backgrounds */
ef5584
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
ef5584
}
ef5584
ef5584
/* Links for forum/topic lists */
ef5584
a.forumtitle {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
/* a.forumtitle:visited { color: #204d92; } */
ef5584
ef5584
a.forumtitle:hover {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
a.forumtitle:active {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
a.topictitle {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
/* a.topictitle:visited { color: #204d92; } */
ef5584
ef5584
a.topictitle:hover {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
a.topictitle:active {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
/* Post body links */
ef5584
.postlink {
ef5584
	color: #204d92;
ef5584
	border: none;
ef5584
}
ef5584
ef5584
.postlink:visited {
ef5584
	color: #204d94;
ef5584
}
ef5584
ef5584
.postlink:active {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
.postlink:hover {
ef5584
	color: green;
ef5584
	text-decoration: underline;
ef5584
}
ef5584
ef5584
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
ef5584
	background-color: transparent;
ef5584
}
ef5584
ef5584
/* Profile links */
ef5584
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
.postprofile a:hover, .postprofile dt.author a:hover {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
/* Profile searchresults */	
ef5584
.search .postprofile a {
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
.search .postprofile a:hover {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
/* Back to top of page */
ef5584
a.top {
ef5584
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
ef5584
}
ef5584
ef5584
a.top2 {
ef5584
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
ef5584
}
ef5584
ef5584
/* Arrow links  */
ef5584
a.up		{ background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
ef5584
a.down		{ background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
ef5584
a.left		{ background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
ef5584
a.right		{ background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }
ef5584
ef5584
a.up:hover {
ef5584
	background-color: transparent;
ef5584
}
ef5584
ef5584
a.left:hover {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
a.right:hover {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
ef5584
/*  	
ef5584
--------------------------------------------------------------
ef5584
Colours and backgrounds for content.css
ef5584
-------------------------------------------------------------- */
ef5584
ef5584
ul.forums {
ef5584
	background-color: #eef5f9;
ef5584
	background-image: url("{T_THEME_PATH}/images/gradient.gif");
ef5584
}
ef5584
ef5584
ul.topiclist li {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
ul.topiclist dd {
ef5584
	border-left-color: #FFFFFF;
ef5584
}
ef5584
ef5584
.rtl ul.topiclist dd {
ef5584
	border-right-color: #fff;
ef5584
	border-left-color: transparent;
ef5584
}
ef5584
ef5584
ul.topiclist li.row dt a.subforum.read {
ef5584
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
ef5584
}
ef5584
ef5584
ul.topiclist li.row dt a.subforum.unread {
ef5584
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
ef5584
}
ef5584
ef5584
li.row {
ef5584
	border-top-color:  #FFFFFF;
ef5584
	border-bottom-color: #C0C0C0;
ef5584
	background-color: #EEEEEE;
ef5584
}
ef5584
ef5584
li.row strong {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
li.row:hover {
ef5584
	background-color: #F8F8F8;
ef5584
}
ef5584
ef5584
li.row:hover dd {
ef5584
	border-left-color: #CCCCCC;
ef5584
}
ef5584
ef5584
.rtl li.row:hover dd {
ef5584
	border-right-color: #CCCCCC;
ef5584
	border-left-color: transparent;
ef5584
}
ef5584
ef5584
li.header dt, li.header dd {
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
/* Forum list column styles */
ef5584
ul.topiclist dd.searchextra {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
/* Post body styles
ef5584
----------------------------------------*/
ef5584
.postbody {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
/* Content container styles
ef5584
----------------------------------------*/
ef5584
.content {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
.content h2, .panel h2 {
ef5584
	color: #333333;
ef5584
	border-bottom-color: #CCCCCC;
ef5584
}
ef5584
ef5584
dl.faq dt {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
.posthilit {
ef5584
	background-color: #F3BFCC;
ef5584
	color: #BC2A4D;
ef5584
}
ef5584
ef5584
/* Post signature */
ef5584
.signature {
ef5584
	border-top-color: #CCCCCC;
ef5584
}
ef5584
ef5584
/* Post noticies */
ef5584
.notice {
ef5584
	border-top-color:  #CCCCCC;
ef5584
}
ef5584
ef5584
/* BB Code styles
ef5584
----------------------------------------*/
ef5584
/* Quote block */
ef5584
blockquote {
ef5584
	background-color: #EBEADD;
ef5584
	background-image: url("{T_THEME_PATH}/images/quote.gif");
ef5584
	border-color:#DBDBCE;
ef5584
}
ef5584
ef5584
blockquote blockquote {
ef5584
	/* Nested quotes */
ef5584
	background-color:#EFEED9;
ef5584
}
ef5584
ef5584
blockquote blockquote blockquote {
ef5584
	/* Nested quotes */
ef5584
	background-color: #EBEADD;
ef5584
}
ef5584
ef5584
/* Code block */
ef5584
dl.codebox {
ef5584
	background-color: #FFFFFF;
ef5584
	border-color: #AAAAAA;
ef5584
}
ef5584
ef5584
dl.codebox dt {
ef5584
	border-bottom-color:  #DDDDDD;
ef5584
}
ef5584
ef5584
dl.codebox code {
ef5584
}
ef5584
ef5584
.syntaxbg		{ color: #FFFFFF; }
ef5584
.syntaxcomment	{ color: #FF8000; }
ef5584
.syntaxdefault	{ color: #0000BB; }
ef5584
.syntaxhtml		{ color: #000000; }
ef5584
.syntaxkeyword	{ color: #007700; }
ef5584
.syntaxstring	{ color: #DD0000; }
ef5584
ef5584
/* Attachments
ef5584
----------------------------------------*/
ef5584
.attachbox {
ef5584
	background-color: #FFFFFF;
ef5584
	border-color:  #C9D2D8;
ef5584
}
ef5584
ef5584
.pm-message .attachbox {
ef5584
	background-color: #F2F3F3;
ef5584
}
ef5584
ef5584
.attachbox dd {
ef5584
	border-top-color: #C9D2D8;
ef5584
}
ef5584
ef5584
.attachbox p {
ef5584
	color: #666666;
ef5584
}
ef5584
ef5584
.attachbox p.stats {
ef5584
	color: #666666;
ef5584
}
ef5584
ef5584
.attach-image img {
ef5584
	border-color: #999999;
ef5584
}
ef5584
ef5584
/* Inline image thumbnails */
ef5584
ef5584
dl.file dd {
ef5584
	color: #666666;
ef5584
}
ef5584
ef5584
dl.thumbnail img {
ef5584
	border-color: #666666;
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
dl.thumbnail dd {
ef5584
	color: #666666;
ef5584
}
ef5584
ef5584
dl.thumbnail dt a:hover {
ef5584
	background-color: #EEEEEE;
ef5584
}
ef5584
ef5584
dl.thumbnail dt a:hover img {
ef5584
	border-color: #204d92;
ef5584
}
ef5584
ef5584
/* Post poll styles
ef5584
----------------------------------------*/
ef5584
ef5584
fieldset.polls dl {
ef5584
	border-top-color: #DCDEE2;
ef5584
	color: #666666;
ef5584
}
ef5584
ef5584
fieldset.polls dl.voted {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
fieldset.polls dd div {
ef5584
	color: #FFFFFF;
ef5584
}
ef5584
ef5584
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
ef5584
	border-right-color: transparent;
ef5584
}
ef5584
ef5584
.pollbar1 {
ef5584
	background-color: #AA2346;
ef5584
	border-bottom-color: #74162C;
ef5584
	border-right-color: #74162C;
ef5584
}
ef5584
ef5584
.rtl .pollbar1 {
ef5584
	border-left-color: #74162C;
ef5584
}
ef5584
ef5584
.pollbar2 {
ef5584
	background-color: #BE1E4A;
ef5584
	border-bottom-color: #8C1C38;
ef5584
	border-right-color: #8C1C38;
ef5584
}
ef5584
ef5584
.rtl .pollbar2 {
ef5584
	border-left-color: #8C1C38;
ef5584
}
ef5584
ef5584
.pollbar3 {
ef5584
	background-color: #D11A4E;
ef5584
	border-bottom-color: #AA2346;
ef5584
	border-right-color: #AA2346;
ef5584
}
ef5584
ef5584
.rtl .pollbar3 {
ef5584
	border-left-color: #AA2346;
ef5584
}
ef5584
ef5584
.pollbar4 {
ef5584
	background-color: #E41653;
ef5584
	border-bottom-color: #BE1E4A;
ef5584
	border-right-color: #BE1E4A;
ef5584
}
ef5584
ef5584
.rtl .pollbar4 {
ef5584
	border-left-color: #BE1E4A;
ef5584
}
ef5584
ef5584
.pollbar5 {
ef5584
	background-color: #F81157;
ef5584
	border-bottom-color: #D11A4E;
ef5584
	border-right-color: #D11A4E;
ef5584
}
ef5584
ef5584
.rtl .pollbar5 {
ef5584
	border-left-color: #D11A4E;
ef5584
}
ef5584
ef5584
/* Poster profile block
ef5584
----------------------------------------*/
ef5584
.postprofile {
ef5584
	color: #666666;
ef5584
	border-left-color: #FFFFFF;
ef5584
}
ef5584
ef5584
.rtl .postprofile {
ef5584
	border-right-color: #FFFFFF;
ef5584
	border-left-color: transparent;
ef5584
}
ef5584
ef5584
.pm .postprofile {
ef5584
	border-left-color: #AAA;
ef5584
}
ef5584
ef5584
.rtl .pm .postprofile {
ef5584
	border-right-color: #AAA;
ef5584
	border-left-color: transparent;
ef5584
}
ef5584
ef5584
.postprofile strong {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
.online {
ef5584
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
ef5584
}
ef5584
ef5584
/*  	
ef5584
--------------------------------------------------------------
ef5584
Colours and backgrounds for buttons.css
ef5584
-------------------------------------------------------------- */
ef5584
ef5584
/* Big button images */
ef5584
.reply-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
ef5584
.post-icon span		{ background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
ef5584
.locked-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
ef5584
.pmreply-icon span	{ background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
ef5584
.newpm-icon span 	{ background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
ef5584
.forwardpm-icon span	{ background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}
ef5584
ef5584
a.print {
ef5584
	background-image: url("{T_THEME_PATH}/images/icon_print.gif");
ef5584
}
ef5584
ef5584
a.sendemail {
ef5584
	background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
ef5584
}
ef5584
ef5584
a.fontsize {
ef5584
	background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif");
ef5584
}
ef5584
ef5584
/* Icon images
ef5584
---------------------------------------- */
ef5584
.sitehome						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
ef5584
.icon-faq						{ background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); }
ef5584
.icon-members					{ background-image: url("{T_THEME_PATH}/images/icon_members.gif"); }
ef5584
.icon-home						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
ef5584
.icon-ucp						{ background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); }
ef5584
.icon-register					{ background-image: url("{T_THEME_PATH}/images/icon_register.gif"); }
ef5584
.icon-logout					{ background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); }
ef5584
.icon-bookmark					{ background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); }
ef5584
.icon-bump						{ background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); }
ef5584
.icon-subscribe					{ background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); }
ef5584
.icon-unsubscribe				{ background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); }
ef5584
.icon-pages						{ background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); }
ef5584
.icon-search					{ background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
ef5584
ef5584
/* Profile & navigation icons */
ef5584
.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
ef5584
.aim-icon, .aim-icon a			{ background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
ef5584
.yahoo-icon, .yahoo-icon a		{ background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
ef5584
.web-icon, .web-icon a			{ background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
ef5584
.msnm-icon, .msnm-icon a			{ background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
ef5584
.icq-icon, .icq-icon a			{ background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
ef5584
.jabber-icon, .jabber-icon a		{ background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
ef5584
.pm-icon, .pm-icon a				{ background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
ef5584
.quote-icon, .quote-icon a		{ background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }
ef5584
ef5584
/* Moderator icons */
ef5584
.report-icon, .report-icon a		{ background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
ef5584
.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
ef5584
.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
ef5584
.info-icon, .info-icon a			{ background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
ef5584
.warn-icon, .warn-icon a			{ background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */
ef5584
ef5584
/*  	
ef5584
--------------------------------------------------------------
ef5584
Colours and backgrounds for cp.css
ef5584
-------------------------------------------------------------- */
ef5584
ef5584
/* Main CP box
ef5584
----------------------------------------*/
ef5584
ef5584
#cp-main h3, #cp-main hr, #cp-menu hr {
ef5584
	border-color: #C0C0C0;
ef5584
}
ef5584
ef5584
#cp-main .panel li.row {
ef5584
	border-bottom-color: #C0C0C0;
ef5584
	border-top-color: #F9F9F9;
ef5584
}
ef5584
ef5584
ul.cplist {
ef5584
	border-top-color: #C0C0C0;
ef5584
}
ef5584
ef5584
#cp-main .panel li.header dd, #cp-main .panel li.header dt {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
#cp-main table.table1 thead th {
ef5584
	color: #333333;
ef5584
	border-bottom-color: #333333;
ef5584
}
ef5584
ef5584
#cp-main .pm-message {
ef5584
	border-color: #DBDEE2;
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
/* CP tabbed menu
ef5584
----------------------------------------*/
ef5584
#tabs a {
ef5584
	background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
ef5584
}
ef5584
ef5584
#tabs a span {
ef5584
	background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
ef5584
	color: #204d92;
ef5584
}
ef5584
ef5584
#tabs a:hover span {
ef5584
	color: green;
ef5584
}
ef5584
ef5584
#tabs .activetab a {
ef5584
	border-bottom-color: #DDDDDD;
ef5584
}
ef5584
ef5584
#tabs .activetab a span {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
#tabs .activetab a:hover span {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
/* Mini tabbed menu used in MCP
ef5584
----------------------------------------*/
ef5584
#minitabs li {
ef5584
	color: #204D92;
ef5584
	background-color: #E3E3E3;
ef5584
}
ef5584
ef5584
#minitabs li.activetab {
ef5584
	color: #333333;
ef5584
	background-color: #F8F8F8;
ef5584
	background-image: none;
ef5584
}
ef5584
ef5584
#minitabs li.activetab a, 
ef5584
#minitabs li.activetab a:hover {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
/* UCP navigation menu
ef5584
----------------------------------------*/
ef5584
ef5584
/* Link styles for the sub-section links */
ef5584
#navigation a {
ef5584
	color: #204D92;
ef5584
	background-color: #E3E3E3;
ef5584
}
ef5584
ef5584
#navigation a:hover {
ef5584
	color: green;
ef5584
	background-color: #EEEEEE;
ef5584
	background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
ef5584
}
ef5584
ef5584
#navigation #active-subsection a {
ef5584
	color: #333333;
ef5584
	background-color: #F8F8F8;
ef5584
	background-image: none;
ef5584
}
ef5584
ef5584
#navigation #active-subsection a:hover {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
/* Preferences pane layout
ef5584
----------------------------------------*/
ef5584
#cp-main h2 {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
#cp-main .panel {
ef5584
	background-color: #F8F8F8;
ef5584
}
ef5584
ef5584
#cp-main .pm {
ef5584
	background-color: #FFFFFF;
ef5584
}
ef5584
ef5584
#cp-main span.corners-top, #cp-menu span.corners-top {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
ef5584
}
ef5584
ef5584
#cp-main span.corners-top span, #cp-menu span.corners-top span {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
ef5584
}
ef5584
ef5584
#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
ef5584
}
ef5584
ef5584
#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
ef5584
}
ef5584
ef5584
/* Topicreview */
ef5584
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_left.gif");
ef5584
}
ef5584
ef5584
#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_right.gif");
ef5584
}
ef5584
ef5584
#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_left.gif");
ef5584
}
ef5584
ef5584
#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
ef5584
	background-image: url("{T_THEME_PATH}/images/corners_right.gif");
ef5584
}
ef5584
ef5584
/* Friends list */
ef5584
.cp-mini {
ef5584
	background-color: #eef5f9;
ef5584
}
ef5584
ef5584
dl.mini dt {
ef5584
	color: #425067;
ef5584
}
ef5584
ef5584
/* PM Styles
ef5584
----------------------------------------*/
ef5584
/* PM Message history */
ef5584
.current {
ef5584
	color: #999999 !important;
ef5584
}
ef5584
ef5584
/* PM marking colours */
ef5584
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
ef5584
	border-left-color: #BC2A4D;
ef5584
	border-right-color: #BC2A4D;
ef5584
}
ef5584
ef5584
.pmlist li.pm_marked_colour, .pm_marked_colour {
ef5584
	border-color: #FF6600;
ef5584
}
ef5584
ef5584
.pmlist li.pm_replied_colour, .pm_replied_colour {
ef5584
	border-color: #A9B8C2;
ef5584
}
ef5584
ef5584
.pmlist li.pm_friend_colour, .pm_friend_colour {
ef5584
	border-color: #5D8FBD;
ef5584
}
ef5584
ef5584
pmlist li.pm_foe_colour, .pm_foe_colour {
ef5584
	border-color: #000000;
ef5584
}
ef5584
ef5584
/* Avatar gallery */
ef5584
#gallery label {
ef5584
	background-color: #FFFFFF;
ef5584
	border-color: #CCC;
ef5584
}
ef5584
ef5584
#gallery label:hover {
ef5584
	background-color: #EEE;
ef5584
}
ef5584
ef5584
/*  	
ef5584
--------------------------------------------------------------
ef5584
Colours and backgrounds for forms.css
ef5584
-------------------------------------------------------------- */
ef5584
ef5584
/* General form styles
ef5584
----------------------------------------*/
ef5584
select {
ef5584
	border-color: #AAA;
ef5584
	background-color: #FAFAFA;
ef5584
	font-size: 1em;
ef5584
}
ef5584
ef5584
label {
ef5584
}
ef5584
ef5584
option.disabled-option {
ef5584
	color: graytext;
ef5584
}
ef5584
ef5584
/* Definition list layout for forms
ef5584
---------------------------------------- */
ef5584
dd label {
ef5584
	color: #333;
ef5584
}
ef5584
ef5584
/* Hover effects */
ef5584
fieldset dl:hover dt label {
ef5584
	color: #000000;
ef5584
}
ef5584
ef5584
fieldset.fields2 dl:hover dt label {
ef5584
	color: inherit;
ef5584
}
ef5584
ef5584
/* Quick-login on index page */
ef5584
fieldset.quick-login input.inputbox {
ef5584
	background-color: #F2F3F3;
ef5584
}
ef5584
ef5584
/* Posting page styles
ef5584
----------------------------------------*/
ef5584
ef5584
#message-box textarea {
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
/* Input field styles
ef5584
---------------------------------------- */
ef5584
.inputbox {
ef5584
	background-color: #FFFFFF; 
ef5584
	border-color: #AAA;
ef5584
	color: #333333;
ef5584
	font-size: 1em;
ef5584
}
ef5584
ef5584
.inputbox:hover {
ef5584
	border-color: #AAA;
ef5584
}
ef5584
ef5584
.inputbox:focus {
ef5584
	border-color: #AAA;
ef5584
	color: #333333;
ef5584
}
ef5584
ef5584
/* Form button styles
ef5584
---------------------------------------- */
ef5584
ef5584
a.button1, input.button1, input.button3, a.button2, input.button2 {
ef5584
	color: #333333;
ef5584
	background-color: #FAFAFA;
ef5584
	border-color: #AAA;
ef5584
}
ef5584
ef5584
a.button1, input.button1 {
ef5584
	border-color: #AAA;
ef5584
}
ef5584
ef5584
input.button3 {
ef5584
	background-image: none;
ef5584
}
ef5584
ef5584
/* Alternative button */
ef5584
a.button2, input.button2, input.button3 {
ef5584
	color: #333333;
ef5584
	border-color: #AAA;
ef5584
	background-color: #FAFAFA;
ef5584
}
ef5584
ef5584
/*  button in the style of the form buttons */
ef5584
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
ef5584
	color: #333333;
ef5584
	border-color: #AAA;
ef5584
	background-color: #FAFAFA;
ef5584
}
ef5584
ef5584
/* Hover states */
ef5584
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
ef5584
	color: #333333;
ef5584
	border-color: #AAA;
ef5584
	background-color: #FAFAFA;
ef5584
}
ef5584
ef5584
input.search {
ef5584
	background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
ef5584
}
ef5584
ef5584
input.disabled {
ef5584
	color: #333333;
ef5584
}