[vassalengine-svn] SF.net SVN: vassalengine:[5200] site-src/trunk/site
Brought to you by:
rodneykinney,
uckelman
|
From: <uck...@us...> - 2009-03-02 22:07:44
|
Revision: 5200
http://vassalengine.svn.sourceforge.net/vassalengine/?rev=5200&view=rev
Author: uckelman
Date: 2009-03-02 22:07:37 +0000 (Mon, 02 Mar 2009)
Log Message:
-----------
Footer modifications.
Modified Paths:
--------------
site-src/trunk/site/footer.shtml
site-src/trunk/site/images/YourKit_logo.png
site-src/trunk/site/site.css
Modified: site-src/trunk/site/footer.shtml
===================================================================
--- site-src/trunk/site/footer.shtml 2009-03-02 20:23:47 UTC (rev 5199)
+++ site-src/trunk/site/footer.shtml 2009-03-02 22:07:37 UTC (rev 5200)
@@ -1,12 +1,12 @@
<div id="vassal-footer">
<ul id="vassal-footer-list">
- <li>Copyright © 2009 <a href="/about.html">The <acronym>Vassal</acronym> Team</a></li>
+ <li><span class="copyright">Copyright © 2009</span> <a href="/about.html">The <acronym>Vassal</acronym> Team</a></li>
<li><a href="/license.html">License</a></li>
<li><a href="/donate.html">Donate</a></li>
<li><a href="/sitemap.html">Sitemap</a></li>
<li><a href="/search.html">Search</a></li>
<li><a href="/about.html">About</a></li>
- <li><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=90612&type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></li>
- <li><a href="http://www.yourkit.com/"><img src="/images/YourKit_logo.png" alt="YourKit Java Profiler" /></a></li>
+ <li><a href="http://sourceforge.net/projects/vassalengine"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=90612&type=12" width="120" height="30" alt="Get VASSAL Engine at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></li>
+ <li><a href="http://www.yourkit.com/"><img src="/images/YourKit_logo.png" alt="YourKit Java Profiler" width="96" height="30" /></a></li>
</ul>
</div>
Modified: site-src/trunk/site/images/YourKit_logo.png
===================================================================
(Binary files differ)
Modified: site-src/trunk/site/site.css
===================================================================
--- site-src/trunk/site/site.css 2009-03-02 20:23:47 UTC (rev 5199)
+++ site-src/trunk/site/site.css 2009-03-02 22:07:37 UTC (rev 5200)
@@ -17,7 +17,6 @@
border: none;
}
-
/* Site navigation bar */
#vassal-nav-list {
@@ -43,7 +42,6 @@
font-family: sans-serif;
font-weight: bold;
font-size: 8pt;
-/* font-size: 72.5%; */
text-decoration: none;
line-height: 1;
}
@@ -58,35 +56,48 @@
#vassal-footer {
clear: both;
- margin-top: 4em;
- padding-top: 10px;
- margin-bottom: 4em;
+ margin: 4em 0;
+ padding: 10px 0 0 0;
border-top: 1px solid black;
+ color: #222222;
+ font-size: 9pt;
+ font-family: sans-serif;
}
+#vassal-footer acronym {
+ font-variant: small-caps;
+}
+
+#vassal-footer .copyright {
+ font-size: smaller;
+}
+
+#vassal-footer a {
+ color: #546035;
+}
+
+#vassal-footer a:visited {
+ color: #384024;
+}
+
+#vassal-footer a:hover {
+ color: #9caa79;
+}
+
#vassal-footer-list {
- float: right;
+ text-align: center;
margin: 0;
- padding: 0px 5px;
+ padding: 0 5px;
}
#vassal-footer-list li {
display: inline;
list-style: none;
margin: 0;
- padding: 8px 10px;
-/* float: left; */
+ padding: 8px 8px;
}
-#vassal-footer-list a {
-/* display: block; */
- font-size: small;
- text-decoration: none;
- line-height: 1;
-}
-
#vassal-footer-list a img {
vertical-align: middle;
+ border: 0;
}
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|