diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme')
95 files changed, 1231 insertions, 835 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index c258ed1245..5cff0a811b 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -491,7 +491,7 @@  /* Sub-header (navigation bar)  --------------------------------------------- */ -.rtl a.print, .rtl a.sendemail, .rtl a.fontsize { +.rtl a.print, .rtl a.sendemail {  	text-align: right;  } @@ -768,3 +768,33 @@  .rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {  	position: relative;  } + +/* Former imageset */ +.rtl .imageset.site_logo { +	padding-right: 139px; +	padding-left: 0; +} +.rtl .imageset.forum_link, .rtl .imageset.forum_read, .rtl .imageset.forum_read_locked, .rtl .imageset.forum_read_subforum, .rtl .imageset.forum_unread, .rtl .imageset.forum_unread_locked, .rtl .imageset.forum_unread_subforum, .rtl .imageset.topic_moved, .rtl .imageset.topic_read, .rtl .imageset.topic_read_mine, .rtl .imageset.topic_read_hot, .rtl .imageset.topic_read_hot_mine, .rtl .imageset.topic_read_locked, .rtl .imageset.topic_read_locked_mine, .rtl .imageset.topic_unread, .rtl .imageset.topic_unread_mine, .rtl .imageset.topic_unread_hot, .rtl .imageset.topic_unread_hot_mine, .rtl .imageset.topic_unread_locked, .rtl .imageset.topic_unread_locked_mine, .rtl .imageset.sticky_read, .rtl .imageset.sticky_read_mine, .rtl .imageset.sticky_read_locked, .rtl .imageset.sticky_read_locked_mine, .rtl .imageset.sticky_unread, .rtl .imageset.sticky_unread_mine, .rtl .imageset.sticky_unread_locked, .rtl .imageset.sticky_unread_locked_mine, .rtl .imageset.announce_read, .rtl .imageset.announce_read_mine, .rtl .imageset.announce_read_locked, .rtl .imageset.announce_read_locked_mine, .rtl .imageset.announce_unread, .rtl .imageset.announce_unread_mine, .rtl .imageset.announce_unread_locked, .rtl .imageset.announce_unread_locked_mine, .rtl .imageset.global_read, .rtl .imageset.global_read_mine, .rtl .imageset.global_read_locked, .rtl .imageset.global_read_locked_mine, .rtl .imageset.global_unread, .rtl .imageset.global_unread_mine, .rtl .imageset.global_unread_locked, .rtl .imageset.global_unread_locked_mine, .rtl .imageset.pm_read, .rtl .imageset.pm_unread { +	padding-right: 27px; +	padding-left: 0; +} +.rtl .imageset.subforum_read, .rtl .imageset.subforum_unread, .rtl .imageset.icon_post_target, .rtl .imageset.icon_post_target_unread, .rtl .imageset.icon_topic_latest, .rtl .imageset.icon_topic_newest { +	padding-right: 11px; +	padding-left: 0; +} +.rtl .imageset.icon_back_top { +	padding-right: 11px; +	padding-left: 0; +} +.rtl .imageset.icon_contact_aim, .rtl .imageset.icon_contact_email, .rtl .imageset.icon_contact_icq, .rtl .imageset.icon_contact_jabber, .rtl .imageset.icon_contact_msnm, .rtl .imageset.icon_contact_www, .rtl .imageset.icon_contact_yahoo, .rtl .imageset.icon_post_delete, .rtl .imageset.icon_post_info, .rtl .imageset.icon_post_report, .rtl .imageset.icon_user_warn { +	padding-right: 20px; +	padding-left: 0; +} +.rtl .imageset.icon_topic_attach { +	padding-right: 7px; +	padding-left: 0; +} +.rtl .imageset.icon_topic_reported, .rtl .imageset.icon_topic_unapproved { +	padding-right: 16px; +	padding-left: 0; +} diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index a9ded9cf98..c3210887b6 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -14,44 +14,61 @@  .buttons div {  	float: left;  	margin: 0 5px 0 0; -	background-position: 0 100%;  }  /* Rolloff state */  .buttons div a { -	display: block; -	width: 100%; -	height: 100%; -	background-position: 0 0; +	display: inline-block; +	line-height: 17.5px; +	height: 18px; +	font-size: 13px; +	white-space: nowrap; +	border: 1px solid transparent; +	border-radius: 4px; +	background: transparent none 0 0 repeat-x; +	padding: 2px 22px 2px 8px; +	font-family: Verdana, Arial, Helvetica;  	position: relative; -	overflow: hidden; +	text-decoration: none !important; +	outline-style: none !important; +	vertical-align: bottom; +	*padding-right: 8px;  } -/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */ -/*.buttons div span		{ display: none; }*/ -/*.buttons div a:hover	{ background-image: none; }*/ -.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;} -.buttons div a:hover span	{ background-position: 0 100%; } +.buttons div span { display: none; } + +.buttons div a:after { +	content: ''; +	display: block; +	position: absolute; +	top: 50%; +	right: 6px; +	width: 12px; +	height: 12px; +	margin-top: -6px; +	background: transparent 0 0 no-repeat; +} + +.buttons div a:hover:after { +	background-position: 0 -20px; +}  /* Big button images */ -.reply-icon span	{ background: transparent none 0 0 no-repeat; } -.post-icon span		{ background: transparent none 0 0 no-repeat; } -.locked-icon span	{ background: transparent none 0 0 no-repeat; } -.pmreply-icon span	{ background: none 0 0 no-repeat; } -.newpm-icon span 	{ background: none 0 0 no-repeat; } -.forwardpm-icon span 	{ background: none 0 0 no-repeat; } - -/* Set big button dimensions */ -.buttons div.reply-icon		{ width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; } -.buttons div.post-icon		{ width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; } -.buttons div.locked-icon	{ width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; } -.buttons div.pmreply-icon	{ width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; } -.buttons div.newpm-icon		{ width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; } -.buttons div.forwardpm-icon	{ width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; } +.buttons div.reply-icon a:after, .buttons div.pmreply-icon a:after { background-position: -20px 0; } +.buttons div.reply-icon a:hover:after, .buttons div.pmreply-icon a:hover:after	{ background-position: -20px -20px; } + +.buttons div.post-icon a:after, .buttons div.newpm-icon a:after	{ background-position: 0 0; } +.buttons div.post-icon a:hover:after, .buttons div.newpm-icon a:hover:after	{ background-position: 0 -20px; } + +.buttons div.locked-icon a:after	{ background-position: -60px 0; } +.buttons div.locked-icon a:hover:after	{ background-position: -60px -20px; } + +.buttons div.forwardpm-icon a:after	{ background-position: -40px 0; } +.buttons div.forwardpm-icon a:hover:after	{ background-position: -40px -20px; }  /* Sub-header (navigation bar)  --------------------------------------------- */ -a.print, a.sendemail, a.fontsize { +a.print, a.sendemail {  	display: block;  	overflow: hidden;  	height: 18px; @@ -70,17 +87,6 @@ a.sendemail {  	width: 22px;  } -a.fontsize { -	background-image: none; -	background-position: 0 -1px; -	width: 29px; -} - -a.fontsize:hover { -	background-position: 0 -20px; -	text-decoration: none; -} -  /* Icon images  ---------------------------------------- */  .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout, @@ -147,20 +153,20 @@ ul.profile-icons li a:hover { background: none; }  .info-icon, .info-icon a			{ background: none top left no-repeat; }  /* Set profile icon dimensions */ -ul.profile-icons li.email-icon		{ width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; } -ul.profile-icons li.aim-icon	{ width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; } -ul.profile-icons li.yahoo-icon	{ width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; } -ul.profile-icons li.web-icon	{ width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; } -ul.profile-icons li.msnm-icon	{ width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; } -ul.profile-icons li.icq-icon	{ width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; } -ul.profile-icons li.jabber-icon	{ width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; } -ul.profile-icons li.pm-icon		{ width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; } -ul.profile-icons li.quote-icon	{ width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; } -ul.profile-icons li.report-icon	{ width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; } -ul.profile-icons li.edit-icon	{ width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; } -ul.profile-icons li.delete-icon	{ width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; } -ul.profile-icons li.info-icon	{ width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; } -ul.profile-icons li.warn-icon	{ width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; } +ul.profile-icons li.email-icon		{ width: 20px; height: 20px; } +ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.web-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; } +ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; } +ul.profile-icons li.report-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.edit-icon	{ width: 42px; height: 20px; } +ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.info-icon	{ width: 20px; height: 20px; } +ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }  /* Fix profile icon default margins */  ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; } diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index b9e4491feb..baff88d6b7 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1,4 +1,4 @@ -/*  	 +/*  --------------------------------------------------------------  Colours and backgrounds for common.css  -------------------------------------------------------------- */ @@ -26,10 +26,6 @@ hr {  	border-top-color: #CCCCCC;  } -hr.dashed { -	border-top-color: #CCCCCC; -} -  /* Search box  --------------------------------------------- */ @@ -49,7 +45,7 @@ hr.dashed {  ---------------------------------------- */  .headerbar {  	background-color: #12A3EB; -	background-image: url("{T_THEME_PATH}/images/bg_header.gif"); +	background-image: url("./images/bg_header.gif");  	color: #FFFFFF;  } @@ -59,12 +55,12 @@ hr.dashed {  .forabg {  	background-color: #0076b1; -	background-image: url("{T_THEME_PATH}/images/bg_list.gif"); +	background-image: url("./images/bg_list.gif");  }  .forumbg {  	background-color: #12A3EB; -	background-image: url("{T_THEME_PATH}/images/bg_header.gif"); +	background-image: url("./images/bg_header.gif");  }  .panel { @@ -92,22 +88,6 @@ hr.dashed {  	background-color: #E7E8EA;  } -span.corners-top { -	background-image: url("{T_THEME_PATH}/images/corners_left.png"); -} - -span.corners-top span { -	background-image: url("{T_THEME_PATH}/images/corners_right.png"); -} - -span.corners-bottom { -	background-image: url("{T_THEME_PATH}/images/corners_left.png"); -} - -span.corners-bottom span { -	background-image: url("{T_THEME_PATH}/images/corners_right.png"); -} -  /* Horizontal lists  ----------------------------------------*/ @@ -165,25 +145,30 @@ dl.details dd {  /* Pagination  ---------------------------------------- */ -.pagination span strong { -	color: #FFFFFF; -	background-color: #4692BF; -	border-color: #4692BF; -} - -.pagination span a, .pagination span a:link, .pagination span a:visited { +.pagination li a, .pagination li a:link, .pagination li a:visited {  	color: #5C758C;  	background-color: #ECEDEE;  	border-color: #B4BAC0;  } -.pagination span a:hover { +.pagination li.ellipsis span { +	background-color: transparent; +	color:	#000000; +} + +.pagination li.active span { +	color: #FFFFFF; +	background-color: #4692BF; +	border-color: #4692BF; +} + +.pagination li a:hover, .pagination .active a:hover {  	border-color: #368AD2;  	background-color: #368AD2; -	color: #FFF; +	color: #FFFFFF;  } -.pagination span a:active { +.pagination li a:active, .pagination li.active a:active {  	color: #5C758C;  	background-color: #ECEDEE;  	border-color: #B4BAC0; @@ -191,7 +176,7 @@ dl.details dd {  /* Pagination in viewforum for multipage topics */  .row .pagination { -	background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); +	background-image: url("./images/icon_pages.gif");  }  .row .pagination span a, li.pagination span a { @@ -234,7 +219,7 @@ p.rules {  	background-image: none;  } -/*  	 +/*  --------------------------------------------------------------  Colours and backgrounds for links.css  -------------------------------------------------------------- */ @@ -327,7 +312,7 @@ a.topictitle:active {  	color: #105289;  } -/* Profile searchresults */	 +/* Profile searchresults */  .search .postprofile a {  	color: #105289;  } @@ -338,40 +323,40 @@ a.topictitle:active {  /* Back to top of page */  a.top { -	background-image: url("{IMG_ICON_BACK_TOP_SRC}"); +	background-image: url("./images/icon_back_top.gif");  }  a.top2 { -	background-image: url("{IMG_ICON_BACK_TOP_SRC}"); +	background-image: url("./images/icon_back_top.gif");  }  /* Arrow links  */ -a.up		{ background-image: url("{T_THEME_PATH}/images/arrow_up.gif") } -a.down		{ background-image: url("{T_THEME_PATH}/images/arrow_down.gif") } -a.left		{ background-image: url("{T_THEME_PATH}/images/arrow_left.gif") } -a.right		{ background-image: url("{T_THEME_PATH}/images/arrow_right.gif") } +a.arrow-up			{ background-image: url("./images/arrow_up.gif") } +a.arrow-down		{ background-image: url("./images/arrow_down.gif") } +a.arrow-left		{ background-image: url("./images/arrow_left.gif") } +a.arrow-right		{ background-image: url("./images/arrow_right.gif") } -a.up:hover { +a.arrow-up:hover {  	background-color: transparent;  } -a.left:hover { +a.arrow-left:hover {  	color: #368AD2;  } -a.right:hover { +a.arrow-right:hover {  	color: #368AD2;  } -/*  	 +/*  --------------------------------------------------------------  Colours and backgrounds for content.css  -------------------------------------------------------------- */  ul.forums {  	background-color: #eef5f9; -	background-image: url("{T_THEME_PATH}/images/gradient.gif"); +	background-image: url("./images/gradient.gif");  }  ul.topiclist li { @@ -388,11 +373,11 @@ ul.topiclist dd {  }  ul.topiclist li.row dt a.subforum.read { -	background-image: url("{IMG_SUBFORUM_READ_SRC}"); +	background-image: url("./images/subforum_read.gif");  }  ul.topiclist li.row dt a.subforum.unread { -	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}"); +	background-image: url("./images/subforum_unread.gif");  }  li.row { @@ -452,6 +437,10 @@ dl.faq dt {  	color: #BC2A4D;  } +.announce, .unreadpost { +	/* Highlight the announcements & unread posts box */ +} +  /* Post signature */  .signature {  	border-top-color: #CCCCCC; @@ -467,12 +456,12 @@ dl.faq dt {  /* Quote block */  blockquote {  	background-color: #EBEADD; -	background-image: url("{T_THEME_PATH}/images/quote.gif"); +	background-image: url("./images/quote.gif");  	border-color:#DBDBCE;  }  .rtl blockquote { -	background-image: url("{T_THEME_PATH}/images/quote_rtl.gif"); +	background-image: url("./images/quote_rtl.gif");  }  blockquote blockquote { @@ -652,69 +641,137 @@ fieldset.polls dd div {  }  .online { -	background-image: url("{IMG_ICON_USER_ONLINE_SRC}"); +	background-image: url("./en/icon_user_online.gif");  } -/*  	 +/*  --------------------------------------------------------------  Colours and backgrounds for buttons.css  -------------------------------------------------------------- */ -/* Big button images */ -.reply-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); } -.post-icon span		{ background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); } -.locked-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); } -.pmreply-icon span	{ background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;} -.newpm-icon span 	{ background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;} -.forwardpm-icon span	{ background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;} -  a.print { -	background-image: url("{T_THEME_PATH}/images/icon_print.gif"); +	background-image: url("./images/icon_print.gif");  }  a.sendemail { -	background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif"); +	background-image: url("./images/icon_sendemail.gif"); +} + +.buttons div a { +	border-color: #C7C3BF; +	background-color: #FFFFFF; +	background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9); +	background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9); +	background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9); +	background-image: linear-gradient(to bottom, #FFFFFF, #E9E9E9); +	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')"; +	box-shadow: 0 0 0 1px #FFFFFF inset; +	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset; +	color: #BC2A4D !important;  } -a.fontsize { -	background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif"); +.buttons div a:hover { +	border-color: #0a8ed0; +	background-image: -moz-linear-gradient(top, #E9E9E9, #FFFFFF); +	background-image: -webkit-linear-gradient(top, #E9E9E9, #FFFFFF); +	background-image: -o-linear-gradient(top, #E9E9E9, #FFFFFF); +	background-image: linear-gradient(to bottom, #E9E9E9, #FFFFFF); +	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E9E9E9', EndColorStr='#FFFFFF')"; +	text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2); +} + +.buttons div a:after { +	background-image: url("images/buttons.png");  }  /* Icon images  ---------------------------------------- */ -.sitehome						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); } -.icon-faq						{ background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); } -.icon-members					{ background-image: url("{T_THEME_PATH}/images/icon_members.gif"); } -.icon-home						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); } -.icon-ucp						{ background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); } -.icon-register					{ background-image: url("{T_THEME_PATH}/images/icon_register.gif"); } -.icon-logout					{ background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); } -.icon-bookmark					{ background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); } -.icon-bump						{ background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); } -.icon-subscribe					{ background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); } -.icon-unsubscribe				{ background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); } -.icon-pages						{ background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); } -.icon-search					{ background-image: url("{T_THEME_PATH}/images/icon_search.gif"); } +.sitehome						{ background-image: url("./images/icon_home.gif"); } +.icon-faq						{ background-image: url("./images/icon_faq.gif"); } +.icon-members					{ background-image: url("./images/icon_members.gif"); } +.icon-home						{ background-image: url("./images/icon_home.gif"); } +.icon-ucp						{ background-image: url("./images/icon_ucp.gif"); } +.icon-register					{ background-image: url("./images/icon_register.gif"); } +.icon-logout					{ background-image: url("./images/icon_logout.gif"); } +.icon-bookmark					{ background-image: url("./images/icon_bookmark.gif"); } +.icon-bump						{ background-image: url("./images/icon_bump.gif"); } +.icon-subscribe					{ background-image: url("./images/icon_subscribe.gif"); } +.icon-unsubscribe				{ background-image: url("./images/icon_unsubscribe.gif"); } +.icon-pages						{ background-image: url("./images/icon_pages.gif"); } +.icon-search					{ background-image: url("./images/icon_search.gif"); }  /* Profile & navigation icons */ -.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); } -.aim-icon, .aim-icon a			{ background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); } -.yahoo-icon, .yahoo-icon a		{ background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); } -.web-icon, .web-icon a			{ background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); } -.msnm-icon, .msnm-icon a			{ background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); } -.icq-icon, .icq-icon a			{ background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); } -.jabber-icon, .jabber-icon a		{ background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); } -.pm-icon, .pm-icon a				{ background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); } -.quote-icon, .quote-icon a		{ background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); } +.email-icon, .email-icon a		{ background-image: url("./images/icon_contact_email.gif"); } +.aim-icon, .aim-icon a			{ background-image: url("./images/icon_contact_aim.gif"); } +.yahoo-icon, .yahoo-icon a		{ background-image: url("./images/icon_contact_yahoo.gif"); } +.web-icon, .web-icon a			{ background-image: url("./images/icon_contact_www.gif"); } +.msnm-icon, .msnm-icon a			{ background-image: url("./images/icon_contact_msnm.gif"); } +.icq-icon, .icq-icon a			{ background-image: url("./images/icon_contact_icq.gif"); } +.jabber-icon, .jabber-icon a		{ background-image: url("./images/icon_contact_jabber.gif"); } +.pm-icon, .pm-icon a				{ background-image: url("./en/icon_contact_pm.gif"); } +.quote-icon, .quote-icon a		{ background-image: url("./en/icon_post_quote.gif"); }  /* Moderator icons */ -.report-icon, .report-icon a		{ background-image: url("{IMG_ICON_POST_REPORT_SRC}"); } -.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); } -.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); } -.info-icon, .info-icon a			{ background-image: url("{IMG_ICON_POST_INFO_SRC}"); } -.warn-icon, .warn-icon a			{ background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */ - -/*  	 +.report-icon, .report-icon a		{ background-image: url("./images/icon_post_report.gif"); } +.edit-icon, .edit-icon a			{ background-image: url("./en/icon_post_edit.gif"); } +.delete-icon, .delete-icon a		{ background-image: url("./images/icon_post_delete.gif"); } +.info-icon, .info-icon a			{ background-image: url("./images/icon_post_info.gif"); } +.warn-icon, .warn-icon a			{ background-image: url("./images/icon_user_warn.gif"); } /* Need updated warn icon */ + +/* Forum icons & Topic icons */ +.global_read													{ background-image: url("./images/announce_read.gif"); } +.global_read_mine												{ background-image: url("./images/announce_read_mine.gif"); } +.global_read_locked												{ background-image: url("./images/announce_read_locked.gif"); } +.global_read_locked_mine										{ background-image: url("./images/announce_read_locked_mine.gif"); } +.global_unread													{ background-image: url("./images/announce_unread.gif"); } +.global_unread_mine												{ background-image: url("./images/announce_unread_mine.gif"); } +.global_unread_locked											{ background-image: url("./images/announce_unread_locked.gif"); } +.global_unread_locked_mine										{ background-image: url("./images/announce_unread_locked_mine.gif"); } + +.announce_read													{ background-image: url("./images/announce_read.gif"); } +.announce_read_mine												{ background-image: url("./images/announce_read_mine.gif"); } +.announce_read_locked											{ background-image: url("./images/announce_read_locked.gif"); } +.announce_read_locked_mine										{ background-image: url("./images/announce_read_locked_mine.gif"); } +.announce_unread												{ background-image: url("./images/announce_unread.gif"); } +.announce_unread_mine											{ background-image: url("./images/announce_unread_mine.gif"); } +.announce_unread_locked											{ background-image: url("./images/announce_unread_locked.gif"); } +.announce_unread_locked_mine									{ background-image: url("./images/announce_unread_locked_mine.gif"); } + +.forum_link														{ background-image: url("./images/forum_link.gif"); } +.forum_read														{ background-image: url("./images/forum_read.gif"); } +.forum_read_locked												{ background-image: url("./images/forum_read_locked.gif"); } +.forum_read_subforum											{ background-image: url("./images/forum_read_subforum.gif"); } +.forum_unread													{ background-image: url("./images/forum_unread.gif"); } +.forum_unread_locked											{ background-image: url("./images/forum_unread_locked.gif"); } +.forum_unread_subforum											{ background-image: url("./images/forum_unread_subforum.gif"); } + +.sticky_read													{ background-image: url("./images/sticky_read.gif"); } +.sticky_read_mine												{ background-image: url("./images/sticky_read_mine.gif"); } +.sticky_read_locked												{ background-image: url("./images/sticky_read_locked.gif"); } +.sticky_read_locked_mine										{ background-image: url("./images/sticky_read_locked_mine.gif"); } +.sticky_unread													{ background-image: url("./images/sticky_unread.gif"); } +.sticky_unread_mine												{ background-image: url("./images/sticky_unread_mine.gif"); } +.sticky_unread_locked											{ background-image: url("./images/sticky_unread_locked.gif"); } +.sticky_unread_locked_mine										{ background-image: url("./images/sticky_unread_locked_mine.gif"); } + +.topic_moved													{ background-image: url("./images/topic_moved.gif"); } +.topic_read														{ background-image: url("./images/topic_read.gif"); } +.topic_read_mine												{ background-image: url("./images/topic_read_mine.gif"); } +.topic_read_hot													{ background-image: url("./images/topic_read_hot.gif"); } +.topic_read_hot_mine											{ background-image: url("./images/topic_read_hot_mine.gif"); } +.topic_read_locked												{ background-image: url("./images/topic_read_locked.gif"); } +.topic_read_locked_mine											{ background-image: url("./images/topic_read_locked_mine.gif"); } +.topic_unread													{ background-image: url("./images/topic_unread.gif"); } +.topic_unread_mine												{ background-image: url("./images/topic_unread_mine.gif"); } +.topic_unread_hot												{ background-image: url("./images/topic_unread_hot.gif"); } +.topic_unread_hot_mine											{ background-image: url("./images/topic_unread_hot_mine.gif"); } +.topic_unread_locked											{ background-image: url("./images/topic_unread_locked.gif"); } +.topic_unread_locked_mine										{ background-image: url("./images/topic_unread_locked_mine.gif"); } + +.pm_read														{ background-image: url("./images/topic_read.gif"); } +.pm_unread														{ background-image: url("./images/topic_unread.gif"); } + +/*  --------------------------------------------------------------  Colours and backgrounds for cp.css  -------------------------------------------------------------- */ @@ -752,11 +809,11 @@ ul.cplist {  /* CP tabbed menu  ----------------------------------------*/  #tabs a { -	background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif"); +	background-image: url("./images/bg_tabs1.gif");  }  #tabs a span { -	background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif"); +	background-image: url("./images/bg_tabs2.gif");  	color: #536482;  } @@ -797,11 +854,11 @@ ul.cplist {  #navigation a {  	color: #333;  	background-color: #B2C2CF; -	background-image: url("{T_THEME_PATH}/images/bg_menu.gif"); +	background-image: url("./images/bg_menu.gif");  }  .rtl #navigation a { -	background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif"); +	background-image: url("./images/bg_menu_rtl.gif");  	background-position: 0 100%;  } @@ -835,39 +892,6 @@ ul.cplist {  	background-color: #FFFFFF;  } -#cp-main span.corners-top, #cp-menu span.corners-top { -	background-image: url("{T_THEME_PATH}/images/corners_left2.gif"); -} - -#cp-main span.corners-top span, #cp-menu span.corners-top span { -	background-image: url("{T_THEME_PATH}/images/corners_right2.gif"); -} - -#cp-main span.corners-bottom, #cp-menu span.corners-bottom { -	background-image: url("{T_THEME_PATH}/images/corners_left2.gif"); -} - -#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span { -	background-image: url("{T_THEME_PATH}/images/corners_right2.gif"); -} - -/* Topicreview */ -#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top { -	background-image: url("{T_THEME_PATH}/images/corners_left.gif"); -} - -#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span { -	background-image: url("{T_THEME_PATH}/images/corners_right.gif"); -} - -#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom { -	background-image: url("{T_THEME_PATH}/images/corners_left.gif"); -} - -#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span { -	background-image: url("{T_THEME_PATH}/images/corners_right.gif"); -} -  /* Friends list */  .cp-mini {  	background-color: #eef5f9; @@ -908,7 +932,7 @@ dl.mini dt {  /* Avatar gallery */  #gallery label { -	background-color: #FFFFFF; +	background: #FFFFFF;  	border-color: #CCC;  } @@ -916,7 +940,7 @@ dl.mini dt {  	background-color: #EEE;  } -/*  	 +/*  --------------------------------------------------------------  Colours and backgrounds for forms.css  -------------------------------------------------------------- */ @@ -943,6 +967,10 @@ dd label {  	color: #333;  } +fieldset.fields1 { +	background-color: transparent; +} +  /* Hover effects */  fieldset dl:hover dt label {  	color: #000000; @@ -967,7 +995,7 @@ fieldset.quick-login input.inputbox {  /* Input field styles  ---------------------------------------- */  .inputbox { -	background-color: #FFFFFF;  +	background-color: #FFFFFF;  	border-color: #B4BAC0;  	color: #333333;  } @@ -987,7 +1015,7 @@ fieldset.quick-login input.inputbox {  a.button1, input.button1, input.button3, a.button2, input.button2 {  	color: #000;  	background-color: #FAFAFA; -	background-image: url("{T_THEME_PATH}/images/bg_button.gif"); +	background-image: url("./images/bg_button.gif");  }  a.button1, input.button1 { @@ -1015,9 +1043,60 @@ a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, inpu  }  input.search { -	background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif"); +	background-image: url("./images/icon_textbox_search.gif");  }  input.disabled {  	color: #666666;  } + +/* jQuery popups +---------------------------------------- */ +.phpbb_alert { +	background-color: #FFFFFF; +	border-color: #999999; +} +.phpbb_alert .alert_close { +	background-image: url("./images/alert_close.png"); +} +#darken { +	background-color: #000000; +} + +#notification_list { +	background-color: #FFFFFF; +	border-color: #B9B9B9; +} + +#notification_list ul li { +	border-bottom-color: #B9B9B9; +} + +#notification_list ul li:hover { +	background-color: #CFE1F6; +	color: #000000; +} + +#notification_list > .header, .notification_list > .footer { +	border-color: #B9B9B9; +	color: #000000; +} + +#notification_list > .header { +	background: #F1F8FF; +	background: -moz-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%); +	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F8FF), color-stop(100%, #CADCEB)); +	background: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%); +	background: -o-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%); +	background: -ms-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%); +	background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%); +} + +.notification_list .pointer { +	border-bottom-color: #B9B9B9; +} + +.notification_list .pointer_inner { +	border-bottom-color: #F1F8FF; +} + diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 7eb00bd808..26ec23b2e6 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1,12 +1,51 @@ -/* General Markup Styles +/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126  ---------------------------------------- */ - -* { -	/* Reset browsers default margin, padding and font sizes */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video {  	margin: 0;  	padding: 0; +	border: 0; +	font-size: 100%; +	font: inherit; +	vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { +	display: block; +} +body { +	line-height: 1; +} +ol, ul { +	list-style: none; +} +blockquote, q { +	quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { +	content: ''; +	content: none; +} +table { +	border-collapse: collapse; +	border-spacing: 0;  } +/* General Markup Styles +---------------------------------------- */  html {  	font-size: 100%;  	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */ @@ -16,10 +55,9 @@ html {  body {  	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */  	font-family: Verdana, Helvetica, Arial, sans-serif; -	color: #828282; -	background-color: #FFFFFF;  	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */  	font-size: 10px; +	line-height: normal;  	margin: 0;  	padding: 12px 0;  } @@ -28,7 +66,6 @@ h1 {  	/* Forum name */  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  	margin-right: 200px; -	color: #FFFFFF;  	margin-top: 15px;  	font-weight: bold;  	font-size: 2em; @@ -38,7 +75,6 @@ h2 {  	/* Forum header titles */  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  	font-weight: normal; -	color: #3f3f3f;  	font-size: 2em;  	margin: 0.8em 0 0.2em 0;  } @@ -52,11 +88,10 @@ h3 {  	font-family: Arial, Helvetica, sans-serif;  	font-weight: bold;  	text-transform: uppercase; -	border-bottom: 1px solid #CCCCCC; +	border-bottom: 1px solid transparent;  	margin-bottom: 3px;  	padding-bottom: 2px;  	font-size: 1.05em; -	color: #989898;  	margin-top: 20px;  } @@ -78,8 +113,8 @@ img {  hr {  	/* Also see tweaks.css */ -	border: 0 none #FFFFFF; -	border-top: 1px solid #CCCCCC; +	border: 0 solid transparent; +	border-top-width: 1px;  	height: 1px;  	margin: 5px 0;  	display: block; @@ -87,7 +122,7 @@ hr {  }  hr.dashed { -	border-top: 1px dashed #CCCCCC; +	border-top-style: dashed;  	margin: 10px 0;  } @@ -99,6 +134,39 @@ p.right {  	text-align: right;  } +b, strong { +	font-weight: bold; +} + +i, em { +	font-style: italic; +} + +u { +	text-decoration: underline; +} + +ul { +	list-style-type: disc; +} + +ol { +	list-style-type: decimal; +} + +li { +	display: list-item; +} + +ul ul, ol ul { +	list-style-type: circle; +} + +ol ol ul, ol ul ul, ul ol ul, ul ul ul { +	list-style-type: square; +} + +  /* Main blocks  ---------------------------------------- */  #wrap { @@ -136,7 +204,6 @@ a#logo:hover {  /* Search box  --------------------------------------------- */  #search-box { -	color: #FFFFFF;  	position: relative;  	margin-top: 30px;  	margin-right: 5px; @@ -148,11 +215,10 @@ a#logo:hover {  #search-box #keywords {  	width: 95px; -	background-color: #FFF;  }  #search-box input { -	border: 1px solid #b0b0b0; +	border: 1px solid transparent;  }  /* .button1 style defined later, just a few tweaks for the search button version */ @@ -183,122 +249,69 @@ a#logo:hover {  /* Round cornered boxes and backgrounds  ---------------------------------------- */  .headerbar { -	background: #ebebeb none repeat-x 0 0; -	color: #FFFFFF; +	background: transparent none repeat-x 0 0;  	margin-bottom: 4px; -	padding: 0 5px; +	padding: 5px; +	border-radius: 7px;  }  .navbar { -	background-color: #ebebeb;  	padding: 0 10px; +	padding: 5px 10px 5px 10px; +	border-radius: 7px;  }  .forabg { -	background: #b1b1b1 none repeat-x 0 0; +	background: transparent none repeat-x 0 0;  	margin-bottom: 4px; -	padding: 0 5px; +	padding: 5px;  	clear: both; +	border-radius: 7px;  }  .forumbg { -	background: #ebebeb none repeat-x 0 0; +	background: transparent none repeat-x 0 0;  	margin-bottom: 4px; -	padding: 0 5px; +	padding: 5px;  	clear: both; +	border-radius: 7px;  }  .panel {  	margin-bottom: 4px; -	padding: 0 10px; -	background-color: #f3f3f3; -	color: #3f3f3f; +	padding: 5px 10px; +	border-radius: 7px;  }  .post { -	padding: 0 10px; +	padding: 5px 10px;  	margin-bottom: 4px;  	background-repeat: no-repeat;  	background-position: 100% 0; +	border-radius: 7px;  } -.post:target .content { -	color: #000000; -} - -.post:target h3 a { -	color: #000000; +.inner:after { +	content: ''; +	clear: both; +	display: block;  } -.bg1	{ background-color: #f7f7f7;} -.bg2	{ background-color: #f2f2f2; } -.bg3	{ background-color: #ebebeb; } -  .rowbg {  	margin: 5px 5px 2px 5px;  } -.ucprowbg { -	background-color: #e2e2e2; -} - -.fieldsbg { -	/*border: 1px #DBDEE2 solid;*/ -	background-color: #eaeaea; -} - -span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span { -	font-size: 1px; -	line-height: 1px; -	display: block; -	height: 5px; -	background-repeat: no-repeat; -} - -span.corners-top { -	background-image: none; -	background-position: 0 0; -	margin: 0 -5px; -} - -span.corners-top span { -	background-image: none; -	background-position: 100% 0; -} - -span.corners-bottom { -	background-image: none; -	background-position: 0 100%; -	margin: 0 -5px; -	clear: both; -} - -span.corners-bottom span { -	background-image: none; -	background-position: 100% 100%; -} - -.headbg span.corners-bottom { -	margin-bottom: -1px; -} - -.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom { -	margin: 0 -10px; -} - -.rules span.corners-top { -	margin: 0 -10px 5px -10px; -} - -.rules span.corners-bottom { -	margin: 5px -10px 0 -10px; -} -  /* Horizontal lists  ----------------------------------------*/  ul.linklist {  	display: block;  	margin: 0; +	height: 4%; +	overflow: hidden; +} + +#cp-main .panel { +	padding: 5px 10px;  }  ul.linklist li { @@ -321,7 +334,7 @@ ul.linklist li.rightside, p.rightside {  ul.navlinks {  	padding-bottom: 1px;  	margin-bottom: 1px; -	border-bottom: 1px solid #FFFFFF; +	border-bottom: 1px solid transparent;  	font-weight: bold;  } @@ -342,7 +355,7 @@ ul.rightside {  /* Table styles  ----------------------------------------*/  table.table1 { -	/* See tweaks.css */ +	width: 100%;  }  #ucp-main table.table1 { @@ -352,7 +365,6 @@ table.table1 {  table.table1 thead th {  	font-weight: normal;  	text-transform: uppercase; -	color: #FFFFFF;  	line-height: 1.3em;  	font-size: 1em;  	padding: 0 0 4px 3px; @@ -363,30 +375,22 @@ table.table1 thead th span {  }  table.table1 tbody tr { -	border: 1px solid #cfcfcf; -} - -table.table1 tbody tr:hover, table.table1 tbody tr.hover { -	background-color: #f6f6f6; -	color: #000; +	border: 1px solid transparent;  }  table.table1 td { -	color: #6a6a6a;  	font-size: 1.1em;  }  table.table1 tbody td {  	padding: 5px; -	border-top: 1px solid #FAFAFA; +	border-top: 1px solid transparent;  }  table.table1 tbody th {  	padding: 5px; -	border-bottom: 1px solid #000000; +	border-bottom: 1px solid transparent;  	text-align: left; -	color: #333333; -	background-color: #FFFFFF;  }  /* Specific column styles */ @@ -413,7 +417,6 @@ table.info tbody th {  	padding: 3px;  	text-align: right;  	vertical-align: top; -	color: #000000;  	font-weight: normal;  } @@ -425,17 +428,9 @@ table.info tbody th {  	margin: 0 -1px;  } -.forumbg-table > .inner > span.corners-top { -	margin: 0 -4px -1px -4px; -} - -.forumbg-table > .inner > span.corners-bottom { -	margin: -1px -4px 0 -4px; -} -  /* Misc layout styles  ---------------------------------------- */ -/* column[1-2] styles are containers for two column layouts  +/* column[1-2] styles are containers for two column layouts     Also see tweaks.css */  .column1 {  	float: left; @@ -472,7 +467,6 @@ dl.details dt {  	clear: left;  	width: 30%;  	text-align: right; -	color: #000000;  	display: block;  } @@ -480,11 +474,18 @@ dl.details dd {  	margin-left: 0;  	padding-left: 5px;  	margin-bottom: 5px; -	color: #828282;  	float: left;  	width: 65%; +	overflow: hidden; +	text-overflow: ellipsis;  } +.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls { +	height: 1%; +	overflow: hidden; +} + +  /* Pagination  ---------------------------------------- */  .pagination { @@ -495,68 +496,113 @@ dl.details dd {  	float: right;  } -.pagination span.page-sep { -	display: none; -} -  li.pagination {  	margin-top: 0;  } -.pagination strong, .pagination b { -	font-weight: normal; +.pagination img { +	vertical-align: middle;  } -.pagination span strong { -	padding: 0 2px; -	margin: 0 2px; -	font-weight: normal; -	color: #FFFFFF; -	background-color: #bfbfbf; -	border: 1px solid #bfbfbf; -	font-size: 0.9em; +.pagination ul { +	display: inline-block; +	*display: inline; /* IE7 inline-block hack */ +	*zoom: 1; +	margin-left: 0; +	margin-bottom: 0;  } -.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active { +li.pagination ul { +	margin-top: -2px; +	vertical-align: middle; +} + +.pagination ul li, dl .pagination ul li, dl.icon .pagination ul li { +	display: inline; +	padding: 0; +	font-size: 100%; +	line-height: normal; +} + +.pagination li a, .pagnation li span, li .pagination li a, li .pagnation li span, .pagination li.active span, .pagination li.ellipsis span {  	font-weight: normal;  	text-decoration: none; -	color: #747474; -	margin: 0 2px;  	padding: 0 2px; -	background-color: #eeeeee; -	border: 1px solid #bababa; +	border: 1px solid transparent;  	font-size: 0.9em;  	line-height: 1.5em;  } -.pagination span a:hover { -	border-color: #d2d2d2; -	background-color: #d2d2d2; -	color: #FFF; -	text-decoration: none; -} - -.pagination img { -	vertical-align: middle; -} -  /* Pagination in viewforum for multipage topics */  .row .pagination {  	display: block;  	float: right;  	width: auto;  	margin-top: 0; -	padding: 1px 0 1px 15px; +	padding: 1px 0 1px 8px;  	font-size: 0.9em;  	background: none 0 50% no-repeat;  } -.row .pagination span a, li.pagination span a { -	background-color: #FFFFFF; +/* jQuery popups +---------------------------------------- */ +.phpbb_alert { +	border: 1px solid transparent; +	position: fixed; +	display: none; +	top: 150px; +	left: 25%; +	width: 50%; +	z-index: 50; +	padding: 25px; +	padding: 0 25px 20px 25px; +} + +.phpbb_alert .alert_close { +	display: block; +	float: right; +	width: 16px; +	height: 16px; +	overflow: hidden; +	text-decoration: none !important; +	background: transparent none 0 0 no-repeat; +	margin-top: -7px; +	margin-right: -31px; +} +.phpbb_alert .alert_close:hover { +	background-position: 0 -16px; +} + +.phpbb_alert p { +	margin: 8px 0; +	padding-bottom: 8px; +} + +.phpbb_alert label { +	display: block; +	margin: 8px 0; +	padding-bottom: 8px; +} + +.phpbb_alert div.alert_text > p, +.phpbb_alert div.alert_text > label, +.phpbb_alert div.alert_text > select, +.phpbb_alert div.alert_text > textarea, +.phpbb_alert div.alert_text > input { +	font-size: 1.1em; +} + +#darkenwrapper { +	display: none;  } -.row .pagination span a:hover, li.pagination span a:hover { -	background-color: #d2d2d2; +#darken { +	position: fixed; +	left: 0; +	top: 0; +	width: 100%; +	height: 100%; +	opacity: 0.5;  }  /* Miscellaneous styles @@ -573,7 +619,6 @@ li.pagination {  .copyright {  	padding: 5px;  	text-align: center; -	color: #555555;  }  .small { @@ -589,25 +634,15 @@ li.pagination {  }  .error { -	color: #bcbcbc;  	font-weight: bold;  	font-size: 1em;  } -.reported { -	background-color: #f7f7f7; -} - -li.reported:hover { -	background-color: #ececec; -} -  div.rules { -	background-color: #ececec; -	color: #bcbcbc; -	padding: 0 10px;  	margin: 10px 0;  	font-size: 1.1em; +	padding: 5px 10px; +	border-radius: 7px;  }  div.rules ul, div.rules ol { @@ -615,13 +650,16 @@ div.rules ul, div.rules ol {  }  p.rules { -	background-color: #ececec;  	background-image: none;  	padding: 5px;  }  p.rules img {  	vertical-align: middle; +} + +p.rules strong { +	vertical-align: middle;  	padding-top: 5px;  } @@ -642,3 +680,119 @@ p.rules a {  	line-height: 1px;  	background: transparent;  } + +.hidden { +	display: none; +} + +.smilies { +	vertical-align: text-bottom; +} + +#notification_list { +	display: none; +	position: absolute; +	width: 330px; +	z-index: 1; +	border: 1px solid; +	box-shadow: 3px 3px 5px darkgray; +	border-radius: 5px; +	margin-top: 8px; +} + +#notification_list ul { +	max-height: 350px; +	overflow-y: auto; +	overflow-x: hidden; +} + +#notification_list ul li { +	width: 310px; +	padding: 10px; +	margin: 0; +	float: left; +	border-bottom: 1px solid; +	list-style-type: none; +	font-size: 0.95em; +	clear: both; +} + +#notification_list > .header { +	padding: 0 10px; +	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; +	font-size: 11px; +	font-weight: bold; +	text-shadow: 1px 1px 1px white; +	text-transform: uppercase;	 +	line-height: 30px; +	border-bottom: 1px solid; +	border-radius: 5px 5px 0 0; +} + +#notification_list > .header > .header_settings { +	float: right; +	font-weight: normal; +	text-transform: none; +} + +#notification_list > .footer { +	text-align: center; +	font-size: 1.2em; +} + +#notification_list ul li a, .notification_list dt > a, #notification_list > .footer > a { +	display: block; +} + +.notification_list ul li img { +	float: left; +	max-width: 50px; +	max-height: 50px; +	margin-right: 5px; +} + +.notification_list ul li p { +	margin: 0; +	word-wrap: break-word; +} + +.notification_list ul.topiclist dt { +	width: 88%; +} + +.notification_list .pointer, .notification_list .pointer_inner { +	position: absolute; +	width: 0; +	height: 0; +	border-top-width: 0; +	border-bottom: 10px solid; +	border-left: 10px dashed transparent; +	border-right: 10px dashed transparent; +	-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */ +	display: block; +} + +.notification_list .pointer { +	right: auto; +	left: 10px; +	top: -11px; +} + +.notification_list .pointer_inner { +	top: auto; +	bottom: -11px; +	left: -10px; +} + +.notification_list div.notifications { +	padding: 5px; +} + +.notification_list p.notifications_title { +	font-weight: bold; +} + +.notification_list p.notifications_time { +	font-size: 11px; +} + diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 5f627c8f77..bf9e587ce1 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -8,13 +8,12 @@ ul.topiclist {  }  ul.forums { -	background: #f9f9f9 none repeat-x 0 0; +	background: transparent none repeat-x 0 0;  }  ul.topiclist li {  	display: block;  	list-style-type: none; -	color: #777777;  	margin: 0;  } @@ -38,7 +37,7 @@ ul.topiclist dt {  ul.topiclist dd {  	display: block;  	float: left; -	border-left: 1px solid #FFFFFF; +	border-left: 1px solid transparent;  	padding: 4px 0;  } @@ -65,28 +64,18 @@ ul.topiclist li.row dt a.subforum {  }  li.row { -	border-top: 1px solid #FFFFFF; -	border-bottom: 1px solid #8f8f8f; +	border-top: 1px solid transparent; +	border-bottom: 1px solid transparent;  }  li.row strong {  	font-weight: normal; -	color: #000000; -} - -li.row:hover { -	background-color: #f6f6f6; -} - -li.row:hover dd { -	border-left-color: #CCCCCC;  }  li.header dt, li.header dd {  	line-height: 1em;  	border-left-width: 0;  	margin: 2px 0 4px 0; -	color: #FFFFFF;  	padding-top: 2px;  	padding-bottom: 2px;  	font-size: 1em; @@ -205,7 +194,6 @@ ul.topiclist dd.searchextra {  	margin-left: 5px;  	padding: 0.2em 0;  	font-size: 1.1em; -	color: #333333;  	border-left: none;  	clear: both;  	width: 98%; @@ -228,7 +216,6 @@ div[class].topic-actions {  .postbody {  	padding: 0;  	line-height: 1.48em; -	color: #333333;  	width: 76%;  	float: left;  	clear: both; @@ -320,14 +307,12 @@ div[class].topic-actions {  	line-height: 1.4em;  	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;  	font-size: 1em; -	color: #333333;  	padding-bottom: 1px;  }  .content h2, .panel h2 {  	font-weight: normal; -	color: #989898; -	border-bottom: 1px solid #CCCCCC; +	border-bottom: 1px solid transparent;  	font-size: 1.6em;  	margin-top: 0.5em;  	margin-bottom: 0.5em; @@ -351,6 +336,10 @@ div[class].topic-actions {  	line-height: 1.4em;  } +span.corners-top, span.corners-bottom { +    display: none; +} +  dl.faq {  	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;  	font-size: 1.1em; @@ -361,7 +350,6 @@ dl.faq {  dl.faq dt {  	font-weight: bold; -	color: #333333;  }  .content dl.faq { @@ -379,17 +367,9 @@ dl.faq dt {  }  .posthilit { -	background-color: #f3f3f3; -	color: #BCBCBC;  	padding: 0 2px 1px 2px;  } -.announce, .unreadpost { -	/* Highlight the announcements & unread posts box */ -	border-left-color: #BCBCBC; -	border-right-color: #BCBCBC; -} -  /* Post author */  p.author {  	margin: 0 15em 0.6em 0; @@ -404,7 +384,7 @@ p.author {  	margin-top: 1.5em;  	padding-top: 0.2em;  	font-size: 1.1em; -	border-top: 1px solid #CCCCCC; +	border-top: 1px solid transparent;  	clear: left;  	line-height: 140%;  	overflow: hidden; @@ -434,7 +414,7 @@ dd .signature {  	margin-top: 1.5em;  	padding-top: 0.2em;  	font-size: 1em; -	border-top: 1px dashed #CCCCCC; +	border-top: 1px dashed transparent;  	clear: left;  	line-height: 130%;  } @@ -450,8 +430,8 @@ ul.searchresults {  ----------------------------------------*/  /* Quote block */  blockquote { -	background: #ebebeb none 6px 8px no-repeat; -	border: 1px solid #dbdbdb; +	background: transparent none 6px 8px no-repeat; +	border: 1px solid transparent;  	font-size: 0.95em;  	margin: 0.5em 1px 0 25px;  	overflow: hidden; @@ -460,16 +440,10 @@ blockquote {  blockquote blockquote {  	/* Nested quotes */ -	background-color: #bababa;  	font-size: 1em;  	margin: 0.5em 1px 0 15px;	  } -blockquote blockquote blockquote { -	/* Nested quotes */ -	background-color: #e4e4e4; -} -  blockquote cite {  	/* Username/source of quoter */  	font-style: normal; @@ -490,14 +464,13 @@ blockquote.uncited {  /* Code block */  dl.codebox {  	padding: 3px; -	background-color: #FFFFFF; -	border: 1px solid #d8d8d8; +	border: 1px solid transparent;  	font-size: 1em;  }  dl.codebox dt {  	text-transform: uppercase; -	border-bottom: 1px solid #CCCCCC; +	border-bottom: 1px solid transparent;  	margin-bottom: 3px;  	font-size: 0.8em;  	font-weight: bold; @@ -518,17 +491,9 @@ dl.codebox code {  	padding-top: 5px;  	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;  	line-height: 1.3em; -	color: #8b8b8b;  	margin: 2px 0;  } -.syntaxbg		{ color: #FFFFFF; } -.syntaxcomment	{ color: #000000; } -.syntaxdefault	{ color: #bcbcbc; } -.syntaxhtml		{ color: #000000; } -.syntaxkeyword	{ color: #585858; } -.syntaxstring	{ color: #a7a7a7; } -  /* Attachments  ----------------------------------------*/  .attachbox { @@ -536,15 +501,10 @@ dl.codebox code {  	width: auto;   	margin: 5px 5px 5px 0;  	padding: 6px; -	background-color: #FFFFFF; -	border: 1px dashed #d8d8d8; +	border: 1px dashed transparent;  	clear: left;  } -.pm-message .attachbox { -	background-color: #f3f3f3; -} -  .attachbox dt {  	font-family: Arial, Helvetica, sans-serif;  	text-transform: uppercase; @@ -554,7 +514,7 @@ dl.codebox code {  	margin-top: 4px;  	padding-top: 4px;  	clear: left; -	border-top: 1px solid #d8d8d8; +	border-top: 1px solid transparent;  }  .attachbox dd dd { @@ -563,7 +523,6 @@ dl.codebox code {  .attachbox p {  	line-height: 110%; -	color: #666666;  	font-weight: normal;  	clear: left;  } @@ -571,7 +530,6 @@ dl.codebox code {  .attachbox p.stats  {  	line-height: 110%; -	color: #666666;  	font-weight: normal;  	clear: left;  } @@ -584,7 +542,7 @@ dl.codebox code {  }  .attach-image img { -	border: 1px solid #999999; +	border: 1px solid transparent;  /*	cursor: move; */  	cursor: default;  } @@ -613,19 +571,16 @@ dl.file dt {  }  dl.file dd { -	color: #666666;  	margin: 0;  	padding: 0;	  }  dl.thumbnail img {  	padding: 3px; -	border: 1px solid #666666; -	background-color: #FFF; +	border: 1px solid transparent;  }  dl.thumbnail dd { -	color: #666666;  	font-style: italic;  	font-family: Verdana, Arial, Helvetica, sans-serif;  } @@ -634,12 +589,8 @@ dl.thumbnail dd {  	font-size: 100%;  } -dl.thumbnail dt a:hover { -	background-color: #EEEEEE; -} -  dl.thumbnail dt a:hover img { -	border: 1px solid #d2d2d2; +	border: 1px solid transparent;  }  /* Post poll styles @@ -650,15 +601,13 @@ fieldset.polls {  fieldset.polls dl {  	margin-top: 5px; -	border-top: 1px solid #e2e2e2; +	border-top: 1px solid transparent;  	padding: 5px 0 0 0;  	line-height: 120%; -	color: #666666;  }  fieldset.polls dl.voted {  	font-weight: bold; -	color: #000000;  }  fieldset.polls dt { @@ -692,41 +641,15 @@ fieldset.polls dd input {  fieldset.polls dd div {  	text-align: right;  	font-family: Arial, Helvetica, sans-serif; -	color: #FFFFFF;  	font-weight: bold;  	padding: 0 2px;  	overflow: visible;  	min-width: 2%;  } -.pollbar1 { -	background-color: #aaaaaa; -	border-bottom: 1px solid #747474; -	border-right: 1px solid #747474; -} - -.pollbar2 { -	background-color: #bebebe; -	border-bottom: 1px solid #8c8c8c; -	border-right: 1px solid #8c8c8c; -} - -.pollbar3 { -	background-color: #D1D1D1; -	border-bottom: 1px solid #aaaaaa; -	border-right: 1px solid #aaaaaa; -} - -.pollbar4 { -	background-color: #e4e4e4; -	border-bottom: 1px solid #bebebe; -	border-right: 1px solid #bebebe; -} - -.pollbar5 { -	background-color: #f8f8f8; -	border-bottom: 1px solid #D1D1D1; -	border-right: 1px solid #D1D1D1; +.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 { +	border-bottom: 1px solid transparent; +	border-right: 1px solid transparent;  }  /* Poster profile block @@ -735,24 +658,24 @@ fieldset.polls dd div {  	/* Also see tweaks.css */  	margin: 5px 0 10px 0;  	min-height: 80px; -	color: #666666; -	border-left: 1px solid #FFFFFF; +	border-left: 1px solid transparent;  	width: 22%;  	float: right;  	display: inline;  } -.pm .postprofile { -	border-left: 1px solid #DDDDDD; -}  .postprofile dd, .postprofile dt {  	line-height: 1.2em;  	margin-left: 8px;  } +.postprofile dd { +	overflow: hidden; +	text-overflow: ellipsis; +} +  .postprofile strong {  	font-weight: normal; -	color: #000000;  }  .avatar { @@ -783,4 +706,27 @@ dl.pmlist dt textarea {  dl.pmlist dd {  	margin-left: 61% !important;  	margin-bottom: 2px; -}
\ No newline at end of file +} + +.topic-actions div.dl_links { +	padding: 10px 0 0 10px; +} + +div.dl_links { +	display: inline-block; +	text-transform: none; +} + +.dl_links strong { +	font-weight: bold; +} + +.dl_links ul { +	list-style-type: none; +	margin: 0; +	display: inline-block; +} + +.dl_links li { +	display: inline-block; +} diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index 7c7158bd00..e32ff8fcb8 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -20,10 +20,6 @@  	padding: 0;  } -#cp-main h3, #cp-main hr, #cp-menu hr { -	border-color: #bfbfbf; -} -  #cp-main .panel p {  	font-size: 1.1em;  } @@ -34,17 +30,16 @@  }  #cp-main .panel li.row { -	border-bottom: 1px solid #cbcbcb; -	border-top: 1px solid #F9F9F9; +	border-bottom: 1px solid transparent; +	border-top: 1px solid transparent;  }  ul.cplist {  	margin-bottom: 5px; -	border-top: 1px solid #cbcbcb; +	border-top: 1px solid transparent;  }  #cp-main .panel li.header dd, #cp-main .panel li.header dt { -	color: #000000;  	margin-bottom: 2px;  } @@ -53,9 +48,8 @@ ul.cplist {  }  #cp-main table.table1 thead th { -	color: #333333;  	font-weight: bold; -	border-bottom: 1px solid #333333; +	border-bottom: 1px solid transparent;  	padding: 5px;  } @@ -76,9 +70,8 @@ ul.cplist {  }  #cp-main .pm-message { -	border: 1px solid #e2e2e2; +	border: 1px solid transparent;  	margin: 10px 0; -	background-color: #FFFFFF;  	width: auto;  	float: none;  } @@ -157,23 +150,17 @@ ul.cplist {  	display: block;  	background: none no-repeat 100% -35px;  	padding: 6px 10px 6px 5px; -	color: #828282;  	white-space: nowrap;  } -#tabs a:hover span { -	color: #bcbcbc; -} -  #tabs .activetab a {  	background-position: 0 0; -	border-bottom: 1px solid #ebebeb; +	border-bottom: 1px solid transparent;  }  #tabs .activetab a span {  	background-position: 100% 0;  	padding-bottom: 7px; -	color: #333333;  }  #tabs a:hover { @@ -189,7 +176,6 @@ ul.cplist {  }  #tabs .activetab a:hover span { -	color: #000000;  	background-position: 100% 0;  } @@ -209,10 +195,11 @@ ul.cplist {  #minitabs li {  	display: block;  	float: right; -	padding: 0 10px 4px 10px; +	border-top-left-radius: 5px; +	border-top-right-radius: 5px; +	padding: 5px 10px 4px 10px;  	font-size: 1em;  	font-weight: bold; -	background-color: #f2f2f2;  	margin-left: 2px;  } @@ -223,14 +210,6 @@ ul.cplist {  	text-decoration: none;  } -#minitabs li.activetab { -	background-color: #F9F9F9; -} - -#minitabs li.activetab a, #minitabs li.activetab a:hover { -	color: #333333; -} -  /* UCP navigation menu  ----------------------------------------*/  /* Container for sub-navigation list */ @@ -258,92 +237,36 @@ ul.cplist {  	margin: 1px 0;  	text-decoration: none;  	font-weight: bold; -	color: #333; -	background: #cfcfcf none repeat-y 100% 0; +	background: transparent none repeat-y 100% 0;  }  #navigation a:hover {  	text-decoration: none; -	background-color: #c6c6c6; -	color: #bcbcbc;  	background-image: none;  }  #navigation #active-subsection a {  	display: block; -	color: #d3d3d3; -	background-color: #F9F9F9;  	background-image: none;  } -#navigation #active-subsection a:hover { -	color: #d3d3d3; -} -  /* Preferences pane layout  ----------------------------------------*/  #cp-main h2 {  	border-bottom: none;  	padding: 0;  	margin-left: 10px; -	color: #333333; -} - -#cp-main .panel { -	background-color: #F9F9F9; -} - -#cp-main .pm { -	background-color: #FFFFFF; -} - -#cp-main span.corners-top, #cp-menu span.corners-top { -	background-image: none; -} - -#cp-main span.corners-top span, #cp-menu span.corners-top span { -	background-image: none; -} - -#cp-main span.corners-bottom, #cp-menu span.corners-bottom { -	background-image: none; -} - -#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span { -	background-image: none; -} - -/* Topicreview */ -#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top { -	background-image: none; -} - -#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span { -	background-image: none; -} - -#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom { -	background-image: none; -} - -#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span { -	background-image: none;  }  /* Friends list */  .cp-mini { -	background-color: #f9f9f9; -	padding: 0 5px;  	margin: 10px 15px 10px 5px; -} - -.cp-mini span.corners-top, .cp-mini span.corners-bottom { -	margin: 0 -5px; +	padding: 5px 10px; +	border-radius: 7px;  }  dl.mini dt {  	font-weight: bold; -	color: #676767;  }  dl.mini dd { @@ -364,25 +287,6 @@ dl.mini dd {  	line-height: 2.5em;  } -/* PM panel adjustments */ -.reply-all a.left { -	background-position: 3px 60%; -} - -.reply-all a.left:hover { -	background-position: 0px 60%; -} - -.reply-all { -	font-size: 11px; -	padding-top: 5px; -} - -/* PM Message history */ -.current { -	color: #999999; -} -  /* Defined rules list for PM options */  ol.def-rules {  	padding-left: 0; @@ -403,31 +307,16 @@ ol.def-rules li {  }  .pmlist li.pm_message_reported_colour, .pm_message_reported_colour { -	border-left-color: #bcbcbc; -	border-right-color: #bcbcbc; -} - -.pmlist li.pm_marked_colour, .pm_marked_colour { -	padding: 0; -	border: solid 3px #ffffff; -	border-width: 0 3px; -} - -.pmlist li.pm_replied_colour, .pm_replied_colour { -	padding: 0; -	border: solid 3px #c2c2c2; -	border-width: 0 3px; -} - -.pmlist li.pm_friend_colour, .pm_friend_colour { -	padding: 0; -	border: solid 3px #bdbdbd; -	border-width: 0 3px; +	border-left-color: transparent; +	border-right-color: transparent;  } +.pmlist li.pm_marked_colour, .pm_marked_colour,  +.pmlist li.pm_replied_colour, .pm_replied_colour, +.pmlist li.pm_friend_colour, .pm_friend_colour,  .pmlist li.pm_foe_colour, .pm_foe_colour {  	padding: 0; -	border: solid 3px #000000; +	border: solid 3px transparent;  	border-width: 0 3px;  } @@ -446,11 +335,6 @@ ol.def-rules li {  	margin: 10px;  	padding: 5px;  	width: auto; -	background: #FFFFFF; -	border: 1px solid #CCC; +	border: 1px solid transparent;  	text-align: center;  } - -#gallery label:hover { -	background-color: #EEE; -} diff --git a/phpBB/styles/prosilver/theme/en/button_pm_forward.gif b/phpBB/styles/prosilver/theme/en/button_pm_forward.gif Binary files differnew file mode 100644 index 0000000000..3384df34be --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/button_pm_forward.gif diff --git a/phpBB/styles/prosilver/theme/en/button_pm_new.gif b/phpBB/styles/prosilver/theme/en/button_pm_new.gif Binary files differnew file mode 100644 index 0000000000..cc0381c6b2 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/button_pm_new.gif diff --git a/phpBB/styles/prosilver/theme/en/button_pm_reply.gif b/phpBB/styles/prosilver/theme/en/button_pm_reply.gif Binary files differnew file mode 100644 index 0000000000..3275b06d52 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/button_pm_reply.gif diff --git a/phpBB/styles/prosilver/theme/en/button_topic_locked.gif b/phpBB/styles/prosilver/theme/en/button_topic_locked.gif Binary files differnew file mode 100644 index 0000000000..b08918a24f --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/button_topic_locked.gif diff --git a/phpBB/styles/prosilver/theme/en/button_topic_new.gif b/phpBB/styles/prosilver/theme/en/button_topic_new.gif Binary files differnew file mode 100644 index 0000000000..5b7b1e0e60 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/button_topic_new.gif diff --git a/phpBB/styles/prosilver/theme/en/button_topic_reply.gif b/phpBB/styles/prosilver/theme/en/button_topic_reply.gif Binary files differnew file mode 100644 index 0000000000..e900c80c70 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/button_topic_reply.gif diff --git a/phpBB/styles/prosilver/theme/en/icon_contact_pm.gif b/phpBB/styles/prosilver/theme/en/icon_contact_pm.gif Binary files differnew file mode 100644 index 0000000000..ec190118fe --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/icon_contact_pm.gif diff --git a/phpBB/styles/prosilver/theme/en/icon_post_edit.gif b/phpBB/styles/prosilver/theme/en/icon_post_edit.gif Binary files differnew file mode 100644 index 0000000000..19006f95a7 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/icon_post_edit.gif diff --git a/phpBB/styles/prosilver/theme/en/icon_post_quote.gif b/phpBB/styles/prosilver/theme/en/icon_post_quote.gif Binary files differnew file mode 100644 index 0000000000..c3708a1477 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/icon_post_quote.gif diff --git a/phpBB/styles/prosilver/theme/en/icon_user_online.gif b/phpBB/styles/prosilver/theme/en/icon_user_online.gif Binary files differnew file mode 100644 index 0000000000..6b571ffce0 --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/icon_user_online.gif diff --git a/phpBB/styles/prosilver/theme/en/stylesheet.css b/phpBB/styles/prosilver/theme/en/stylesheet.css new file mode 100644 index 0000000000..1a3d0acb4b --- /dev/null +++ b/phpBB/styles/prosilver/theme/en/stylesheet.css @@ -0,0 +1,64 @@ +/* Set profile icon dimensions */ +ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; } +ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; } +ul.profile-icons li.edit-icon	{ width: 42px; height: 20px; } + +/* Online image */ +.online { background-image: url("./icon_user_online.gif"); } + +/* Icon images */ +.pm-icon, .pm-icon a				{ background-image: url("./icon_contact_pm.gif"); } +.quote-icon, .quote-icon a		{ background-image: url("./icon_post_quote.gif"); } +.edit-icon, .edit-icon a			{ background-image: url("./icon_post_edit.gif"); } + +/* EN Language Pack */ +.imageset.icon_contact_pm { +	background-image: url("./icon_contact_pm.gif"); +	padding-left: 28px; +	padding-top: 20px; +} +.imageset.icon_post_edit { +	background-image: url("./icon_post_edit.gif"); +	padding-left: 42px; +	padding-top: 20px; +} +.imageset.icon_post_quote { +	background-image: url("./icon_post_quote.gif"); +	padding-left: 54px; +	padding-top: 20px; +} +.imageset.icon_user_online { +	background-image: url("./icon_user_online.gif"); +	padding-left: 58px; +	padding-top: 58px; +} +.imageset.button_pm_forward { +	background-image: url("./button_pm_forward.gif"); +	padding-left: 96px; +	padding-top: 25px; +} +.imageset.button_pm_new { +	background-image: url("./button_pm_new.gif"); +	padding-left: 84px; +	padding-top: 25px; +} +.imageset.button_pm_reply { +	background-image: url("./button_pm_reply.gif"); +	padding-left: 96px; +	padding-top: 25px; +} +.imageset.button_topic_locked { +	background-image: url("./button_topic_locked.gif"); +	padding-left: 88px; +	padding-top: 25px; +} +.imageset.button_topic_new { +	background-image: url("./button_topic_new.gif"); +	padding-left: 96px; +	padding-top: 25px; +} +.imageset.button_topic_reply { +	background-image: url("./button_topic_reply.gif"); +	padding-left: 96px; +	padding-top: 25px; +} diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 43888733cc..8829211934 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -23,9 +23,8 @@ select {  	font-weight: normal;  	cursor: pointer;  	vertical-align: middle; -	border: 1px solid #666666; +	border: 1px solid transparent;  	padding: 1px; -	background-color: #FAFAFA;  	font-size: 1em;  } @@ -33,8 +32,9 @@ option {  	padding-right: 1em;  } -option.disabled-option { -	color: graytext; +select optgroup option { +	padding-right: 1em; +	font-family: Verdana, Helvetica, Arial, sans-serif;  }  textarea { @@ -48,7 +48,6 @@ textarea {  label {  	cursor: default;  	padding-right: 5px; -	color: #676767;  }  label input { @@ -89,10 +88,6 @@ fieldset.fields1 dd {  	border-left-width: 0;  } -fieldset.fields1 { -	background-color: transparent; -} -  fieldset.fields1 div {  	margin-bottom: 3px;  } @@ -121,7 +116,6 @@ dt label {  dd label {  	white-space: nowrap; -	color: #333;  }  dd input, dd textarea { @@ -137,22 +131,10 @@ dd textarea {  }  /* Hover effects */ -fieldset dl:hover dt label { -	color: #000000; -} - -fieldset.fields2 dl:hover dt label { -	color: inherit; -} -  #timezone {  	width: 95%;  } -* html #timezone { -	width: 50%; -} -  /* Quick-login on index page */  fieldset.quick-login {  	margin-top: 5px; @@ -166,7 +148,6 @@ fieldset.quick-login input.inputbox {  	width: 15%;  	vertical-align: middle;  	margin-right: 5px; -	background-color: #f3f3f3;  }  fieldset.quick-login label { @@ -268,7 +249,6 @@ fieldset.submit-buttons input {  	min-width: 100%;  	max-width: 100%;  	font-size: 1.2em; -	color: #333333;  }  /* Emoticons panel */ @@ -284,20 +264,13 @@ fieldset.submit-buttons input {  /* Input field styles  ---------------------------------------- */  .inputbox { -	background-color: #FFFFFF; -	border: 1px solid #c0c0c0; -	color: #333333; +	border: 1px solid transparent;  	padding: 2px;  	cursor: text;  } -.inputbox:hover { -	border: 1px solid #eaeaea; -} - -.inputbox:focus { -	border: 1px solid #eaeaea; -	color: #4b4b4b; +.inputbox:hover, .inputbox:focus { +	border: 1px solid transparent;  }  input.inputbox	{ width: 85%; } @@ -324,13 +297,12 @@ a.button1, input.button1, input.button3, a.button2, input.button2 {  	padding-top: 1px;  	padding-bottom: 1px;  	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; -	color: #000; -	background: #FAFAFA none repeat-x top left; +	background: transparent none repeat-x top left;  }  a.button1, input.button1 {  	font-weight: bold; -	border: 1px solid #666666; +	border: 1px solid transparent;  }  input.button3 { @@ -344,13 +316,12 @@ input.button3 {  /* Alternative button */  a.button2, input.button2, input.button3 { -	border: 1px solid #666666; +	border: 1px solid transparent;  }  /* <a> button in the style of the form buttons */  a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {  	text-decoration: none; -	color: #000000;  	padding: 2px 8px;  	line-height: 250%;  	vertical-align: text-bottom; @@ -359,14 +330,12 @@ a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.but  /* Hover states */  a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover { -	border: 1px solid #BCBCBC; +	border: 1px solid transparent;  	background-position: 0 100%; -	color: #BCBCBC;  }  input.disabled {  	font-weight: normal; -	color: #666666;  }  /* Topic and forum Search */ diff --git a/phpBB/styles/prosilver/theme/images/alert_close.png b/phpBB/styles/prosilver/theme/images/alert_close.png Binary files differnew file mode 100644 index 0000000000..79750a013c --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/alert_close.png diff --git a/phpBB/styles/prosilver/theme/images/announce_read.gif b/phpBB/styles/prosilver/theme/images/announce_read.gif Binary files differnew file mode 100644 index 0000000000..33e4a5e852 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_read.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_read_locked.gif b/phpBB/styles/prosilver/theme/images/announce_read_locked.gif Binary files differnew file mode 100644 index 0000000000..76ead8a02c --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_read_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_read_locked_mine.gif b/phpBB/styles/prosilver/theme/images/announce_read_locked_mine.gif Binary files differnew file mode 100644 index 0000000000..2105d21f10 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_read_locked_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_read_mine.gif b/phpBB/styles/prosilver/theme/images/announce_read_mine.gif Binary files differnew file mode 100644 index 0000000000..ad928330e6 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_read_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_unread.gif b/phpBB/styles/prosilver/theme/images/announce_unread.gif Binary files differnew file mode 100644 index 0000000000..4a789f70f0 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_unread.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_unread_locked.gif b/phpBB/styles/prosilver/theme/images/announce_unread_locked.gif Binary files differnew file mode 100644 index 0000000000..76dcc6ca71 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_unread_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_unread_locked_mine.gif b/phpBB/styles/prosilver/theme/images/announce_unread_locked_mine.gif Binary files differnew file mode 100644 index 0000000000..53782fc3dc --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_unread_locked_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/announce_unread_mine.gif b/phpBB/styles/prosilver/theme/images/announce_unread_mine.gif Binary files differnew file mode 100644 index 0000000000..e01e920b59 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/announce_unread_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/buttons.png b/phpBB/styles/prosilver/theme/images/buttons.png Binary files differnew file mode 100644 index 0000000000..a19abdc2b8 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/buttons.png diff --git a/phpBB/styles/prosilver/theme/images/corners_left.gif b/phpBB/styles/prosilver/theme/images/corners_left.gif Binary files differdeleted file mode 100644 index 206e50368d..0000000000 --- a/phpBB/styles/prosilver/theme/images/corners_left.gif +++ /dev/null diff --git a/phpBB/styles/prosilver/theme/images/corners_left.png b/phpBB/styles/prosilver/theme/images/corners_left.png Binary files differdeleted file mode 100644 index 256bde3daa..0000000000 --- a/phpBB/styles/prosilver/theme/images/corners_left.png +++ /dev/null diff --git a/phpBB/styles/prosilver/theme/images/corners_right.gif b/phpBB/styles/prosilver/theme/images/corners_right.gif Binary files differdeleted file mode 100644 index 0ba66d50b2..0000000000 --- a/phpBB/styles/prosilver/theme/images/corners_right.gif +++ /dev/null diff --git a/phpBB/styles/prosilver/theme/images/corners_right.png b/phpBB/styles/prosilver/theme/images/corners_right.png Binary files differdeleted file mode 100644 index df41823b4c..0000000000 --- a/phpBB/styles/prosilver/theme/images/corners_right.png +++ /dev/null diff --git a/phpBB/styles/prosilver/theme/images/forum_link.gif b/phpBB/styles/prosilver/theme/images/forum_link.gif Binary files differnew file mode 100644 index 0000000000..01fb1c4e1e --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_link.gif diff --git a/phpBB/styles/prosilver/theme/images/forum_read.gif b/phpBB/styles/prosilver/theme/images/forum_read.gif Binary files differnew file mode 100644 index 0000000000..82ceee0784 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_read.gif diff --git a/phpBB/styles/prosilver/theme/images/forum_read_locked.gif b/phpBB/styles/prosilver/theme/images/forum_read_locked.gif Binary files differnew file mode 100644 index 0000000000..450bf28c3c --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_read_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/forum_read_subforum.gif b/phpBB/styles/prosilver/theme/images/forum_read_subforum.gif Binary files differnew file mode 100644 index 0000000000..5e97bc94ce --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_read_subforum.gif diff --git a/phpBB/styles/prosilver/theme/images/forum_unread.gif b/phpBB/styles/prosilver/theme/images/forum_unread.gif Binary files differnew file mode 100644 index 0000000000..5a305d2470 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_unread.gif diff --git a/phpBB/styles/prosilver/theme/images/forum_unread_locked.gif b/phpBB/styles/prosilver/theme/images/forum_unread_locked.gif Binary files differnew file mode 100644 index 0000000000..34f1d46ad7 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_unread_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/forum_unread_subforum.gif b/phpBB/styles/prosilver/theme/images/forum_unread_subforum.gif Binary files differnew file mode 100644 index 0000000000..5ddd1b2cba --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/forum_unread_subforum.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_back_top.gif b/phpBB/styles/prosilver/theme/images/icon_back_top.gif Binary files differnew file mode 100644 index 0000000000..4d2b8f3822 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_back_top.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_aim.gif b/phpBB/styles/prosilver/theme/images/icon_contact_aim.gif Binary files differnew file mode 100644 index 0000000000..be039fcde2 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_aim.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_email.gif b/phpBB/styles/prosilver/theme/images/icon_contact_email.gif Binary files differnew file mode 100644 index 0000000000..caa3683005 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_email.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_icq.gif b/phpBB/styles/prosilver/theme/images/icon_contact_icq.gif Binary files differnew file mode 100644 index 0000000000..48a09373eb --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_icq.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_jabber.gif b/phpBB/styles/prosilver/theme/images/icon_contact_jabber.gif Binary files differnew file mode 100644 index 0000000000..e335433e97 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_jabber.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_msnm.gif b/phpBB/styles/prosilver/theme/images/icon_contact_msnm.gif Binary files differnew file mode 100644 index 0000000000..e25469c3a5 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_msnm.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_www.gif b/phpBB/styles/prosilver/theme/images/icon_contact_www.gif Binary files differnew file mode 100644 index 0000000000..83cee9728d --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_www.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_contact_yahoo.gif b/phpBB/styles/prosilver/theme/images/icon_contact_yahoo.gif Binary files differnew file mode 100644 index 0000000000..305f297fdb --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact_yahoo.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_fontsize.gif b/phpBB/styles/prosilver/theme/images/icon_fontsize.gif Binary files differdeleted file mode 100644 index 1c7d83527c..0000000000 --- a/phpBB/styles/prosilver/theme/images/icon_fontsize.gif +++ /dev/null diff --git a/phpBB/styles/prosilver/theme/images/icon_offline.gif b/phpBB/styles/prosilver/theme/images/icon_offline.gif Binary files differnew file mode 100644 index 0000000000..c5e41a41db --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_offline.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_online.gif b/phpBB/styles/prosilver/theme/images/icon_online.gif Binary files differnew file mode 100644 index 0000000000..18e43cd0c6 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_online.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_post_delete.gif b/phpBB/styles/prosilver/theme/images/icon_post_delete.gif Binary files differnew file mode 100644 index 0000000000..f51ffc24a6 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_post_delete.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_post_info.gif b/phpBB/styles/prosilver/theme/images/icon_post_info.gif Binary files differnew file mode 100644 index 0000000000..af089d8656 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_post_info.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_post_report.gif b/phpBB/styles/prosilver/theme/images/icon_post_report.gif Binary files differnew file mode 100644 index 0000000000..72c6ae89d0 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_post_report.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_post_target.gif b/phpBB/styles/prosilver/theme/images/icon_post_target.gif Binary files differnew file mode 100644 index 0000000000..a29dbffa35 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_post_target.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_post_target_unread.gif b/phpBB/styles/prosilver/theme/images/icon_post_target_unread.gif Binary files differnew file mode 100644 index 0000000000..e97eeb2b2e --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_post_target_unread.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_rate_bad.gif b/phpBB/styles/prosilver/theme/images/icon_rate_bad.gif Binary files differnew file mode 100644 index 0000000000..7901889408 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_rate_bad.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_rate_good.gif b/phpBB/styles/prosilver/theme/images/icon_rate_good.gif Binary files differnew file mode 100644 index 0000000000..6d23034d71 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_rate_good.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_topic_attach.gif b/phpBB/styles/prosilver/theme/images/icon_topic_attach.gif Binary files differnew file mode 100644 index 0000000000..9a70638650 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_topic_attach.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_topic_latest.gif b/phpBB/styles/prosilver/theme/images/icon_topic_latest.gif Binary files differnew file mode 100644 index 0000000000..d79d31ac43 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_topic_latest.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_topic_newest.gif b/phpBB/styles/prosilver/theme/images/icon_topic_newest.gif Binary files differnew file mode 100644 index 0000000000..0aa19884b5 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_topic_newest.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_topic_reported.gif b/phpBB/styles/prosilver/theme/images/icon_topic_reported.gif Binary files differnew file mode 100644 index 0000000000..006b1e2291 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_topic_reported.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_topic_unapproved.gif b/phpBB/styles/prosilver/theme/images/icon_topic_unapproved.gif Binary files differnew file mode 100644 index 0000000000..09d8f387a7 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_topic_unapproved.gif diff --git a/phpBB/styles/prosilver/theme/images/icon_user_warn.gif b/phpBB/styles/prosilver/theme/images/icon_user_warn.gif Binary files differnew file mode 100644 index 0000000000..9c4ad98e5c --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_user_warn.gif diff --git a/phpBB/styles/prosilver/theme/images/site_logo.gif b/phpBB/styles/prosilver/theme/images/site_logo.gif Binary files differnew file mode 100644 index 0000000000..2517fbedd6 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/site_logo.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_read.gif b/phpBB/styles/prosilver/theme/images/sticky_read.gif Binary files differnew file mode 100644 index 0000000000..59e42833db --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_read.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_read_locked.gif b/phpBB/styles/prosilver/theme/images/sticky_read_locked.gif Binary files differnew file mode 100644 index 0000000000..79f581be79 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_read_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_read_locked_mine.gif b/phpBB/styles/prosilver/theme/images/sticky_read_locked_mine.gif Binary files differnew file mode 100644 index 0000000000..ad056086e5 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_read_locked_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_read_mine.gif b/phpBB/styles/prosilver/theme/images/sticky_read_mine.gif Binary files differnew file mode 100644 index 0000000000..49e8b3f01c --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_read_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_unread.gif b/phpBB/styles/prosilver/theme/images/sticky_unread.gif Binary files differnew file mode 100644 index 0000000000..ae6d5954b1 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_unread.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_unread_locked.gif b/phpBB/styles/prosilver/theme/images/sticky_unread_locked.gif Binary files differnew file mode 100644 index 0000000000..5792b8649a --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_unread_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_unread_locked_mine.gif b/phpBB/styles/prosilver/theme/images/sticky_unread_locked_mine.gif Binary files differnew file mode 100644 index 0000000000..93495770c8 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_unread_locked_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/sticky_unread_mine.gif b/phpBB/styles/prosilver/theme/images/sticky_unread_mine.gif Binary files differnew file mode 100644 index 0000000000..2580ca0518 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/sticky_unread_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/subforum_read.gif b/phpBB/styles/prosilver/theme/images/subforum_read.gif Binary files differnew file mode 100644 index 0000000000..595595c296 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/subforum_read.gif diff --git a/phpBB/styles/prosilver/theme/images/subforum_unread.gif b/phpBB/styles/prosilver/theme/images/subforum_unread.gif Binary files differnew file mode 100644 index 0000000000..b2b661dc78 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/subforum_unread.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_moved.gif b/phpBB/styles/prosilver/theme/images/topic_moved.gif Binary files differnew file mode 100644 index 0000000000..3275cd6ef9 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_moved.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_read.gif b/phpBB/styles/prosilver/theme/images/topic_read.gif Binary files differnew file mode 100644 index 0000000000..0347ffc1e9 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_read.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_read_hot.gif b/phpBB/styles/prosilver/theme/images/topic_read_hot.gif Binary files differnew file mode 100644 index 0000000000..dcb6f3bd60 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_read_hot.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_read_hot_mine.gif b/phpBB/styles/prosilver/theme/images/topic_read_hot_mine.gif Binary files differnew file mode 100644 index 0000000000..1e5498a9be --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_read_hot_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_read_locked.gif b/phpBB/styles/prosilver/theme/images/topic_read_locked.gif Binary files differnew file mode 100644 index 0000000000..83bc8bd02f --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_read_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_read_locked_mine.gif b/phpBB/styles/prosilver/theme/images/topic_read_locked_mine.gif Binary files differnew file mode 100644 index 0000000000..360f9d989a --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_read_locked_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_read_mine.gif b/phpBB/styles/prosilver/theme/images/topic_read_mine.gif Binary files differnew file mode 100644 index 0000000000..4972a4e0a5 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_read_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_unread.gif b/phpBB/styles/prosilver/theme/images/topic_unread.gif Binary files differnew file mode 100644 index 0000000000..542a998258 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_unread.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_unread_hot.gif b/phpBB/styles/prosilver/theme/images/topic_unread_hot.gif Binary files differnew file mode 100644 index 0000000000..e712f6e827 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_unread_hot.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_unread_hot_mine.gif b/phpBB/styles/prosilver/theme/images/topic_unread_hot_mine.gif Binary files differnew file mode 100644 index 0000000000..fa8b167c64 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_unread_hot_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_unread_locked.gif b/phpBB/styles/prosilver/theme/images/topic_unread_locked.gif Binary files differnew file mode 100644 index 0000000000..4fb8fa9517 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_unread_locked.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_unread_locked_mine.gif b/phpBB/styles/prosilver/theme/images/topic_unread_locked_mine.gif Binary files differnew file mode 100644 index 0000000000..4ee6cfe423 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_unread_locked_mine.gif diff --git a/phpBB/styles/prosilver/theme/images/topic_unread_mine.gif b/phpBB/styles/prosilver/theme/images/topic_unread_mine.gif Binary files differnew file mode 100644 index 0000000000..e73da38df7 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/topic_unread_mine.gif diff --git a/phpBB/styles/prosilver/theme/imageset.css b/phpBB/styles/prosilver/theme/imageset.css new file mode 100644 index 0000000000..cb99e9e715 --- /dev/null +++ b/phpBB/styles/prosilver/theme/imageset.css @@ -0,0 +1,405 @@ +/* Former imageset */ +span.imageset { +	display: inline-block !important; +	background: transparent none 0 0 no-repeat; +	margin: 0; +	padding: 0; +	width: 0; +	height: 0; +	overflow: hidden; +} + +/* Global imageset items */ +.imageset.site_logo { +	background-image: url("./images/site_logo.gif"); +	padding-left: 149px; +	padding-top: 52px; +} +.imageset.forum_link { +	background-image: url("./images/forum_link.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.forum_read { +	background-image: url("./images/forum_read.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.forum_read_locked { +	background-image: url("./images/forum_read_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.forum_read_subforum { +	background-image: url("./images/forum_read_subforum.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.forum_unread { +	background-image: url("./images/forum_unread.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.forum_unread_locked { +	background-image: url("./images/forum_unread_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.forum_unread_subforum { +	background-image: url("./images/forum_unread_subforum.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_moved { +	background-image: url("./images/topic_moved.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_read { +	background-image: url("./images/topic_read.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_read_mine { +	background-image: url("./images/topic_read_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_read_hot { +	background-image: url("./images/topic_read_hot.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_read_hot_mine { +	background-image: url("./images/topic_read_hot_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_read_locked { +	background-image: url("./images/topic_read_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_read_locked_mine { +	background-image: url("./images/topic_read_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_unread { +	background-image: url("./images/topic_unread.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_unread_mine { +	background-image: url("./images/topic_unread_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_unread_hot { +	background-image: url("./images/topic_unread_hot.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_unread_hot_mine { +	background-image: url("./images/topic_unread_hot_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_unread_locked { +	background-image: url("./images/topic_unread_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.topic_unread_locked_mine { +	background-image: url("./images/topic_unread_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_read { +	background-image: url("./images/sticky_read.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_read_mine { +	background-image: url("./images/sticky_read_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_read_locked { +	background-image: url("./images/sticky_read_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_read_locked_mine { +	background-image: url("./images/sticky_read_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_unread { +	background-image: url("./images/sticky_unread.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_unread_mine { +	background-image: url("./images/sticky_unread_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_unread_locked { +	background-image: url("./images/sticky_unread_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.sticky_unread_locked_mine { +	background-image: url("./images/sticky_unread_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_read { +	background-image: url("./images/announce_read.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_read_mine { +	background-image: url("./images/announce_read_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_read_locked { +	background-image: url("./images/announce_read_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_read_locked_mine { +	background-image: url("./images/announce_read_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_unread { +	background-image: url("./images/announce_unread.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_unread_mine { +	background-image: url("./images/announce_unread_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_unread_locked { +	background-image: url("./images/announce_unread_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.announce_unread_locked_mine { +	background-image: url("./images/announce_unread_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_read { +	background-image: url("./images/announce_read.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_read_mine { +	background-image: url("./images/announce_read_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_read_locked { +	background-image: url("./images/announce_read_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_read_locked_mine { +	background-image: url("./images/announce_read_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_unread { +	background-image: url("./images/announce_unread.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_unread_mine { +	background-image: url("./images/announce_unread_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_unread_locked { +	background-image: url("./images/announce_unread_locked.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.global_unread_locked_mine { +	background-image: url("./images/announce_unread_locked_mine.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.subforum_read { +	background-image: url("./images/subforum_read.gif"); +	padding-left: 11px; +	padding-top: 9px; +} +.imageset.subforum_unread { +	background-image: url("./images/subforum_unread.gif"); +	padding-left: 11px; +	padding-top: 9px; +} +.imageset.pm_read { +	background-image: url("./images/topic_read.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.pm_unread { +	background-image: url("./images/topic_unread.gif"); +	padding-left: 27px; +	padding-top: 27px; +} +.imageset.icon_back_top { +	background-image: url("./images/icon_back_top.gif"); +	padding-left: 11px; +	padding-top: 11px; +} +.imageset.icon_contact_aim { +	background-image: url("./images/icon_contact_aim.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_contact_email { +	background-image: url("./images/icon_contact_email.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_contact_icq { +	background-image: url("./images/icon_contact_icq.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_contact_jabber { +	background-image: url("./images/icon_contact_jabber.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_contact_msnm { +	background-image: url("./images/icon_contact_msnm.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_contact_www { +	background-image: url("./images/icon_contact_www.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_contact_yahoo { +	background-image: url("./images/icon_contact_yahoo.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_post_delete { +	background-image: url("./images/icon_post_delete.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_post_info { +	background-image: url("./images/icon_post_info.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_post_report { +	background-image: url("./images/icon_post_report.gif"); +	padding-left: 20px; +	padding-top: 20px; +} +.imageset.icon_post_target { +	background-image: url("./images/icon_post_target.gif"); +	padding-left: 11px; +	padding-top: 9px; +} +.imageset.icon_post_target_unread { +	background-image: url("./images/icon_post_target_unread.gif"); +	padding-left: 11px; +	padding-top: 9px; +} +.imageset.icon_topic_attach { +	background-image: url("./images/icon_topic_attach.gif"); +	padding-left: 7px; +	padding-top: 10px; +} +.imageset.icon_topic_latest { +	background-image: url("./images/icon_topic_latest.gif"); +	padding-left: 11px; +	padding-top: 9px; +} +.imageset.icon_topic_newest { +	background-image: url("./images/icon_topic_newest.gif"); +	padding-left: 11px; +	padding-top: 9px; +} +.imageset.icon_topic_reported { +	background-image: url("./images/icon_topic_reported.gif"); +	padding-left: 16px; +	padding-top: 14px; +} +.imageset.icon_topic_unapproved { +	background-image: url("./images/icon_topic_unapproved.gif"); +	padding-left: 16px; +	padding-top: 14px; +} +.imageset.icon_user_warn { +	background-image: url("./images/icon_user_warn.gif"); +	padding-left: 20px; +	padding-top: 20px; +} + + +/* English images for fallback */ +.imageset.icon_contact_pm { +	background-image: url("./en/icon_contact_pm.gif"); +	padding-left: 28px; +	padding-top: 20px; +} +.imageset.icon_post_edit { +	background-image: url("./en/icon_post_edit.gif"); +	padding-left: 42px; +	padding-top: 20px; +} +.imageset.icon_post_quote { +	background-image: url("./en/icon_post_quote.gif"); +	padding-left: 54px; +	padding-top: 20px; +} +.imageset.icon_user_online { +	background-image: url("./en/icon_user_online.gif"); +	padding-left: 58px; +	padding-top: 58px; +} +.imageset.button_pm_forward { +	background-image: url("./en/button_pm_forward.gif"); +	padding-left: 96px; +	padding-top: 25px; +} +.imageset.button_pm_new { +	background-image: url("./en/button_pm_new.gif"); +	padding-left: 84px; +	padding-top: 25px; +} +.imageset.button_pm_reply { +	background-image: url("./en/button_pm_reply.gif"); +	padding-left: 96px; +	padding-top: 25px; +} +.imageset.button_topic_locked { +	background-image: url("./en/button_topic_locked.gif"); +	padding-left: 88px; +	padding-top: 25px; +} +.imageset.button_topic_new { +	background-image: url("./en/button_topic_new.gif"); +	padding-left: 96px; +	padding-top: 25px; +} +.imageset.button_topic_reply { +	background-image: url("./en/button_topic_reply.gif"); +	padding-left: 96px; +	padding-top: 25px; +} diff --git a/phpBB/styles/prosilver/theme/large.css b/phpBB/styles/prosilver/theme/large.css deleted file mode 100644 index dfb1d2c2e6..0000000000 --- a/phpBB/styles/prosilver/theme/large.css +++ /dev/null @@ -1,3 +0,0 @@ -body { -	font-size: 12px; -}
\ No newline at end of file diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 05662b9b44..5dc8a13313 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -7,10 +7,17 @@ a {  	unicode-bidi: embed;  } -a:link	{ color: #898989; text-decoration: none; } -a:visited	{ color: #898989; text-decoration: none; } -a:hover	{ color: #d3d3d3; text-decoration: underline; } -a:active	{ color: #d2d2d2; text-decoration: none; } +a:link, a:visited {  +	text-decoration: none; +} + +a:hover	{  +	text-decoration: underline; +} + +a:active { +	text-decoration: none; +}  /* Coloured usernames */  .username-coloured { @@ -21,22 +28,18 @@ a:active	{ color: #d2d2d2; text-decoration: none; }  /* Links on gradient backgrounds */  #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link { -	color: #FFFFFF;  	text-decoration: none;  }  #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited { -	color: #FFFFFF;  	text-decoration: none;  }  #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover { -	color: #ffffff;  	text-decoration: underline;  }  #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active { -	color: #ffffff;  	text-decoration: none;  } @@ -45,96 +48,74 @@ a.forumtitle {  	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;  	font-size: 1.2em;  	font-weight: bold; -	color: #898989;  	text-decoration: none;  } -/* a.forumtitle:visited { color: #898989; } */ -  a.forumtitle:hover { -	color: #bcbcbc;  	text-decoration: underline;  } -a.forumtitle:active { -	color: #898989; -} -  a.topictitle {  	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;  	font-size: 1.2em;  	font-weight: bold; -	color: #898989;  	text-decoration: none;  } -/* a.topictitle:visited { color: #d2d2d2; } */ -  a.topictitle:hover { -	color: #bcbcbc;  	text-decoration: underline;  } -a.topictitle:active { -	color: #898989; +a.lastsubject { +	font-weight: bold; +	text-decoration: none; +} + +a.lastsubject:hover { +	text-decoration: underline;  }  /* Post body links */  .postlink {  	text-decoration: none; -	color: #d2d2d2; -	border-bottom: 1px solid #d2d2d2; +	border-bottom: 1px solid transparent;  	padding-bottom: 0;  } -/* .postlink:visited { color: #bdbdbd; } */ - -.postlink:active { -	color: #d2d2d2; -} -  .postlink:hover { -	background-color: #f6f6f6;  	text-decoration: none; -	color: #404040;  }  .signature a, .signature a:visited, .signature a:hover, .signature a:active {  	border: none;  	text-decoration: underline; -	background-color: transparent;  }  /* Profile links */  .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {  	font-weight: bold; -	color: #898989;  	text-decoration: none;  }  .postprofile a:hover, .postprofile dt.author a:hover {  	text-decoration: underline; -	color: #d3d3d3;  }  /* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */  /* See http://www.phpbb.com/bugs/phpbb3/59685 */  .postprofile a:active {  	font-weight: bold; -	color: #898989;  	text-decoration: none;  }  /* Profile searchresults */	  .search .postprofile a { -	color: #898989;  	text-decoration: none;   	font-weight: normal;  }  .search .postprofile a:hover { -	color: #d3d3d3;  	text-decoration: underline;   } @@ -148,8 +129,8 @@ a.topictitle:active {  a.top {  	background: none no-repeat top left;  	text-decoration: none; -	width: {IMG_ICON_BACK_TOP_WIDTH}px; -	height: {IMG_ICON_BACK_TOP_HEIGHT}px; +	width: 11px; +	height: 11px;  	display: block;  	float: right;  	overflow: hidden; @@ -164,47 +145,44 @@ a.top2 {  }  /* Arrow links  */ -a.up		{ background: none no-repeat left center; } -a.down		{ background: none no-repeat right center; } -a.left		{ background: none no-repeat 3px 60%; } -a.right		{ background: none no-repeat 95% 60%; } +a.arrow-up		{ background: none no-repeat left center; } +a.arrow-down		{ background: none no-repeat right center; } +a.arrow-left		{ background: none no-repeat 3px 60%; } +a.arrow-right		{ background: none no-repeat 95% 60%; } -a.up, a.up:link, a.up:active, a.up:visited { +a.arrow-up, a.arrow-up:link, a.arrow-up:active, a.arrow-up:visited {  	padding-left: 10px;  	text-decoration: none;  	border-bottom-width: 0;  } -a.up:hover { +a.arrow-up:hover {  	background-position: left top; -	background-color: transparent;  } -a.down, a.down:link, a.down:active, a.down:visited { +a.arrow-down, a.arrow-down:link, a.arrow-down:active, a.arrow-down:visited {  	padding-right: 10px;  } -a.down:hover { +a.arrow-down:hover {  	background-position: right bottom;  	text-decoration: none;  } -a.left, a.left:active, a.left:visited { +a.arrow-left, a.arrow-left:active, a.arrow-left:visited {  	padding-left: 12px;  } -a.left:hover { -	color: #d2d2d2; +a.arrow-left:hover {  	text-decoration: none;  	background-position: 0 60%;  } -a.right, a.right:active, a.right:visited { +a.arrow-right, a.arrow-right:active, a.arrow-right:visited {  	padding-right: 12px;  } -a.right:hover { -	color: #d2d2d2; +a.arrow-right:hover {  	text-decoration: none;  	background-position: 100% 60%;  } diff --git a/phpBB/styles/prosilver/theme/medium.css b/phpBB/styles/prosilver/theme/medium.css deleted file mode 100644 index 4c992f9fd8..0000000000 --- a/phpBB/styles/prosilver/theme/medium.css +++ /dev/null @@ -1,3 +0,0 @@ -body { -	font-size: 11px; -}
\ No newline at end of file diff --git a/phpBB/styles/prosilver/theme/normal.css b/phpBB/styles/prosilver/theme/normal.css deleted file mode 100644 index d0783d1882..0000000000 --- a/phpBB/styles/prosilver/theme/normal.css +++ /dev/null @@ -1,3 +0,0 @@ -body { -	font-size: 10px; -}
\ No newline at end of file diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index 40620179a1..48a00c6803 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -1,6 +1,6 @@  /*  phpBB3 Style Sheet      -------------------------------------------------------------- -	Style name:			prosilver (the default phpBB 3.0.x style) +	Style name:			prosilver (the default phpBB 3.1.x style)  	Based on style:		  	Original author:	Tom Beddard ( http://www.subblue.com/ )  	Modified by:		phpBB Group ( https://www.phpbb.com/ ) @@ -13,5 +13,5 @@  @import url("buttons.css");  @import url("cp.css");  @import url("forms.css"); -@import url("tweaks.css");  @import url("colours.css"); +@import url("imageset.css"); diff --git a/phpBB/styles/prosilver/theme/theme.cfg b/phpBB/styles/prosilver/theme/theme.cfg deleted file mode 100644 index ec489d0b3d..0000000000 --- a/phpBB/styles/prosilver/theme/theme.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# -# phpBB Theme Configuration File -# -# @package phpBB3 -# @copyright (c) 2006 phpBB Group -# @license http://opensource.org/licenses/gpl-license.php GNU Public License -# -# -# At the left is the name, please do not change this -# At the right the value is entered -# For on/off options the valid values are on, off, 1, 0, true and false -# -# Values get trimmed, if you want to add a space in front or at the end of -# the value, then enclose the value with single or double quotes. -# Single and double quotes do not need to be escaped. -# -# Available and used values: -# parse_css_file -# - -# General Information about this theme -name = prosilver -copyright = © phpBB Group, 2007 -version = 3.0.11 - -# Some configuration options - -# -# You have to turn this option on if you want to use the -# path template variables ({T_IMAGESET_PATH} for example) within -# your css file. -# This is mostly the case if you want to use language specific -# images within your css file. -# -parse_css_file = 1 diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 0c03020100..cd6865f66f 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -1,107 +1,32 @@  /* Style Sheet Tweaks -These style definitions are mainly IE specific  +These style definitions are IE 7 and 8 specific   tweaks required due to its poor CSS support.  -------------------------------------------------*/ -* html table, * html select, * html input { font-size: 100%; } -* html hr { margin: 0; } -* html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); } -* html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); } - -table.table1 { -	width: 99%;		/* IE < 6 browsers */ -	/* Tantek hack */ -	voice-family: "\"}\""; -	voice-family: inherit; -	width: 100%; -} -html>body table.table1 { width: 100%; }	/* Reset 100% for opera */ - -* html ul.topiclist li { position: relative; } -* html .postbody h3 img { vertical-align: middle; } - -/* Form styles */ -html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */ - -* html input.button1, * html input.button2 { -	padding-bottom: 0; -	margin-bottom: 1px; -} - -/* Misc layout styles */ -* html .column1, * html .column2 { width: 45%; } - -/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above) -   From http://www.positioniseverything.net/easyclearing.html  -#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after { -	content: ".";  -	display: block;  -	height: 0;  -	clear: both;  -	visibility: hidden; -}*/ - -.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls { -	height: 1%; -	overflow: hidden; -} - -/* viewtopic fix */ -* html .post { -	height: 25%; -	overflow: hidden; +/* Clear float fix for IE7 */ +.inner { +	zoom: 1;  } -/* navbar fix */ -* html .clearfix, * html .navbar, ul.linklist { -	height: 4%; -	overflow: hidden; +/* Align checkboxes/radio buttons nicely */ +dd label input {  +	vertical-align: text-bottom;  +	*vertical-align: middle;   } -/* Simple fix so forum and topic lists always have a min-height set, even in IE6 -	From http://www.dustindiaz.com/min-height-fast-hack */ +/* Simple fix so forum and topic lists always have a height set */  dl.icon { -	min-height: 35px; -	height: auto !important; -	height: 35px; -} - -* html li.row dl.icon dt { -	height: 35px; -	overflow: visible; -} - -* html #search-box { -	width: 25%; +	*height: 35px;  }  /* Correctly clear floating for details on profile view */ -*:first-child+html dl.details dd { -	margin-left: 30%; -	float: none; -} - -* html dl.details dd { -	margin-left: 30%; -	float: none; -} - -/* Headerbar height fix for IE7 and below */ -* html #site-description p { -	margin-bottom: 1.0em; -} - -*:first-child+html #site-description p { -	margin-bottom: 1.0em; -} - -/* #minitabs fix for IE */ -.tabs-container { -	zoom: 1; +dl.details dd { +	*margin-left: 30%; +	*float: none;  } -#minitabs { -	white-space: nowrap; -	*min-width: 50%; +/* Headerbar height fix for IE7 */ +#site-description p { +	*margin-bottom: 1.0em;  }
\ No newline at end of file  | 
