You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2016/02/18 20:44:24 UTC

svn commit: r1731130 - in /comdev/helpwanted.apache.org/site: css/hw2.css css/hwsplash.css images/logo.png index.html wtest.html

Author: humbedooh
Date: Thu Feb 18 19:44:24 2016
New Revision: 1731130

URL: http://svn.apache.org/viewvc?rev=1731130&view=rev
Log:
more style changes: bluuuuuue (plus some padding changes to tables)

Modified:
    comdev/helpwanted.apache.org/site/css/hw2.css
    comdev/helpwanted.apache.org/site/css/hwsplash.css
    comdev/helpwanted.apache.org/site/images/logo.png
    comdev/helpwanted.apache.org/site/index.html
    comdev/helpwanted.apache.org/site/wtest.html

Modified: comdev/helpwanted.apache.org/site/css/hw2.css
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/css/hw2.css?rev=1731130&r1=1731129&r2=1731130&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/css/hw2.css (original)
+++ comdev/helpwanted.apache.org/site/css/hw2.css Thu Feb 18 19:44:24 2016
@@ -103,16 +103,18 @@
 	font-family:Arial, Helvetica, sans-serif;
 	color:#333;
 	font-size:12pt;
-	text-shadow: 1px 1px 0px #fff;
 	width: 820px;
 	height: auto;
     padding: 5px;
 	margin: 0 auto;
-	border-radius:30px;
-	box-shadow: 0 1px 2px #d1d1d1;
 }
+
+#innerpicker a {
+	color: #000;
+}
+
 .hwitems table th {
-	padding:21px 25px 22px 25px;
+	padding:12px 16px 12px 16px;
 	border-top:1px solid #fafafa;
 	border-bottom:1px solid #e0e0e0;
 
@@ -149,7 +151,7 @@
 }
 
 .hwitems table td {
-	padding:6px;
+	padding:3px;
 	border-top: 1px solid #ffffff;
 	border-bottom:1px solid #e0e0e0;
 	border-left: 1px solid #e0e0e0;

Modified: comdev/helpwanted.apache.org/site/css/hwsplash.css
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/css/hwsplash.css?rev=1731130&r1=1731129&r2=1731130&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/css/hwsplash.css (original)
+++ comdev/helpwanted.apache.org/site/css/hwsplash.css Thu Feb 18 19:44:24 2016
@@ -1,6 +1,11 @@
 html {
-    background: linear-gradient(135deg, #ffefaa 0%,#d1a019 100%);
+    background: linear-gradient(135deg, #29bee8 0%,#005b89 100%);
     min-height: 100%;
+    color: #FFF;
+}
+
+body a {
+    color: #FFF;
 }
 
 .option {
@@ -15,12 +20,12 @@ html {
     line-height: 48px;
     font-weight: bold;
     color: #333;
-    background: rgba(220,220,255,0.85);
+    background: rgba(255,255,210,1);
     border-radius: 12px;
 }
 
 .option_a:hover {
-    background: rgba(220,220,255,1);
+    background: rgba(255,255,180,1);
     cursor: pointer;
 }
 
@@ -72,7 +77,7 @@ html {
     line-height: 24px;
     color: #FFF;
     opacity: 0.9;
-    background: #5BC0DE;
+    background: #F9DB16;
     width: 32px;
     height: 32px;
     border-radius: 8px;
@@ -125,12 +130,14 @@ html {
 
 pre {
     background: #EFE !important;
-    max-width: 1100px;
+    max-width: 940px;
+    color: #333;
+    padding: 5px;
 }
 
 #pickerparent {
     border: 1px solid #EEE;
-    background: rgba(220,220,255,0.8);
+    background: linear-gradient(135deg, #ffdb7a 0%,#fcca41 100%);
     border-radius: 12px;
     color: #333;
     width: 900px;

Modified: comdev/helpwanted.apache.org/site/images/logo.png
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/images/logo.png?rev=1731130&r1=1731129&r2=1731130&view=diff
==============================================================================
Binary files - no diff available.

Modified: comdev/helpwanted.apache.org/site/index.html
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/index.html?rev=1731130&r1=1731129&r2=1731130&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/index.html (original)
+++ comdev/helpwanted.apache.org/site/index.html Thu Feb 18 19:44:24 2016
@@ -21,7 +21,7 @@
 </div>
 
 <div id="splash" style="text-align: center; font-family: sans-serif;">
-    What would you like to do today? :)
+    <span style='font-size: 20pt; font-family: sans-serif; color: #333;'>What would you like to do today?</span>
     <div class="option option_a" onclick="document.getElementById('splash').style.display='none';wizard(1);">
         <div></div>I want to help out!
     </div>
@@ -44,8 +44,8 @@
     
 </div>
 
-<p style="font-size: 12px; font-style: italic; text-align: center;">
-    Managed by the <a href="https://community.apache.org/">Apache Community Development Project</a>.
+<p style="font-size: 12px; font-family: sans-serif; text-align: center;">
+    Managed by the <a href="https://community.apache.org/">Apache Community Development Project</a>.<br/>
     Copyright 2016, the Apache Software Foundation.
     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
 </p>

Modified: comdev/helpwanted.apache.org/site/wtest.html
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/wtest.html?rev=1731130&r1=1731129&r2=1731130&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/wtest.html (original)
+++ comdev/helpwanted.apache.org/site/wtest.html Thu Feb 18 19:44:24 2016
@@ -6,23 +6,21 @@
 <link rel="stylesheet" href="css/hwsplash.css">
 </head>
 <body>
-    <h2><img src='/images/logo.png' title="Help Wanted!"/></h2>
+    <h2><img src='images/logo.png' title="Help Wanted!"/></h2>
     <h1>Help spread the word!</h1>
     <p>If you wish to help spread the word of the tasks available at this site, please consider adding the HW widget to your web site:</p>
     <h2>Sample widgets:</h2>
     This is a sample widget page. Just an ordinary HTML page with a widget attached by inserting the following code:
     <pre style='background: #FFE; border: 1px solid #666;'>
 &lt;div style="width: 700px;" type="helpwanted" project="<span id='pr'>httpd</span>" <span id='tags'></span> description="<span id='pru'>the Apache HTTP Server Project</span>">&lt;/div>
-&lt;script src="https://helpwanted.apache.org/widget.js" type="text/javascript">&lt;/script>
-    </pre>
+&lt;script src="https://helpwanted.apache.org/widget.js" type="text/javascript">&lt;/script></pre>
     <div id="foo" style="width: 700px;" type="helpwanted" project="httpd" description="the Apache HTTP Server Project"></div>
     
     <p>Projects can also search the entire foundation task list, or use tags:</p>
     
     <pre style='background: #FFE; border: 1px solid #666;'>
 &lt;div style="width: 700px;" type="helpwanted" project="*" tags="hackillinois" description="the Apache Software Foundation">&lt;/div>
-&lt;script src="https://helpwanted.apache.org/widget.js" type="text/javascript">&lt;/script>
-    </pre>
+&lt;script src="https://helpwanted.apache.org/widget.js" type="text/javascript">&lt;/script></pre>
     <div id="foo2" style="width: 700px;" type="helpwanted" project="*" tags="hackillinois" description="the Apache HTTP Server"></div>