wide/static/css/start.css

32 lines
450 B
CSS
Raw Normal View History

2014-10-21 12:46:09 +04:00
#startPage {
font-size: 15px;
padding: 50px 70px;
line-height: 28px;
color: #666;
}
2014-10-19 14:41:01 +04:00
#startPage .details {
width: 40%;
float: left;
2014-10-21 12:46:09 +04:00
border-right: 1px solid #DDD;
margin-right: 10%;
2014-10-19 14:41:01 +04:00
}
#startPage .news {
2014-10-21 12:46:09 +04:00
width: 50%;
2014-10-19 14:41:01 +04:00
float: left;
2014-10-21 12:46:09 +04:00
}
#startPage a {
color: #4183c4;
text-decoration: none;
}
#startPage a:hover {
text-decoration: underline;
}
#startPage .date {
color: #bbb;
font-size: 13px;
2014-10-19 14:41:01 +04:00
}