body
{
background-color: rgb(2, 30, 60);
color: #292828;
font-family: 'Lato', sans-serif;
/*font-family: 'Press Start 2P', cursive;
font-family: 'Ubuntu', sans-serif;
font-family: 'Audiowide', cursive;*/
}
#container
{
width: 1000px;
margin-left: auto;
margin-right: auto;
background: #FFFFFF;
}
.header
{
height: 150px;
background-image: url("../img/logo3.jpg");
}
.logo
{
width: 750px;
height: 100px;
padding: 25px;
float: left;
font-size: 25px;
text-align: left;
font-family: 'Press Start 2P', cursive;
letter-spacing: 2px;
}
#czas
{
width: 180px;
height: 55px;
font-size: 30px;
padding: 10px;
text-align: center;
line-height: 55px;
font-family: 'Audiowide', cursive;
letter-spacing: 2px;
float: left;
}
#data
{
width: 180px;
height: 55px;
font-size: 20px;
padding: 10px;
text-align: center;
line-height: 55px;
font-family: 'Audiowide', cursive;
letter-spacing: 2px;
float: left;
}
.menubar
{
background-color: #FFFFFF;
height: 40px;
padding: 10px;
float:left;
}
.baritem
{
background-color: #0A69F9;
float: left;
font-size: 20px;
text-align: center;
width: 243px;
height: 40px;
line-height: 40px;
border-right: 2px dotted #005000;
}
.baritem:first-child
{
border-left: 2px dotted #005000;
width: 241px;
}
.baritem:first-child:hover
{
border-left: 2px dotted #005000;
width: 241px;
cursor: pointer;
}
.baritem:hover
{
background-color: #006000;
float: left;
text-align: center;
width: 243px;
height: 40px;
border-right: 2px dotted #005000;
cursor: pointer;
}
a.bar
{
display:block;
}
.rect
{
float:left;
height: 340px;
width: 200px;
}
.nav
{
float: left;
height: 240px;
width: 200px;
background-color: #FFFFFF;
}
#content
{
float: left;
width: 580px;
background-color: #fff;
text-align: justify;
padding: 10px;
}
.social
{
padding-top: 13px;
float: left;
height: 450px;
width: 200px;
text-align: center;
font-size: 20px;
background-color: #FFFFFF;
}
#st
{
background-color: #303030;
height: 80px;
width: 100%;
}
#tw
{
margin-top: 15px;
background-color: #00aced;
Height: 80px;
width: 100%;
}
#yt
{
background-color: #bb0000;
Height: 80px;
width: 100%;
}
#tch
{
background-color: #6441a5;
/* padding-top: 5px; */
Height: 80px;
width: 100%;
}
#footer
{
clear:both;
height: 40px;
text-align: center;
font-size: 20px;
background-color: #FFFFFF;
padding: 5px;
border-top: 1px solid #eee;
line-height: 40px;
}
ul
{
list-style-type: none;
padding: 0 10px;
}
li
{
padding: 10px;
background-color: #0A69F9;
margin-top: 10px;
text-align: center;
}
li:hover
{
cursor: pointer;
}
a
{
text-decoration: none;
color: #002000;
}
a:hover
{
color: #ECECEC;
background: linear-gradient(0deg, #00a, #0a69f9);
}
a.slink
{
color: white;
display: block;
}
a.slink:hover
{
color: #bbb;
}