|
@@ -135,7 +135,8 @@ div#header{
|
|
|
margin: -0.5em auto 2.5em auto;
|
|
margin: -0.5em auto 2.5em auto;
|
|
|
padding: 0.5em 0 0 0;
|
|
padding: 0.5em 0 0 0;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- background-color: #9bc1da;
|
|
|
|
|
|
|
+/* background-color: #9bc1da; */
|
|
|
|
|
+ background-color: #0078ff;
|
|
|
/* border-radius: 0 0 0.3em 0.3em; */
|
|
/* border-radius: 0 0 0.3em 0.3em; */
|
|
|
border-bottom: 0.2em solid #9cd3d9;
|
|
border-bottom: 0.2em solid #9cd3d9;
|
|
|
box-shadow: 0 0 2em #dde;
|
|
box-shadow: 0 0 2em #dde;
|
|
@@ -341,7 +342,7 @@ div#cookie_popup{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
background-color: #4c9ed8;
|
|
background-color: #4c9ed8;
|
|
|
- border: 0.5em solid #265774;
|
|
|
|
|
|
|
+ border: 0078ff 0.5em solid #265774;
|
|
|
padding: 1em 10em 1em 10em;
|
|
padding: 1em 10em 1em 10em;
|
|
|
left: -9em;
|
|
left: -9em;
|
|
|
bottom: 9em;
|
|
bottom: 9em;
|
|
@@ -391,17 +392,24 @@ div#content{
|
|
|
|
|
|
|
|
/* Sections */
|
|
/* Sections */
|
|
|
div.section{
|
|
div.section{
|
|
|
- background-color: #9bc1da;
|
|
|
|
|
- padding: 0.1em 0.3em 0.1em 0.1em;
|
|
|
|
|
- border: 0.2em solid #9cd3d9;
|
|
|
|
|
|
|
+/* background-color: #9bc1da; */
|
|
|
|
|
+/* padding: 0.1em 0.3em 0.1em 0.1em; */
|
|
|
|
|
+ border: -0.1em solid #9cd3d9;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ background: linear-gradient(135deg, transparent 1.2em, #98c8ff 0) top left;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Title for each section */
|
|
/* Title for each section */
|
|
|
-div.section .section_title{
|
|
|
|
|
- font-size: 130%;
|
|
|
|
|
|
|
+.section_title{
|
|
|
|
|
+ font-size: 120%;
|
|
|
font-style: bold;
|
|
font-style: bold;
|
|
|
- margin-top: 0.5em;
|
|
|
|
|
-
|
|
|
|
|
|
|
+/* margin-top: 0.5em; */
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+/* background-color: #0000ff; */
|
|
|
|
|
+ background: linear-gradient(135deg, transparent 0.8em, #0078ff 0) top left;
|
|
|
|
|
+ padding: 0.5em 2em 0.1em 1.5em;
|
|
|
|
|
+ border-bottom: 0.1em solid #003488;
|
|
|
|
|
+ margin: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
div.section a.go_to_section{
|
|
div.section a.go_to_section{
|