diff --git a/public/css/style.css b/public/css/style.css index 2a85a6f57ab21ff476b11369b9c5909a3c92641a..ab51f618f7c033fa746804a1476c0563209394e4 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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;