Skip to content

Commit

Permalink
Fade in/out the colored background image of learn, download, and game…
Browse files Browse the repository at this point in the history
…s bar
  • Loading branch information
tvo committed Aug 4, 2012
1 parent 810df62 commit 52bfbf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wwwroot/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ a:hover {
.gamesbar {
background-repeat: no-repeat;
background-position: top right;
-o-transition:background-image 0.5s ease-in-out;
-ms-transition:background-image 0.5s ease-in-out;
-moz-transition:background-image 0.5s ease-in-out;
-webkit-transition:background-image 0.5s ease-in-out;
}

.learnmorebar { background-image: url(/images/notselected_learn.jpg); }
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/templates/pagestart.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="alternate" type="application/atom+xml" title="The Spring Project - News" href="http://springrts.com/phpbb/feed.php?f=2" />
<title>Spring RTS Engine</title>
<link href="stylesv1.css" rel="stylesheet" type="text/css" />
<link href="indexv1.css" rel="stylesheet" type="text/css" />
<link href="indexv2.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" language="javascript" src="external/lytebox/lytebox.js"></script>
<link rel="stylesheet" href="external/lytebox/lytebox.css" type="text/css" media="screen" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
Expand Down

0 comments on commit 52bfbf5

Please sign in to comment.