Skip to content
Snippets Groups Projects
Commit 5046cd31 authored by Karl's avatar Karl
Browse files

Noch kleine Verbesserungen an der style.css

parent 5c88c25b
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -31,7 +31,7 @@ By ID ...@@ -31,7 +31,7 @@ By ID
#spruch { #spruch {
margin-bottom: 20px; margin-bottom: 20px;
padding: 5px; padding: 5px;
line-height: 1.2 !important; line-height: 1.2;
color: #070; color: #070;
border-left: 3px solid #070; border-left: 3px solid #070;
font-size: 16px; font-size: 16px;
...@@ -122,7 +122,7 @@ Mixed ...@@ -122,7 +122,7 @@ Mixed
} }
#sponsors h2 { #sponsors h2 {
font-size: 1.5em!important; font-size: 1.5em;
} }
#foki label > span { #foki label > span {
...@@ -165,7 +165,6 @@ Mixed ...@@ -165,7 +165,6 @@ Mixed
} }
#moreInformation ul { #moreInformation ul {
/* text-align: left; */
padding: 0; padding: 0;
} }
...@@ -319,9 +318,6 @@ By Class ...@@ -319,9 +318,6 @@ By Class
font-size: 14px; font-size: 14px;
} }
/* Widgets */
.metager-searchinput { .metager-searchinput {
height: 30px; height: 30px;
padding: 6px 12px; padding: 6px 12px;
...@@ -531,15 +527,6 @@ By Element ...@@ -531,15 +527,6 @@ By Element
font-family: Liberation Sans, sans-serif; font-family: Liberation Sans, sans-serif;
} }
label a {
color: inherit;
}
label a:hover {
text-decoration: none;
color: inherit;
}
section { section {
padding: 10px; padding: 10px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55); box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55);
...@@ -553,6 +540,60 @@ footer { ...@@ -553,6 +540,60 @@ footer {
width: 100%; 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 { footer li {
width: 33%; width: 33%;
text-align: center; text-align: center;
...@@ -598,45 +639,11 @@ nav h1 { ...@@ -598,45 +639,11 @@ nav h1 {
white-space: nowrap; white-space: nowrap;
} }
body {
margin: 0;
}
header {
position: fixed;
background-color: white;
z-index: 500;
width: 100%;
height: 50px;
}
header nav a { header nav a {
text-decoration: none; text-decoration: none;
color: rgb(119, 119, 119); 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 { body > div {
background-color: transparent; background-color: transparent;
padding-top: 70px; 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