Files
textie/style.css
2018-05-03 01:54:40 +04:00

157 lines
1.6 KiB
CSS

ul
{
}
li
{
display: block;
color: white;
float: left;
text-align: center;
padding: 4px;
border: 2px solid white;
border-radius: 4px;
background: #232423;
margin-left: 4px;
width: 100px;
}
a
{
color: #FF9;
}
h1
{
color: white;
}
h2
{
color: white;
}
h3
{
color: white;
}
p
{
color: white;
}
#menu-right
{
border: 1px solid white;
width: 30px;
height: 15px;
margin-right: 20px;
float: right;
}
#getit
{
position:relative;
float: right;
margin-top:478px;
margin-left:140px;
}
#text
{
background: #232423;
margin-top:50px;
margin-left: 30px;
height: 540px;
width: 740px;
float: left;
border: 1.5px solid white;
}
#logo
{
position: relative;
margin-top: 12px;
margin-left: 10px;
float: left;
}
#center-text
{
position: relative;
float: right;
margin-top: -22px;
}
#header
{
font-size: 26px;
margin-left: 256px;
float: left;
position: relative;
}
#home-text
{
position: relative;
float: right;
margin-right: 232px;
}
#current-version
{
position: relative;
float: right;
margin-top: 36px;
}
#download
{
border: 2px solid white;
background: #014421;
height: 35px;
width: 80px;
color: white;
border-radius: 4px;
}
b
{
margin-top: -40px;
}
body
{
background: black;
}
@media only screen and (max-width:420px) {
#text
{
width: 390px;
height: 780px;
margin-top: 2px;
margin-left: -4px;
}
#home-text
{
margin-right: 50px;
}
#getit
{
margin-top:10px;
}
#current-version
{
margin-top: 2px;
}
#header
{
margin-left: 82px;
}
}