This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
www-main/static/main.css

94 lines
1.3 KiB
CSS

a.news-title {
text-decoration: none;
color: #222
}
#hs_content .news h3 {
padding-left: 90px;
}
.news .date:before {
font-size: 14px;
font-weight: bold;
display: block;
font-family: 'Titillium Web', sans;
color: #eee;
border-radius: 5px;
margin: 8px 0 5px 5px;
padding: 0 0 2px 0;
vertical-align: middle;
text-align: center;
width: 80px;
margin-right: 0.5em;
}
.news .redmine .date:before {
content: "redmine";
background: #c3352b;
}
.news .blog .date:before {
content: "blog";
background: #21a;
}
ul.news {
list-style: none;
padding: 0;
}
ul.news li {
border-bottom: 2px groove #fff;
padding-top: 8px;
padding-right: 16px;
}
#hs_content .news li {
margin: 0;
}
#about {
border-bottom: 2px groove #fff;
padding: 5px;
}
span.date {
font-weight: bold;
display: block;
width: 90px;
text-align: center;
float: left;
}
span.author {
text-decoration: italic;
}
#left {
margin-right: 310px;
border-right: 2px groove #fff;
}
#right {
width: 310px;
float: right;
}
.clear {
clear: both;
display: block;
text-align: center;
}
.moar {
font-family: "Titillium Web", sans;
font-weight: bold;
// background: url("/static/cutcube.png");
background-color: #fd6;
// background-color: #2c702a;
color: #222;
padding: 4px;
border-radius: 5px;
text-align: center;
display: block;
}