Replaced download images with div.
This commit is contained in:
committed by
Chris Forbes
parent
7e323c4f56
commit
a051e62cb8
BIN
web/arrow.png
Normal file
BIN
web/arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
web/down_win.png
BIN
web/down_win.png
Binary file not shown.
|
Before Width: | Height: | Size: 6.6 KiB |
@@ -42,10 +42,10 @@
|
|||||||
<strong>>9000</strong><span class="desc">downloads</span>
|
<strong>>9000</strong><span class="desc">downloads</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin: 20px auto; width: 50%; clear: both">
|
<div id="download" class="rounded">
|
||||||
<img src="down_win.png" alt="Download OpenRA for Windows" />
|
<img src="arrow.png" alt="Download Arrow" style="float: left; margin-top: 3px" />
|
||||||
<img src="down_win.png" alt="Download OpenRA for Windows" />
|
Download OpenRA for Windows <br />
|
||||||
<img src="down_win.png" alt="Download OpenRA for Windows" />
|
<span class="desc">version: 1.337 size: 9001KB</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@@ -63,12 +63,12 @@
|
|||||||
later; or an up-to-date version of Mono.
|
later; or an up-to-date version of Mono.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="screenshots" style="">
|
<div id="screenshots">
|
||||||
<img src="ss1.jpg" alt="Screenshot 1" />
|
<img width="512" src="ss1.jpg" alt="Screenshot 1" />
|
||||||
<img src="ss2.jpg" alt="Screenshot 2" />
|
<img width="512" src="ss2.jpg" alt="Screenshot 2" />
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" style="">
|
<div id="footer">
|
||||||
<a href="#" onclick="$('#trademarks').toggle()">Show legal notices</a>
|
<a href="#" onclick="$('#trademarks').toggle()">Show/hide legal notices</a>
|
||||||
<p id="trademarks" style="display: none">
|
<p id="trademarks" style="display: none">
|
||||||
Website design ©2010 Matthew Bowra-Dean. <a href="license.txt">Licensed under GPLv3</a><br /><br />
|
Website design ©2010 Matthew Bowra-Dean. <a href="license.txt">Licensed under GPLv3</a><br /><br />
|
||||||
Command & Conquer and Command & Conquer Red Alert are trademarks or registered trademarks of Electronic Arts Inc.in the U.S. and/or other countries.<br />
|
Command & Conquer and Command & Conquer Red Alert are trademarks or registered trademarks of Electronic Arts Inc.in the U.S. and/or other countries.<br />
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ div#menu a:hover { text-decoration: none; color: White }
|
|||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
div#sidebar
|
div#sidebar
|
||||||
{
|
{
|
||||||
|
margin-top: 19px;
|
||||||
float: right;
|
float: right;
|
||||||
width: 450px;
|
width: 450px;
|
||||||
text-align: center
|
text-align: center
|
||||||
@@ -66,21 +67,30 @@ div#sidebar .desc
|
|||||||
font-size: 0.8em
|
font-size: 0.8em
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#download
|
||||||
|
{
|
||||||
|
margin: 20px auto;
|
||||||
|
width: 280px;
|
||||||
|
height: 40px;
|
||||||
|
padding: 10px 10px
|
||||||
|
}
|
||||||
|
|
||||||
div#screenshots
|
div#screenshots
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
width: 640px;
|
width: 512px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 400px;
|
height: 320px;
|
||||||
border: solid 5px gray;
|
clear: left;
|
||||||
|
/*border: solid 5px gray;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
div#footer
|
div#footer
|
||||||
{
|
{
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
margin-left: 30px;
|
margin-bottom: 10px;
|
||||||
margin-bottom: 10px;
|
padding-top: 10px;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -92,4 +102,14 @@ span.links
|
|||||||
span.links:hover
|
span.links:hover
|
||||||
{
|
{
|
||||||
border-bottom: solid 2px #650b03;
|
border-bottom: solid 2px #650b03;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.rounded
|
||||||
|
{
|
||||||
|
border: solid 2px #650b03;
|
||||||
|
background-color: #272d2c;
|
||||||
|
border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-khtml-border-radius: 10px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user