|
|
@ -33,6 +33,18 @@ table .border-b { |
|
|
|
border: solid 2px; |
|
|
|
} |
|
|
|
|
|
|
|
div.container { |
|
|
|
background-color: #fff8eb; |
|
|
|
padding: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
div.content { |
|
|
|
padding: 15px 30px; |
|
|
|
} |
|
|
|
|
|
|
|
h2 { |
|
|
|
margin-top: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Comments */ |
|
|
|
|
|
|
@ -43,36 +55,17 @@ table .border-b { |
|
|
|
|
|
|
|
/* Headline & Header */ |
|
|
|
|
|
|
|
#headline { |
|
|
|
padding: 6px 10px; |
|
|
|
font-size: 150%; |
|
|
|
font-weight: 400; |
|
|
|
background: #00c322; /* @mamgreen */ |
|
|
|
} |
|
|
|
|
|
|
|
#header { |
|
|
|
position: relative; |
|
|
|
z-index: -1; |
|
|
|
} |
|
|
|
|
|
|
|
.header-lg { |
|
|
|
font-size: 250%; |
|
|
|
background-color: rgba(255,195,0,0.8); |
|
|
|
height: 220px; |
|
|
|
position: relative; |
|
|
|
background: url("../images/header-bg.png") no-repeat left top; |
|
|
|
height: 353px; |
|
|
|
top: -1px; |
|
|
|
} |
|
|
|
.header-md { |
|
|
|
font-size: 250%; |
|
|
|
background-color: rgba(255,195,0,0.8); |
|
|
|
height: 220px; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
|
|
|
|
#header img.logo { |
|
|
|
position: absolute; |
|
|
|
top: 25px; |
|
|
|
left: 25px; |
|
|
|
height: 110px; |
|
|
|
top: 20px; |
|
|
|
left: 45px; |
|
|
|
} |
|
|
|
#header h1 { |
|
|
|
font-size: 130%; |
|
|
@ -91,9 +84,10 @@ table .border-b { |
|
|
|
/* Menu */ |
|
|
|
|
|
|
|
#menu { |
|
|
|
background: #00c322; /* @mamgreen */ |
|
|
|
border-bottom-left-radius: 8px; |
|
|
|
border-bottom-right-radius: 8px; |
|
|
|
position: relative; |
|
|
|
top: -1px; |
|
|
|
background: url("../images/menu-bg-vertical.png") no-repeat left top, url("../images/menu-bg-horizontal.png") repeat-x left top; |
|
|
|
background-color: #ffb52d; |
|
|
|
} |
|
|
|
#menu ul { |
|
|
|
padding: 0px; |
|
|
@ -117,36 +111,41 @@ table .border-b { |
|
|
|
#menu a { |
|
|
|
display: block; |
|
|
|
padding: 8px 10px; |
|
|
|
color: black; |
|
|
|
color: #006400; |
|
|
|
} |
|
|
|
#menu a:hover { |
|
|
|
background: #ffb000; |
|
|
|
border-bottom-left-radius: 8px; |
|
|
|
border-bottom-right-radius: 8px; |
|
|
|
background: url("../images/submenu-bg-vertical.png") no-repeat left top, url("../images/submenu-bg-horizontal.png") repeat-x left top; |
|
|
|
background-color: #ffa500; |
|
|
|
text-decoration: none; |
|
|
|
color: #003c00; |
|
|
|
} |
|
|
|
#menu a.selected { |
|
|
|
color: #003c00; |
|
|
|
} |
|
|
|
|
|
|
|
#submenu { |
|
|
|
/*border: 1px solid black;*/ |
|
|
|
position: relative; |
|
|
|
top: -1px; |
|
|
|
background: url("../images/submenu-bg-vertical.png") no-repeat left top, url("../images/submenu-bg-horizontal.png") repeat-x left top; |
|
|
|
background-color: #ffa500; |
|
|
|
} |
|
|
|
#submenu ul { |
|
|
|
padding: 0px 0px; |
|
|
|
margin: 20px 0px 20px 0px; |
|
|
|
background: #00c322; /* @mamgreen */ |
|
|
|
border-radius: 8px; |
|
|
|
list-style-position: inside; |
|
|
|
width: 100%; |
|
|
|
padding: 0px 15px; |
|
|
|
font-size: 150%; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
#submenu li { |
|
|
|
border-radius: 0px; |
|
|
|
padding: 6px 15px; |
|
|
|
margin-right: 0px; |
|
|
|
font-size: 120%; |
|
|
|
padding: 6px 20px; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
#submenu li:hover { |
|
|
|
background: #ffb000; |
|
|
|
#submenu li>a { |
|
|
|
color: #003c00; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
#submenu li:first-child { |
|
|
|
#submenu li>a:hover { |
|
|
|
color: #3c003c; |
|
|
|
} |
|
|
|
/*#submenu li:first-child { |
|
|
|
border-top-left-radius: 7px; |
|
|
|
border-top-right-radius: 7px; |
|
|
|
padding-top: 8px; |
|
|
@ -156,9 +155,6 @@ table .border-b { |
|
|
|
border-bottom-right-radius: 7px; |
|
|
|
padding-bottom: 8px; |
|
|
|
} |
|
|
|
#submenu li>a { |
|
|
|
color: #000; |
|
|
|
} |
|
|
|
#submenu li>a:hover { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
}*/ |
|
|
|