<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged style</title>
<link>http://www.question2answer.org/qa/tag/style</link>
<description>Powered by Question2Answer</description>
<item>
<title>What is the best way to integrate Q2A with my current Wordpress theme?</title>
<link>http://www.question2answer.org/qa/23363/what-the-best-way-integrate-q2a-with-current-wordpress-theme</link>
<description>The available Q2A themes are great but I was wondering if there is a way to use my current wordpress customization as the Q2A theme?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/23363/what-the-best-way-integrate-q2a-with-current-wordpress-theme</guid>
<pubDate>Mon, 22 Apr 2013 19:29:51 +0000</pubDate>
</item>
<item>
<title>How to set the style for the link &quot;username&quot; ...</title>
<link>http://www.question2answer.org/qa/20645/how-to-set-the-style-for-the-link-username</link>
<description>

&lt;p&gt;
	I changed the color&lt;/p&gt;


&lt;div&gt;
	.qa-user-link {&lt;/div&gt;


&lt;div&gt;
	color: #fff;&lt;/div&gt;


&lt;p&gt;
	and it changes everywhere, and I need to set only the top&amp;nbsp;(link next to the My Account)&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/20645/how-to-set-the-style-for-the-link-username</guid>
<pubDate>Wed, 16 Jan 2013 13:01:35 +0000</pubDate>
</item>
<item>
<title>How to give the user history an IDentifier?</title>
<link>http://www.question2answer.org/qa/20076/how-to-give-the-user-history-an-identifier</link>
<description>

&lt;p&gt;
	I have to style the user history (&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/NoahY/q2a-history&quot;&gt;plugin here&lt;/a&gt;).&lt;/p&gt;


&lt;p&gt;
	Example: &lt;A HREF=&quot;http://www.gute-mathe-fragen.de/user/Sanusha?tab=history&quot; rel=&quot;nofollow&quot;&gt;http://www.gute-mathe-fragen.de/user/Sanusha?tab=history&lt;/A&gt;&lt;/p&gt;


&lt;p&gt;
	However, there is only the following for CSS:&lt;/p&gt;


&lt;p&gt;
	body.qa-template-user &lt;strong&gt;table.qa-form-wide-table&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	I can assign a style to that → but it will be globally and will also be valid for the /user/ profile!&lt;/p&gt;


&lt;p&gt;
	I just need to style this specific table. Looking through the plugin source, I see that it uses the built-in functions to output the plugin html code. So there is no html identifier.&lt;/p&gt;


&lt;p&gt;
	In &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/NoahY/q2a-history/blob/master/qa-history-layer.php&quot;&gt;qa-history-layer.php&lt;/a&gt; I tried to assign an ID like that:&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return array(&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'id' =&amp;gt; 'qa-user-history-main', // added&lt;/span&gt;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'style' =&amp;gt; 'wide',
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'title' =&amp;gt; qa_opt('user_act_list_title'),
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'fields'=&amp;gt; $fields,
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;);&lt;/p&gt;


&lt;p&gt;
	but it is not working.&lt;/p&gt;


&lt;p&gt;
	Any help appreciated.&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	PS: @NoahY q2a-history is still a fork of user-activity-plus. As it is a fork nobody can assign &quot;issues&quot; in github.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/20076/how-to-give-the-user-history-an-identifier</guid>
<pubDate>Sun, 23 Dec 2012 11:08:19 +0000</pubDate>
</item>
<item>
<title>Core request / wish: Add bulls to similar question list for v1.5.4</title>
<link>http://www.question2answer.org/qa/19262/core-request-wish-add-bulls-to-similar-question-list-for-v1-4</link>
<description>

&lt;p&gt;
	Below &quot;&lt;span id=&quot;similar&quot;&gt;Before proceeding, please check your question was not asked already&quot;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	the questions are listed plain text, which is hard for the eye to distinguish.&lt;/p&gt;


&lt;p&gt;
	Example:
&lt;br&gt;
	&lt;span&gt;&lt;a href=&quot;http://www.question2answer.org/qa/16757/this-without-update-selected-class-for-extra-links-page-menu&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;How to fix this bug in V1.5 without update to V1.5.1: No &quot;selected&quot; class for extra links in page menu.&lt;/a&gt;
&lt;br&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/18083/is-there-a-way-to-delete-questions-in-v1-5-3&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Is there a way to delete questions in v1.5.3?&lt;/a&gt;
&lt;br&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/19067/new-feature-request-integrated-search-for-question-and-user&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;New feature request: integrated search for question and user&lt;/a&gt;
&lt;br&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/16780/when-fix-this-bug-selected-class-for-extra-links-in-page-menu&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;When I fix this bug in V1.5 : No &quot;selected&quot; class for extra links in page menu&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Better:
&lt;br&gt;
	Set html bulls in the beginning of each question:&lt;/p&gt;


&lt;p&gt;
	• &lt;span&gt;&lt;a href=&quot;http://www.question2answer.org/qa/16757/this-without-update-selected-class-for-extra-links-page-menu&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;How to fix this bug in V1.5 without update to V1.5.1: No &quot;selected&quot; class for extra links in page menu.&lt;/a&gt;&lt;/span&gt;
&lt;br&gt;
	• &lt;span&gt;&lt;a href=&quot;http://www.question2answer.org/qa/18083/is-there-a-way-to-delete-questions-in-v1-5-3&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Is there a way to delete questions in v1.5.3?&lt;/a&gt;&lt;/span&gt;
&lt;br&gt;
	• &lt;span&gt;&lt;a href=&quot;http://www.question2answer.org/qa/19067/new-feature-request-integrated-search-for-question-and-user&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;New feature request: integrated search for question and user&lt;/a&gt;&lt;/span&gt;
&lt;br&gt;
	• &lt;span&gt;&lt;a href=&quot;http://www.question2answer.org/qa/16780/when-fix-this-bug-selected-class-for-extra-links-in-page-menu&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;When I fix this bug in V1.5 : No &quot;selected&quot; class for extra links in page menu&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	How to change that: Edit &lt;strong&gt;qa-ajax-asktitle.php, line 102:&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	from:
&lt;br&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;'&amp;lt;A HREF=&quot;'.qa_q_path_html($question['postid'], $question['title']).'&quot; TARGET=&quot;_blank&quot;&amp;gt;'.qa_html($question['title']).'&amp;lt;/A&amp;gt;&amp;lt;BR/&amp;gt;',&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	to:
&lt;br&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;'&lt;strong&gt;&amp;amp;bull; &lt;/strong&gt;&amp;lt;A HREF=&quot;'.qa_q_path_html($question['postid'], $question['title']).'&quot; TARGET=&quot;_blank&quot;&amp;gt;'.qa_html($question['title']).'&amp;lt;/A&amp;gt;&amp;lt;BR/&amp;gt;',&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Would love to see that tiny change in 1.5.4.&lt;/p&gt;


&lt;p&gt;
	Kind regards,
&lt;br&gt;
	Kai&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/19262/core-request-wish-add-bulls-to-similar-question-list-for-v1-4</guid>
<pubDate>Tue, 20 Nov 2012 16:28:51 +0000</pubDate>
</item>
<item>
<title>Using htmLawed to filter CSS style attributes from posted content (clean user input)</title>
<link>http://www.question2answer.org/qa/18282/using-htmlawed-filter-attributes-posted-content-clean-input</link>
<description>

&lt;p&gt;
	Following my post on &lt;a href=&quot;http://question2answer.org/qa/17870/how-to-modify-htmlawed-php-better-sanitize-clean-html-posts&quot; rel=&quot;nofollow&quot;&gt;How to modify qa-htmLawed.php to better sanitize/clean html posts&lt;/a&gt; I would like to share how to sanitize posted CSS styles.&lt;/p&gt;


&lt;p&gt;
	The class and id attributes you can filter by using the config parameter of htmLawed:
&lt;br&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;$config['deny_attribute'] = 'class, id';&lt;/span&gt;
&lt;br&gt;
	as it has beend described here: &lt;a href=&quot;http://question2answer.org/qa/18265/stricter-sanitizing-changing-htmlawed-config-parameters&quot; rel=&quot;nofollow&quot;&gt;Stricter HTML Sanitizing in q2a by changing htmLawed config parameters&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	Now the big task was to filter style attributes that are unwanted by the admin, e.g. margin-top:200px; or the like.&lt;/p&gt;


&lt;p&gt;
	The developer of htmLawed was so nice to &lt;a href=&quot;http://www.bioinformatics.org/phplabware/forum/viewtopic.php?pid=695&quot; rel=&quot;nofollow&quot;&gt;help me out&lt;/a&gt;. I implemented the css filter function in &lt;strong&gt;qa-base.php: &lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	1. go to function qa_sanitize_html_hook_tag.&lt;/p&gt;


&lt;p&gt;
	2. There before &lt;span style=&quot;color:#006400;&quot;&gt;&lt;span style=&quot;font-family: lucida sans unicode,lucida grande,sans-serif;&quot;&gt;$html='&amp;lt;'.$element;&lt;/span&gt;&lt;/span&gt; (line 734) you add the following code:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;&lt;span style=&quot;font-family: lucida sans unicode,lucida grande,sans-serif;&quot;&gt;// only allow certain css style elements
&lt;br&gt;
	if (isset($attributes['style'])) {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;$css = explode(';', $attributes['style']);
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;$style = array();
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;foreach ($css as $v) {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (($p = strpos($v, ':')) &amp;gt; 1 &amp;amp;&amp;amp; $p &amp;lt; strlen($v)) {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$prop_name = trim(substr($v, 0, $p));
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$prop_val = trim(substr($v, $p+1));
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if ($prop_name == 'color' || $prop_name == 'background-color' || $prop_name == 'font-weight' || $prop_name == 'text-decoration' || $prop_name == 'width') {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$style[] = &quot;$prop_name: $prop_val&quot;;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;};
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;};
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;};
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;if (!empty($style)){
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$attributes['style'] = implode('; ', $style);
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;else {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;unset($attributes['style']);
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;};
&lt;br&gt;
	};
&lt;br&gt;
	// end &lt;/span&gt;&lt;/span&gt;
&lt;br&gt;
	
&lt;br&gt;
	Result: All posted content and read content from the database that hold css styles apart from {color,background-color,font-weight,text-decoration,width} get filtered!&lt;/p&gt;


&lt;p&gt;
	You can, of course, add your own whiteliste styles!&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	PS: The performance is not effected much &quot;&lt;a href=&quot;http://www.bioinformatics.org/phplabware/forum/viewtopic.php?pid=697#p697&quot; rel=&quot;nofollow&quot;&gt;only ~10%-15% (to an overall time of ~16 ms in my setup).&lt;/a&gt;&quot; thanks @patnaik&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Result (example): &lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=16537373728561450369&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;htmlawed example 1&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=16537373728561450369&quot; style=&quot;width: 600px; height: 122px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12122950165452754617&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;htmlawed example 2&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12122950165452754617&quot; style=&quot;height: 128px; width: 600px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/18282/using-htmlawed-filter-attributes-posted-content-clean-input</guid>
<pubDate>Mon, 08 Oct 2012 18:58:05 +0000</pubDate>
</item>
<item>
<title>Does anyone have a sample css style that includes a slider?</title>
<link>http://www.question2answer.org/qa/16286/does-anyone-have-a-sample-css-style-that-includes-a-slider</link>
<description>Regarding Custom CSS box under Featured Questions&lt;br /&gt;
&lt;br /&gt;
I'd like to drop in a custom Css in this box but need at least a starting point example to work with.&lt;br /&gt;
&lt;br /&gt;
I don't want to screw up the entire thing here!&lt;br /&gt;
&lt;br /&gt;
I do want to include a slider but need a starting point.</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/16286/does-anyone-have-a-sample-css-style-that-includes-a-slider</guid>
<pubDate>Sun, 01 Jul 2012 10:36:49 +0000</pubDate>
</item>
<item>
<title>How to make Tag letters uppercase??</title>
<link>http://www.question2answer.org/qa/15084/how-to-make-tag-letters-uppercase</link>
<description>Hi!&lt;br /&gt;
&lt;br /&gt;
I need to make tags uppercase. Just for better looking in google search results. :) &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
How to do this?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/15084/how-to-make-tag-letters-uppercase</guid>
<pubDate>Thu, 17 May 2012 13:58:28 +0000</pubDate>
</item>
<item>
<title>Wordpress css over-riding Q&amp;A css?</title>
<link>http://www.question2answer.org/qa/13226/wordpress-css-over-riding-q%26a-css</link>
<description>

&lt;p&gt;
	Hi, I have recently &amp;nbsp;installed &amp;nbsp;Q&amp;amp;A on my Wordpress site with the&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/qa/9773/wordpress-theme-integration&quot; rel=&quot;nofollow&quot;&gt;given instructions.&lt;/a&gt;&amp;nbsp;Thanks NoahY.&lt;/p&gt;


&lt;p&gt;
	I am using Q2Astack 1.5 theme from&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/qa/9282/q2a-theme-system-kvetching-and-a-new-stack-overflow-theme&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;


&lt;p&gt;
	Unfortunately, some Q2A css are being overrided by the wordpress theme's css.&lt;/p&gt;


&lt;p&gt;
	How could I solve this problem?&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://i41.tinypic.com/8yer1y.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Site screenshot.&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/13226/wordpress-css-over-riding-q%26a-css</guid>
<pubDate>Mon, 05 Mar 2012 01:03:33 +0000</pubDate>
</item>
<item>
<title>Q2A Team - Where to contribute theme?</title>
<link>http://www.question2answer.org/qa/11468/q2a-team-where-to-contribute-theme</link>
<description>

&lt;p&gt;
	Hello I am styling Q2A version 1.5 beta for my use and once I will done I would like to contribute to Q2A so other people also can use that or if you want to add into Q2A 1.5 version I have no problem.
&lt;br&gt;
	
&lt;br&gt;
	I am not changing any php but only styling. For base I am using Candy theme.
&lt;br&gt;
	
&lt;br&gt;
	I am almost done but only thing I am not able to change look and feel of WYSIWYG editor.
&lt;br&gt;
	
&lt;br&gt;
	Please let me know about the same.&lt;/p&gt;


&lt;p&gt;
	See attached images&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=11217401197912240726&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;list view&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=11217401197912240726&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 162px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17760860392223246412&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;admin/profile page&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17760860392223246412&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 162px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=8831233636461488187&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;content page with accepted answer&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=8831233636461488187&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 162px;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5141062072124499532&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;ask question editor&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5141062072124499532&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 162px;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=6723244415004672271&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=6723244415004672271&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 183px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	Here are more update.&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;hr&gt;


&lt;p&gt;
	So here are some images for light theme. For your information I have used Facebook blue color for this version. If you are looking for any particular color just tell me I will try to make theme for you but need some time..&lt;/p&gt;


&lt;p&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=15666451817677204336&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=15666451817677204336&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 184px;&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12572207271359124179&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12572207271359124179&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 184px;&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5026307748888706061&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5026307748888706061&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 184px;&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12743478827309453587&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12743478827309453587&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 184px;&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=3158406517657440649&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=3158406517657440649&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 184px;&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=4477346113069654070&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=4477346113069654070&quot; style=&quot;margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; float: left; width: 200px; height: 184px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/11468/q2a-team-where-to-contribute-theme</guid>
<pubDate>Tue, 27 Dec 2011 16:14:11 +0000</pubDate>
</item>
<item>
<title>How to change default font for questions and answers for all users?</title>
<link>http://www.question2answer.org/qa/11278/change-default-font-for-questions-and-answers-for-all-users</link>
<description>How to change default font for questions and answers for all users without need to change it through editor? I mean admin sets a default font style and size for all users. But users still can change it.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/11278/change-default-font-for-questions-and-answers-for-all-users</guid>
<pubDate>Mon, 19 Dec 2011 21:44:35 +0000</pubDate>
</item>
<item>
<title>Values for new core css classes</title>
<link>http://www.question2answer.org/qa/11273/values-for-new-core-css-classes</link>
<description>

&lt;p&gt;
	&lt;em&gt;Okay, this isn't a question, please remove it if it is unwelcome, but more of a wiki post.&amp;nbsp; Here are the default values for new css classes for themes in 1.5; just copy these to the bottom of your qa-styles.php file and tweak them as you like.&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;
	.qa-activity-count {font-size:150%;}
&lt;br&gt;
	.qa-activity-count-item {margin:0.25em 0;}
&lt;br&gt;
	.qa-activity-count-data {font-weight:bold;}
&lt;br&gt;
	.qa-c-item-expand {display:block; color:#666; font-style:italic; margin:4px 0;}
&lt;br&gt;
	
&lt;br&gt;
	.qa-favoriting {float:right; margin-right:48px; margin-top:4px;}
&lt;br&gt;
	.qa-favorite-image {background:url(favorite-plus.png) no-repeat; background-position: 0 -26px; border:0; margin:2px; height:26px; width:26px; vertical-align:middle; display:inline-block;}
&lt;br&gt;
	.qa-favorite-button,.qa-favorite-hover,.qa-unfavorite-button,.qa-unfavorite-hover {background:url(favorite-plus.png) no-repeat; border:0; height:26px; width:26px;}
&lt;br&gt;
	.qa-favorite-button {background-position: 0 -26px;}
&lt;br&gt;
	.qa-favorite-hover,.qa-favorite-button:hover {background-position: 0 0px;}
&lt;br&gt;
	.qa-unfavorite-button {background-position: 0 -52px;}
&lt;br&gt;
	.qa-unfavorite-hover,.qa-unfavorite-button:hover {background-position: 0 0px;}
&lt;br&gt;
	
&lt;br&gt;
	.qa-notice {background:#fdd; border-bottom:2px solid #293d39; color:#b00; font-size:18px; padding:.5em 32px; font-weight:bold; position:relative;}
&lt;br&gt;
	.qa-notice-close-button, .qa-notice-close-hover {font-family:&quot;Arial Black&quot;; color:#c00; font-size:20px; background:none; cursor:pointer; position:absolute; height:24px; border:none; top:4px; right:6px}
&lt;br&gt;
	
&lt;br&gt;
	.qa-form-tall-suffix {font-weight:normal; font-size:10px;}
&lt;br&gt;
	
&lt;br&gt;
	.qa-q-item-buttons {text-align:right; clear:both;}
&lt;br&gt;
	.qa-q-item-content {font-size:10px; margin-top:6px; max-height:64px; overflow-y:auto; padding:4px; border:1px solid #ccc;}
&lt;br&gt;
	
&lt;br&gt;
	.qa-q-item-flags {background:#f00; color:#fff; font-weight:bold; padding:2px 5px; display:inline-block;}
&lt;br&gt;
	
&lt;br&gt;
	.qa-q-view-closed {font-size:13px; margin-bottom:18px; font-style:italic;}
&lt;br&gt;
	.qa-q-view-closed-content {font-weight:bold;}
&lt;br&gt;
	.qa-q-view-extra {font-size:13px; margin-bottom:18px; font-style:italic;}
&lt;br&gt;
	.qa-q-view-extra-content {font-weight:bold;}
&lt;br&gt;
	.qa-related-q-list {list-style-type:none; padding:0;}
&lt;br&gt;
	.qa-related-q-item {margin:0.5em 0;}
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/11273/values-for-new-core-css-classes</guid>
<pubDate>Mon, 19 Dec 2011 15:51:28 +0000</pubDate>
</item>
<item>
<title>Does anybody feel like critiquing my new style?</title>
<link>http://www.question2answer.org/qa/11242/does-anybody-feel-like-critiquing-my-new-style</link>
<description>

&lt;p&gt;
	I just finshed up on my on my new style, Darky.
&lt;br&gt;
	
&lt;br&gt;
	It's fully compatable with q2a 1.5
&lt;br&gt;
	
&lt;br&gt;
	It's got a dark header, and rounded corners (border-radius only) in supported browsers.
&lt;br&gt;
	
&lt;br&gt;
	&lt;a href=&quot;http://www.q2athemes.com/downloads.php?do=file&amp;amp;id=8&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.q2athemes.com/downloads.php?do=file&amp;amp;id=8&lt;/a&gt;
&lt;br&gt;
	
&lt;br&gt;
	Thanks all!
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/11242/does-anybody-feel-like-critiquing-my-new-style</guid>
<pubDate>Sat, 17 Dec 2011 00:38:23 +0000</pubDate>
</item>
<item>
<title>How to style the selected category menu item?</title>
<link>http://www.question2answer.org/qa/7341/how-to-style-the-selected-category-menu-item</link>
<description>I would like to highlight the selected category menu item. The item has the class .qa-nav-cat-selected. This was no problem with version 1.3 but now I am using sub-categories as in version 1.4. The issue is that the selected sub-category and its parent category have both the same style. Do you have a solution to style only the selected category and no parent categories?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/7341/how-to-style-the-selected-category-menu-item</guid>
<pubDate>Sat, 25 Jun 2011 21:21:57 +0000</pubDate>
</item>
<item>
<title>what is the best way to make a theme??</title>
<link>http://www.question2answer.org/qa/5209/what-is-the-best-way-to-make-a-theme</link>
<description>

&lt;p style=&quot;direction: ltr;&quot;&gt;
	i know photoshop but not to convert the style to css&lt;/p&gt;


&lt;p style=&quot;direction: ltr;&quot;&gt;
	i know about tools in the internet but i know that must be another ways to make&lt;/p&gt;


&lt;p style=&quot;direction: ltr;&quot;&gt;
	a theme(for html, wordpress or q2a)&lt;/p&gt;


&lt;p style=&quot;direction: ltr;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p style=&quot;direction: ltr;&quot;&gt;
	I can't believe that the best way is to use in the &amp;quot;developers tools&amp;quot; in chrome/ie and notepad.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/5209/what-is-the-best-way-to-make-a-theme</guid>
<pubDate>Fri, 18 Mar 2011 01:57:49 +0000</pubDate>
</item>
<item>
<title>Official Add-on and Style base?</title>
<link>http://www.question2answer.org/qa/919/official-add-on-and-style-base</link>
<description>Is there any chance you'll make another part of the site for addons and themes, i would be happy to contribute a few themes and the addons i have found if this was to happen.&lt;br /&gt;
&lt;br /&gt;
Would you ever consider a contest for a new default theme and logo?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/919/official-add-on-and-style-base</guid>
<pubDate>Tue, 04 May 2010 14:56:44 +0000</pubDate>
</item>
<item>
<title>template system</title>
<link>http://www.question2answer.org/qa/218/template-system</link>
<description>I think an template system is required because many people will want to make their website unique and change the site layout not just the colours but everything else. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Something like other great scripts have like wordpress, phpbb, vbulletin etc.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/218/template-system</guid>
<pubDate>Sat, 13 Mar 2010 07:51:10 +0000</pubDate>
</item>
</channel>
</rss>