This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/themes/zuitedesk/css/nodes.css
2017-10-01 23:20:19 +02:00

162 lines
2.8 KiB
CSS

/**
* @file
* Node and fields Styling.
*/
.node .content {
text-align: justify;
}
@media (max-width: 799px) {
.node .content {
text-align: left;
}
}
/*
* Node meta info (links and taxonomy entries).
*/
.node .meta {
clear: both;
padding-top: .8em;
padding-bottom: 1.2em;
}
.node .meta ul {
padding: 0;
}
.node ul.links li {
line-height: 1.8em;
padding: .4em .8em .4em 0;
text-transform: capitalize;
}
.node ul.links li.comment_add,
.node ul.links li.comment_comments {
padding-left: .6em;
padding-right: .6em;
margin-right: .6em;
background-color: #d9534f;
}
.node ul.links li.comment_add:hover,
.node ul.links li.comment_comments:hover {
background-color: #c9302c;
}
.node ul.links li.comment_add a,
.node ul.links li.comment_comments a {
color: #fff;
}
.node ul.links li:before {
font-family: "fonticons";
padding: 0 .38em 0 0;
color: #ff3300;
}
.node ul.links li.comment_add:before {
content: "\e814";
color: #fff;
}
.node ul.links li.node_read_more:before {
content: "\e828";
}
.node ul.links li.book_add_child:before {
content: "\e825";
}
.node ul.links li.print_html:before,
.node ul.links li.book_printer:before {
content: "\e831";
}
.node ul.links li.print_pdf:before,
.node ul.links li.book_pdf:before {
content: "\e82e";
}
.node ul.links li.calendar_link:before {
content: "\e81f";
}
.node ul.links li.last {
padding-right: 10px;
}
.node .terms ul li {
display: block;
padding: 4px 9px 2px;
margin: 2px 4px 2px 0;
float: left;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
font-size: 14px;
white-space: nowrap;
background-color: #000;
}
.node .terms ul li a {
color: #999;
}
.node .terms ul li a.active,
.node .terms ul li a:hover {
color: #fff;
}
/*
* Override modules/cck/modules/fieldgroup/fieldgroup.css style.
*/
div.fieldgroup {
margin-bottom: 12px;
}
div.fieldgroup .content {
padding-left: 0;
}
/*
* "Filefield" module.
*/
.filefield-file {
margin-right: -16px;
padding: 0 22px !important;
line-height: 24px;
}
img.filefield-icon {
position: absolute;
margin: 4px 0 0 -22px !important;
}
/*
* Redefine modules/node/node.css styles.
*/
.node-unpublished div.unpublished {
height: 1em;
overflow: hidden;
margin: 22px 0 -18px;
font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
font-size: 4.6em;
font-weight: bold;
line-height: 1em;
text-transform: uppercase;
text-align: center;
color: #d8d8d8;
}
#node-admin-filter ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
#node-admin-filter dd.a {
width: 32%;
max-width: 120px;
float: left;
}
#node-admin-filter dd.a label {
height: 32px;
}
#node-admin-filter dt {
width: 10%;
max-width: 30px;
padding-top: .3em;
height: 7em;
color: #aaa;
float: left;
}
#node-admin-filter dd.b {
float: left;
width: 58%;
}
#node-admin-buttons {
clear: both;
}