wide/static/css/start.css

65 lines
1.1 KiB
CSS
Raw Normal View History

2014-10-21 12:46:09 +04:00
#startPage {
2014-10-24 06:29:08 +04:00
padding: 50px 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;
}
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;
2014-10-24 06:29:08 +04:00
font-size: 15px;
2014-10-21 13:24:01 +04:00
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
}
#startPage .details li.border.workspace {
line-height: 18px;
padding-bottom: 10px !important;
word-wrap: break-word;
white-space: normal;
word-break: break-all;
}
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
}