126 lines
4.0 KiB
CSS
126 lines
4.0 KiB
CSS
|
/**
|
||
|
* Justboil.me - a TinyMCE image upload plugin
|
||
|
* jbimages/css/dialog.css
|
||
|
*
|
||
|
* Released under Creative Commons Attribution 3.0 Unported License
|
||
|
*
|
||
|
* License: http://creativecommons.org/licenses/by/3.0/
|
||
|
* Plugin info: http://justboil.me/
|
||
|
* Author: Viktor Kuzhelnyi
|
||
|
*
|
||
|
* Version: 2.3 released 23/06/2013
|
||
|
*/
|
||
|
|
||
|
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-align:center;}
|
||
|
h2 {color:#666;}
|
||
|
|
||
|
.form-inline input {
|
||
|
display: inline-block;
|
||
|
*display: inline;
|
||
|
margin-bottom: 0;
|
||
|
vertical-align: middle;
|
||
|
*zoom: 1;
|
||
|
}
|
||
|
.jbFileBox {border:0!important;}
|
||
|
.jbFileBox {width:120px!important; }
|
||
|
|
||
|
#upload_target {border:0; margin:0; padding:0; width:0; height:0; display:none;}
|
||
|
|
||
|
.upload_infobar {display:none; font-size:12pt; background:#fff; padding:5px; margin-top:10px; border-radius:5px;}
|
||
|
.upload_infobar img.spinner {margin-right:10px;}
|
||
|
.upload_infobar a {color:#0000cc;}
|
||
|
#upload_additional_info {font-size:10pt; padding-left:26px;}
|
||
|
|
||
|
#the_plugin_name {margin:25px 0 0 0;}
|
||
|
#the_plugin_name, #the_plugin_name a {color:#777; font-size:9px;}
|
||
|
#the_plugin_name a {text-decoration:none;}
|
||
|
#the_plugin_name a:hover {color:#333;}
|
||
|
|
||
|
#close_link {margin-top:10px; display:none;} /* for opera */
|
||
|
|
||
|
/* this class makes the upload script output visible */
|
||
|
.upload_target_visible {width:100%!important; height:200px!important; border:1px solid #000!important; display:block!important}
|
||
|
|
||
|
/* sweet upload button (from twitter bootstrap) */
|
||
|
.btn {
|
||
|
display: inline-block;
|
||
|
*display: inline;
|
||
|
padding: 4px 12px;
|
||
|
margin-bottom: 0;
|
||
|
*margin-left: .3em;
|
||
|
font-size: 14px;
|
||
|
line-height: 20px;
|
||
|
color: #333333;
|
||
|
text-align: center;
|
||
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
||
|
vertical-align: middle;
|
||
|
cursor: pointer;
|
||
|
background-color: #f5f5f5;
|
||
|
*background-color: #e6e6e6;
|
||
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
||
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||
|
background-repeat: repeat-x;
|
||
|
border: 1px solid #bbbbbb;
|
||
|
*border: 0;
|
||
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
||
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||
|
border-bottom-color: #a2a2a2;
|
||
|
-webkit-border-radius: 4px;
|
||
|
-moz-border-radius: 4px;
|
||
|
border-radius: 4px;
|
||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
||
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||
|
*zoom: 1;
|
||
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
}
|
||
|
|
||
|
.btn:hover,
|
||
|
.btn:active,
|
||
|
.btn.active,
|
||
|
.btn.disabled,
|
||
|
.btn[disabled] {
|
||
|
color: #333333;
|
||
|
background-color: #e6e6e6;
|
||
|
*background-color: #d9d9d9;
|
||
|
}
|
||
|
|
||
|
.btn:active,
|
||
|
.btn.active {
|
||
|
background-color: #cccccc \9;
|
||
|
}
|
||
|
|
||
|
.btn:first-child {
|
||
|
*margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.btn:hover {
|
||
|
color: #333333;
|
||
|
text-decoration: none;
|
||
|
background-position: 0 -15px;
|
||
|
-webkit-transition: background-position 0.1s linear;
|
||
|
-moz-transition: background-position 0.1s linear;
|
||
|
-o-transition: background-position 0.1s linear;
|
||
|
transition: background-position 0.1s linear;
|
||
|
}
|
||
|
.btn:focus {
|
||
|
outline: thin dotted #333;
|
||
|
outline: 5px auto -webkit-focus-ring-color;
|
||
|
outline-offset: -2px;
|
||
|
}
|
||
|
.btn.active,
|
||
|
.btn:active {
|
||
|
background-image: none;
|
||
|
outline: 0;
|
||
|
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
}
|
||
|
.btn {
|
||
|
border-color: #c5c5c5;
|
||
|
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
||
|
}
|