Cleaning up code
This commit is contained in:
parent
2e20b06d22
commit
05da76f3b9
9 changed files with 41 additions and 461 deletions
|
@ -4,8 +4,7 @@
|
|||
*/
|
||||
|
||||
|
||||
.node .content { /*
|
||||
margin-top: 1em; */
|
||||
.node .content {
|
||||
text-align: justify;
|
||||
}
|
||||
@media (max-width: 799px) {
|
||||
|
@ -25,35 +24,17 @@
|
|||
.node .meta ul {
|
||||
padding: 0;
|
||||
}
|
||||
.node .meta ul li,
|
||||
.node .meta ul li a { /*
|
||||
color: #777; */
|
||||
}
|
||||
.node .meta ul li a:hover { /*
|
||||
color: #555;
|
||||
border-bottom: 1px dotted #555; */
|
||||
}
|
||||
.node .meta ul li a.active { /*
|
||||
color: #555;
|
||||
font-weight: bold; */
|
||||
}
|
||||
.node .meta ul li.last { /*
|
||||
padding-right: 10px; */
|
||||
}
|
||||
|
||||
.node ul.links li {
|
||||
line-height: 1.8em;
|
||||
padding: .4em .8em .4em 0; /*
|
||||
padding-right: 1.2em; */
|
||||
padding: .4em .8em .4em 0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.node ul.links li.comment_add,
|
||||
.node ul.links li.comment_comments { /*
|
||||
padding: .4em .6em; */
|
||||
.node ul.links li.comment_comments {
|
||||
padding-left: .6em;
|
||||
padding-right: .6em;
|
||||
margin-right: .6em; /*
|
||||
border-radius: 4px; */
|
||||
margin-right: .6em;
|
||||
background-color: #d9534f;
|
||||
}
|
||||
.node ul.links li.comment_add:hover,
|
||||
|
@ -109,19 +90,7 @@
|
|||
.node .terms ul li a.active,
|
||||
.node .terms ul li a:hover {
|
||||
color: #fff;
|
||||
} /*
|
||||
.node .links ul.links li.comment_comments {
|
||||
background: url(images/ico-comments.png) no-repeat 0 2px;
|
||||
}
|
||||
.node .links ul.links li.comment_reply {
|
||||
background: url(images/ico-comment-add.png) no-repeat 0 0;
|
||||
}
|
||||
.node .links ul.links li.comment_edit {
|
||||
background: url(images/ico-comment-edit.png) no-repeat 0 0;
|
||||
}
|
||||
.node .links ul.links li.comment_delete {
|
||||
background: url(images/ico-comment-delete.png) no-repeat 0 0;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Override modules/cck/modules/fieldgroup/fieldgroup.css style.
|
||||
|
@ -160,19 +129,7 @@ img.filefield-icon {
|
|||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
color: #d8d8d8;
|
||||
} /*
|
||||
.node-unpublished {
|
||||
background-color: #fff4f4;
|
||||
}
|
||||
.preview .node {
|
||||
background-color: #ffffea;
|
||||
}
|
||||
td.revision-current {
|
||||
background: #ffc;
|
||||
}
|
||||
.terms-inline {
|
||||
display: inline;
|
||||
} */
|
||||
|
||||
#node-admin-filter ul {
|
||||
list-style: none;
|
||||
|
|
Reference in a new issue