[cc-commits] [CC SVN] r15224 - in themes/creativecommons.org/trunk: . css img
webmaster at creativecommons.org
webmaster at creativecommons.org
Fri Sep 16 05:26:14 EDT 2011
Author: cxadams
Date: 2011-09-16 09:26:12 +0000 (Fri, 16 Sep 2011)
New Revision: 15224
Modified:
themes/creativecommons.org/trunk/css/primary.styles.css
themes/creativecommons.org/trunk/footer.php
themes/creativecommons.org/trunk/home-buckets.php
themes/creativecommons.org/trunk/img/Peters_projection,_blank.png
Log:
make footer smaller
Modified: themes/creativecommons.org/trunk/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/trunk/css/primary.styles.css 2011-09-15 16:55:27 UTC (rev 15223)
+++ themes/creativecommons.org/trunk/css/primary.styles.css 2011-09-16 09:26:12 UTC (rev 15224)
@@ -24,14 +24,14 @@
}
#main {
- padding-bottom: 400px;
+ padding-bottom: 300px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
- height: 380px;
+ height: 260px;
padding-top: 0px;
margin-top: 0px;
background-color: #98C807;
@@ -464,13 +464,25 @@
z-index: 500;
}
+#footer {
+ text-shadow: none;
+}
+
+#footer .nav a:hover {
+ text-decoration: underline;
+}
+
+#colophon .bucket {
+ margin-left: 10px;
+}
+
#globe {
position: absolute;
overflow: visible;
- top: 30px;
+ top: 10px;
left: 0px;
- width: 500px;
- height: 350px;
+ width: 393px;
+ height: 250px;
background: url("../img/Peters_projection,_blank.png") no-repeat 0 0; /* https://secure.wikimedia.org/wikipedia/commons/wiki/File:Peters_projection,_blank.svg */
opacity:0.75; filter:alpha(opacity=75);
}
Modified: themes/creativecommons.org/trunk/footer.php
===================================================================
--- themes/creativecommons.org/trunk/footer.php 2011-09-15 16:55:27 UTC (rev 15223)
+++ themes/creativecommons.org/trunk/footer.php 2011-09-16 09:26:12 UTC (rev 15224)
@@ -24,9 +24,9 @@
</div>
</div>
<div class="sixteen columns">
- <div class="first row">
+ <div class="row">
<div class="six columns">
- <ul class="pills">
+ <ul class="nav">
<li><a href="http://creativecommons.org/policies">Policies</a></li>
<li><a href="http://creativecommons.org/privacy">Privacy</a></li>
<li><a href="http://creativecommons.org/terms">Terms of Use</a></li>
Modified: themes/creativecommons.org/trunk/home-buckets.php
===================================================================
--- themes/creativecommons.org/trunk/home-buckets.php 2011-09-15 16:55:27 UTC (rev 15223)
+++ themes/creativecommons.org/trunk/home-buckets.php 2011-09-16 09:26:12 UTC (rev 15224)
@@ -10,7 +10,7 @@
<p>Creative Commons helps you share your knowledge and creativity with the world.</p>
<p>We're helping to realize the full potential of the Internet—universal access to research and education, full participation in culture—to drive a new era of development growth, and productivity.</p>
- <div class="bucket-follow"><a class="btn" href="#">Learn about CC</a></div>
+ <div class="bucket-follow"><a class="btn" href="/about">Learn about CC</a></div>
</div> <!--! end of "content" -->
</div> <!--! end of "inner" -->
</div> <!--! end of "bucket" -->
@@ -26,7 +26,7 @@
<p> Our license-choosing tool can help you select the right license.</p>
- <div class="bucket-follow"><a class="btn primary" href="#">Choose a License</a></div>
+ <div class="bucket-follow"><a class="btn primary" href="/choose/">Choose a License</a></div>
</div> <!--! end of "content" -->
</div> <!--! end of "inner" -->
</div> <!--! end of "bucket" -->
Modified: themes/creativecommons.org/trunk/img/Peters_projection,_blank.png
===================================================================
(Binary files differ)
More information about the cc-commits
mailing list