Main theme for SuiteDesk
This commit is contained in:
parent
8cf3c56044
commit
42540d1310
185 changed files with 17597 additions and 0 deletions
226
themes/zuitedesk/css/nodes.css
Normal file
226
themes/zuitedesk/css/nodes.css
Normal file
|
@ -0,0 +1,226 @@
|
|||
/**
|
||||
* @file
|
||||
* Node and fields Styling.
|
||||
*/
|
||||
|
||||
|
||||
.node .content { /*
|
||||
margin-top: 1em; */
|
||||
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 .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; */
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.node ul.links li.comment_add,
|
||||
.node ul.links li.comment_comments { /*
|
||||
padding: .4em .6em; */
|
||||
padding-left: .6em;
|
||||
padding-right: .6em;
|
||||
margin-right: .6em; /*
|
||||
border-radius: 4px; */
|
||||
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;
|
||||
} /*
|
||||
.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.
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
/*
|
||||
* "GeSHi Filter" module.
|
||||
*/
|
||||
div.geshifilter {
|
||||
border: 0;
|
||||
margin: -9.5px;
|
||||
padding: 9.5px;
|
||||
background: transparent;
|
||||
}
|
||||
div.geshifilter pre {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
overflow: visible;
|
||||
}
|
||||
div.geshifilter ol {
|
||||
padding-left: 3em;
|
||||
color: #b2b2b2;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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-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;
|
||||
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;
|
||||
}
|
Reference in a new issue