Files
ROC/examples/demo/site/themes/bootstrap/assets/css/node.css

51 lines
798 B
CSS

ul.cms-nodes {
list-style-type: none;
padding: 3px 3px 3px 3px;
border: solid 1px #ccc;
}
.cms-nodes li.cms_type_page, .cms-nodes li.cms_type_blog {
border-top: dotted 1px #ccc;
}
li.cms_type_page a::before {
content: "[page] ";
}
.cms-nodes li.cms_type_blog a::before {
content: "[blog] ";
}
ul.cms-nodes li:first-child {
border-top: none;
}
.summary{
margin-top:20px;
font-weight:bold;
}
.cms-blog-nodes{
padding:0;
margin:0;
}
.cms-blog-nodes li{
list-style: none;
display: block;
margin-top:20px;
padding-bottom:20px;
border-bottom:1px dotted black;
}
.cms-blog-nodes li > a{
color:black;
font-size:18px;
text-decoration: none;
display:block;
margin:6px 0;
}
.cms-blog-nodes li > a:hover{
color:#999;
}
.blog_list_summary a{
margin-top:20px;
display:block;
}