mirror of
https://github.com/alexkay/spek.git
synced 2025-07-10 05:31:07 +03:00
web: Update screen-shots
This commit is contained in:
parent
579087a178
commit
5f0723f87d
Binary file not shown.
Before ![]() (image error) Size: 53 KiB After ![]() (image error) Size: 53 KiB ![]() ![]() |
BIN
web/flac.png
BIN
web/flac.png
Binary file not shown.
Before ![]() (image error) Size: 316 KiB After ![]() (image error) Size: 264 KiB ![]() ![]() |
@ -21,6 +21,13 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
.shadow {
|
||||||
|
-moz-box-shadow: 3px 3px 4px #000;
|
||||||
|
-webkit-box-shadow: 3px 3px 4px #000;
|
||||||
|
box-shadow: 3px 3px 4px #000;
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
|
||||||
|
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -64,9 +71,9 @@
|
|||||||
<h2>Screenshots</h2>
|
<h2>Screenshots</h2>
|
||||||
<table id="screenshots">
|
<table id="screenshots">
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="flac.png"><img src="flac-small.png" width="240" height="192" alt="Spek running under Ubuntu Linux" title="Spek running under Ubuntu Linux and showing the spectrogram of a FLAC file."/></a></td>
|
<td><a href="flac.png"><img class="shadow" src="flac-small.png" width="240" height="192" alt="Spek running under Ubuntu Linux" title="Spek running under Ubuntu Linux and showing the spectrogram of a FLAC file."/></a></td>
|
||||||
<td><a href="win7.png"><img src="win7-small.png" width="240" height="192" alt="Spek running under Windows 7" title="Spek running under Windows 7 and showing the same sound track encoded as a 320kbps MP3."/></a></td>
|
<td><a href="win7.png"><img class="shadow" src="win7-small.png" width="240" height="192" alt="Spek running under Windows 7" title="Spek running under Windows 7 and showing the same sound track encoded as a 320kbps MP3."/></a></td>
|
||||||
<td><a href="osx.png"><img src="osx-small.png" width="240" height="192" alt="Spek running under Mac OS X" title="Russian-speaking version of Spek running under Mac OS X Leopard."/></a></td>
|
<td><a href="osx.png"><img class="shadow" src="osx-small.png" width="240" height="192" alt="Spek running under Mac OS X" title="Russian-speaking version of Spek running under Mac OS X Leopard."/></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Binary file not shown.
Before ![]() (image error) Size: 50 KiB After ![]() (image error) Size: 50 KiB ![]() ![]() |
BIN
web/osx.png
BIN
web/osx.png
Binary file not shown.
Before ![]() (image error) Size: 287 KiB After ![]() (image error) Size: 261 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 47 KiB After ![]() (image error) Size: 41 KiB ![]() ![]() |
BIN
web/win7.png
BIN
web/win7.png
Binary file not shown.
Before ![]() (image error) Size: 266 KiB After ![]() (image error) Size: 187 KiB ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user