mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-02-13 21:45:18 +00:00
54 lines
1 KiB
CSS
54 lines
1 KiB
CSS
body{font-family:Arial,sans-serif;background-color:#FFFFFF;}
|
|
a:link {color: #000000; text-decoration:none;}
|
|
a:visited {color: #000000; text-decoration:none;}
|
|
a:hover {color: #000000; text-decoration:underline;}
|
|
|
|
#menu{list-style:none; margin:20px 0 0 0; padding:0;}
|
|
#menu li{height:35px; line-height:30px; margin:0; padding:0;}
|
|
#menu li a{display:block; padding-left:20px; color:#000000;}
|
|
#menu li a:hover{color:#000000;}
|
|
#menu li a.opt_sel{background-color:#F0F0F0; color:#000000;}
|
|
#header {
|
|
height: 50px;
|
|
margin-bottom: 0px;
|
|
}
|
|
#header .lang {
|
|
padding-right: 0px;
|
|
padding-top: 0px;
|
|
color: #000000;
|
|
text-align:right;
|
|
}
|
|
.logo {
|
|
float: left;
|
|
width: 25%;
|
|
height: 50px;
|
|
line-height: 80px;
|
|
}
|
|
.logo img {
|
|
width: 100%;
|
|
height: auto;
|
|
margin: 20px;
|
|
display: block;
|
|
}
|
|
.header_right {
|
|
float: right;
|
|
width: 80%;
|
|
height: 50px;
|
|
}
|
|
.opt_sel
|
|
{
|
|
height:30px;
|
|
background-color:#F0F0F0;
|
|
padding-left:20px;
|
|
color:#000000;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.back_div
|
|
{
|
|
width:650px;
|
|
float:left;
|
|
background:scroll center center;
|
|
background-color:#FFFFFF;
|
|
margin-top:0px;
|
|
}
|