Styled controls and nav

This commit is contained in:
Nicolas A. Tonne
2015-04-15 20:59:43 +02:00
parent e0b0b01f5a
commit 7deb54fd01
2 changed files with 38 additions and 50 deletions

View File

@@ -14,7 +14,6 @@
</head>
<body>
<header>
<div class="navbar-fixed">
<nav id="nav">
<div class="nav-wrapper">
<a href="//zoff.no" class="brand-logo hide-on-small-only">
@@ -52,7 +51,6 @@
<div id="results"></div>
</div>
</nav>
</div>
</header>
<main class="container center-align main">
<div class="row">

View File

@@ -3,16 +3,8 @@
{
opacity:0;
height:5%;
background-color:rgba(255, 255, 255, 0.25);
background-color:rgba(255, 255, 255, 0.1);
width:100%;
transition: 0.75s -webkit-filter linear;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition:opacity 1s;
transition: opacity 1s;
}
#playpause, #duration, #volume-button
@@ -28,7 +20,7 @@
#playpause:hover, #volume-button:hover, #fullscreen:hover
{
color:#2D2D2D;
color:rgba(255,255,255,0.5);
}
#fullscreen
@@ -94,7 +86,6 @@
.play
{
/*background: no-repeat url(player.webp) 0 -496px;*/
background-size: auto;
width: 55px;
height: 27px;
@@ -102,7 +93,6 @@
.pause
{
/*background: no-repeat url(player.webp) 0 -2139px;*/
background-size: auto;
width: 55px;
height: 27px;