Better style in letsplays.html

master
LNJplus 2015-12-23 23:23:28 +01:00
parent 0c30db280f
commit b8597d0341
2 changed files with 7 additions and 3 deletions

View File

@ -42,7 +42,7 @@
<h2><span class="octicon octicon-link"></span>Hier sind alle Let's Plays der Gamerbude aufgelistet!</h2>
<hr />
<div class="hover-shadow">
<div class="games">
<a href="./l/lp-0000.html"><img src="images/lps/minetest-pre.png" alt="" style="width:320px;height:480px;"></a>
</div>

View File

@ -660,8 +660,12 @@ form {
/* Make Shadow on hover */
.hover-shadow img:hover {
box-shadow: 0px 0px 5px #888888;
.games img:hover {
box-shadow: 0px 0px 7px #888888;
}
.games img {
border: 1px solid #505050;
}
/* GENERAL ELEMENT TYPE STYLES */