1
0
mirror of https://github.com/GOSTSec/gostcoin.i2p synced 2025-03-13 05:41:09 +00:00
gostco.in/css/style.css

59 lines
912 B
CSS
Raw Normal View History

2017-05-09 20:37:43 +03:00
body {
background:#f7f7f7;
text-align:center;
font-family:GostBStandard;
padding:14px;
2017-05-28 18:16:31 +07:00
word-break:break-word;
2017-05-09 20:37:43 +03:00
}
ul {
list-style:none;
display:inline-block;
padding:0px;
}
li {
float:left;
}
li a {
padding:12px;
color:black;
font-weight:bold;
font-size:1.2em;
}
li::after {
display:inline-block;
height:1em;
width:2px;
background-color:black;
content:"";
}
li:last-child::after {
display:none;
}
.red {
color:#af161a;
}
@font-face {
font-family: "GostBStandard";
src: url("../fonts/GostBStandard.eot");
src: url("../fonts/GostBStandard.eot?#iefix") format("embedded-opentype"), url("../fonts/GostBStandard.woff") format("woff"), url("../fonts/GostBStandard.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
2017-05-28 18:16:31 +07:00
.logo
{
background-image:url('../img/splash.png');
background-position:center;
background-size:cover;
display: inline-block;
width:412px;
height:400px;
}