Initial Themes Gallery

The first one contributed by Martin Dietze.
This commit is contained in:
Carlos R. Mafra
2012-02-10 02:30:04 +00:00
parent a9af0c18fc
commit a475c8357e
6 changed files with 47 additions and 1 deletions

BIN
Themes/NeXT-Retro.tar.gz Normal file

Binary file not shown.

View File

@@ -27,9 +27,15 @@
"81"></a></td> "81"></a></td>
</tr> </tr>
<tr>
<td><a href="themes.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image6','','themes.png',0)"><img src="themes.png" alt="Themes" width="60" height=
"81"></a></td>
</tr>
<tr> <tr>
<td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover= <td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image6','','links.png',0)"><img src="links.png" alt="Development" width="60" height= "MM_swapImage('Image7','','links.png',0)"><img src="links.png" alt="Links" width="60" height=
"81"></a></td> "81"></a></td>
</tr> </tr>
</table> </table>

BIN
screenshots/NeXT-Retro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 KiB

34
themes.php Normal file
View File

@@ -0,0 +1,34 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<title>Window Maker: Themes</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link href="title.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php
include("header.php");
include("dock.php");
?>
<div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1">
<tr>
<td content="content" colspan="2" valign="top">
<br />
<br />
<h3>Themes Gallery</h3>
<div class="screenshot">
<a href="Themes/NeXT-Retro.tar.gz"><img src="screenshots/NeXT-Retro.png" height="250" alt="NeXT-Retro" /></a><br />
<b>NeXT-Retro</b><br />
</div>
</td>
</tr>
</table>
</div>
</body>
</html>

BIN
themes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -100,3 +100,9 @@ img {
position: absolute; top: 110px; left: 100px; position: absolute; top: 110px; left: 100px;
width: 70%; width: 70%;
} }
div.screenshot {
height: 250px;
border: none;
float: left;
margin: 5px;
}