[cc-commits] [CC SVN] r11004 - in ccwordpress/branches/production: . www/wp-content/themes/cc4

webmaster at creativecommons.org webmaster at creativecommons.org
Mon Oct 20 13:31:28 EDT 2008


Author: bse
Date: 2008-10-20 17:31:28 +0000 (Mon, 20 Oct 2008)
New Revision: 11004

Modified:
   ccwordpress/branches/production/
   ccwordpress/branches/production/www/wp-content/themes/cc4/index.php
   ccwordpress/branches/production/www/wp-content/themes/cc4/support.css
Log:
Merged revisions 11003 via svnmerge from 
svn+ssh://svn@code.creativecommons.org/svnroot/ccwordpress/trunk

........
  r11003 | bse | 2008-10-20 17:27:40 +0000 (Mon, 20 Oct 2008) | 2 lines
  
  Campaign Matching gift detail
........



Property changes on: ccwordpress/branches/production
___________________________________________________________________
Name: svnmerge-integrated
   - /ccwordpress/trunk:1-8278,8280-8284,8286,8288-8296,8298-8311,8313-8435,8437-8453,8455-8471,8473-8499,8501-8502,8504-8509,8511-8514,8516-8518,8520-8576,8578-8601,8604-8655,8657-8663,8665-8671,8673-8694,8696-9095,9097-9115,9117,9119-9122,9125-9132,9134-9465,9467-9612,9615-9627,9629-9643,9645-9659,9661-9687,9689-9712,9733,9769,9771,9775,9809-9810,9813,9820,9832-9838,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10539,10541,10545-10582,10584-10600,10602-10638,10640-10734,10736,10784,10787,10822,10842,10868,10895,10913,10927,10940-10963,10965-10979,10984-10985,10987,10989,10991
   + /ccwordpress/trunk:1-8278,8280-8284,8286,8288-8296,8298-8311,8313-8435,8437-8453,8455-8471,8473-8499,8501-8502,8504-8509,8511-8514,8516-8518,8520-8576,8578-8601,8604-8655,8657-8663,8665-8671,8673-8694,8696-9095,9097-9115,9117,9119-9122,9125-9132,9134-9465,9467-9612,9615-9627,9629-9643,9645-9659,9661-9687,9689-9712,9733,9769,9771,9775,9809-9810,9813,9820,9832-9838,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10539,10541,10545-10582,10584-10600,10602-10638,10640-10734,10736,10784,10787,10822,10842,10868,10895,10913,10927,10940-10963,10965-10979,10984-10985,10987,10989,10991,11003

Modified: ccwordpress/branches/production/www/wp-content/themes/cc4/index.php
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc4/index.php	2008-10-20 17:27:40 UTC (rev 11003)
+++ ccwordpress/branches/production/www/wp-content/themes/cc4/index.php	2008-10-20 17:31:28 UTC (rev 11004)
@@ -17,6 +17,9 @@
 			<div id="campaign-hint">
 				Join Jesse Dylan in <a href="http://support.creativecommons.org/">supporting CC</a>. Watch his new video about us, <a href="/asharedculture/">A Shared Culture</a>.
 			</div>
+			<div id="campaign-matching">
+				<a href="http://support.creativecommons.org/join">Donate</a> by November 3rd and have the value of your gift doubled thanks to <a href="http://safecreative.org/">Safe Creative</a>.
+			</div>
    			<div id="campaign">  
 				<div class="progress" onclick="window.location='http://support.creativecommons.org';">
 					<span>&nbsp;</span>

Modified: ccwordpress/branches/production/www/wp-content/themes/cc4/support.css
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc4/support.css	2008-10-20 17:27:40 UTC (rev 11003)
+++ ccwordpress/branches/production/www/wp-content/themes/cc4/support.css	2008-10-20 17:31:28 UTC (rev 11004)
@@ -1,4 +1,4 @@
-#campaign-hint {
+#campaign-hint, #campaign-matching {
 		text-align: center;
 		margin: 5px auto;
 		background-color: #103859;
@@ -7,11 +7,16 @@
 		max-width: 640px;
 		font-size: 90%;
 }
-#campaign-hint a {
+
+#campaign-matching {
+		background-color: #104364;
+}
+
+#campaign-matching a, #campaign-hint a {
 		color: #fff;
 		text-decoration: underline;
 }
-#campaign-hint a:hover {
+#campaign-matching a:hover, #campaign-hint a:hover {
 		text-decoration: none;
 }
 




More information about the cc-commits mailing list