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.
 
 
 

205 lines
3.2 KiB

@charset "utf-8";
html {font-family: Arial; display: inline-block; text-align: center;}
body {
background-color: #C7CACC;
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
width: 100%;
margin-top: 5px;
background-image: url(fon.jpg);
}
a{
color: #FFFFFF;
}
a:visited {
color: #FFFFFF; /* Цвет посещенных ссылок */
text-decoration: none;
}
a:active {
color: #A7F095; /* Цвет активных ссылок */
}
a:hover {
color: #AFDAF4; /* Цвет ссылок при наведении мыши*/
}
#header {
background: #F5DEB3;
width: 100%;
}
#container {
background-color: #FFFFFF;
margin-right: auto;
margin-left: auto;
margin-bottom: auto;
text-align: center;
width: 80%;
height: 84px;
margin-top: 7px;
padding-top: 1px;
}
#nav
{
background-color: #2F4468;
width: 100%;
color: #FFFFFF;
font-size: small;
margin-left: -18px;
margin-top: -3px;
}
#sidebar {
background-color: #8CA2AF;
float: left;
width: 20%;
position: static;
margin-top: -1px;
height: 358px;
min-width: 0px;
}
#content {
background-color: #F8E6C1;
float: right;
width: 80%;
color: #14437A;
margin-top: -2px;
opacity: 0.91;
}
#clear {
clear: both;
}
#footer {
background: #00BFFF;
width: 100%;
height: 40px;
}
.topnav {
overflow: hidden;
background-color: #2f4468;
color: white;
font-size: 1.7rem;
height: 65px;
line-height: 3px;
}
.top{
overflow: hidden;
background-color: #8CA2AF;
color: white;
width: 100%;
}
.card.temperature { color: #fd7e14; }
.card.humidity { color: #1b78e2; }
.card {
background-color: #F9F9F7;
box-shadow: 2px 2px 12px 1px rgba(140,140,140,.5);
}
.cards {
max-width: 901px;
margin: 0 auto;
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
min-height: 133px;
}
.reading {
font-size: 2.8rem;
}
#navigation a {
font-size: small;
color: #3E73A7;
float: left;
border-top-width: thick;
padding-left: 20px;
}
.times{
font-size: xx-large;
margin-top: -50px;
background-color: #2F4468;
color: #FFFFFF;
height: 57px;
line-height: 56px;
}
.manth{
color: #02087C;
margin-top: 0px;
background-color: #EF7320;
height: 2pc;
font-size: large;
padding-top: 2px;
opacity: 1;
line-height: 3%;
}
.servertime {
margin-top: 37px;
}
.data{
color: #2F4468;
background-color: #FFFFFF;
margin-top: -93px;
height: 146px;
font-size: 92px;
line-height: 97px;
}
.week{
color: #000006;
margin-top: -91px;
background-color: #EF7320;
height: 2pc;
font-size: large;
line-height: 30px;
}
.levnav{
font-size: large;
color: #FFFFFF;
margin-top: 5px;
margin-left: 25px;
line-height: 11px;
margin-right: 31px;
text-decoration: none;
text-align: left;
}
#containerinf {
background-color: #B59D69;
margin-right: auto;
margin-left: auto;
margin-bottom: auto;
text-align: center;
width: 80%;
height: 84px;
margin-top: 7px;
padding-top: 1px;
opacity: 1;
}
#contentinfo {
background-color: #ECD9B1;
width: 100%;
color: #14437A;
margin-top: -2px;
opacity: 0.83;
}
#tablinfo{
background-color: #ECD9B1;
width: 35%;
color: #14437A;
margin-top: 11px;
opacity: 0.83;
margin-left: 288px;
}