[Customisation Database Commits] r677 - in /trunk/titania/styles/default: template/common/ template/contributions/ theme/ theme/en-gb/ theme/images/

Cesar G prototech at phpbb.com
Fri Mar 5 01:28:49 GMT 2010


Author: prototech
Date: Fri Mar  5 01:28:48 2010
New Revision: 677

Log:
- Trying out a softer background color in the queue tags block.
- Adding Tom's access level icons.

Added:
    trunk/titania/styles/default/theme/en-gb/icon_access_author.png   (with props)
    trunk/titania/styles/default/theme/en-gb/icon_access_teams.png   (with props)
    trunk/titania/styles/default/theme/images/icon_access_author.png   (with props)
    trunk/titania/styles/default/theme/images/icon_access_teams.png   (with props)
Modified:
    trunk/titania/styles/default/template/common/post_list.html
    trunk/titania/styles/default/template/common/topic_list.html
    trunk/titania/styles/default/template/contributions/contribution_faq.html
    trunk/titania/styles/default/theme/common.css

Modified: trunk/titania/styles/default/template/common/post_list.html
==============================================================================
*** trunk/titania/styles/default/template/common/post_list.html (original)
--- trunk/titania/styles/default/template/common/post_list.html Fri Mar  5 01:28:48 2010
***************
*** 40,46 ****
  			<!-- ENDIF -->
  		<!-- ENDIF -->
  
