cosin-website/assets/sass/custom.css

162 lines
2.7 KiB
CSS
Raw Normal View History

2018-04-23 04:18:37 +02:00
/*
2021-08-23 21:53:09 +02:00
* Stylesheet for Cosin 2009 - by Cedric Spindler
2018-04-23 04:18:37 +02:00
* adapted for Cosin 2009 - poven
*/
/* ###### General ###### */
body {
2018-09-01 17:17:51 +02:00
font-family: "Lucida Grande", "Arial", sans-serif;
background-image: url(/images/sitebg.png);
background-color: #ffffff;
font-size: 0.9em;
color: #000000;
margin: 0px auto;
width: 934px;
2018-04-23 04:18:37 +02:00
}
2021-08-23 21:53:09 +02:00
p {
text-align: justify;
overflow-wrap: break-word;
/* word-break: break-all; */
-wekit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
2018-04-23 04:18:37 +02:00
a {
2018-09-01 17:17:51 +02:00
color: #5c8040;
font-style: italic;
2018-04-23 04:18:37 +02:00
}
a:hover {
2018-09-01 17:17:51 +02:00
background-color: #f2ffcd;
2018-04-23 04:18:37 +02:00
}
/* ###### Header ###### */
#header {
2018-09-01 17:17:51 +02:00
background-image: url(/images/header.png);
min-height: 143px;
height: 143px;
2018-04-23 04:18:37 +02:00
}
#header h1 {
2018-09-01 17:17:51 +02:00
display: none;
2018-04-23 04:18:37 +02:00
}
/* ###### Navigation ###### */
#menu {
2018-09-01 17:17:51 +02:00
background-image: url(/images/menubg.png);
min-height: 80px;
height: 80px;
2018-04-23 04:18:37 +02:00
}
#menu ul {
2018-09-01 17:17:51 +02:00
list-style-type: none;
overflow: hidden;
margin: 0px;
margin-right: 20px;
margin-left: 240px;
padding: 0px;
2018-04-23 04:18:37 +02:00
}
#menu ul li {
2018-09-01 17:17:51 +02:00
display: inline;
margin: 0px;
2018-04-23 04:18:37 +02:00
}
#menu ul li a {
2018-09-01 17:17:51 +02:00
background-color: #63ab45;
float: left;
display: block;
padding: 6px;
text-decoration: none;
margin-top: 2px;
margin-left: 1px;
font-style: normal;
color: #ffffff;
2018-04-23 04:18:37 +02:00
}
#menu ul li a:hover {
2018-09-01 17:17:51 +02:00
background-color: #273013;
2018-04-23 04:18:37 +02:00
}
#menu ul li a:focus {
2018-09-01 17:17:51 +02:00
background-color: #273013;
2018-04-23 04:18:37 +02:00
}
/* ###### Content ###### */
#content {
2018-09-01 17:17:51 +02:00
background-image: url(/images/contentbg.png);
margin-left: 34px;
padding-bottom: 30px;
2018-04-23 04:18:37 +02:00
}
/* ###### Leftbar ###### */
.left {
2018-09-01 17:17:51 +02:00
margin-left: 60px;
float: left;
width: 220px;
font-size: 0.9em;
2018-04-23 04:18:37 +02:00
}
.left h3 {
2018-09-01 17:17:51 +02:00
margin: 0px;
font-size: 1.4em;
color: #658362;
2018-04-23 04:18:37 +02:00
}
.left strong {
2018-09-01 17:17:51 +02:00
font-weight: bold;
2018-04-23 04:18:37 +02:00
}
/* ###### Rightbar ###### */
.right {
2018-09-01 17:17:51 +02:00
float: right;
width: 530px;
padding-right: 60px;
2018-04-23 04:18:37 +02:00
}
.right h2 {
2018-09-01 17:17:51 +02:00
margin-top: 10px;
margin-bottom: 5px;
padding: 5px;
padding-left: 10px;
font-size: 1.2em;
background-color: #337866;
color: #ffffff;
2018-04-23 04:18:37 +02:00
}
2018-04-29 18:03:09 +02:00
.right h2:first-child {
2018-09-01 17:17:51 +02:00
margin-top: 0px;
2018-04-29 18:03:09 +02:00
}
2018-04-23 04:18:37 +02:00
.right h3 {
2018-09-01 17:17:51 +02:00
margin: 0px;
font-size: 1.2em;
color: #658362;
2018-04-23 04:18:37 +02:00
}
.right p {
2018-09-01 17:17:51 +02:00
margin-top: 3px;
margin-bottom: 3px;
}
/* ###### Reset ###### */
#clear {
clear: both;
2018-04-23 04:18:37 +02:00
}
/* ###### Footer ###### */
2018-05-02 23:08:43 +02:00
footer {
2018-09-01 17:17:51 +02:00
text-align: center;
font-size: 0.8em;
margin: 5px;
2018-04-23 04:18:37 +02:00
}
2024-05-13 22:59:35 +02:00
iframe.openstreetmap {
border: 0px solid black;
width: 100%;
height: 400px;
}