1
0
mirror of https://github.com/GOSTSec/gostcoin.i2p synced 2025-02-05 19:34:21 +00:00
gostco.in/css/style.css

51 lines
795 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;
}
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-09-05 00:33:17 +05:00
h2.ofplot { margin-bottom: .5em; }
.plot { margin: 0 auto; }