fixed nav
This commit is contained in:
parent
a09a6cf6b4
commit
c05ae4e0da
37
s/style.css
37
s/style.css
|
@ -9,7 +9,7 @@ html, body {
|
|||
width: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 1em auto 3em auto;
|
||||
margin: 0em auto 3em auto;
|
||||
background-color: #262626;
|
||||
color: #fff;
|
||||
font-family: Monospace;
|
||||
|
@ -44,6 +44,7 @@ ul#posts {
|
|||
flex-flow: row wrap;
|
||||
justify-content: flex-start;
|
||||
-webkit-justify-content: flex-start;
|
||||
padding-top: 2.2em;
|
||||
}
|
||||
li.post {
|
||||
padding: 5px;
|
||||
|
@ -93,28 +94,42 @@ a:hover {
|
|||
|
||||
.controls {
|
||||
text-align: center;
|
||||
color: #99ff00;
|
||||
font-weight: bold;
|
||||
width: 888px;
|
||||
margin: 0 auto;
|
||||
background: #484747;
|
||||
padding-top: 0;
|
||||
margin-top: 5px;
|
||||
margin-top: 35px;
|
||||
border: 2px solid #99ff00;
|
||||
color: #99ff00;
|
||||
background: #484747;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
text-align: center;
|
||||
margin-top: 7px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
font-weight: bold;
|
||||
position: fixed;
|
||||
overflow: visible;
|
||||
z-index: 999;
|
||||
background-color: #484747;
|
||||
border-bottom: 2px solid #99ff00;
|
||||
}
|
||||
|
||||
.return {
|
||||
text-align: center;
|
||||
border: 2px solid #99ff00;
|
||||
width: 888px;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
background: #484747;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
margin-top: -35px;
|
||||
position: fixed;
|
||||
overflow: visible;
|
||||
z-index: 999;
|
||||
border-bottom: 2px solid #99ff00;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.irc {
|
||||
|
@ -152,7 +167,7 @@ img {
|
|||
vertical-align: middle;
|
||||
max-height: 770px;
|
||||
border: 1px solid black;
|
||||
box-shadow: 0 0 15px #000;
|
||||
box-shadow: 0 0 5px #000;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
Loading…
Reference in New Issue
Block a user