responsive details-error page. Shared header and footer

This commit is contained in:
Marc Tobias Metten
2016-01-19 12:29:07 +01:00
parent 97c572b92f
commit f2a2c29815
12 changed files with 279 additions and 306 deletions

31
website/css/common.css Normal file
View File

@@ -0,0 +1,31 @@
header {
width: 100%;
padding: 15px;
z-index: 5;
}
header .brand {
white-space: nowrap;
}
header .brand a:hover{
text-decoration: none;
}
header .brand h1 {
display: inline;
font-size: 1.5em;
color: #333;
}
header .brand > img {
display: inline-block;
margin-right: 5px;
margin-top: -5px;
}
header #last-updated {
font-size: 0.7em;
white-space: nowrap;
text-align: center;
}

View File

@@ -1,7 +1,3 @@
body {
margin-top: 1em;
font-size: 1.2em;
}
h1 {
margin: 30px 0;
}
@@ -13,8 +9,7 @@ h3 {
font-size: 1.5em;
}
.table {
/*width: auto;*/
max-width: 800px;
width: 100%;
}
.name{
font-weight: bold;

View File

@@ -1,34 +1,3 @@
header {
width: 100%;
padding: 15px;
z-index: 5;
}
header .brand {
white-space: nowrap;
}
header .brand a:hover{
text-decoration: none;
}
header .brand h1 {
display: inline;
font-size: 1.5em;
color: #333;
}
header .brand > img {
display: inline-block;
margin-right: 5px;
margin-top: -5px;
}
header #last-updated {
font-size: 0.7em;
white-space: nowrap;
text-align: center;
}
form {
@@ -47,7 +16,7 @@ form label {
.sidebar {
width: 25%;
padding: 10px;
padding: 15px;
padding-top: 0;
display: inline-block;
float: left;