Skip to content
Snippets Groups Projects
Commit a816a7bc authored by Karin Schöne's avatar Karin Schöne
Browse files

changes to font-family, font-size, line-height; for details see comments in the stylesheet

parent 684e6c29
No related branches found
No related tags found
No related merge requests found
@charset "UTF-8"; .@charset "UTF-8";
/* /*
Theme Name: MERLIN Theme Name: MERLIN
*/ */
/*Futura added 19.02.21*/
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: Helvetica Narrow, Arial, sans-serif; font-family: Futura, Helvetica Narrow, Arial, sans-serif;
/*font-family: Arial, Helvetica, sans-serif;*/ /*font-family: Helvetica Narrow, Arial, sans-serif*/
} }
...@@ -39,7 +40,7 @@ iframe h4 { ...@@ -39,7 +40,7 @@ iframe h4 {
} }
a { a {
color: #035683; color: #0097d0 /*19.2.21 was #035683;*/
} }
a:hover { a:hover {
...@@ -51,13 +52,14 @@ button { ...@@ -51,13 +52,14 @@ button {
background-color:#00ADEF; background-color:#00ADEF;
color:white; color:white;
font-weight:bold; font-weight:bold;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif; /*19.2.21 KaS event. anpassen an neuen font-familiy: Futura, Helvetica Narrow, Arial, sans-serif;*/
/*border:none;*/ /*border:none;*/
margin:3px; margin:3px;
} }
img { img {
border-width: 0; border-width: 0;
padding-left: 6px; /*added 19.02.21*/
} }
a img a img
...@@ -76,15 +78,16 @@ input.bt { ...@@ -76,15 +78,16 @@ input.bt {
/* LyV - no h1 indications*/ /* LyV - no h1 indications*/
h1 { h1 {
padding-left: 5px; padding-left: 5px;
font-size: 14pt; font-size: 18pt; /*19.2.21 was 14pt*/
color: #006699; color: #006699;
} }
h2 { h2 {
padding: 5px; /*padding-left: 10px;*/ padding: 5px; /*padding-left: 10px;*/
font-size: 12pt; /* 14pt*/ font-size: 16pt; /*19.2.21 was 12pt*/
font-style: bold; /* unspec */ font-style: bold; /* unspec */
color: #00adef; /*0097d0; #113547;*/ color: #00adef; /*0097d0; #113547;*/
line-height: 1.8em; /*added 19.2.21*/
} }
h3 { h3 {
...@@ -92,7 +95,7 @@ h3 { ...@@ -92,7 +95,7 @@ h3 {
display: inline; display: inline;
font-size: 11pt; /* 12pt */ font-size: 11pt; /* 12pt */
color: #00adef; /* #113547; */ color: #00adef; /* #113547; */
/* font-style: italic; */ line-height: 1.8em; /*added 19.2.21*/
} }
...@@ -106,7 +109,7 @@ h4 { ...@@ -106,7 +109,7 @@ h4 {
font-style: bold;*/ font-style: bold;*/
} }
p.boldp { font-family: Helvetica, Arial, sans-serif; p.boldp { font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; /* was 11pt; */ font-size: 10pt; /* was 11pt; */
color: #006699; color: #006699;
padding-left: 10px; padding-left: 10px;
...@@ -128,7 +131,7 @@ h5 { ...@@ -128,7 +131,7 @@ h5 {
#content-menu ul li{ #content-menu ul li{
list-style-type: circle; list-style-type: circle;
font-family: Helvetica, Arial, sans-serif; font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; font-size: 10pt;
color: #006699; /*#113547;*/ color: #006699; /*#113547;*/
padding-left: 0px; padding-left: 0px;
...@@ -136,19 +139,19 @@ h5 { ...@@ -136,19 +139,19 @@ h5 {
} }
#content-menu3 ul li{ #content-menu3 ul li{
list-style-type: circle; list-style-type: square; /*19.2.21 was circle*/
font-family: Helvetica, Arial, sans-serif; font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; font-size: 10pt;
color: #006699; /*#113547;*/ color: #006699; /*#113547;*/
padding-left: 0px; padding-left: 10px; /*19.2.21 was 0px*/
margin-left: 20px; margin-left: 40px; /*19.2.21 was 20px*/
line-height: 1.4em; /*added 19.2.21*/
} }
.content {display:none} .content {display:none}
.bold-p { font-family: Helvetica, Arial, sans-serif; .bold-p { font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 11pt; /* was 11pt; */ font-size: 11pt; /* was 11pt; */
color: #006699; color: #006699;
padding-left: 10px; padding-left: 10px;
...@@ -161,12 +164,13 @@ h5 { ...@@ -161,12 +164,13 @@ h5 {
/* LyV - no p indication */ /* LyV - no p indication */
p { font-family: Helvetica, Arial, sans-serif; p { font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; /* was 11pt; */ font-size: 11pt; /*19.2.21 was 10pt; */
color: #006699; color: #006699;
padding-left: 10px; padding-left: 10px;
margin-bottom: 2px; margin-bottom: 2px;
margin-top:7px; /*new change 3rd of Sept*/ margin-top:7px; /*new change 3rd of Sept*/
line-height: 1.5em; /*added 19.2.21*/
} }
tr.border_bottom_blue_hd td { tr.border_bottom_blue_hd td {
...@@ -188,24 +192,25 @@ tr.border_bottom_blue td { ...@@ -188,24 +192,25 @@ tr.border_bottom_blue td {
td { font-family: Helvetica, Arial, sans-serif; td { font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; /* was 11pt; */ font-size: 9pt; /* was 11pt; */
color: #006699; color: #006699;
padding-left: 10px; padding-left: 7px; /*19.2.21 was 10px*/
margin-bottom: 2px; margin-bottom: 4px; /*19.2.21 was 2px*/
margin-top:7px; /*new change 3rd of Sept*/ margin-top: 9px; /*19.2.21 was 7px*/
line-height: 1.3em; /*added 19.02.21*/
} }
th { font-family: Helvetica, Arial, sans-serif; th { font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; /* was 11pt; */ font-size: 10pt; /* was 11pt; */
color: #006699; /*#0097d0; */ color: #006699; /*#0097d0; */
font-weight: bold; font-weight: bold;
padding-left: 10px; padding-left: 7px; /*19.2.21 was 10px*/
margin-bottom: 2px; margin-bottom: 4px; /*19.2.21 was 2px*/
margin-top:7px; /*new change 3rd of Sept*/ margin-top: 12px; /*19.2.21 was 7px*/
} }
.StilSmall { font-family: Helvetica, Arial, sans-serif; .StilSmall { font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 9pt; font-size: 9pt;
color: #006699; color: #006699;
padding-left: 10px; padding-left: 10px;
...@@ -243,9 +248,19 @@ select.wide { ...@@ -243,9 +248,19 @@ select.wide {
padding-left: 5%; padding-left: 5%;
} }
.Stil5 {color: #0097d0; font-family: Helvetica; font-size: 10pt; font-weight: bold; font-style: italic; } .Stil5 {
color: #0097d0;
font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt;
font-weight: bold;
font-style: italic; }
a.reference {font-weight:bold; color: #035683; font-family: Helvetica; font-size: 10pt; font-style: italic;} /*rk*/ a.reference {
font-weight:bold;
/*19.2.21 color: #035683;*/
font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 11pt; /*19.2.21 was 10pt*/
font-style: normal;} /*19.2.21 was italic*/
a.reference:before{content:'\00BB '} a.reference:before{content:'\00BB '}
/* /*
...@@ -413,11 +428,12 @@ a.reference:before{content:'\00BB '} ...@@ -413,11 +428,12 @@ a.reference:before{content:'\00BB '}
display:inline-block;" display:inline-block;"
} }
#content-menu3 p { #content-menu3 p {
font-family: Helvetica, Arial, sans-serif; font-family: Futura, Helvetica Narrow, Arial, sans-serif; /*19.2.21 was Arial, Helvetica, sans-serif;*/
font-size: 10pt; font-size: 11pt; /*19.2.21 was 10pt;*/
color: #006699; /*#113547;*/ color: #006699; /*#113547;*/
padding-left: 10px; padding-left: 10px;
line-height: 1.5em; /*added 19.2.21*/
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment