175 lines
2.7 KiB
PHP
Executable File
175 lines
2.7 KiB
PHP
Executable File
<?php
|
|
header("Content-type: text/css; charset: UTF-8");
|
|
include_once '../../data/footer.css.php';
|
|
include_once '../../data/top.css.php';
|
|
?>
|
|
#pbody {
|
|
min-height: 100%;
|
|
position: relative;
|
|
width: 95%;
|
|
margin: 0px auto;
|
|
background: #ffffff;
|
|
top:20px;
|
|
}
|
|
|
|
|
|
#head {
|
|
height: 100px;
|
|
left:-1px;
|
|
top:-1px;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
#slogo{
|
|
left: 5px;
|
|
float: left;
|
|
position: relative;
|
|
width: 80px;
|
|
height: 99px;
|
|
background-image: url(/img/Raspberry_Pi_Logo.svg);
|
|
background-repeat: no-repeat;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#sname{
|
|
width:200px;
|
|
/* max-width:10%;*/
|
|
height: 37px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
background-image: url(/img/rpi.svg);
|
|
background-repeat: no-repeat;
|
|
top: 40px;
|
|
}
|
|
|
|
#sslogan{
|
|
border: 1px solid #000000;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
margin-top:10px;
|
|
}
|
|
|
|
#hmemo{
|
|
position: relative;
|
|
width: 150px;
|
|
height: 99px;
|
|
float: right;
|
|
background-image: url(/img/rpi.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: auto 100px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#hmenu{
|
|
top: -30px;
|
|
border: 1px solid #000000;
|
|
position: relative;
|
|
width: 600px;
|
|
margin: 0 auto;
|
|
margin-bottom:0px;
|
|
height: 30px;
|
|
}
|
|
|
|
#smap{
|
|
/* border: 1px solid #000000;
|
|
text-align: left;*/
|
|
position: relative;
|
|
margin: 0 auto;
|
|
margin-top:5px;
|
|
width: 99%;
|
|
height: 20px;
|
|
}
|
|
|
|
#smap a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
#left-float,
|
|
#right-float,
|
|
.center-float {
|
|
padding: 5px;
|
|
}
|
|
|
|
#left-float {
|
|
float: left;
|
|
}
|
|
#right-float {
|
|
float: right;
|
|
}
|
|
#left-float:empty,
|
|
#right-float:empty {
|
|
width: 0px;
|
|
}
|
|
#left-float:not(:empty),
|
|
#right-float:not(:empty) {
|
|
width: 200px;
|
|
}
|
|
|
|
.center-float {
|
|
float: none;
|
|
width: auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bfloat{
|
|
overflow-x: hidden;
|
|
border: 1px solid #f44180;
|
|
left: -1px;
|
|
top: -1px;
|
|
position: relative;
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 0 0 10px 10px;
|
|
}
|
|
|
|
.cfloat{
|
|
left: -1px;
|
|
top: -1px;
|
|
position: relative;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.btitle{
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
left: -1px;
|
|
top: -1px;
|
|
position: relative;
|
|
width: calc(100% + 2px);
|
|
text-align: center;
|
|
line-height: 30px;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
background-image: url(/img/menu_1.jpg);
|
|
background-size: auto 100% ;
|
|
border-radius: 10px 10px 0 0;
|
|
}
|
|
|
|
.ctitle{
|
|
left: 0px;
|
|
top: -1px;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 20px;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.cctitle{
|
|
left: 0px;
|
|
top: -1px;
|
|
margin-top: -4px;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0px;
|
|
line-height: 00px;
|
|
}
|
|
.youtubef{
|
|
max-width:100%;
|
|
width:650px;
|
|
height:360px;
|
|
{
|
|
|