wide/static/css/start.css

63 lines
1.0 KiB
CSS
Raw Normal View History

2014-10-21 12:46:09 +04:00
#startPage {
font-size: 15px;
2014-10-21 13:30:27 +04:00
padding: 30px 70px;
2014-10-21 12:46:09 +04:00
line-height: 28px;
2014-10-21 13:51:15 +04:00
white-space: normal;
word-wrap: break-word;
}
#startPage .workspace {
line-height: 16px;
margin-bottom: 6px;
2014-10-21 13:24:01 +04:00
}
#startPage a {
color: #4183c4;
text-decoration: none;
}
#startPage a:hover {
text-decoration: underline;
}
#startPage .title {
background-color: #f5f5f5;
border-bottom-width: 0 !important;
border-radius: 3px 3px 0 0;
font-size: 18px;
margin-bottom: 10px;
padding: 5px 10px;
2014-10-21 12:46:09 +04:00
}
2014-10-19 14:41:01 +04:00
#startPage .details {
2014-10-21 13:24:01 +04:00
width: 30%;
2014-10-19 14:41:01 +04:00
float: left;
}
2014-10-21 13:24:01 +04:00
#startPage .details label {
color: #666;
2014-10-21 12:46:09 +04:00
}
2014-10-21 13:24:01 +04:00
#startPage .details li.border {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #f1f1f1;
2014-10-21 12:46:09 +04:00
}
2014-10-21 13:24:01 +04:00
#startPage .news {
height: 300px;
width: 60%;
float: right;
border-left: 1px solid #f1f1f1;
margin-left: 10%;
padding-left: 10%;
}
#startPage .news li {
border-bottom: 1px solid #f1f1f1;
2014-10-21 12:46:09 +04:00
}
#startPage .date {
color: #bbb;
font-size: 13px;
2014-10-19 14:41:01 +04:00
}