Compare commits

...

4 Commits

2 changed files with 4 additions and 6 deletions

View File

@ -27,7 +27,7 @@ a:hover {
html, html,
body { body {
height: 100%; height: 100%;
background-color: #333; background-color: #222;
} }
body { body {
color: #fff; color: #fff;
@ -41,8 +41,6 @@ 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;

View File

@ -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"> <div class="site-wrapper-inner" style="background: url(tux.png) right bottom/30vh no-repeat">
<div class="cover-container"> <div class="cover-container">
<div class="masthead clearfix"> <div class="masthead clearfix">
<div class="inner"> <div class="inner">
<h3 class="masthead-brand">Tiband</h3> <img class="masthead-brand" style="max-height: 40px;" src="https://forum.tiband.de/uploads/default/original/1X/26344733ac6bb48368d18d4e36039725c2f4a80f.png" alt="Tiband" />
<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>