mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
511 lines
11 KiB
CSS
511 lines
11 KiB
CSS
/*! jQuery UI - v1.12.1 - 2017-04-02
|
|
* http://jqueryui.com
|
|
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
|
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
|
|
.ui-draggable-handle {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-helper-hidden {
|
|
display: none
|
|
}
|
|
|
|
.ui-helper-hidden-accessible {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px
|
|
}
|
|
|
|
.ui-helper-reset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
line-height: 1.3;
|
|
text-decoration: none;
|
|
font-size: 100%;
|
|
list-style: none
|
|
}
|
|
|
|
.ui-helper-clearfix:before,
|
|
.ui-helper-clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.ui-helper-clearfix:after {
|
|
clear: both
|
|
}
|
|
|
|
.ui-helper-zfix {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
opacity: 0;
|
|
filter: Alpha(Opacity=0)
|
|
}
|
|
|
|
.ui-front {
|
|
z-index: 100
|
|
}
|
|
|
|
.ui-state-disabled {
|
|
cursor: default!important;
|
|
pointer-events: none
|
|
}
|
|
|
|
.ui-icon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-top: -.25em;
|
|
position: relative;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat
|
|
}
|
|
|
|
.ui-widget-icon-block {
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
display: block
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-resizable {
|
|
position: relative
|
|
}
|
|
|
|
.ui-resizable-handle {
|
|
position: absolute;
|
|
font-size: 0.1px;
|
|
display: block;
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-resizable-disabled .ui-resizable-handle,
|
|
.ui-resizable-autohide .ui-resizable-handle {
|
|
display: none
|
|
}
|
|
|
|
.ui-resizable-n {
|
|
cursor: n-resize;
|
|
height: 7px;
|
|
width: 100%;
|
|
top: -5px;
|
|
left: 0
|
|
}
|
|
|
|
.ui-resizable-s {
|
|
cursor: s-resize;
|
|
height: 7px;
|
|
width: 100%;
|
|
bottom: -5px;
|
|
left: 0
|
|
}
|
|
|
|
.ui-resizable-e {
|
|
cursor: e-resize;
|
|
width: 7px;
|
|
right: -5px;
|
|
top: 0;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-resizable-w {
|
|
cursor: w-resize;
|
|
width: 7px;
|
|
left: -5px;
|
|
top: 0;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-resizable-se {
|
|
cursor: se-resize;
|
|
width: 16px;
|
|
height: 16px;
|
|
right: -5px;
|
|
bottom: -5px
|
|
}
|
|
|
|
.ui-resizable-sw {
|
|
cursor: sw-resize;
|
|
width: 16px;
|
|
height: 16px;
|
|
left: -5px;
|
|
bottom: -5px
|
|
}
|
|
|
|
.ui-resizable-nw {
|
|
cursor: nw-resize;
|
|
width: 16px;
|
|
height: 16px;
|
|
left: -5px;
|
|
top: -5px
|
|
}
|
|
|
|
.ui-resizable-ne {
|
|
cursor: ne-resize;
|
|
width: 16px;
|
|
height: 16px;
|
|
right: -5px;
|
|
top: -5px
|
|
}
|
|
|
|
.ui-selectable {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-selectable-helper {
|
|
position: absolute;
|
|
z-index: 100;
|
|
border: 1px dotted black
|
|
}
|
|
|
|
.ui-sortable-handle {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-header {
|
|
display: block;
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin: 2px 0 0 0;
|
|
padding: .5em .5em .5em .7em;
|
|
font-size: 100%
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-content {
|
|
padding: 1em 2.2em;
|
|
border-top: 0;
|
|
overflow: auto
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
cursor: default
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-se,
|
|
.ui-dialog .ui-resizable-sw,
|
|
.ui-dialog .ui-resizable-ne,
|
|
.ui-dialog .ui-resizable-nw {
|
|
width: 7px;
|
|
height: 7px
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-se {
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-sw {
|
|
left: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-ne {
|
|
right: 0;
|
|
top: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-nw {
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.ui-draggable .ui-dialog-titlebar {
|
|
cursor: move
|
|
}
|
|
|
|
.ui-progressbar {
|
|
height: 2em;
|
|
text-align: left;
|
|
overflow: hidden
|
|
}
|
|
|
|
.ui-progressbar .ui-progressbar-value {
|
|
margin: -1px;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-progressbar .ui-progressbar-overlay {
|
|
background: url("data:image/gif;base64,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");
|
|
height: 100%;
|
|
filter: alpha(opacity=25);
|
|
opacity: 0.25
|
|
}
|
|
|
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
|
background-image: none
|
|
}
|
|
|
|
.ui-tooltip {
|
|
padding: 8px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
max-width: 300px
|
|
}
|
|
|
|
body .ui-tooltip {
|
|
border-width: 2px
|
|
}
|
|
|
|
.ui-widget {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1em
|
|
}
|
|
|
|
.ui-widget .ui-widget {
|
|
font-size: 1em
|
|
}
|
|
|
|
.ui-widget input,
|
|
.ui-widget select,
|
|
.ui-widget textarea,
|
|
.ui-widget button {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1em
|
|
}
|
|
|
|
.ui-widget.ui-widget-content {
|
|
border: 1px solid #c5c5c5
|
|
}
|
|
|
|
.ui-widget-content {
|
|
border: 1px solid #ddd;
|
|
background: #fff;
|
|
color: #333
|
|
}
|
|
|
|
.ui-widget-content a {
|
|
color: #333
|
|
}
|
|
|
|
.ui-widget-header {
|
|
border: 1px solid #ddd;
|
|
background: #e9e9e9;
|
|
color: #333;
|
|
font-weight: bold
|
|
}
|
|
|
|
.ui-widget-header a {
|
|
color: #333
|
|
}
|
|
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default,
|
|
.ui-button,
|
|
html .ui-button.ui-state-disabled:hover,
|
|
html .ui-button.ui-state-disabled:active {
|
|
border: 1px solid #c5c5c5;
|
|
background: #f6f6f6;
|
|
font-weight: normal;
|
|
color: #454545
|
|
}
|
|
|
|
.ui-state-default a,
|
|
.ui-state-default a:link,
|
|
.ui-state-default a:visited,
|
|
a.ui-button,
|
|
a:link.ui-button,
|
|
a:visited.ui-button,
|
|
.ui-button {
|
|
color: #454545;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-state-hover,
|
|
.ui-widget-content .ui-state-hover,
|
|
.ui-widget-header .ui-state-hover,
|
|
.ui-state-focus,
|
|
.ui-widget-content .ui-state-focus,
|
|
.ui-widget-header .ui-state-focus,
|
|
.ui-button:hover,
|
|
.ui-button:focus {
|
|
border: 1px solid #ccc;
|
|
background: #ededed;
|
|
font-weight: normal;
|
|
color: #2b2b2b
|
|
}
|
|
|
|
.ui-state-hover a,
|
|
.ui-state-hover a:hover,
|
|
.ui-state-hover a:link,
|
|
.ui-state-hover a:visited,
|
|
.ui-state-focus a,
|
|
.ui-state-focus a:hover,
|
|
.ui-state-focus a:link,
|
|
.ui-state-focus a:visited,
|
|
a.ui-button:hover,
|
|
a.ui-button:focus {
|
|
color: #2b2b2b;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-visual-focus {
|
|
box-shadow: 0 0 3px 1px rgb(94, 158, 214)
|
|
}
|
|
|
|
.ui-state-active,
|
|
.ui-widget-content .ui-state-active,
|
|
.ui-widget-header .ui-state-active,
|
|
a.ui-button:active,
|
|
.ui-button:active,
|
|
.ui-button.ui-state-active:hover {
|
|
border: 1px solid #003eff;
|
|
background: #007fff;
|
|
font-weight: normal;
|
|
color: #fff
|
|
}
|
|
|
|
.ui-icon-background,
|
|
.ui-state-active .ui-icon-background {
|
|
border: #003eff;
|
|
background-color: #fff
|
|
}
|
|
|
|
.ui-state-active a,
|
|
.ui-state-active a:link,
|
|
.ui-state-active a:visited {
|
|
color: #fff;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-state-highlight,
|
|
.ui-widget-content .ui-state-highlight,
|
|
.ui-widget-header .ui-state-highlight {
|
|
border: 1px solid #dad55e;
|
|
background: #fffa90;
|
|
color: #777620
|
|
}
|
|
|
|
.ui-state-checked {
|
|
border: 1px solid #dad55e;
|
|
background: #fffa90
|
|
}
|
|
|
|
.ui-state-highlight a,
|
|
.ui-widget-content .ui-state-highlight a,
|
|
.ui-widget-header .ui-state-highlight a {
|
|
color: #777620
|
|
}
|
|
|
|
.ui-state-error,
|
|
.ui-widget-content .ui-state-error,
|
|
.ui-widget-header .ui-state-error {
|
|
border: 1px solid #f1a899;
|
|
background: #fddfdf;
|
|
color: #5f3f3f
|
|
}
|
|
|
|
.ui-state-error a,
|
|
.ui-widget-content .ui-state-error a,
|
|
.ui-widget-header .ui-state-error a {
|
|
color: #5f3f3f
|
|
}
|
|
|
|
.ui-state-error-text,
|
|
.ui-widget-content .ui-state-error-text,
|
|
.ui-widget-header .ui-state-error-text {
|
|
color: #5f3f3f
|
|
}
|
|
|
|
.ui-priority-primary,
|
|
.ui-widget-content .ui-priority-primary,
|
|
.ui-widget-header .ui-priority-primary {
|
|
font-weight: bold
|
|
}
|
|
|
|
.ui-priority-secondary,
|
|
.ui-widget-content .ui-priority-secondary,
|
|
.ui-widget-header .ui-priority-secondary {
|
|
opacity: .7;
|
|
filter: Alpha(Opacity=70);
|
|
font-weight: normal
|
|
}
|
|
|
|
.ui-state-disabled,
|
|
.ui-widget-content .ui-state-disabled,
|
|
.ui-widget-header .ui-state-disabled {
|
|
opacity: .35;
|
|
filter: Alpha(Opacity=35);
|
|
background-image: none
|
|
}
|
|
|
|
.ui-state-disabled .ui-icon {
|
|
filter: Alpha(Opacity=35)
|
|
}
|
|
|
|
.ui-icon {
|
|
width: 16px;
|
|
height: 16px
|
|
}
|
|
|
|
|
|
.ui-icon-blank {
|
|
background-position: 16px 16px
|
|
}
|
|
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-left,
|
|
.ui-corner-tl {
|
|
border-top-left-radius: 3px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-right,
|
|
.ui-corner-tr {
|
|
border-top-right-radius: 3px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-left,
|
|
.ui-corner-bl {
|
|
border-bottom-left-radius: 3px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-right,
|
|
.ui-corner-br {
|
|
border-bottom-right-radius: 3px
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
background: #aaa;
|
|
opacity: .3;
|
|
filter: Alpha(Opacity=30)
|
|
}
|
|
|
|
.ui-widget-shadow {
|
|
-webkit-box-shadow: 0 0 5px #666;
|
|
box-shadow: 0 0 5px #666
|
|
} |