! 			<h3 <!-- IF posts.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF posts.POST_ICON_IMG --><img src="{T_ICONS_PATH}{posts.POST_ICON_IMG}" width="{posts.POST_ICON_IMG_WIDTH}" height="{posts.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{posts.U_VIEW}">{posts.POST_SUBJECT}</a></h3>
  			<p class="author"><!-- IF S_IS_BOT -->{posts.MINI_POST_IMG}<!-- ELSE --><a href="{posts.U_MINI_POST}">{posts.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{posts.USER_FULL}</strong> &raquo; {posts.POST_TIME} </p>
  
  			<!-- IF posts.S_POST_UNAPPROVED or posts.S_POST_REPORTED -->
--- 40,46 ----
  			<!-- ENDIF -->
  		<!-- ENDIF -->
  
! 			<h3 <!-- IF posts.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF posts.POST_ICON_IMG --><img src="{T_ICONS_PATH}{posts.POST_ICON_IMG}" width="{posts.POST_ICON_IMG_WIDTH}" height="{posts.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{posts.U_VIEW}">{posts.POST_SUBJECT}</a> <!-- IF posts.S_ACCESS_TEAMS or posts.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/{S_USER_LANG}/icon_access_<!-- IF post.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" alt="" /><!-- ENDIF --></h3>
  			<p class="author"><!-- IF S_IS_BOT -->{posts.MINI_POST_IMG}<!-- ELSE --><a href="{posts.U_MINI_POST}">{posts.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{posts.USER_FULL}</strong> &raquo; {posts.POST_TIME} </p>
  
  			<!-- IF posts.S_POST_UNAPPROVED or posts.S_POST_REPORTED -->

Modified: trunk/titania/styles/default/template/common/topic_list.html
==============================================================================
*** trunk/titania/styles/default/template/common/topic_list.html (original)
--- trunk/titania/styles/default/template/common/topic_list.html Fri Mar  5 01:28:48 2010
***************
*** 37,43 ****
  
  		<li class="row<!-- IF topics.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topics.S_TOPIC_PROGRESS --> bg3<!-- ENDIF --><!-- IF topics.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topics.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
  			<dl class="icon" style="background-image: url({topics.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
! 				<dt title="{topics.TOPIC_FOLDER_IMG_ALT}"><!-- IF topics.S_UNREAD_TOPIC --><a href="{topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topics.U_VIEW_TOPIC}" class="topictitle">{topics.TOPIC_SUBJECT}</a>
  					<!-- IF not topics.TOPIC_APPROVED or topics.S_POSTS_UNAPPROVED --><a href="{topics.U_MCP_QUEUE}">{topics.UNAPPROVED_IMG}</a> <!-- ENDIF -->
  					<!-- IF topics.TOPIC_REPORTED --><a href="{topics.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
  					<!-- IF topics.PAGINATION --><strong class="pagination"><span>{topics.PAGINATION}</span></strong><!-- ENDIF -->
--- 37,45 ----
  
  		<li class="row<!-- IF topics.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topics.S_TOPIC_PROGRESS --> bg3<!-- ENDIF --><!-- IF topics.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topics.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
  			<dl class="icon" style="background-image: url({topics.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
! 				<dt title="{topics.TOPIC_FOLDER_IMG_ALT}">
! 					<!-- IF topics.S_ACCESS_TEAMS or topics.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/icon_access_<!-- IF topics.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" class="access-icon" alt="" /><!-- ENDIF -->
! 					<!-- IF topics.S_UNREAD_TOPIC --><a href="{topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topics.U_VIEW_TOPIC}" class="topictitle">{topics.TOPIC_SUBJECT}</a>
  					<!-- IF not topics.TOPIC_APPROVED or topics.S_POSTS_UNAPPROVED --><a href="{topics.U_MCP_QUEUE}">{topics.UNAPPROVED_IMG}</a> <!-- ENDIF -->
  					<!-- IF topics.TOPIC_REPORTED --><a href="{topics.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
  					<!-- IF topics.PAGINATION --><strong class="pagination"><span>{topics.PAGINATION}</span></strong><!-- ENDIF -->

Modified: trunk/titania/styles/default/template/contributions/contribution_faq.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_faq.html (original)
--- trunk/titania/styles/default/template/contributions/contribution_faq.html Fri Mar  5 01:28:48 2010
***************
*** 36,42 ****
  			<!-- ENDIF -->
  				<li class="row<!-- IF faqlist.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
  					<dl class="icon" style="background-image: url({faqlist.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
! 						<dt><a href="{faqlist.U_FAQ}">{faqlist.SUBJECT}</a></dt>
  						<dd class="faq-tools">
  							<!-- IF faqlist.U_MOVE_UP and HIDE_FOR_NOW -->
  								<!-- IF faqlist.S_FIRST_ROW -->{ICON_MOVE_UP_DISABLED}&nbsp;<!-- ELSE --><a href="{faqlist.U_MOVE_UP}">{ICON_MOVE_UP}</a>&nbsp;<!-- ENDIF -->
--- 36,45 ----
  			<!-- ENDIF -->
  				<li class="row<!-- IF faqlist.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
  					<dl class="icon" style="background-image: url({faqlist.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
! 						<dt>
! 							<!-- IF faqlist.S_ACCESS_TEAMS or faqlist.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/icon_access_<!-- IF faqlist.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" class="access-icon" alt="" /><!-- ENDIF -->
! 							<a href="{faqlist.U_FAQ}">{faqlist.SUBJECT}</a>
! 						</dt>
  						<dd class="faq-tools">
  							<!-- IF faqlist.U_MOVE_UP and HIDE_FOR_NOW -->
  								<!-- IF faqlist.S_FIRST_ROW -->{ICON_MOVE_UP_DISABLED}&nbsp;<!-- ELSE --><a href="{faqlist.U_MOVE_UP}">{ICON_MOVE_UP}</a>&nbsp;<!-- ENDIF -->
***************
*** 80,86 ****
  	<div id="p{posts.POST_ID}" class="post container">
  		<div class="inner"><span class="corners-top main-corners"><span></span></span>
  			<div class="postbody">
! 				<h3>{FAQ_SUBJECT}</h3>
  
  				<div class="content">{FAQ_TEXT}</div>
  
--- 83,89 ----
  	<div id="p{posts.POST_ID}" class="post container">
  		<div class="inner"><span class="corners-top main-corners"><span></span></span>
  			<div class="postbody">
! 				<h3>{FAQ_SUBJECT} <!-- IF S_ACCESS_TEAMS or S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/{S_USER_LANG}/icon_access_<!-- IF S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" alt="" /><!-- ENDIF --></h3>
  
  				<div class="content">{FAQ_TEXT}</div>
  

Modified: trunk/titania/styles/default/theme/common.css
==============================================================================
*** trunk/titania/styles/default/theme/common.css (original)
--- trunk/titania/styles/default/theme/common.css Fri Mar  5 01:28:48 2010
***************
*** 82,87 ****
--- 82,91 ----
  	margin: 0 -10px;
  }
  
+ .main-panel .forabg span.corners-top, .main-panel .forabg span.corners-bottom {
+ 	margin: 0 -5px;
+ }
+ 
  .container {
  	background-color: #FFFFFF;
  	padding: 0 10px;
***************
*** 250,255 ****
--- 254,277 ----
  	font-size: 1.1em;
  }
  
+ .container .forabg {
+ 	background-color: #53A8D2;
+ 	background-image: none;
+ }
+ 
+ .container .forabg li.header dt, .container .forabg li.header dd {
+ 	color: #FFF;
+ }
+ 
+ .container .forabg li.row {
+ 	background-color: #FFF;
+ 	border-bottom-color: #4B9AC2;
+ }
+ 
+ img.access-icon {
+ 	float: right;
+ }
+ 
  /* Rating Code */
  ul.rating, ul.rated {
  	list-style-type: none;

Added: trunk/titania/styles/default/theme/en-gb/icon_access_author.png
==============================================================================
Binary file - no diff available.

Propchange: trunk/titania/styles/default/theme/en-gb/icon_access_author.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/titania/styles/default/theme/en-gb/icon_access_teams.png
==============================================================================
Binary file - no diff available.

Propchange: trunk/titania/styles/default/theme/en-gb/icon_access_teams.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/titania/styles/default/theme/images/icon_access_author.png
==============================================================================
Binary file - no diff available.

Propchange: trunk/titania/styles/default/theme/images/icon_access_author.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/titania/styles/default/theme/images/icon_access_teams.png
==============================================================================
Binary file - no diff available.

Propchange: trunk/titania/styles/default/theme/images/icon_access_teams.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the customisationdb-commits mailing list