Removing some old code from the header
This commit is contained in:
@@ -106,44 +106,25 @@ h1 a:hover {
|
|||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
background: black;
|
background: black;
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
/*width: 96%;*/
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
color: white;
|
||||||
/*padding: 0 2% 0 2%;*/
|
|
||||||
/*margin-bottom: 30px;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu a {
|
.menu a {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
/*line-height: 38px;*/
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
background: none;
|
background: none;
|
||||||
/*width: auto;*/
|
transition: background 0.8s;
|
||||||
transition: background 800ms;
|
|
||||||
-moz-transition: background 800ms; /* Firefox 4 */
|
|
||||||
-webkit-transition: background 800ms; /* Safari and Chrome */
|
|
||||||
-o-transition: background 800ms; /* Opera */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu a:hover {
|
.menu a:hover {
|
||||||
transition: background 800ms;
|
transition: background 0.8s;
|
||||||
-moz-transition: background 800ms; /* Firefox 4 */
|
|
||||||
-webkit-transition: background 800ms; /* Safari and Chrome */
|
|
||||||
-o-transition: background 800ms; /* Opera */
|
|
||||||
background: #292929;
|
background: #292929;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.menu li {
|
|
||||||
list-style: none;
|
|
||||||
float: left;
|
|
||||||
line-height: 38px;
|
|
||||||
width: auto;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/* Main style */
|
/* Main style */
|
||||||
.content {
|
.content {
|
||||||
background: white;
|
background: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user