247 lines
3.8 KiB
PHP
Executable File
247 lines
3.8 KiB
PHP
Executable File
<?php
|
|
session_start();
|
|
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: 100%;
|
|
margin: 0px 0%;
|
|
background-image:url(/img/gor.jpg);
|
|
background-size: 430px 100%;
|
|
background-repeat:repeat-y;
|
|
top:0px;
|
|
}
|
|
|
|
#pbody a{
|
|
font-weight :bold;
|
|
/*
|
|
*/
|
|
}
|
|
|
|
|
|
#head {
|
|
height: 150px;
|
|
left:-1px;
|
|
top:-1px;
|
|
width: 100%;
|
|
position: relative;
|
|
background-image: url(/img/head.jpg);
|
|
background-size: 100% 150px;
|
|
}
|
|
|
|
#slogo{
|
|
left: 0px;
|
|
top:0px;/*-1*/
|
|
float: left;
|
|
position: relative;
|
|
width: 450px;
|
|
height: 150px;
|
|
background-image: url(/img/rpi_logo.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 150px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
#sname{
|
|
width:200px;
|
|
height: 37px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
background-repeat: no-repeat;
|
|
top: 40px;
|
|
}
|
|
|
|
#sslogan{
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
top: 80px;
|
|
}
|
|
|
|
#hmemo{
|
|
position: relative;
|
|
top: 40px;
|
|
width: 150px;
|
|
height: 99px;
|
|
float: right;
|
|
padding-left: -55px;
|
|
background-image: url(/img/rpi.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100px;
|
|
padding-right: 25px;
|
|
}
|
|
|
|
#hmenu{
|
|
text-align :center;
|
|
top: 50px;
|
|
left:15%;
|
|
position: absolute;
|
|
width: 70%;
|
|
height: 30px;
|
|
/*
|
|
font-family: serif;
|
|
color: #666;
|
|
*/
|
|
font-family : Arial, Tahoma, Verdana, sans-serif;
|
|
text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
|
|
font-size: 20px;
|
|
}
|
|
|
|
#hmenu a{
|
|
color: #000;
|
|
text-shadow: 1px 1px 3px #666,
|
|
-1px -1px 3px #FFF,
|
|
1px 1px #666,
|
|
-1px -1px #FFF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#hmenu a:hover{
|
|
color: rgb(100,100,100);
|
|
text-shadow: -1px -1px #666,
|
|
1px 1px #FFF;
|
|
}
|
|
|
|
#smap{
|
|
text-align :center;
|
|
position: relative;
|
|
margin: 0 auto;
|
|
margin-top:5px;
|
|
width: 99%;
|
|
height: 20px;
|
|
}
|
|
|
|
#smap a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
#cont{
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.bcont{
|
|
padding: 15px;
|
|
}
|
|
|
|
#left-float,
|
|
#right-float,
|
|
.center-float {
|
|
padding: 5px;
|
|
text-align: left;
|
|
}
|
|
|
|
#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;
|
|
/*
|
|
padding :5px;
|
|
margin :5px;
|
|
*/
|
|
border: 1px solid #f44180;
|
|
left: -1px;
|
|
top: -1px;
|
|
position: relative;
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 0 0 10px 10px;
|
|
}
|
|
|
|
/*
|
|
-webkit-box-shadow: 5px 5px 5px #222;
|
|
-moz-box-shadow: 5px 5px 5px #222;
|
|
box-shadow: 0px 0px 5px #111;
|
|
}
|
|
*/
|
|
|
|
.bfloat,
|
|
.btitle{
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
/*
|
|
-webkit-box-shadow: 5px 5px 5px #222;
|
|
-moz-box-shadow: 5px 5px 5px #222;
|
|
*/
|
|
box-shadow: 0px 0px 5px #777;
|
|
}
|
|
|
|
.bfloat a{
|
|
text-decoration: none;
|
|
}
|
|
/*
|
|
*/
|
|
|
|
.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_7.jpg);
|
|
background-size: 100% 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;
|
|
{
|
|
|