Compare commits
No commits in common. "73f4547e62efce873fdb50d639097c16aec85647" and "b121c8fa7d1dd37fe32b0e69e87d487f824bdc3f" have entirely different histories.
73f4547e62
...
b121c8fa7d
@ -27,7 +27,7 @@ a:hover {
|
|||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #222;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -41,6 +41,8 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%; /* For at least Firefox */
|
height: 100%; /* For at least Firefox */
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
|
||||||
|
box-shadow: inset 0 0 100px rgba(0,0,0,.5);
|
||||||
}
|
}
|
||||||
.site-wrapper-inner {
|
.site-wrapper-inner {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
@ -10,15 +10,15 @@
|
|||||||
<link href="bootstrap.min.css" rel="stylesheet">
|
<link href="bootstrap.min.css" rel="stylesheet">
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="cover.css" rel="stylesheet">
|
<link href="cover.css" rel="stylesheet">
|
||||||
<link rel="icon" type="image/png" href="tux-avatar.png" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<img style="border:none;background:none;position:fixed;bottom:0;right:0;height:55%;" src="tux.png" />
|
||||||
<div class="site-wrapper">
|
<div class="site-wrapper">
|
||||||
<div class="site-wrapper-inner" style="background: url(tux.png) right bottom/30vh no-repeat">
|
<div class="site-wrapper-inner">
|
||||||
<div class="cover-container">
|
<div class="cover-container">
|
||||||
<div class="masthead clearfix">
|
<div class="masthead clearfix">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<img class="masthead-brand" style="max-height: 40px;" src="https://forum.tiband.de/uploads/default/original/1X/26344733ac6bb48368d18d4e36039725c2f4a80f.png" alt="Tiband" />
|
<h3 class="masthead-brand">Tiband</h3>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="nav masthead-nav">
|
<ul class="nav masthead-nav">
|
||||||
<li class="active"><a href="">Home</a></li>
|
<li class="active"><a href="">Home</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user