Skip to content
Snippets Groups Projects
style.css 16.38 KiB
.@charset "UTF-8";
/*
Theme Name: MERLIN
*/
/*Futura added 19.02.21*/
* {
	margin: 0;
	padding: 0;
	font-family: Futura, Helvetica Narrow, Arial, sans-serif;
	/*font-family: Helvetica Narrow, Arial, sans-serif*/
}



html {
    height: 100%;
}

body {
    background-color:#DDD;
    padding: 0px;
    margin: 0px;
    font-size: 100.01%;
    min-height:101%;
}

iframe {
	background-color: white;
	border: none;
	padding: 10px;
	width: 700px;
	height: 310px;
}

iframe h4 {
	display: inline;
	font-size: larger;
	color: #006699;
	font-style: bold;
}

a {
    color: #0097d0 /*19.2.21 was #035683;*/
}

a:hover {
    text-decoration: underline;
	
}

button {
	background-color:#00ADEF;
	color:white;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; /*19.2.21 KaS event. anpassen an neuen font-familiy: Futura, Helvetica Narrow, Arial, sans-serif;*/
	/*border:none;*/
	margin:3px;
}

img {
	border-width: 0;
	padding-left: 6px; /*added 19.02.21*/
}

a img
{
     border:0px;
}

input.bt {