silverstripe-framework/admin/css/screen.css

430 lines
35 KiB
CSS

/** This file is the central collection of included modules, links to custom SCSS files, and any global SCSS variable definitions. DO NOT ADD stylesheet rules to this file directly! Note: By prefixing files with an underscore, they won't create individual CSS files. */
/* line 17, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* line 20, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body { line-height: 1; }
/* line 22, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul { list-style: none; }
/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table { border-collapse: collapse; border-spacing: 0; }
/* line 26, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
/* line 28, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote { quotes: none; }
/* line 101, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
/* line 30, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img { border: none; }
/* line 115, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/** This file only contains color definitions. Please put any further formatting into _style.scss. */
/** This file defines the jstree base styling (see http://jstree.com), as well as any customizations (see bottom of file). The styles are usually added through jstree.js on DOM load, but we need it earlier in order to correctly display the uninitialized tree. */
/* line 10, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree ul { display: block; margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none; }
/* line 16, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree li { display: block; margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none; display: block; min-height: 18px; line-height: 18px; white-space: nowrap; margin-left: 18px; min-width: 18px; }
/* line 28, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree ins { display: inline-block; text-decoration: none; width: 18px; height: 18px; margin: 0 0 0 0; padding: 0; }
/* line 36, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a { display: inline-block; line-height: 16px; height: 16px; color: black; white-space: nowrap; text-decoration: none; padding: 1px 2px; margin: 0; }
/* line 45, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a:focus { outline: none; }
/* line 49, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a > ins { height: 16px; width: 16px; }
/* line 53, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a > .jstree-icon { margin-right: 3px; }
/* line 61, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree li.jstree-open > ul { display: block; }
/* line 64, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree li.jstree-closed > ul { display: none; }
/* line 69, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree li.disabled a { color: #aaaaaa; }
/* line 76, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-rtl a > .jstree-icon { margin-left: 3px; margin-right: 0; }
/* line 80, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-rtl li { margin-left: 0; margin-right: 18px; }
/* line 87, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-rtl > ul > li { margin-right: 0px; }
/* line 91, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree > ul > li { margin-left: 0px; }
/* line 95, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-dragged { display: block; margin: 0 0 0 0; padding: 4px 4px 4px 24px; position: absolute; top: -2000px; line-height: 16px; z-index: 10000; }
/* line 104, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu { display: block; visibility: hidden; left: 0; top: -200px; position: absolute; margin: 0; padding: 0; min-width: 180px; background: #ebebeb; border: 1px solid silver; z-index: 10000; *width: 180px; }
/* line 117, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu ul { min-width: 180px; *width: 180px; }
/* line 120, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu ul, #vakata-contextmenu li { margin: 0; padding: 0; list-style-type: none; display: block; }
/* line 126, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu li { line-height: 20px; min-height: 20px; position: relative; padding: 0px; }
/* line 132, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu li a { padding: 1px 6px; line-height: 17px; display: block; text-decoration: none; margin: 1px 1px 0 1px; }
/* line 139, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu li ins { float: left; width: 16px; height: 16px; text-decoration: none; margin-right: 2px; }
/* line 146, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu li a:hover, #vakata-contextmenu li.vakata-hover > a { background: gray; color: white; }
/* line 150, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu li ul { display: none; position: absolute; top: -2px; left: 100%; background: #ebebeb; border: 1px solid gray; }
/* line 158, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu .right { right: 100%; left: auto; }
/* line 162, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu .bottom { bottom: -1px; top: auto; }
/* line 166, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-contextmenu li.vakata-separator { min-height: 0; height: 1px; line-height: 1px; font-size: 1px; overflow: hidden; margin: 0 2px; background: silver; /* border-top:1px solid #fefefe; */ padding: 0; }
/* line 176, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree ul, .jstree li { display: block; margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none; }
/* line 182, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree li { display: block; min-height: 18px; line-height: 18px; white-space: nowrap; margin-left: 18px; min-width: 18px; }
/* line 190, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-rtl li { margin-left: 0; margin-right: 18px; }
/* line 194, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree > ul > li { margin-left: 0px; }
/* line 197, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-rtl > ul > li { margin-right: 0px; }
/* line 200, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree ins { display: inline-block; text-decoration: none; width: 18px; height: 18px; margin: 0 0 0 0; padding: 0; }
/* line 208, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a { display: inline-block; line-height: 16px; height: 16px; color: black; white-space: nowrap; text-decoration: none; padding: 1px 2px; margin: 0; }
/* line 218, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a:focus { outline: none; }
/* line 221, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a > ins { height: 16px; width: 16px; }
/* line 225, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree a > .jstree-icon { margin-right: 3px; }
/* line 228, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-rtl a > .jstree-icon { margin-left: 3px; margin-right: 0; }
/* line 232, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
li.jstree-open > ul { display: block; }
/* line 235, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
li.jstree-closed > ul { display: none; }
/* line 238, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-dragged ins { display: block; text-decoration: none; width: 16px; height: 16px; margin: 0 0 0 0; padding: 0; position: absolute; top: 4px; left: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; }
/* line 252, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-dragged .jstree-ok { background: green; }
/* line 255, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#vakata-dragged .jstree-invalid { background: red; }
/* line 258, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#jstree-marker { padding: 0; margin: 0; font-size: 12px; overflow: hidden; height: 12px; width: 8px; position: absolute; top: -30px; z-index: 10001; background-repeat: no-repeat; display: none; background-color: transparent; text-shadow: 1px 1px 1px white; color: black; line-height: 10px; }
/* line 275, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
#jstree-marker-line { padding: 0; margin: 0; line-height: 0%; font-size: 1px; overflow: hidden; height: 1px; width: 100px; position: absolute; top: -30px; z-index: 10000; background-repeat: no-repeat; display: none; background-color: #456c43; cursor: pointer; border: 1px solid #eeeeee; border-left: 0; -moz-box-shadow: 0px 0px 2px #666; -webkit-box-shadow: 0px 0px 2px #666; box-shadow: 0px 0px 2px #666; -moz-border-radius: 1px; border-radius: 1px; -webkit-border-radius: 1px; }
/* line 299, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-real-checkbox { display: none; }
/* line 302, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-themeroller .ui-icon { overflow: visible; }
/* line 305, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-themeroller a { padding: 0 2px; }
/* line 308, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree-themeroller .jstree-no-icon { display: none; }
/* line 311, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow-real { position: relative; z-index: 1; }
/* line 315, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow-real li { cursor: pointer; }
/* line 318, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow-real a { border-left-color: transparent !important; border-right-color: transparent !important; }
/* line 322, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow { position: relative; z-index: 0; height: 0; }
/* line 327, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width: 100%; }
/* line 330, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin: 0 !important; padding: 0 !important; }
/* line 334, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { background: transparent !important; }
/* line 337, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow ins, .jstree .jstree-wholerow span, .jstree .jstree-wholerow input { display: none !important; }
/* line 340, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow a, .jstree .jstree-wholerow a:hover { text-indent: -9999px !important; width: 100%; padding: 0 !important; border-right-width: 0px !important; border-left-width: 0px !important; }
/* line 347, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.jstree .jstree-wholerow-span { position: absolute; left: 0; margin: 0px; padding: 0; height: 18px; border-width: 0; padding: 0; z-index: 0; }
/* line 360, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.cms .jstree-apple.jstree-focused { background: none; }
/* line 363, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_tree.scss */
.cms .jstree-apple > ul { background: none; }
/* line 1, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu { z-index: 10; background-color: #ebeff1; -moz-box-shadow: 3px 0 3px #aaaaaa; -webkit-box-shadow: 3px 0 3px #aaaaaa; -o-box-shadow: 3px 0 3px #aaaaaa; box-shadow: 3px 0 3px #aaaaaa; }
/* line 6, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu a { text-decoration: none; }
/* line 12, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li { background-color: #b0bfc6; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b0bfc6), color-stop(100%, #758f9b)); background-image: -webkit-linear-gradient(top, #b0bfc6, #758f9b); background-image: -moz-linear-gradient(top, #b0bfc6, #758f9b); background-image: -o-linear-gradient(top, #b0bfc6, #758f9b); background-image: linear-gradient(top, #b0bfc6, #758f9b); border-bottom: 1px solid #aaaaaa; }
/* line 20, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li a { display: block; height: 32px; vertical-align: middle; font-size: 14px; text-shadow: #aaaaaa; color: #333333; padding: 5px; }
/* line 29, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li a .icon { display: block; float: left; margin-right: 5px; background: url('../images/icons-32.png?1303987682') no-repeat; width: 32px; height: 32px; overflow: hidden; background-position: 0px 0px; }
/* line 37, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li a .text { display: block; padding-top: 10px; }
/* line 43, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li.current { background-color: #338dc1; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #338dc1), color-stop(100%, #1e5270)); background-image: -webkit-linear-gradient(top, #338dc1, #1e5270); background-image: -moz-linear-gradient(top, #338dc1, #1e5270); background-image: -o-linear-gradient(top, #338dc1, #1e5270); background-image: linear-gradient(top, #338dc1, #1e5270); }
/* line 50, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li.current li { background-color: #2e7ead; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e7ead), color-stop(100%, #287099)); background-image: -webkit-linear-gradient(top, #2e7ead, #287099); background-image: -moz-linear-gradient(top, #2e7ead, #287099); background-image: -o-linear-gradient(top, #2e7ead, #287099); background-image: linear-gradient(top, #2e7ead, #287099); }
/* line 58, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li.current a { color: white; text-shadow: #333333; }
/* line 68, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li li:first { -moz-box-shadow: 0 4px 4px #333333; -webkit-box-shadow: 0 4px 4px #333333; -o-box-shadow: 0 4px 4px #333333; box-shadow: 0 4px 4px #333333; }
/* line 72, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li li a { font-size: 12px; text-shadow: #333333; margin: 0; padding-left: 30px; color: white; }
/* line 80, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li li.current a { font-weight: bold; }
/* line 87, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li#Menu-CMSMain a .icon { background-position: 0px 0px; }
/* line 88, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li#Menu-CMSMain.current a .icon, .cms-menu-list li#Menu-CMSMain a:hover .icon { background-position: -32px 0px; }
/* line 89, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li#Menu-AssetAdmin a .icon { background-position: 0px -32px; }
/* line 90, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_menu.scss */
.cms-menu-list li#Menu-AssetAdmin.current a .icon, .cms-menu-list li#Menu-AssetAdmin a:hover .icon { background-position: -32px -32px; }
/** This file defines common styles for form elements used throughout the CMS interface. It is an addition to the base styles defined in sapphire/css/Form.css. */
/* line 6, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.field { display: block; padding: 10px 0; border-bottom: 1px solid #aaaaaa; }
/* line 11, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.field label { float: left; width: 10em; }
/* line 17, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.field .middleColumn { margin-left: 10em; }
/* line 20, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.field .middleColumn .field { display: inline; padding: 0; border: none; }
/* line 26, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.field .middleColumn label { float: none; width: auto; }
/* line 35, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
form.nostyle .field { display: inline; padding: 0; border: 0; }
/* line 41, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
form.nostyle label { float: none; width: auto; }
/* line 46, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
form.nostyle .middleColumn { margin-left: 0; }
/* line 52, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.field.nolabel .middleColumn { margin-left: 0; }
/* line 57, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
input, textarea { -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebeff1), color-stop(50%, #ffffff), color-stop(100%, #ebeff1)); background-image: -webkit-linear-gradient(top, #ebeff1, #ffffff, #ebeff1); background-image: -moz-linear-gradient(top, #ebeff1, #ffffff, #ebeff1); background-image: -o-linear-gradient(top, #ebeff1, #ffffff, #ebeff1); background-image: linear-gradient(top, #ebeff1, #ffffff, #ebeff1); border: 1px solid #aaaaaa; padding: 3px; }
/* line 68, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
input.loading { padding-left: 16px; background: #ebeff1 url(../../images/network-save.gif) no-repeat center left; }
/* line 76, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.ss-ui-button.ss-ui-action-constructive, .ui-widget-content .ss-ui-button.ss-ui-action-constructive, .ui-widget-header .ss-ui-button.ss-ui-action-constructive { background: none; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #77b53f), color-stop(100%, #456925)); background-image: -webkit-linear-gradient(top, #77b53f, #456925); background-image: -moz-linear-gradient(top, #77b53f, #456925); background-image: -o-linear-gradient(top, #77b53f, #456925); background-image: linear-gradient(top, #77b53f, #456925); color: white; }
/* line 87, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.ss-ui-button.ss-ui-action-destructive, .ui-widget-content .ss-ui-button.ss-ui-action-destructive, .ui-widget-header .ss-ui-button.ss-ui-action-destructive { color: red; }
/* line 93, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.ss-ui-button.ss-ui-action-minor, .ui-widget-content .ss-ui-button.ss-ui-action-minor .ui-widget-header .ss-ui-button.ss-ui-action-minor { background: none; padding: 0; border: 0; color: #333333; text-decoration: underline; }
/* line 101, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.cms-edit-form { padding-bottom: 20px; }
/* line 105, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.cms-edit-form .Actions { text-align: right; }
/* line 112, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.cms-content-tools .field label { float: none; width: auto; }
/* line 117, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_forms.scss */
.cms-content-tools .field .middleColumn { margin-left: 0; }
/** This file defines CMS-specific customizations to the jQuery UI theme. Every rule in this file should be wrapped in the '.cms' selector (to make it more specific), and contain ONLY overwritten jQuery UI rules (with 'ui-' prefix). This file should be fairly short, as we're using our own custom jQuery UI theme already. TODO Add theme reference Use _style.scss to add more generic style information, and read the jQuery UI theming API: http://jqueryui.com/docs/Theming/API */
/* line 14, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_uitheme.scss */
.cms .ui-tabs { padding: 0; }
/* line 17, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_uitheme.scss */
.cms .ui-tabs .ui-widget-header { border: 0; background: none; }
/* line 24, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_uitheme.scss */
.cms .ui-widget-content, .cms .ui-tabs .ui-tabs-panel { color: #444444; font-size: 1em; border: 0; background: #ebeff1; }
/* line 31, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_uitheme.scss */
.cms .ui-widget-header { background: #ebeff1; border: 0; }
/* line 36, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_uitheme.scss */
.cms .ss-ui-button { padding: 5px; text-decoration: none; }
/** This file defines the 'theme' of the CMS: Colors, fonts, backgrounds, and detailed alignments. Together with _layout.css it provides the presentational backbone to the CMS. Ideally a developer should be able to exchange this file with his own theme easily. Please don't put any dimension, display or float information on major structural components like '.cms-container' or '.cms-header' in here, use the _layout.scss file instead. Use SCSS variable definitions in screen.css to avoid repeating styles like background colours or padding dimensions. See _colours.scss to get started. To avoid this file getting too large and complicated, it is encouraged to create new SCSS files for larger components like the CMS menu or tree (see _tree.scss and _menu.scss). */
/* line 18, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
body { font-size: 13px; font-family: Verdana, Arial, sans-serif; color: #444444; }
/* line 17, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body html, body body, body div, body span, body applet, body object, body iframe, body h1, body h2, body h3, body h4, body h5, body h6, body p, body blockquote, body pre, body a, body abbr, body acronym, body address, body big, body cite, body code, body del, body dfn, body em, body img, body ins, body kbd, body q, body s, body samp, body small, body strike, body strong, body sub, body sup, body tt, body var, body b, body u, body i, body center, body dl, body dt, body dd, body ol, body ul, body li, body fieldset, body form, body label, body legend, body table, body caption, body tbody, body tfoot, body thead, body tr, body th, body td, body article, body aside, body canvas, body details, body embed, body figure, body figcaption, body footer, body header, body hgroup, body menu, body nav, body output, body ruby, body section, body summary, body time, body mark, body audio, body video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* line 20, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body body { line-height: 1; }
/* line 22, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body ol, body ul { list-style: none; }
/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body table { border-collapse: collapse; border-spacing: 0; }
/* line 26, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body caption, body th, body td { text-align: left; font-weight: normal; vertical-align: middle; }
/* line 28, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body q, body blockquote { quotes: none; }
/* line 101, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body q:before, body q:after, body blockquote:before, body blockquote:after { content: ""; content: none; }
/* line 30, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body a img { border: none; }
/* line 115, /Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body article, body aside, body details, body figcaption, body figure, body footer, body header, body hgroup, body menu, body nav, body section { display: block; }
/* line 25, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
body * { font-size: 13px; }
/* line 29, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
body .ui-widget { font-size: 1em; }
/* line 33, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
strong { font-weight: bold; }
/* line 39, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-header { background-color: #afbfc7; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afbfc7), color-stop(100%, #91a7b2)); background-image: -webkit-linear-gradient(top, #afbfc7, #91a7b2); background-image: -moz-linear-gradient(top, #afbfc7, #91a7b2); background-image: -o-linear-gradient(top, #afbfc7, #91a7b2); background-image: linear-gradient(top, #afbfc7, #91a7b2); }
/* line 46, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-header h2 { float: left; padding: 10px; font-size: 14px; font-weight: bold; }
/* line 53, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-header .cms-content-header-tabs { float: left; }
/* line 60, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ui-tabs .cms-content-header .ui-tabs-nav li { height: 40px; }
/* line 63, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ui-tabs .cms-content-header .ui-tabs-nav li a { font-weight: bold; font-size: 11px; padding-top: 1em; }
/* line 72, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ui-tabs .cms-content-header .ui-state-default, .ui-tabs .cms-content-header .ui-widget-content .ui-state-default, .ui-tabs .cms-content-header .ui-widget-header .ui-state-default { background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #b7b7b7)); background-image: -webkit-linear-gradient(top, #dddddd, #b7b7b7); background-image: -moz-linear-gradient(top, #dddddd, #b7b7b7); background-image: -o-linear-gradient(top, #dddddd, #b7b7b7); background-image: linear-gradient(top, #dddddd, #b7b7b7); }
/* line 82, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ui-tabs .cms-content-header .ui-state-active, .ui-tabs .cms-content-header .ui-widget-content .ui-state-active, .ui-tabs .cms-content-header .ui-widget-header .ui-state-active { background: #ebeff1; }
/* line 87, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-tools { background-color: #dce3e6; padding: 10px; }
/* line 94, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-header { background-color: #00111d; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00111d), color-stop(50%, #003050), color-stop(100%, #00111d)); background-image: -webkit-linear-gradient(top, #00111d, #003050, #00111d); background-image: -moz-linear-gradient(top, #00111d, #003050, #00111d); background-image: -o-linear-gradient(top, #00111d, #003050, #00111d); background-image: linear-gradient(top, #00111d, #003050, #00111d); }
/* line 102, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-header * { color: white; }
/* line 109, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-logo .version { display: none; }
/* line 113, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-logo * { color: #3ebae0; }
/* line 117, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-logo a { display: inline-block; height: 25px; width: 25px; float: left; margin-right: 10px; background: url(../images/logo_small.png) no-repeat; text-indent: -9999em; }
/* line 130, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-login-status .logout-link { display: inline-block; height: 25px; width: 25px; float: left; margin-right: 10px; background: url(../images/logout.png) no-repeat; text-indent: -9999em; }
/* line 144, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ss-loading-screen, .ss-loading-screen .loading-logo { width: 100%; height: 100%; overflow: hidden; position: absolute; background: #fff; background: -moz-radial-gradient(50% 50% 180deg, circle cover, white, #efefef, #c7c7c7 100%); background: -webkit-gradient(radial, 50% 50%, 350, 50% 50%, 0, from(#e3e3e3), to(white)); z-index: 100000; margin: 0; padding: 0; }
/* line 159, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ss-loading-screen .loading-logo { background-url: url(../images/logo.gif); background-repeat: no-repeat; background-color: transparent; background-position: 50% 50%; }
/* line 165, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ss-loading-screen p { width: 100%; text-align: center; position: absolute; bottom: 80px; }
/* line 171, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ss-loading-screen p span.notice { display: inline-block; font-size: 14px; padding: 10px 20px; color: #dc7f00; border: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
/* line 181, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ss-loading-screen .loading-animation { display: none; position: absolute; left: 49%; top: 75%; }
/** Messages (see sapphire/css/Form.css) */
/* line 200, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.message { margin: 1em 0; padding: 0.5em; font-weight: bold; border: 1px black solid; }
/* line 206, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.message.notice { background-color: #ffbe66; border-color: #ff9300; }
/* line 211, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.message.warning { background-color: #ffbe66; border-color: #ff9300; }
/* line 215, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.message.error { background-color: #ffbe66; border-color: #ff9300; }
/* line 224, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ModelAdmin .cms-content-tools { width: 300px; }
/* line 229, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.ModelAdmin .ResultAssemblyBlock { display: none; }
/* line 236, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-page-add-form-dialog #PageType li { clear: left; height: 40px; border-bottom: 1px solid #333333; }
/* line 241, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-page-add-form-dialog #PageType li:hover, .cms-page-add-form-dialog #PageType li.selected { background-color: #ffff99; }
/* line 245, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-page-add-form-dialog #PageType li input, .cms-page-add-form-dialog #PageType li label, .cms-page-add-form-dialog #PageType li .icon, .cms-page-add-form-dialog #PageType li .title { float: left; }
/* line 249, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-page-add-form-dialog #PageType li .icon { width: 20px; }
/* line 253, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-page-add-form-dialog #PageType li .title { width: 100px; font-weight: bold; }
/* line 258, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-page-add-form-dialog #PageType li .description { font-style: italic; }
/* line 266, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-toolbar > * { display: inline-block; }
/* line 270, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-toolbar .cms-tree-view-modes * { display: inline-block; }
/* line 274, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-content-toolbar .cms-content-batchactions form > * { display: inline-block; }
/* line 280, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-preview-header { background-color: #FFBE66; padding: 10px; font-weight: bold; }
/* line 290, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form #CsvFile .middleColumn { background: none !important; }
/* line 294, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form .advanced h4 { margin-bottom: .5em; }
/* line 298, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form .Actions { text-align: left; border: 0; }
/* line 303, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form input.customFormat { border: 1px solid #ccc !important; padding: 3px; margin-left: 2px; }
/* line 308, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form .formattingHelpToggle { font-size: 11px; padding: 3px; }
/* line 312, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form .formattingHelpText { margin: 5px auto; color: #333; padding: 5px 10px; width: 90%; background: #fff; border: 1px solid #ccc; }
/* line 320, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form .formattingHelpText ul { padding: 0; }
/* line 323, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
form.member-profile-form .formattingHelpText li { font-size: 11px; color: #333; margin-bottom: 2px; }
/* line 332, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-preview { background-color: #b0bfc6; }
/* line 335, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-preview .cms-preview-toggle { cursor: pointer; }
/* line 338, /Users/ingo/Silverstripe/ss/sapphire/admin/scss/_style.scss */
.cms-preview .cms-preview-toggle a { color: white; font-weight: bold; text-decoration: none; }