/* - collage.css - */
@media all {
/* https://dataone.org/portal_css/collage.css?original=1 */
/* */
.collage-image {
width: 100%;
}
.collage-featured-image {
float: right;
}
.featured-document {
background: #f3f3f3;
padding: 10px;
}
.collage-listitem {
margin-bottom: 1em;
}
.collage-item .documentActions {
display: none;
}
.collage-header {
font-size: 0.9em;
border-bottom: 1px solid #8cacbb;
padding: 5px;
position: relative;
}
.collage-header p.discreet {
font-size: 1em;
}
.collage-item div.clickable a {
text-decoration: none;
border: none;
padding: 0 !important;
background: transparent !important;
}
.collage-header span {
color: #76797c;
text-transform: lowercase;
float: left;
margin-right: 3px;
}
.collage-header a {
cursor: pointer;
}
.collage-header a.action,
.collage-header a.layout,
.collage-header a.create {
text-transform: lowercase;
margin-right: 0.2em;
text-decoration: none;
}
.collage-header a.delete-confirm {
color: red;
}
.collage-header a.action span.inactive,
.collage-header a.layout span.inactive {
text-decoration: underline;
}
.collage-header a.layout span.active {
color: Black;
}
.delete-object-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://dataone.org/++resource++collage-resources/icon-delete.gif) no-repeat top left;
}
.copy-object-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://dataone.org/++resource++collage-resources/icon-copy.gif) no-repeat top left;
}
.paste-object-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://dataone.org/++resource++collage-resources/icon-paste.gif) no-repeat top left;
}
.split-column-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://dataone.org/++resource++collage-resources/icon-split.gif) no-repeat top left;
}
.object-action-generic-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://dataone.org/++resource++collage-resources/icon-object-action.gif) no-repeat top left;
}
/* */
.expandable-section .expandable-label .expandable-icon {
background: url(https://dataone.org/++resource++collage-resources/icon-plusminus.gif) no-repeat top left;
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
}
.expandable-section .expandable-label.enabled .expandable-icon {
background-position: -20px 0%;
}
.expandable-section .expandable-label {
float: left;
line-height: 14px;
position: relative;
}
.expandable-content {
clear: both;
display: none;
background-color: white;
padding: 10px;
position: absolute;
z-index: 200;
margin-top: 3em;
border: 1px solid;
}
ul.collage-content-menu {
list-style-image: none;
list-style-type: none;
margin: 0;
}
ul.collage-content-menu li {
width: 150px;
float: left;
}
/* */
div.insert-existing-items h4 {
line-height: 16px;
}
/* */
span.collage-navigation a {
text-decoration: none;
}
/* */
.display-collagerow_default_view {
background-image: url(icon-collagerow_default_view.gif) !important;
}
.display-collagerow_largeleft_view {
background-image: url(icon-collagerow_largeleft_view.gif) !important;
}
.display-collagerow_largeright_view {
background-image: url(icon-collagerow_largeright_view.gif) !important;
}
.display-collagecolumn_default_view {
background-image: url(icon-collagecolumn_default_view.gif) !important;
}
/* */
.collage-quickedit {
float: right;
}
#collage .collage-row {
min-height:100%;
margin-left:auto;
margin-right:auto;
text-align:left;
position:relative;
width: 100%;
clear: both;
}
#collage div.collage-first-object,
#collage div.collage-first-object div.collage-item {
margin-left: 0;
}
#collage div.collage-last-object,
#collage div.collage-last-object div.collage-item {
margin-right: 0;
}
#collage.edit .collage-row {
border: 1px outset red;
margin-bottom: 5px;
}
#collage.edit .column-block {
border: 1px outset blue;
margin: 5px;
}
#collage.edit .collage-item {
border: 1px outset;
margin: 5px!important;
}
* html #collage .collage-row {
width:100%;
height:100%;
}
#collage .block_1,
#collage .block_2,
#collage .block_3,
#collage .block_4,
#collage .block_5 {
float: left;
}
.collage-item {
margin-bottom: 0.5em;
}
#collage .collage-row div.collage-item {
margin-left: 0.5em;
margin-right: 0.5em;
}
/* */
#collage .one-column .block_1 {
width: 100%;
}
#collage.edit .one-column .block_1 {
width: 98%;
}
#collage .two-columns-equal .block_1,
#collage .two-columns-equal .block_2 {
width:50%;
}
#collage.edit .two-columns-equal .block_1,
#collage.edit .two-columns-equal .block_2 {
width:47%;
}
#collage .two-columns-equal .block_2 { width:49.9%; }
#collage .three-columns-equal .block_1,
#collage .three-columns-equal .block_2 {
width:33%;
}
#collage.edit .three-columns-equal .block_1,
#collage.edit .three-columns-equal .block_2,
#collage.edit .three-columns-equal .block_3 {
width:31%;
}
#collage .three-columns-equal .block_3 {
width: 33.9%;
}
#collage .three-columns-equal .block_2 { width:32.9%; }
/* */
#collage .collage-item .documentByLine,
#collage .collage-item .link-parent{
display: none;
}
#collage .two-columns-largeleft .block_1 {
width: 60%;
}
#collage .two-columns-largeleft .block_2 {
width: 40%;
}
#collage.edit .two-columns-largeleft .block_1 {
width: 57%;
}
#collage.edit .two-columns-largeleft .block_2 {
width: 37%;
}
#collage .three-columns-largeleft .block_1 {
width:60%;
}
#collage .three-columns-largeleft .block_2 {
width:19.9%;
}
#collage .three-columns-largeleft .block_3 {
width: 20%;
}
#collage.edit .three-columns-largeleft .block_1 {
width:58%;
}
#collage.edit .three-columns-largeleft .block_2,
#collage.edit .three-columns-largeleft .block_3 {
width: 18%;
}
#collage .two-columns-largeright .block_2 {
width: 60%;
}
#collage .two-columns-largeright .block_1 {
width: 40%;
}
#collage.edit .two-columns-largeright .block_2 {
width: 57%;
}
#collage.edit .two-columns-largeright .block_1 {
width: 37%;
}
#collage .three-columns-largeright .block_3 {
width:60%;
}
#collage .three-columns-largeright .block_1 {
width: 20%;
}
#collage .three-columns-largeright .block_2 {
width:19.9%;
}
#collage.edit .three-columns-largeright .block_3 {
width:57%;
}
#collage.edit .three-columns-largeright .block_1,
#collage .three-columns-largeright .block_2 {
width: 18%;
}
/* */
#collage .unbatched-with-1 .column-block { width: 100%; }
#collage.edit .unbatched-with-1 .column-block { width: 98.5%; }
#collage .unbatched-with-2 .column-block { width: 50%; }
#collage.edit .unbatched-with-2 .column-block { width: 48%; }
#collage .unbatched-with-3 .column-block { width: 33.3%; }
#collage.edit .unbatched-with-3 .column-block { width: 31%; }
#collage .unbatched-with-4 .column-block { width: 25%; }
#collage.edit .unbatched-with-4 .column-block { width:23%; }
#collage .unbatched-with-5 .column-block { width: 20%; }
#collage.edit .unbatched-with-5 .column-block { width:18%; }
#collage .unbatched-with-6 .column-block { width: 16.6%; }
#collage.edit .unbatched-with-6 .column-block { width:14%; }
/* */
#collage .collage-portlet-default {
/* */
}
#collage .collage-portlet-notification dt.portletHeader {
background-color: #ffce7b;
}
#collage .collage-portlet-help dt.portletHeader {
background-color: #ffffe1;
}
#collage .collage-layout-error {
background-color: yellow;
font-weight: bold;
}
/* */
/* */
#collage.edit .expandable-content {
position: relative;
}
#collage.edit .collage-header span {
float: none;
display: block;
}
#collage.edit ul.collage-content-menu li {
float: none;
width: 100%;
}
#collage.edit .expandable-section .expandable-label .expandable-icon {
display: block;
}
#collage.edit .expandable-section .expandable-label {
display: block;
}
/* */
/* */
/* */

}
