f0ckv1/s/master.css

31 lines
478 B
CSS
Raw Normal View History

2017-09-03 17:10:12 +00:00
.return {
padding: 0;
2017-09-03 19:10:16 +00:00
margin-top: -35px;
top: inherit;
}
.controls {
margin-top: 35px;
2017-09-03 17:10:12 +00:00
}
2017-09-03 17:12:59 +00:00
.van {
2017-09-03 17:10:12 +00:00
border: 0;
box-shadow: none;
}
2017-09-03 19:11:57 +00:00
.navbar {
padding-top: 0;
padding-bottom: 0;
2017-09-09 18:56:46 +00:00
}
body:after {
2017-09-15 05:56:17 +00:00
content: "gemaked vong 1 spast, 1 nudelsuppe unt 1 hunt. hypfer isd doof.";
2017-09-09 18:56:46 +00:00
position: fixed;
background: #484747;
bottom: 0;
right: 0;
2017-09-09 20:40:39 +00:00
color: #9f0;
2017-09-09 18:56:46 +00:00
border-left: 1px solid black;
border-top: 1px solid black;
padding: 5px;
2017-09-03 19:11:57 +00:00
}