mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
2304 lines
49 KiB
CSS
2304 lines
49 KiB
CSS
/* Font via http://robey.lag.net/2010/06/21/mensch-font.html */
|
|
@font-face {
|
|
font-family: 'MenschRegular';
|
|
src: url('../font/mensch-webfont.eot');
|
|
src: url('../font/mensch-webfont.eot?#iefix') format('eot'),
|
|
url('../font/mensch-webfont.woff') format('woff'),
|
|
url('../font/mensch-webfont.ttf') format('truetype'),
|
|
url('../font/mensch-webfont.svg#webfont0UwCC656') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('../font/fontawesome-webfont.eot');
|
|
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: "Helvetica Neue", Helvetica, Arial;
|
|
font-size: 13px;
|
|
min-width: 976px;
|
|
overflow: hidden;
|
|
/*background: url(../images/jsbin-bg.gif) repeat-x 0 -10px;*/
|
|
background: #fff url(../images/ll-logo.gif) no-repeat center;
|
|
height: 100%;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
#control {
|
|
z-index: 199999;
|
|
min-width: 865px;
|
|
height: 36px;
|
|
position: absolute;
|
|
/* width: 100%;*/
|
|
left: 0;
|
|
right: 0;
|
|
border-bottom: 1px solid #aaa;
|
|
background-color: #fff;
|
|
background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.15) 50%);
|
|
background-image: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.15) 50%);
|
|
background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.15) 50%);
|
|
background-image: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.15) 50%);
|
|
background-image: linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.15) 50%);
|
|
}
|
|
|
|
#control, .label {
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.control, .help, .starting {
|
|
/* width: 100px;*/
|
|
|
|
float: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.control {
|
|
padding-right: 0;
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.starting {
|
|
text-align: center;
|
|
}
|
|
|
|
.help {
|
|
/* width: 10%;*/
|
|
/*min-width: 134px;*/
|
|
text-align: right;
|
|
position: absolute;
|
|
right: 0;
|
|
z-index: 0;
|
|
}
|
|
|
|
.help a {
|
|
outline: 0;
|
|
}
|
|
|
|
.starting, .help {
|
|
z-index: 1;
|
|
line-height: 25px;
|
|
}
|
|
|
|
ul.flat {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul.flat li {
|
|
float: left;
|
|
display: block;
|
|
list-style: none;
|
|
margin: 0 0 0 15px;
|
|
padding: 0;
|
|
}
|
|
|
|
.help ul.flat {
|
|
float: right;
|
|
}
|
|
|
|
#control > *, a {
|
|
color: #232323;
|
|
text-shadow: #fff 1px 1px 1px;
|
|
}
|
|
|
|
a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
a:hover {
|
|
text-shadow: white 0px 1px 1px;
|
|
}
|
|
|
|
.light {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.stretch {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
#bin {
|
|
top: 37px;
|
|
width: 100%;
|
|
z-index: 2;
|
|
display: none;
|
|
}
|
|
|
|
.panelsVisible #bin {
|
|
display: block;
|
|
}
|
|
|
|
div.html {
|
|
/*left: 50%;*/
|
|
}
|
|
|
|
/*.mozilla #bin div.html {
|
|
margin-left: -2px;
|
|
}
|
|
|
|
.mozilla #bin.javascript div.javascript,
|
|
.mozilla #bin div.html {
|
|
border: 1px solid #0080FF;
|
|
}
|
|
|
|
#bin.javascript div.html,
|
|
#bin div.javascript {
|
|
border: 0;
|
|
}
|
|
*/
|
|
div.code, #live, .resize {
|
|
/* width: 50%;*/
|
|
/* -webkit-transition: left ease-out 100ms, right ease-out 100ms;*/
|
|
}
|
|
|
|
.resize {
|
|
cursor: ew-resize;
|
|
background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAMCAYAAACnfgdqAAAAMElEQVQIHWP8//8/AxRoMAA5ZkDcAsT/mYCiN4GYBYidGIECUFUMDCAZOEDmUNkAAKKgK80+TE8oAAAAAElFTkSuQmCC) no-repeat 25% 45%;
|
|
-webkit-transition: opacity ease-in 50ms;
|
|
-moz-transition: opacity ease-in 50ms;
|
|
-ms-transition: opacity ease-in 50ms;
|
|
-o-transition: opacity ease-in 50ms;
|
|
transition: opacity ease-in 50ms;
|
|
}
|
|
|
|
/*.resize {
|
|
position: absolute;
|
|
z-index: 99;
|
|
cursor: ew-resize;
|
|
z-index: 10;
|
|
width: 8px !important;
|
|
background:#ccc url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAMAAAAMCAYAAACnfgdqAAAAMElEQVQIHWP8//8/AxRoMAA5ZkDcAsT/mYCiN4GYBYidGIECUFUMDCAZOEDmUNkAAKKgK80+TE8oAAAAAElFTkSuQmCC) no-repeat left 45%;
|
|
}
|
|
|
|
.resize {
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 12px;
|
|
border-left: 1px solid rgba(218, 218, 218, 0.5);
|
|
z-index: 20;
|
|
}*/
|
|
|
|
.handle { bottom: 4px; margin-left: -16px; text-shadow: 1px 1px 1px #fff; color: #666; }
|
|
|
|
.ie .resize {
|
|
cursor: w-resize;
|
|
}
|
|
|
|
.block {
|
|
border: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 99999;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: transparent;
|
|
cursor: ew-resize;
|
|
}
|
|
|
|
.ie .block {
|
|
cursor: w-resize;
|
|
}
|
|
|
|
/*div.preview {
|
|
display: none;
|
|
width: 100%;
|
|
}
|
|
*/
|
|
#library {
|
|
padding: 2px;
|
|
width: 200px;
|
|
}
|
|
|
|
.javascript {
|
|
/*right: 50%;*/
|
|
}
|
|
|
|
iframe.javascript {
|
|
border-right: 1px solid #ccc !important;
|
|
}
|
|
|
|
.buttons {
|
|
min-width: 732px;
|
|
min-width: 100%;
|
|
float: left;
|
|
display: block;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.button {
|
|
border: 1px solid #CCC;
|
|
/*-webkit-border-radius: 3px;*/
|
|
/*-moz-border-radius: 3px;*/
|
|
/*border-radius: 3px;*/
|
|
height: 23px;
|
|
line-height: 24px;
|
|
padding: 6px 10px;
|
|
display: block;
|
|
float: left;
|
|
text-decoration: none;
|
|
margin: 0px 0px;
|
|
background: #fff;
|
|
background: rgba(255, 255, 255, 0.3);
|
|
font-size: 14px;
|
|
border-top: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
/*#control span {
|
|
display: block;
|
|
float: left;
|
|
height: 10px;
|
|
padding-top: 4px;
|
|
padding-bottom: 10px;
|
|
line-height: 20px;
|
|
}*/
|
|
|
|
.gap {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
a.button:hover {
|
|
-moz-box-shadow: #fff 0px 0px 5px;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
z-index: 1;
|
|
}
|
|
|
|
a.button:active, .button:focus {
|
|
-moz-box-shadow: #C8C8C8 0px 0px 3px;
|
|
-webkit-box-shadow: #C8C8C8 0px 0px 3px;
|
|
box-shadow: #C8C8C8 0px 0px 3px;
|
|
border-color: #fff;
|
|
outline: 0;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#popout {
|
|
display: none;
|
|
}
|
|
|
|
.beta #popout {
|
|
display: block;
|
|
}
|
|
|
|
a.popout {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 10px;
|
|
right: 10px;
|
|
background: #efefef url(../images/new-light.png) no-repeat 90% center;
|
|
padding-right: 22px;
|
|
opacity: 0.5;
|
|
-webkit-transition: opacity 50ms linear;
|
|
}
|
|
|
|
a.popout:hover {
|
|
background: #eee url(../images/new-dark.png) no-repeat 90% center;
|
|
border: 1px solid #aaa;
|
|
opacity: 1;
|
|
}
|
|
|
|
body.source a.source,
|
|
body.preview a.preview {
|
|
background: #aaa;
|
|
background: rgba(0, 0, 0, 0.25);
|
|
text-shadow: none;
|
|
border: 1px solid #ccc;
|
|
-moz-box-shadow: #fff 0px 0px 5px;
|
|
-webkit-box-shadow: #fff 0px 0px 5px;
|
|
box-shadow: #fff 0px 0px 5px;
|
|
|
|
background-image:
|
|
-webkit-gradient(
|
|
radial,
|
|
center center,
|
|
0,
|
|
center center,
|
|
50,
|
|
color-stop(0, #BFBFBF),
|
|
color-stop(1, #949494)
|
|
);
|
|
|
|
}
|
|
|
|
.control a.selected {
|
|
background: #aaa;
|
|
background: rgba(0, 0, 0, 0.25);
|
|
text-shadow: none;
|
|
border: 1px solid #ccc;
|
|
/* -moz-box-shadow: #fff 0px 0px 5px;
|
|
-webkit-box-shadow: #fff 0px 0px 5px;
|
|
box-shadow: #fff 0px 0px 5px;
|
|
*/}
|
|
|
|
.group a.selected {
|
|
background: #fff;
|
|
border: 0;
|
|
background-image: url(../images/check.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 6px 9px;
|
|
}
|
|
|
|
.group a.selected:hover {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
body.preview a.preview {
|
|
border-left: 0;
|
|
}
|
|
|
|
.group {
|
|
/*-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
border-radius: 0;
|
|
*/ border-left: 0;
|
|
}
|
|
|
|
.left {
|
|
border-left: 1px solid #ccc;
|
|
/*-moz-border-radius-topleft: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;*/
|
|
}
|
|
|
|
.right {
|
|
border-right: 1px solid #ccc;
|
|
/*-moz-border-radius-topright: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;*/
|
|
}
|
|
|
|
div.menu {
|
|
margin-left: -1px;
|
|
border-left: 1px solid #ccc;
|
|
float: left;
|
|
display: block;
|
|
/*width: 104px;*/
|
|
position: relative;
|
|
z-index: 20;
|
|
padding: 0;
|
|
height: 36px;
|
|
/*overflow: hidden;*/
|
|
}
|
|
|
|
/*div.group:hover,
|
|
div.group.hover {
|
|
background: #fff;
|
|
height: auto;
|
|
overflow: visible;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
-webkit-box-shadow: 1px 1px 2px #ccc;
|
|
-moz-box-shadow: 1px 1px 2px #ccc;
|
|
-o-box-shadow: 1px 1px 2px #ccc;
|
|
box-shadow: 1px 1px 2px #ccc;
|
|
}
|
|
*/
|
|
#control div.group > * {
|
|
display: inline-block;
|
|
float: none;
|
|
padding: 6px 10px;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
position: relative;
|
|
border: 0;
|
|
}
|
|
|
|
#control div.group :hover {
|
|
background: #eee;
|
|
}
|
|
|
|
#control .group .title {
|
|
padding-right: 40px;
|
|
}
|
|
|
|
#control div.group .button-dropdown {
|
|
border-left: 1px solid #ddd;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
|
|
#control .group a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#preview {
|
|
z-index: 11; /* gets over the labels in IE */
|
|
}
|
|
|
|
#preview iframe,
|
|
#live iframe,
|
|
#console {
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 0;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 35px;
|
|
}
|
|
|
|
body.source #preview {
|
|
display: none;
|
|
}
|
|
|
|
body.preview #source {
|
|
opacity: 0;
|
|
filter:alpha(opacity=0);
|
|
}
|
|
|
|
body.preview #preview,
|
|
body.source #source {
|
|
display: block;
|
|
}
|
|
|
|
body.preview #source select {
|
|
display: none;
|
|
}
|
|
|
|
.overlay {
|
|
z-index: 98;
|
|
background: #000;
|
|
background: rgba(255, 255, 255, 0.3);
|
|
}
|
|
|
|
.javascript-only div.javascript {
|
|
width: 100%;
|
|
left: 0%;
|
|
}
|
|
|
|
.javascript-only div.html {
|
|
display: none;
|
|
left: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.label .show {
|
|
display: none;
|
|
}
|
|
|
|
.javascript-only .label .hide,
|
|
.html-only .label .hide {
|
|
display: none;
|
|
}
|
|
|
|
.javascript-only .label .show,
|
|
.html-only .label .show {
|
|
display: inline;
|
|
}
|
|
|
|
.html-only div.javascript {
|
|
left: -50%;
|
|
display: none;
|
|
}
|
|
|
|
.html-only div.html {
|
|
left: 0%;
|
|
width: 100%;
|
|
}
|
|
|
|
/* lightbox */
|
|
.lightboxWrapper {
|
|
position: absolute;
|
|
top: 0;
|
|
height: 100%;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 11;
|
|
}
|
|
|
|
.overlay {
|
|
opacity: 0.5;
|
|
-moz-opacity: 0.5;
|
|
filter:alpha(opacity=50);
|
|
background: #fff;
|
|
}
|
|
|
|
.lightbox {
|
|
position: relative;
|
|
width: 600px;
|
|
z-index: 12;
|
|
/* border: 10px solid #ccc;*/
|
|
margin: 0 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background: #fff;
|
|
-moz-box-shadow: #666 0px 0px 5px;
|
|
-webkit-box-shadow: #666 0px 0px 5px;
|
|
box-shadow: #666 0px 0px 5px;
|
|
top: 75px;
|
|
width: 80%;
|
|
max-height: 65%;
|
|
}
|
|
|
|
.lightbox h1 {
|
|
margin: 0;
|
|
background: #000;
|
|
padding: 20px;
|
|
color: #fff;
|
|
position: relative;
|
|
/* width: 100%;*/
|
|
}
|
|
|
|
.lightbox p,
|
|
.lightbox h2,
|
|
.lightbox h3 {
|
|
margin: 14px 20px;
|
|
}
|
|
|
|
.lightbox p,
|
|
.lightbox li {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.lightbox li {
|
|
margin: 8px 0;
|
|
}
|
|
|
|
.video {
|
|
padding-left: 20px;
|
|
background: url(../images/play.gif) no-repeat left center;
|
|
}
|
|
|
|
#info {
|
|
display: inline-block;
|
|
background: url(../images/info.gif) no-repeat bottom left;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-family: georgia;
|
|
font-size: 10px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
width: 14px;
|
|
text-align: center;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#info:hover {
|
|
background: url(../images/info.gif) no-repeat top left;
|
|
}
|
|
|
|
#startingpoint {
|
|
outline: 0;
|
|
}
|
|
|
|
textarea {
|
|
/* opacity: 0;
|
|
-moz-opacity: 0;
|
|
filter:alpha(opacity=0);
|
|
*/ margin: 0.4em;
|
|
border: 0;
|
|
padding: 0;
|
|
font-family: Menlo, Monaco, consolas, monospace;
|
|
font-size: 10pt;
|
|
color: black;
|
|
margin-top: 60px;
|
|
padding: 6px;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
resize: none;
|
|
outline: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
#javascript {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
/*div.javascript {
|
|
border-right: 1px solid #ccc;
|
|
}*/
|
|
|
|
/* tab based help pages */
|
|
#navigation {
|
|
margin: 0;
|
|
float: left;
|
|
display: block;
|
|
width: 200px;
|
|
padding-left: 0px;
|
|
list-style: none;
|
|
}
|
|
|
|
#navigation li {
|
|
margin: 1px 0;
|
|
}
|
|
|
|
#navigation a {
|
|
background: #A2B2CC;
|
|
display: block;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
padding: 10px;
|
|
margin: 1px 0;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#navigation a:hover,
|
|
#navigation a.selected:hover {
|
|
background: #89C;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#navigation a:active {
|
|
border: 2px solid #647ECC;
|
|
padding: 8px;
|
|
}
|
|
|
|
#navigation a.selected {
|
|
background: #768BCC;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.panels {
|
|
margin-left: 210px;
|
|
}
|
|
|
|
.panels li {
|
|
margin: 14px 0;
|
|
}
|
|
|
|
.panels code {
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* hud - apply style hud */
|
|
.hud {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 99;
|
|
background: url(../images/op7.png) repeat;
|
|
}
|
|
|
|
.hud .outercontainer {
|
|
background: #1B1B1B;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.hud .title {
|
|
text-align: center;
|
|
text-shadow: #000 1px 1px 1px;
|
|
background: #454645;
|
|
}
|
|
|
|
#help pre {
|
|
padding: 10px;
|
|
background: #eee;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
#help {
|
|
position: absolute;
|
|
right: -300px;
|
|
width: 279px;
|
|
top: 0;
|
|
bottom: 0;
|
|
border-left: 1px solid #ccc;
|
|
background: #F7F4EB;
|
|
padding: 10px;
|
|
overflow: auto;
|
|
/* text-shadow: #fff 1px 1px 1px;*/
|
|
}
|
|
|
|
#help p {
|
|
margin: 14px 0;
|
|
}
|
|
|
|
#help ol, #help ul {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#help li {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
|
|
#help dl.shortcuts {
|
|
margin-bottom: 1em;
|
|
margin-left: 26px; }
|
|
#help dl.shortcuts * {
|
|
margin: 0;
|
|
line-height: 2.25;
|
|
font-weight: normal; }
|
|
#help .shortcuts dt {
|
|
float: left;
|
|
display: block;
|
|
width: 7em;
|
|
clear: both; }
|
|
#help kbd {
|
|
/* not sure if this should be more specific ie. ".shortcuts kbd" */
|
|
background: -webkit-gradient(linear, left top, center bottom, from(#000), to(#222));
|
|
background-color: #000;
|
|
color: #fff;
|
|
font-family: "VAG Rounded", sans-serif;
|
|
font-size: 90%;
|
|
padding: 1ex;
|
|
letter-spacing: 0.2ex;
|
|
text-shadow: rgba(0,255,255,0.5) 0 0 4px;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 1px 1px 0px #000; }
|
|
#help .shortcuts.a dt {
|
|
width: 7em; }
|
|
#help .shortcuts.b dt {
|
|
width: 10em; }
|
|
|
|
#revert {
|
|
display: none;
|
|
}
|
|
|
|
#revert img {
|
|
margin-top: 3px;
|
|
margin-right: -1px;
|
|
border: 0;
|
|
}
|
|
|
|
#revert img.enabled {
|
|
display: none;
|
|
}
|
|
|
|
#revert.enable img.disabled {
|
|
display: none;
|
|
}
|
|
|
|
#revert.enable img.enabled {
|
|
display: inline;
|
|
}
|
|
|
|
body.streaming {
|
|
background-position: 0 11px;
|
|
}
|
|
|
|
#stream {
|
|
display: none;
|
|
}
|
|
|
|
#streaming {
|
|
display: block;
|
|
top: -23px;
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 22px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
text-shadow: #0A0 0px 1px 0px;
|
|
display: block;
|
|
background: #0c0;
|
|
border-bottom: 1px solid #0a0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#streaming .msg {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
#streaming a {
|
|
text-shadow: #0A0 0px 1px 0px;
|
|
color: #fff;
|
|
}
|
|
|
|
body.pausestream #streaming .pause {
|
|
display: none;
|
|
}
|
|
|
|
body.streaming #streaming .resume {
|
|
display: none;
|
|
}
|
|
|
|
body.pausestream #streaming .resume {
|
|
display: inline;
|
|
}
|
|
|
|
#streaming .listen {
|
|
display: none;
|
|
}
|
|
|
|
#streaming.listen .listen {
|
|
display: inline;
|
|
}
|
|
|
|
body.pausestream #streaming {
|
|
background: #c00;
|
|
text-shadow: #a00 0px 1px 0px;
|
|
border-bottom: 1px solid #a00;
|
|
}
|
|
|
|
body.pausestream #streaming a {
|
|
text-shadow: #a00 0px 1px 0px;
|
|
}
|
|
|
|
body.streaming #streaming {
|
|
top: 0;
|
|
}
|
|
|
|
body {
|
|
-webkit-transition: background-position 100ms ease-out;
|
|
-o-transition: background-position 100ms ease-out;
|
|
-moz-transition: background-position 100ms ease-out;
|
|
transition: background-position 100ms ease-out;
|
|
}
|
|
|
|
#streaming, #control, #bin {
|
|
-webkit-transition: top 100ms ease-out, opacity 50ms linear;
|
|
-o-transition: top 100ms ease-out, opacity 50ms linear;
|
|
-moz-transition: top 100ms ease-out, opacity 50ms linear;
|
|
transition: top 100ms ease-out, opacity 50ms linear;
|
|
}
|
|
|
|
body.streaming #control,
|
|
body.streaming #help {
|
|
top: 22px;
|
|
}
|
|
|
|
body.streaming #bin {
|
|
top: 73px;
|
|
}
|
|
|
|
/* simplified for that poor old dog: IE6 */
|
|
.ie6 .help,
|
|
.ie6 #help {
|
|
display: none;
|
|
}
|
|
|
|
.ie6 .buttons a {
|
|
color: #000;
|
|
}
|
|
|
|
.ie6 div,
|
|
ie6, li {
|
|
zoom: 1;
|
|
}
|
|
|
|
.ie6 textarea {
|
|
border: 5px solid #ccc;
|
|
z-index: 9999;
|
|
display: block;
|
|
opacity: 1;
|
|
-moz-opacity: 1;
|
|
filter:alpha(opacity=1);
|
|
outline: 1px solid #000;
|
|
color: #000;
|
|
}
|
|
|
|
.ie6, .ie6 * {
|
|
height: 100%;
|
|
}
|
|
|
|
#jslabel em {
|
|
color: #a00;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 11px;
|
|
padding: 2px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#startingpoint.button.saved {
|
|
background-image: url(../images/tick.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 8px 7px;
|
|
}
|
|
|
|
.button.download {
|
|
position: relative;
|
|
}
|
|
|
|
.button.download:before {
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: absolute;
|
|
left: 6px;
|
|
font-weight: normal;
|
|
|
|
/*padding-left: 24px;*/
|
|
/* background-image: url(/images/arrow_down_12x12.png);*/
|
|
/*background-image: url(../images/download.png);*/
|
|
/*background-repeat: no-repeat;*/
|
|
/*background-position: 4px -33px;*/
|
|
}
|
|
|
|
.button.download:hover {
|
|
/*background-image: url(../images/download.png);*/
|
|
/*background-repeat: no-repeat;*/
|
|
/*background-position: 4px 7px;*/
|
|
}
|
|
|
|
#panelsvisible a {
|
|
padding-right: 20px;
|
|
background-image: url(../images/x_7x7.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 91% 10px;
|
|
}
|
|
|
|
|
|
/* attempt to get a live render preview in */
|
|
#live {
|
|
display: none;
|
|
/*top: 60%;*/
|
|
border-top: 1px solid #ccc;
|
|
background: white;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.live #live {
|
|
display: block;
|
|
}
|
|
|
|
.preview #live {
|
|
display: none;
|
|
}
|
|
|
|
.live #source {
|
|
bottom: 40%;
|
|
}
|
|
|
|
#live {
|
|
/*background: white url(../images/jsbin-bg.gif) repeat-x 0 -62px;*/
|
|
background: white;
|
|
/*top: 0;*/
|
|
/*left: ;*/
|
|
border-top: 0;
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
|
|
.live #source {
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.autocomplete {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
border: 2px solid #DFE0B4;
|
|
}
|
|
|
|
.autocomplete select {
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: none !important;
|
|
background: #FFFFDB;
|
|
border: 0;
|
|
font-family: MenschRegular, Menlo, Monaco, consolas, monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.showtip #bin {
|
|
bottom: 26px;
|
|
}
|
|
|
|
#tip {
|
|
display: none;
|
|
border-top: 1px solid #ccc;
|
|
position: absolute;
|
|
bottom: 0;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
background: #fdfece;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 2px 10px 2px 20px;
|
|
}
|
|
|
|
#tip p {
|
|
margin: 0;
|
|
padding: 0 65px 0 0;
|
|
}
|
|
|
|
#tip a.dismiss {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 2px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.showtip #tip {
|
|
display: block;
|
|
}
|
|
|
|
.details, details {
|
|
position: absolute;
|
|
display: block;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
font-size: 12px;
|
|
background: #FEE0E0;
|
|
color: #bb0000;
|
|
}
|
|
|
|
.summary, summary {
|
|
cursor: pointer;
|
|
padding: 3px 5px;
|
|
display: block;
|
|
font-weight: bold;
|
|
background: #FC9B9F;
|
|
border: 0;
|
|
}
|
|
|
|
details ol, .details ol {
|
|
padding-left: 21px;
|
|
max-height: 150px;
|
|
overflow: auto;
|
|
}
|
|
|
|
details li, .details li {
|
|
margin: 5px 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.keyboardHelp #keyboardHelp {
|
|
display: block;
|
|
}
|
|
|
|
.modal {
|
|
display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 199999; /* gosh that's a stupid number */
|
|
|
|
background: #000;
|
|
background: rgba(0,0,0,0.85);
|
|
background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
|
|
|
|
color: #fff;
|
|
font-size: 16px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#keyboardHelp table, #keyboardHelp h2 {
|
|
margin: 20px auto;
|
|
padding: 20px;
|
|
width: 520px;
|
|
background: #000;
|
|
border-radius: 5px;
|
|
/* background: #fff;*/
|
|
-webkit-box-shadow: 0px 5px 80px #505050;
|
|
-moz-box-shadow: 0px 5px 80px #505050;
|
|
-o-box-shadow: 0px 5px 80px #505050;
|
|
-ms-box-shadow: 0px 5px 80px #505050;
|
|
|
|
}
|
|
|
|
#keyboardHelp h2 {
|
|
margin-top: 5%;
|
|
margin-bottom: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
#keyboardHelp table {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
margin-top: 0;
|
|
width: 560px;
|
|
}
|
|
|
|
#keyboardHelp thead th {
|
|
text-align: left;
|
|
}
|
|
|
|
#keyboardHelp tbody tr {
|
|
height: 30px;
|
|
}
|
|
|
|
#keyboardHelp tbody td:first-child {
|
|
font-family: "MenschRegular";
|
|
padding-right: 20px;
|
|
color: yellow;
|
|
}
|
|
|
|
#keyboardHelp .shortcut {
|
|
width: 220px;
|
|
}
|
|
|
|
#login > div {
|
|
margin: 20px auto;
|
|
margin-top: 5%;
|
|
padding: 20px;
|
|
width: 380px;
|
|
background: #000;
|
|
border-radius: 5px;
|
|
/* background: #fff;*/
|
|
-webkit-box-shadow: 0px 5px 80px #505050;
|
|
-moz-box-shadow: 0px 5px 80px #505050;
|
|
-o-box-shadow: 0px 5px 80px #505050;
|
|
-ms-box-shadow: 0px 5px 80px #505050;
|
|
}
|
|
|
|
#login h2 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#login form div {
|
|
margin: 10px;
|
|
}
|
|
|
|
#login form div label {
|
|
float: left;
|
|
display: block;
|
|
width: 100px;
|
|
line-height: 28px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#login form input {
|
|
font-family: sans-serif;
|
|
padding: 2px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#login form input[type=submit] {
|
|
font-size: 18px;
|
|
}
|
|
|
|
#login p {
|
|
font-size: 13px;
|
|
}
|
|
|
|
#loginFeedback {
|
|
display: none;
|
|
padding: 3px;
|
|
background: rgba(255, 0, 0, 0.3);
|
|
border: 1px solid red;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
/*#loginFeedback:empty {
|
|
display: none;
|
|
}
|
|
*/
|
|
/* codemirror2 styles */
|
|
.CodeMirror-scroll {
|
|
margin: 0;
|
|
}
|
|
|
|
.CodeMirror .CodeMirror-scroll > div {
|
|
margin: .6em;
|
|
}
|
|
|
|
.javascript .CodeMirror-scroll > div {
|
|
/*margin-top: 25px;*/
|
|
}
|
|
|
|
.html .CodeMirror-scroll > div {
|
|
/*margin-top: 60px;*/
|
|
}
|
|
|
|
|
|
.editbox .CodeMirror {
|
|
height: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
line-height: 1.2em;
|
|
font-family: MenschRegular, Menlo, Monaco, consolas, monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
/* begin CodeMirror's own CSS */
|
|
.CodeMirror {
|
|
line-height: 1em;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.CodeMirror-scroll {
|
|
overflow: auto;
|
|
height: 300px;
|
|
/* This is needed to prevent an IE[67] bug where the scrolled content
|
|
is visible outside of the scrolling box. */
|
|
position: relative;
|
|
}
|
|
|
|
.CodeMirror-gutter {
|
|
position: absolute; left: 0; top: 0;
|
|
z-index: 10;
|
|
background-color: #f7f7f7;
|
|
border-right: 1px solid #eee;
|
|
min-width: 2em;
|
|
height: 100%;
|
|
}
|
|
.CodeMirror-gutter-text {
|
|
color: #aaa;
|
|
text-align: right;
|
|
padding: .4em .2em .4em .4em;
|
|
white-space: pre !important;
|
|
}
|
|
.CodeMirror-lines {
|
|
padding: .4em;
|
|
}
|
|
|
|
.CodeMirror pre {
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
-o-border-radius: 0;
|
|
border-radius: 0;
|
|
border-width: 0; margin: 0; padding: 0; background: transparent;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
padding: 0; margin: 0;
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
}
|
|
|
|
.CodeMirror-wrap pre {
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
}
|
|
.CodeMirror-wrap .CodeMirror-scroll {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.CodeMirror textarea {
|
|
font-family: inherit !important;
|
|
font-size: inherit !important;
|
|
}
|
|
|
|
.CodeMirror-cursor {
|
|
z-index: 10;
|
|
position: absolute;
|
|
visibility: hidden;
|
|
border-left: 1px solid black !important;
|
|
}
|
|
.CodeMirror-focused .CodeMirror-cursor {
|
|
visibility: visible;
|
|
}
|
|
|
|
span.CodeMirror-selected {
|
|
background: #ccc !important;
|
|
color: HighlightText !important;
|
|
}
|
|
.CodeMirror-focused span.CodeMirror-selected {
|
|
background: Highlight !important;
|
|
}
|
|
|
|
div.CodeMirror-selected { background: #d9d9d9; }
|
|
.CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
|
|
|
|
.CodeMirror-matchingbracket {color: #0f0 !important;}
|
|
.CodeMirror-nonmatchingbracket {color: #f22 !important;}
|
|
|
|
/* jsbin - based on web inspector */
|
|
.cm-s-jsbin span.cm-keyword {color: #AA0D91;}
|
|
.cm-s-jsbin span.cm-atom {color: #219;}
|
|
.cm-s-jsbin span.cm-number {color: #164;}
|
|
.cm-s-jsbin span.cm-def {color: #00f;}
|
|
.cm-s-jsbin span.cm-variable {color: black;}
|
|
.cm-s-jsbin span.cm-variable-2 {color: #05a;}
|
|
.cm-s-jsbin span.cm-variable-3 {color: #0a5;}
|
|
.cm-s-jsbin span.cm-property {color: black;}
|
|
.cm-s-jsbin span.cm-operator {color: black;}
|
|
.cm-s-jsbin span.cm-comment {color: #236E25;}
|
|
.cm-s-jsbin span.cm-string {color: #C41A16;}
|
|
.cm-s-jsbin span.cm-meta {color: #555;}
|
|
.cm-s-jsbin span.cm-error {color: #f00;}
|
|
.cm-s-jsbin span.cm-qualifier {color: #555;}
|
|
.cm-s-jsbin span.cm-builtin {color: #30a;}
|
|
.cm-s-jsbin span.cm-bracket {color: #cc7;}
|
|
.cm-s-jsbin span.cm-tag {color: #881280;}
|
|
.cm-s-jsbin span.cm-attribute {color: #994500;}
|
|
|
|
|
|
/* neat */
|
|
.cm-s-neat span.cm-comment { color: #a86; }
|
|
.cm-s-neat span.cm-keyword { font-weight: bold; color: blue; }
|
|
.cm-s-neat span.cm-string { color: #a22; }
|
|
.cm-s-neat span.cm-builtin { font-weight: bold; color: #077; }
|
|
.cm-s-neat span.cm-special { font-weight: bold; color: #0aa; }
|
|
.cm-s-neat span.cm-variable { color: black; }
|
|
.cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
|
|
.cm-s-neat span.cm-meta {color: #555;}
|
|
|
|
/* elegant */
|
|
.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
|
|
.cm-s-elegant span.cm-comment {color: #262;font-style: italic;}
|
|
.cm-s-elegant span.cm-meta {color: #555;font-style: italic;}
|
|
.cm-s-elegant span.cm-variable {color: black;}
|
|
.cm-s-elegant span.cm-variable-2 {color: #b11;}
|
|
.cm-s-elegant span.cm-qualifier {color: #555;}
|
|
.cm-s-elegant span.cm-keyword {color: #730;}
|
|
.cm-s-elegant span.cm-builtin {color: #30a;}
|
|
.cm-s-elegant span.cm-error {background-color: #fdd;}
|
|
|
|
/* Loosely based on the Midnight Textmate theme */
|
|
|
|
.cm-s-night { background: #0a001f; color: #f8f8f8; }
|
|
.cm-s-night span.CodeMirror-selected { background: #a8f !important; }
|
|
.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
|
|
.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
|
|
.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }
|
|
.cm-s-night span.cm-comment { color: #6900a1; }
|
|
.cm-s-night span.cm-atom { color: #845dc4; }
|
|
.cm-s-night span.cm-number { color: #ffd500; }
|
|
.cm-s-night span.cm-keyword { color: #599eff; }
|
|
.cm-s-night span.cm-string { color: #37f14a; }
|
|
.cm-s-night span.cm-meta { color: #7678e2; }
|
|
.cm-s-night span.cm-variable-2 { color: #99b2ff; }
|
|
.cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { white; }
|
|
.cm-s-night span.cm-error { color: #9d1e15; }
|
|
.cm-s-night span.cm-bracket { color: #8da6ce; }
|
|
.cm-s-night span.cm-comment { color: #6900a1; }
|
|
.cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; }
|
|
|
|
.ready #bin {
|
|
opacity: 1;
|
|
/* filter:alpha(opacity=1);*/
|
|
}
|
|
|
|
.mobile .html {
|
|
border-left: 2px solid #ccc;
|
|
}
|
|
|
|
.mobile .editbox > div {
|
|
background: #fff;
|
|
}
|
|
|
|
.CodeMirror-lines pre {
|
|
/* white-space: normal;*/
|
|
/*min-height: 14px;*/ /* 12px font-size + arb padding 2px - this increases depending on the font-size */
|
|
}
|
|
|
|
.CodeMirror-lines > div {
|
|
/* width: auto !important;*/
|
|
}
|
|
|
|
.CodeMirror-lines pre.CodeMirror-cursor {
|
|
/* white-space: pre;*/
|
|
}
|
|
|
|
.prefsButton {
|
|
/*display: none !important;*/
|
|
}
|
|
|
|
.beta .prefsButton {
|
|
/* display: block;*/
|
|
}
|
|
|
|
.prefsButton img {
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.prefsOverlay {
|
|
display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 999999;
|
|
background: #000;
|
|
background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
|
|
/* background: -moz-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
|
|
background: -o-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
|
|
background: -ms-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
|
|
background: radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));*/
|
|
}
|
|
|
|
.prefsOpen .prefsOverlay {
|
|
display: block;
|
|
}
|
|
|
|
.prefsOverlay > div {
|
|
background: #fff;
|
|
-webkit-box-shadow: 0px 5px 80px #505050;
|
|
-moz-box-shadow: 0px 5px 80px #505050;
|
|
-o-box-shadow: 0px 5px 80px #505050;
|
|
-ms-box-shadow: 0px 5px 80px #505050;
|
|
}
|
|
|
|
/* chosen CSS */
|
|
/* @group Base */
|
|
.chzn-container {
|
|
font-size: 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
.chzn-container .chzn-drop {
|
|
background: #fff;
|
|
border: 1px solid #aaa;
|
|
border-top: 0;
|
|
position: absolute;
|
|
top: 29px;
|
|
left: 0;
|
|
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
|
|
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
-o-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
z-index: 999;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Single Chosen */
|
|
.chzn-container-single .chzn-single {
|
|
background-color: #fff;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
|
|
background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
|
|
background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
|
|
background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
|
|
background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
|
|
background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius : 4px;
|
|
border-radius : 4px;
|
|
-moz-background-clip : padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip : padding-box;
|
|
border: 1px solid #aaa;
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
padding: 0 0 0 8px;
|
|
color: #444;
|
|
text-decoration: none;
|
|
}
|
|
.chzn-container-single .chzn-single span {
|
|
margin-right: 26px;
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-o-text-overflow: ellipsis;
|
|
-ms-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.chzn-container-single .chzn-single div {
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
-moz-border-radius : 0 4px 4px 0;
|
|
border-radius : 0 4px 4px 0;
|
|
-moz-background-clip : padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip : padding-box;
|
|
background: #ccc;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
|
|
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
|
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
|
background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
|
|
background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
|
|
background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
|
|
border-left: 1px solid #aaa;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
display: block;
|
|
height: 100%;
|
|
width: 18px;
|
|
}
|
|
.chzn-container-single .chzn-single div b {
|
|
background: url('../images/chosen-sprite.png') no-repeat 0 1px;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.chzn-container-single .chzn-search {
|
|
padding: 3px 4px;
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.chzn-container-single .chzn-search input {
|
|
background: #fff url('../images/chosen-sprite.png') no-repeat 100% -20px;
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
margin: 1px 0;
|
|
padding: 4px 20px 4px 5px;
|
|
outline: 0;
|
|
border: 1px solid #aaa;
|
|
font-family: sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
.chzn-container-single .chzn-drop {
|
|
-webkit-border-radius: 0 0 4px 4px;
|
|
-moz-border-radius : 0 0 4px 4px;
|
|
border-radius : 0 0 4px 4px;
|
|
-moz-background-clip : padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip : padding-box;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Multi Chosen */
|
|
.chzn-container-multi .chzn-choices {
|
|
background-color: #fff;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
|
|
background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
|
background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
|
background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
|
|
background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
border: 1px solid #aaa;
|
|
margin: 0;
|
|
padding: 0;
|
|
cursor: text;
|
|
overflow: hidden;
|
|
height: auto !important;
|
|
height: 1%;
|
|
position: relative;
|
|
}
|
|
.chzn-container-multi .chzn-choices li {
|
|
float: left;
|
|
list-style: none;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-field {
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-field input {
|
|
color: #666;
|
|
background: transparent !important;
|
|
border: 0 !important;
|
|
padding: 5px;
|
|
margin: 1px 0;
|
|
outline: 0;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow : none;
|
|
-o-box-shadow : none;
|
|
box-shadow : none;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-field .default {
|
|
color: #999;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-choice {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius : 3px;
|
|
border-radius : 3px;
|
|
-moz-background-clip : padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip : padding-box;
|
|
background-color: #e4e4e4;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
|
|
background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
|
|
background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
|
|
background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
|
|
background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
|
|
background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
|
|
color: #333;
|
|
border: 1px solid #b4b4b4;
|
|
line-height: 13px;
|
|
padding: 3px 19px 3px 6px;
|
|
margin: 3px 0 3px 5px;
|
|
position: relative;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-choice span {
|
|
cursor: default;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-choice-focus {
|
|
background: #d4d4d4;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
|
|
display: block;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 6px;
|
|
width: 8px;
|
|
height: 9px;
|
|
font-size: 1px;
|
|
background: url(../images/chosen-sprite.png) right top no-repeat;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
|
|
background-position: right -9px;
|
|
}
|
|
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
|
|
background-position: right -9px;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Results */
|
|
.chzn-container .chzn-results {
|
|
margin: 0 4px 4px 0;
|
|
max-height: 190px;
|
|
padding: 0 0 0 4px;
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.chzn-container-multi .chzn-results {
|
|
margin: -1px 0 0;
|
|
padding: 0;
|
|
}
|
|
.chzn-container .chzn-results li {
|
|
line-height: 80%;
|
|
padding: 7px 7px 8px;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
.chzn-container .chzn-results .active-result {
|
|
cursor: pointer;
|
|
}
|
|
.chzn-container .chzn-results .highlighted {
|
|
background: #3875d7;
|
|
color: #fff;
|
|
}
|
|
.chzn-container .chzn-results li em {
|
|
background: #feffde;
|
|
font-style: normal;
|
|
}
|
|
.chzn-container .chzn-results .highlighted em {
|
|
background: transparent;
|
|
}
|
|
.chzn-container .chzn-results .no-results {
|
|
background: #f4f4f4;
|
|
}
|
|
.chzn-container .chzn-results .group-result {
|
|
cursor: default;
|
|
color: #999;
|
|
font-weight: bold;
|
|
}
|
|
.chzn-container .chzn-results .group-option {
|
|
padding-left: 20px;
|
|
}
|
|
.chzn-container-multi .chzn-drop .result-selected {
|
|
display: none;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Active */
|
|
.chzn-container-active .chzn-single {
|
|
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
|
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
-o-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
border: 1px solid #5897fb;
|
|
}
|
|
.chzn-container-active .chzn-single-with-drop {
|
|
border: 1px solid #aaa;
|
|
-webkit-box-shadow: 0 1px 0 #fff inset;
|
|
-moz-box-shadow : 0 1px 0 #fff inset;
|
|
-o-box-shadow : 0 1px 0 #fff inset;
|
|
box-shadow : 0 1px 0 #fff inset;
|
|
background-color: #eee;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
|
|
background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
|
|
background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
|
|
background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
|
|
background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
|
|
-webkit-border-bottom-left-radius : 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomleft : 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
border-bottom-left-radius : 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.chzn-container-active .chzn-single-with-drop div {
|
|
background: transparent;
|
|
border-left: none;
|
|
}
|
|
.chzn-container-active .chzn-single-with-drop div b {
|
|
background-position: -18px 1px;
|
|
}
|
|
.chzn-container-active .chzn-choices {
|
|
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
|
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
-o-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
border: 1px solid #5897fb;
|
|
}
|
|
.chzn-container-active .chzn-choices .search-field input {
|
|
color: #111 !important;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Right to Left */
|
|
.chzn-rtl { direction:rtl;text-align: right; }
|
|
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
|
|
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
|
|
.chzn-rtl .chzn-single div {
|
|
left: 0; right: auto;
|
|
border-left: none; border-right: 1px solid #aaaaaa;
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
-moz-border-radius : 4px 0 0 4px;
|
|
border-radius : 4px 0 0 4px;
|
|
}
|
|
.chzn-rtl .chzn-choices li { float: right; }
|
|
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
|
|
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
|
|
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
|
|
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
|
|
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
|
|
.chzn-rtl .chzn-search input {
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, #ffffff;
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
background: url('../images/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
|
padding: 4px 5px 4px 20px;
|
|
}
|
|
/* @end */
|
|
|
|
#panelsvisible {
|
|
display: none;
|
|
}
|
|
|
|
#panelsvisible_chzn > ul:before {
|
|
content: "Panels: ";
|
|
display: block;
|
|
float: left;
|
|
line-height: 22px;
|
|
font-size: 12px;
|
|
padding-top: 3px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#panelsvisible_chzn {
|
|
min-width: 240px;
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
#panelsvisible_chzn ul {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#control #panelsvisible_chzn li {
|
|
text-shadow: none;
|
|
}
|
|
|
|
#panelsvisible_chzn.chzn-container-active .chzn-drop {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
#panelsvisible_chzn .chzn-choices .search-field input {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.panel {
|
|
display: none;
|
|
border-left: 1px solid #ccc;
|
|
-webkit-transition: left ease-out 100ms, right ease-out 100ms;
|
|
-moz-transition: left ease-out 100ms, right ease-out 100ms;
|
|
-o-transition: left ease-out 100ms, right ease-out 100ms;
|
|
transition: left ease-out 100ms, right ease-out 100ms;
|
|
}
|
|
|
|
/* cancel effects when dragging - otherwise it looks lame and sluggish */
|
|
.dragging .panel {
|
|
-webkit-transition: none;
|
|
-moz-transition: none;
|
|
-o-transition: none;
|
|
transition: none;
|
|
}
|
|
|
|
.panel:first-child {
|
|
border-left: 0;
|
|
}
|
|
|
|
.panel {
|
|
background: #fff;
|
|
background: hsl(0, 0%, 98%);
|
|
}
|
|
|
|
.panel .label {
|
|
display: block;
|
|
position: relative;
|
|
background: #FAFAFA;
|
|
border-bottom: 1px solid #ededed;
|
|
}
|
|
|
|
.panel .focus {
|
|
background-color: #dbe4f5;
|
|
}
|
|
|
|
.panel .label p {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.panel .label .close:before {
|
|
font-size: 14px;
|
|
color: #ccc;
|
|
font-weight: normal;
|
|
font-family: 'FontAwesome', sans-serif;
|
|
content: "\f057";
|
|
}
|
|
|
|
.panel .label .close {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
padding: 10px;
|
|
}
|
|
|
|
.panel .label .close:hover:before {
|
|
color: #000;
|
|
}
|
|
|
|
.label {
|
|
padding: 0;
|
|
margin: 0;
|
|
padding-right: 0;
|
|
position: absolute;
|
|
z-index: 10;
|
|
}
|
|
|
|
.label p {
|
|
/* display: inline;*/
|
|
font-weight: bold;
|
|
/* cursor: pointer;*/
|
|
}
|
|
|
|
.label label {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.code .label p > span {
|
|
opacity: 0;
|
|
filter:alpha(opacity=0);
|
|
-webkit-transition: opacity 250ms linear;
|
|
-moz-transition: opacity 250ms linear;
|
|
}
|
|
|
|
.code .label p:hover span {
|
|
opacity: 1;
|
|
filter:alpha(opacity=1);
|
|
}
|
|
|
|
.group.menu .button {
|
|
float: none;
|
|
|
|
}
|
|
|
|
.icon.icon-download-alt:before {
|
|
/*padding-right: 10px;*/
|
|
}
|
|
|
|
.icon { font-family: 'FontAwesome', sans-serif; }
|
|
.icon-download::before { content: "\f01a"; }
|
|
.icon-download-alt::before { content: "\f019"; }
|
|
.icon-remove-sign::before { content: "\f057"; }
|
|
.icon-chevron-down:after { content: "\f078"; }
|
|
.icon-retweet:after { content: "\f079"; }
|
|
.icon-twitter-sign:after { content: "\f081"; }
|
|
.icon-github-sign:after { content: "\f092"; }
|
|
|
|
.editbox {
|
|
background: white;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.button.active {
|
|
background-color: #ccc;
|
|
text-shadow: 0 1px 0 #fff;
|
|
border-top: 1px solid #AAA;
|
|
border-left: 1px solid #AAA;
|
|
border-right: 1px solid #EEE;
|
|
}
|
|
|
|
.console {
|
|
background: #fff;
|
|
}
|
|
|
|
#console { bottom: 35px; left: 0; right: 0; width: 100%; margin-bottom: 35px; overflow: auto; /*border-bottom: 1px solid #5B5C5B;*/ }
|
|
|
|
#output { list-style: none; margin: 0; padding: 0; }
|
|
#output li { margin: 5px 0; padding: 5px; border-top: 1px solid #EEEFEE; white-space: pre-wrap; padding-bottom: 0; }
|
|
#output li:last-child { border-bottom: 0;}
|
|
#output > li > div { margin-left: 20px; line-height: 20px; }
|
|
#console span.gutter { float: left; display: block; width: 5px; }
|
|
|
|
#output li div { position: relative; }
|
|
#output .echo .permalink { position: absolute; right: 0; overflow: hidden; display: block; background: url(link.png) no-repeat center; height: 20px; width: 30px; text-indent: -200px; top: 0; opacity: 0.5; }
|
|
|
|
#output .echo .permalink:hover { opacity: 1; }
|
|
|
|
/* log types */
|
|
/*#output span.gutter:before { position: absolute; }*/
|
|
#output span.gutter { font-family: 'FontAwesome', monospace; font-size: 13px; line-height: 20px; }
|
|
#output .echo span.gutter:before { content: '\f054 '; color: #3583FC; }
|
|
#output .info span.gutter:before { content: '\f06a '; color: #27A700; }
|
|
#output .error span.gutter:before { content: '\f00d '; color: #E81D20; margin-right: -10px; }
|
|
#output .response span.gutter:before { content: '\f053 '; color: #BDC3CD; margin-right: -10px; }
|
|
|
|
/* if response is directly next to echo, don't give it a line - only consoles get lines */
|
|
#output li.echo + li.response { border-width: 0px; }
|
|
|
|
/* hard line on new echo */
|
|
#output li.response + li.echo { border-width: 2px; border-color: #DFDFDF; }
|
|
#output li.error + li.echo { border-width: 2px; border-color: #DFDFDF; }
|
|
#output li.log + li.echo { border-width: 2px; border-color: #DFDFDF; }
|
|
#output li.info + li.echo { border-width: 2px; border-color: #DFDFDF; }
|
|
/*#output li.info .response span { line-height: 30px; }*/
|
|
|
|
#output li.echo:first-child { border-width: 0;}
|
|
#output li:first-child { border-width: 0; padding-top: 0; }
|
|
|
|
#jsconsole-sandbox { display: none;}
|
|
|
|
/* font size control */
|
|
/*#console { top: 35px; bottom: 35px; }*/
|
|
#output li, #exec, .fakeInput { min-height: 20px; font-size: 13px; font-family: MenschRegular, "Menlo", consolas, monospace; }
|
|
|
|
/** Pretty printing styles. Used with prettify.js. */
|
|
|
|
#output .str { color: #080; }
|
|
#output .kwd { color: #008; }
|
|
#output .com { color: #800; }
|
|
#output .typ { color: #606; }
|
|
#output .lit { color: #066; }
|
|
#output .pun { color: #660; }
|
|
#output .pln { color: #000; }
|
|
#output .tag { color: #008; }
|
|
#output .atn { color: #606; }
|
|
#output .atv { color: #080; }
|
|
#output .dec { color: #606; }
|
|
#output .error span { color: #E81D20;}
|
|
|
|
.dropdown {
|
|
display: none;
|
|
height: auto;
|
|
/*border-bottom-right-radius: 5px;*/
|
|
position: absolute;
|
|
padding: 3px 20px 10px 3px;
|
|
}
|
|
|
|
.dropdownmenu {
|
|
margin: 3px;
|
|
background: white;
|
|
box-shadow: 1px 4px 7px rgba(0,0,0,0.2);;
|
|
border: 1px solid #CCC;
|
|
height: auto;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.open .dropdown {
|
|
display: block;
|
|
}
|
|
|
|
.dropdownmenu > * {
|
|
display: block;
|
|
float: none;
|
|
border-right: 0;
|
|
padding: 5px 20px 5px 25px;
|
|
}
|
|
|
|
.dropdown a:last-child:hover {
|
|
/*border-bottom-right-radius: 5px;*/
|
|
}
|
|
|
|
.dropdown > a:hover {
|
|
background: #aaa;
|
|
color: #333;
|
|
text-shadow: 0px 1px 0 rgba(255,255,255,0.3);
|
|
}
|
|
|
|
.menu > a.button {
|
|
display: inline-block;
|
|
}
|
|
|
|
#panels {
|
|
width: 480px;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.button-dropdown:hover,
|
|
.open .button-dropdown {
|
|
box-shadow: inset 0 1px 6px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05) !important;
|
|
}
|
|
|
|
.open .button-dropdown {
|
|
background: #eee;
|
|
}
|
|
|
|
#panels .button:first-child {
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
|
|
.label {
|
|
/*overflow: hidden;*/
|
|
/*min-height: 34px;*/
|
|
/*line-height: 34px;*/
|
|
padding: 10px;
|
|
}
|
|
|
|
.label label {
|
|
margin: 0;
|
|
}
|
|
|
|
.label .options {
|
|
float: right;
|
|
display: block;
|
|
/*height: 35px;*/
|
|
/*margin-right: 10px;*/
|
|
}
|
|
|
|
.label .options label {
|
|
/*height: 35px;*/
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label .options label input {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* history listings */
|
|
#history .thumb {
|
|
border: 1px solid #ccc;
|
|
overflow: hidden;
|
|
height: 145px;
|
|
width: 193px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
#history iframe {
|
|
-moz-transform: scale(0.8);
|
|
-o-transform: scale(0.8);
|
|
-webkit-transform: scale(0.8);
|
|
transform: scale(0.8);
|
|
/* IE8+ - must be on one line, unfortunately */
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
|
|
|
|
/* IE6 and 7 */
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(
|
|
M11=0.8,
|
|
M12=0,
|
|
M21=0,
|
|
M22=0.8,
|
|
SizingMethod='auto expand');
|
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.panelsVisible #history {
|
|
display: none;
|
|
top: 2000px; /* :( can't do 100% */
|
|
}
|
|
|
|
.panelsVisible #history .preview {
|
|
right: -1000px;
|
|
}
|
|
|
|
#history {
|
|
z-index: 0;
|
|
/*position: absolute;*/
|
|
top: 37px;
|
|
-webkit-transition: top ease-out 200ms;
|
|
font-family: MenschRegular, Menlo, Monaco, consolas, monospace;
|
|
text-shadow: none;
|
|
/*-webkit-transition-delay: 100ms;*/
|
|
font-size: 13px;
|
|
padding: 10px 0;
|
|
position: relative;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
#history .preview {
|
|
-webkit-transition: right ease-out 200ms;
|
|
|
|
border-left: 1px solid #ccc;
|
|
position: fixed;
|
|
top: 37px;
|
|
width: 30%;
|
|
right: 0;
|
|
height: 100%;
|
|
padding-top: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
#history h2 {
|
|
margin: 0;
|
|
font-size: 14px;
|
|
font-family: "Helvetica Neue", Helvetica, Arial;
|
|
font-size: 13px;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
#history #bins h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#history table {
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
width: 70%;
|
|
position: relative;
|
|
}
|
|
|
|
#history tr {
|
|
cursor: pointer;
|
|
background: #fff;
|
|
}
|
|
|
|
#history td {
|
|
margin: 0;
|
|
padding: 3px 0;
|
|
}
|
|
|
|
#history a {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
color: #000;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#history .url {
|
|
text-align: right;
|
|
width: 25%;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#history .url a {
|
|
color: #0097fe;
|
|
}
|
|
|
|
#history .url a span {
|
|
color: #000;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#history .url span.first {
|
|
visibility: visible;
|
|
}
|
|
|
|
#history .created {
|
|
width: 25%;
|
|
}
|
|
|
|
#history .created a {
|
|
color: #ccc;
|
|
}
|
|
|
|
#history .title {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#history tr:hover *,
|
|
#history tr.hover *,
|
|
#history tr:hover span,
|
|
#history tr.hover span {
|
|
background: #0097fe;
|
|
color: #fff;
|
|
/*cursor: pointer;*/
|
|
}
|
|
|
|
#history tr[data-type=spacer]:hover * {
|
|
background: #fff;
|
|
cursor: default;
|
|
}
|
|
|
|
#history iframe {
|
|
border: 0;
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 90%;
|
|
}
|
|
|
|
#history #viewing {
|
|
font-size: 10px;
|
|
margin: 0px 10px 10px 20px;
|
|
}
|
|
|
|
@media (max-height:800px) {
|
|
.ready #control {
|
|
top: -36px;
|
|
border-bottom: 10px solid #aaa;
|
|
-webkit-transition: top ease-out 200ms, border-bottom ease-out 200ms;
|
|
-webkit-transition-delay: 1s;
|
|
}
|
|
|
|
.ready #bin,
|
|
#history,
|
|
#history .preview {
|
|
top: 10px;
|
|
}
|
|
|
|
#control:hover {
|
|
top: 0;
|
|
-webkit-transition: top ease-out 10ms;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|