Files
kaka111222333-kaka111222333…/static/css/article-list.css
2019-11-17 01:12:14 +08:00

75 lines
1.6 KiB
CSS

article{
padding:6px 0px 8px 0px;
margin-top: 3em;
}
article header{
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 1em;
margin-left: 5px;
line-height: 1em;
text-shadow: 0 1px #fff;
font-weight: bold;
display: block;
}
article header a{
color: #666;
}
article .module {
position: relative;
width: 100%;
overflow: hidden;
padding: 25px;
border-bottom: 1px solid #b1b1b1;
background: #f8f8fd;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
}
article .title{
font-size: 1.6em;
font-weight: 500;
display: block;
margin-bottom: 10px;
margin-left: -25px;
padding-left: 20px;
border-left: 5px solid #2ca6cb;
}
article .readmore{
display: inline-block;
line-height: 1em;
padding: 6px 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background: #eee;
color: #999;
text-shadow: 0 1px #fff;
text-decoration: none;
margin-top: 10px;
margin-bottom: 20px;
}
article .readmore:hover{
background: #258fb8;
color: #fff;
text-decoration: none;
text-shadow: 0 1px #1e7293;
}
article footer{
font-size: .85em;
line-height: 1.6em;
border-top: 1px solid #ddd;
padding-top: 1.6em;
margin: 0;
}
article footer a{
color: #999;
margin-right: 15px;
}