You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
1.6 KiB
99 lines
1.6 KiB
*
|
|
|
|
|
|
body{
|
|
background: rgba(255,250,228,1.00)
|
|
|
|
}
|
|
{
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.menu-bar{
|
|
background-color: #F8DF18;
|
|
text-align: center;
|
|
font-family: sans-serif;
|
|
position: fixed;
|
|
z-index: 1;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.menu-bar ul{
|
|
display: inline-flex;
|
|
list-style: none;
|
|
color: black;
|
|
}
|
|
.menu-bar ul li{
|
|
width: 120px;
|
|
margin: 15px;
|
|
padding: 15px;
|
|
}
|
|
.menu-bar ul li a{
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
.menu-bar ul li:hover{
|
|
background: #F7CE02;
|
|
border-radius: 5px;
|
|
}
|
|
.menupolitik{
|
|
display: none;
|
|
}
|
|
.menu-bar ul li:hover .menupolitik{
|
|
display: block;
|
|
position: absolute;
|
|
background: #F8DF18;
|
|
margin-top: 15px;
|
|
margin-left: -15px;
|
|
}
|
|
.menu-bar ul li:hover .menupolitik ul{
|
|
display: block;
|
|
margin: 10px;
|
|
}
|
|
.menu-bar ul li:hover .menupolitik ul li{
|
|
|
|
}
|
|
.menu-bar ul img{
|
|
margin-top: -15px;
|
|
margin-bottom: -15px;
|
|
width: 150px;
|
|
height: 50px
|
|
}
|
|
|
|
.Panel1{
|
|
|
|
margin-top: 150px;
|
|
margin-left: 100px;
|
|
|
|
margin-right: 0px;
|
|
position: relative;
|
|
background: rgba(195,195,195,0.60);
|
|
|
|
height: auto;
|
|
width: 800px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.Panel1 p{
|
|
|
|
margin-left: 20px;
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
.pb1{
|
|
margin-top: 50px;
|
|
float: right;
|
|
|
|
width: 40%;
|
|
height: 30%;
|
|
|
|
z-index: 1;
|
|
}
|
|
.video{
|
|
margin-top: 50px;
|
|
padding: 120px;
|
|
}
|
|
|