Проект видео сервера от Bauman Robotics.
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.
 
 
 
rpi_remote_cam/www/style.css

68 lines
874 B

h1 {
color: #006363;
font-size: 50pt;
font-family: Georgia, Times, serif;
font-weight: normal;
}
body {
background: #e2e2e2;
color: #000000;
font-family: Trebuchet MS, Arial, Times New Roman;
font-size: 12px;
}
#container {
background: #FFFFFF;
margin: 30px auto;
width: 900px;
height: 1000px;
}
#header {
text-align: center;
background: #5CCCCC;
height: 100px;
width: 900px;
}
#navigation {
background: #a2a2a2;
width: 900px;
height: 20px;
}
#menu {
background: #ffffff;
float: left;
width: 150px;
height: 600px;
}
#content {
margin-top:30px;
background: #ffffff;
float: right;
width: 750px;
height: 600px;
}
#footer {
background: #838283;
height: 180px;
width: 900px;
}
#clear {
clear:both;
}
#textArea{
background: #EEFFFF;
color: #000000;
font-family: Trebuchet MS, Arial, Times New Roman;
font-size: 15px;
resize: none;
}