ImageGrid/ui (gen4)/css/experimenting.css

448 lines
10 KiB
CSS
Raw Normal View History

/**********************************************************************
*
* This module is intended for quick and dirty tests and CSS experiments
*
* For production move the code from here to a more appropriate location
*
*
**********************************************************************/
body {
margin: 0;
/* this will prevent odd blur effects when blurring out specific
elements... */
background: black;
/*font: OpenSans, sans-serif;*/
}
/* show image gid... */
.visible-gid .image:after {
content: attr(gid);
display: block;
position: relative;
color: red;
margin: 10px;
width: 20px;
height: 20px;
text-align: center;
border: solid 2px red;
border-radius: 50%;
background: black;
}
/*
.image.current {
border-color: red;
}
*/
.shadow {
margin: 0px;
z-index: 4000;
}
.ui-bounds-indicators {
z-index: 5000;
}
.viewer:not(.no-transitions) .range-offscreen-indicator:not(.no-transitions) {
transition: all 0.1s linear;
}
/* basic animation... */
.viewer:not(.no-transitions) {
-webkit-transition: background-color 0.8s ease;
-moz-transition: background-color 0.8s ease;
-ms-transition: background-color 0.8s ease;
-o-transition: background-color 0.8s ease;
transition: background-color 0.8s ease;
}
.viewer:not(.no-transitions) .ribbon-set:not(.no-transitions) {
-webkit-transition: all 0.1s linear, transform 0.1s linear;
-moz-transition: all 0.1s linear, transform 0.1s linear;
-ms-transition: all 0.1s linear, transform 0.1s linear;
-o-transition: all 0.1s linear, transform 0.1s linear;
transition: all 0.1s linear, transform 0.1s linear;
}
.viewer:not(.no-transitions) .ribbon-locator:not(.no-transitions) {
-webkit-transition: all 0.1s linear, transform 0.1s linear;
-moz-transition: all 0.1s linear, transform 0.1s linear;
-ms-transition: all 0.1s linear, transform 0.1s linear;
-o-transition: all 0.1s linear, transform 0.1s linear;
transition: all 0.1s linear, transform 0.1s linear;
}
.viewer:not(.no-transitions) .ribbon:not(.no-transitions) {
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
/* XXX not 100% sure about this...
*/
:not(.no-transitions) .current-marker:not(.no-transitions) {
-webkit-transition: transform 0.1s ease-out;
-moz-transition: transform 0.1s ease-out;
-ms-transition: transform 0.1s ease-out;
-o-transition: transform 0.1s ease-out;
transition: transform 0.1s ease-out;
}
/* XXX should this be !important */
.no-transitions {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
/* XXX think of a way not to use !important */
.single-image-mode .ribbon,
.single-image-mode .ribbon-set {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
/* TEST: this is mostly speed limited... */
.ribbon {
box-shadow: 5px 5px 50px -5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.8s ease;
-moz-transition: box-shadow 0.8s ease;
-ms-transition: box-shadow 0.8s ease;
-o-transition: box-shadow 0.8s ease;
transition: box-shadow 0.8s ease;
}
.current.ribbon {
box-shadow: 5px 5px 60px -5px rgba(0, 0, 0, 0.3);
}
.single-image-mode .ribbon {
box-shadow: none;
}
/*********************************************************************/
/* scrollbar setup... */
.browse-widget ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.browse-widget ::-webkit-scrollbar-button {
display: none;
}
.browse-widget ::-webkit-scrollbar-track {
}
.browse-widget ::-webkit-scrollbar-track-piece {
background: transparent;
}
.browse-widget ::-webkit-scrollbar-track-piece {
background: rgba(0, 0, 0, 0.05);
}
.browse-widget ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.15);
}
.browse-widget ::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.3);
}
.browse-widget ::-webkit-scrollbar-corner {
}
.browse-widget ::-webkit-resizer {
}
.browse-widget.cloud-view .list>div {
font-size: small;
}
/* browse pinned items... */
.browse-widget .list>div:not(.pinned) .pin-set {
display: none;
}
.browse-widget .list>div.pinned .pin-unset {
display: none;
}
/*
.browse-widget .list>div.pinned + :not(.pinned) {
border-top: solid 1px rgba(255, 255, 255, 0.3);
}
*/
.browse-widget .list .pinned-separator:first-child,
.browse-widget .list .pinned-separator:last-child {
display: none;
}
/* Metadata viewer */
.item-value-view .text:first-child,
.browse-widget.metadata-view .list>div .text:first-child {
width: 50%;
font-weight: bold;
}
.item-value-view .text:nth-child(2),
.browse-widget.metadata-view .list>div .text:nth-child(2) {
font-style: italic;
-moz-user-select: auto;
-webkit-user-select: auto;
-o-user-select: auto;
-ms-user-select: auto;
user-select: auto;
cursor: text;
}
/* External Editor List */
.browse-widget.editor-list .list>div:first-child .text:after {
content: "(primary)";
margin-left: 5px;
opacity: 0.5;
font-style: italic;
}
/* XXX this is ugly -- use a class... */
.browse-widget.editor-list .list>div:first-child .button:nth-child(4) {
opacity: 0.1;
}
.browse-widget.editor-list .list>div:nth-child(2):not(:last-child) .text:after {
content: "(secondary)";
margin-left: 5px;
opacity: 0.5;
font-style: italic;
}
/* XXX this is ugly -- use a class... */
.browse-widget.editor-list .list>div:nth-child(2) .button:nth-child(3) {
opacity: 0.1;
}
/* slideshow interval list... */
.browse-widget.tail-action .list>div:last-child {
margin-top: 0.2em;
border-top: solid 1px rgba(255,255,255, 0.2);
}
.browse-widget.tail-action .list>div:last-child .text {
font-style: italic;
}
.browse-widget.tail-action .list>div:last-child .button {
display: none;
}
/* Dialog highlight experiment... */
.browse-widget {
border-bottom: solid 7px rgba(100, 100, 100, 0.5);
}
/*
.light .browse-widget {
border-bottom: solid 7px rgba(100, 100, 100, 0.5);
}
.dark .browse-widget {
border-bottom: solid 7px rgba(100, 100, 100, 0.5);
}
*/
.browse-widget.file-browser {
border-bottom: solid 7px rgba(255, 255, 0, 0.5);
}
/*
.light .browse-widget.file-browser {
border-bottom: solid 7px rgba(255, 255, 0, 0.5);
}
.dark .browse-widget.file-browser {
border-bottom: solid 7px rgba(255, 255, 0, 0.5);
}
*/
/* XXX experimental key mappings... */
.browse-widget.browse-actions.show-keys .list>div:after {
display: inline;
position: relative;
content: attr(keys);
float: right;
margin-left: 0.5em;
margin-right: 0.5em;
opacity: 0.3;
font-style: italic;
}
.browse-widget.browse-actions.show-keys .list>div.disabled:after {
opacity: 0.5;
}
.browse-widget.browse-actions.show-keys .list>div:hover:after {
opacity: 0.5;
}
.browse-widget.browse-actions.show-keys .list>div.disabled:hover:after {
opacity: 1;
}
/* make buttons a bit different in action browser... */
.browse-widget.browse-actions.show-keys .list .button {
background-color: rgba(0, 0, 0, 0.1);
}
/* key binding editor... */
.browse-widget.key-bindings .list>div:not(.selected):not(.mode):nth-child(even) {
background: rgba(0, 0, 0, 0.03);
}
.browse-widget.key-bindings .list>div .button {
background-color: rgba(0, 0, 0, 0.1);
}
.browse-widget.key-bindings .list>.mode {
color: white;
font-weight: bold;
background: rgba(0, 0, 0, 0.5);
}
.browse-widget.key-bindings .list>.mode span:first-child {
margin-left: -0.5em;
}
.browse-widget.key-bindings .list>.mode .doc {
margin-left: 1em;
color: white;
font-weight: normal;
font-size: small;
font-style: italic;
opacity: 0.8;
}
.browse-widget.key-bindings .list>.mode.selected {
color: white;
font-weight: bold;
background: rgba(0, 0, 0, 0.7);
}
.browse-widget.key-bindings .list>.drop-list .text:first-child {
font-weight: bold;
font-style: italic;
}
.browse-widget.key-bindings .list>.special-action .text:first-child {
font-style: italic;
font-weight: bold;
}
.browse-widget.key-bindings .list>.info {
font-style: italic;
}
.browse-widget.key-bindings .list>div .text:not(:first-child) {
display: inline;
position: relative;
float: right;
margin-left: 1em;
margin-right: 1em;
opacity: 0.8;
font-style: italic;
}
/* NOTE: the last element is a space... */
.browse-widget.key-bindings.browse .list>div .text:last-child {
margin-right: 0em;
}
/* key doc... */
.browse-widget.key-bindings .list>.key[doc]:after {
display: inline;
content: " -- " attr(doc);
font-style: italic;
opacity: 0.5;
margin-left: 0.5em;
}
.browse-widget.key-bindings.edit .list>.key.non-action:before {
display: inline;
content: " (non-action) ";
opacity: 0.5;
margin-left: 0.5em;
}
.browse-widget.key-bindings .list>.new {
font-style: italic;
}
.browse-widget.key-bindings .list>.new:not(.selected) {
opacity: 0.3;
}
.browse-widget.key-bindings .list>.new.selected {
}
/* dark theme... */
.dark .browse-widget.key-bindings .list>.mode {
background: rgba(255, 255, 255, 0.1);
}
.dark .browse-widget.key-bindings .list>div:not(.selected):not(.mode):nth-child(even) {
background: rgba(255, 255, 255, 0.03);
}
/* light theme... */
.light .browse-widget.key-bindings .list>.key[doc]:after {
opacity: 0.7;
}
/* DEBUG stuff... */
.container-center {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
border-top: solid 1px black;
border-left: solid 1px black;
}
.container-center:after {
content: "";
position: absolute;
top: -11px;
left: -11px;
width: 10px;
height: 10px;
border-top: none;
border-left: none;
border-bottom: solid 1px black;
border-right: solid 1px black;
}
.point {
position: absolute;
width: 4px;
height: 4px;
border: solid 1px blue;
margin-top: -2px;
margin-left: -2px;
background: yellow;
transition-origin: 50% 50%;
z-index: 9999;
}
.point {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
}
/* DEBUG end */