Skip to content
Snippets Groups Projects
Commit 9f868c7b authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Merge branch '226-css-dateien-uberarbeiten' into 'development'

Noch kleine Verbesserungen an der style.css

Closes #226

See merge request !455
parents 79fcb35e 5046cd31
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -31,7 +31,7 @@ By ID
#spruch {
margin-bottom: 20px;
padding: 5px;
line-height: 1.2 !important;
line-height: 1.2;
color: #070;
border-left: 3px solid #070;
font-size: 16px;
......@@ -122,7 +122,7 @@ Mixed
}
#sponsors h2 {
font-size: 1.5em!important;
font-size: 1.5em;
}
#foki label > span {
......@@ -165,7 +165,6 @@ Mixed
}
#moreInformation ul {
/* text-align: left; */
padding: 0;
}
......@@ -319,9 +318,6 @@ By Class
font-size: 14px;
}
/* Widgets */
.metager-searchinput {
height: 30px;
padding: 6px 12px;
......@@ -531,15 +527,6 @@ By Element
font-family: Liberation Sans, sans-serif;
}
label a {
color: inherit;
}
label a:hover {
text-decoration: none;
color: inherit;
}
section {
padding: 10px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55);
......@@ -553,6 +540,60 @@ footer {
width: 100%;
}
body {
margin: 0;
}
header {
position: fixed;
background-color: white;
z-index: 500;
width: 100%;
height: 50px;
}
address {
white-space: pre;
}
p {
white-space: pre-wrap;
}
form {
margin: 10px 0px;
}
code {
white-space: pre-wrap;
overflow-wrap: break-word;
word-break: break-word;
}
/*
Mixed
*/
label a {
color: inherit;
}
label a:hover {
text-decoration: none;
color: inherit;
}
footer li {
width: 33%;
text-align: center;
......@@ -598,45 +639,11 @@ nav h1 {
white-space: nowrap;
}
body {
margin: 0;
}
header {
position: fixed;
background-color: white;
z-index: 500;
width: 100%;
height: 50px;
}
header nav a {
text-decoration: none;
color: rgb(119, 119, 119);
}
address {
white-space: pre;
}
p {
white-space: pre-wrap;
}
form {
margin: 10px 0px;
}
code {
white-space: pre-wrap;
word-break: break-word;
}
code {
overflow-wrap: break-word;
word-wrap: break-word;
}
body > div {
background-color: transparent;
padding-top: 70px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment