first git
This commit is contained in:
111
css/style.css
Normal file
111
css/style.css
Normal file
@@ -0,0 +1,111 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
#eumap {
|
||||
width: 532px;
|
||||
height: 523px;
|
||||
/*width: 1218px;
|
||||
height: 1245px;*/
|
||||
margin:0 auto;
|
||||
background-color: #ffffff;
|
||||
/*border: 1px solid black;*/
|
||||
background: url("../images/Europakarte/Europakarte.jpg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
/*top: 250px;*/
|
||||
right: 0px;
|
||||
display:inline-block;
|
||||
z-index: 19;
|
||||
}
|
||||
|
||||
.eumap_kreis{
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid black;
|
||||
background-color: #003680;
|
||||
z-index:20;
|
||||
cursor:pointer;
|
||||
}
|
||||
.eumap_detail{
|
||||
display: none;
|
||||
z-index:25;
|
||||
}
|
||||
|
||||
.eumap_kreis:hover + div{
|
||||
display: inline;
|
||||
cursor:pointer;
|
||||
/* z-index:25; */
|
||||
}
|
||||
|
||||
.eumap_kreis_klein{
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid black;
|
||||
background-color: grey;
|
||||
z-index:20;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
.eumap_kreis_klein:hover + div{
|
||||
display: inline;
|
||||
cursor:pointer;
|
||||
/* z-index:25; */
|
||||
}
|
||||
|
||||
|
||||
.eumap_detail {
|
||||
|
||||
|
||||
padding:10px;
|
||||
width: 200px;
|
||||
/* height: 50px;*/
|
||||
margin-left:20px;
|
||||
margin-top: -45px;
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
z-index:25;
|
||||
background-color: #eeeeee;
|
||||
|
||||
box-shadow: 1px 1px 1px black;
|
||||
}
|
||||
.eumap_detail p{
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
.eumap_detail img{
|
||||
padding:0px;
|
||||
width: 150px;
|
||||
/* height: 50px;*/
|
||||
margin:5px;
|
||||
margin-left:15px;
|
||||
float:left;
|
||||
box-shadow: 1px 1px 1px gray;
|
||||
}
|
||||
|
||||
.eumap_detail p .eumap_detail_title{
|
||||
font-family: Arial;
|
||||
text-decoration: none;
|
||||
font-size: 0.9em;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
line-height: 30px;
|
||||
}
|
||||
.eumap_detail p .eumap_detail_adress{
|
||||
font-family: Arial;
|
||||
|
||||
font-size: 0.7em;
|
||||
line-height: 1.3em;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
.map_Europa_points{ position: absolute;top: 0px;left: 0px; width: 100%; height: 100%; z-index: 29; }
|
||||
.map_transparent{ position: absolute;top: 0px;left: 0px; width: 100%; height: 100%; display: none; cursor: pointer; z-index: 30; }
|
||||
|
||||
Reference in New Issue
Block a user