4293 lines
96 KiB
CSS
4293 lines
96 KiB
CSS
body,
|
|
td,
|
|
pre {
|
|
color: #000;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
margin: 8px;
|
|
}
|
|
body {
|
|
background: #fff;
|
|
}
|
|
body.mceForceColors {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
body.mceBrowserDefaults {
|
|
background: transparent;
|
|
color: inherit;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
h2 {
|
|
font-size: 1.5em;
|
|
}
|
|
h3 {
|
|
font-size: 1.17em;
|
|
}
|
|
h4 {
|
|
font-size: 1em;
|
|
}
|
|
h5 {
|
|
font-size: 0.83em;
|
|
}
|
|
h6 {
|
|
font-size: 0.75em;
|
|
}
|
|
.mceItemTable,
|
|
.mceItemTable td,
|
|
.mceItemTable th,
|
|
.mceItemTable caption,
|
|
.mceItemVisualAid {
|
|
border: 1px dashed #bbb;
|
|
}
|
|
a.mceItemAnchor {
|
|
display: inline-block;
|
|
user-select: all;
|
|
-webkit-user-select: all;
|
|
-webkit-user-modify: read-only;
|
|
-moz-user-select: all;
|
|
-moz-user-modify: read-only;
|
|
width: 11px !important;
|
|
height: 11px !important;
|
|
background: url(items.gif) no-repeat center center;
|
|
}
|
|
span.mceItemNbsp {
|
|
background: #ddd;
|
|
}
|
|
td.mceSelected,
|
|
th.mceSelected {
|
|
background-color: #3399ff !important;
|
|
}
|
|
img {
|
|
border: 0;
|
|
}
|
|
table,
|
|
img,
|
|
hr,
|
|
.mceItemAnchor {
|
|
cursor: default;
|
|
}
|
|
table td,
|
|
table th {
|
|
cursor: text;
|
|
}
|
|
ins {
|
|
border-bottom: 1px solid green;
|
|
text-decoration: none;
|
|
color: green;
|
|
}
|
|
del {
|
|
color: red;
|
|
text-decoration: line-through;
|
|
}
|
|
cite {
|
|
border-bottom: 1px dashed blue;
|
|
}
|
|
acronym {
|
|
border-bottom: 1px dotted #ccc;
|
|
cursor: help;
|
|
}
|
|
abbr {
|
|
border-bottom: 1px dashed #ccc;
|
|
cursor: help;
|
|
}
|
|
|
|
/* IE */
|
|
* html body {
|
|
scrollbar-3dlight-color: #f0f0ee;
|
|
scrollbar-arrow-color: #676662;
|
|
scrollbar-base-color: #f0f0ee;
|
|
scrollbar-darkshadow-color: #ddd;
|
|
scrollbar-face-color: #e0e0dd;
|
|
scrollbar-highlight-color: #f0f0ee;
|
|
scrollbar-shadow-color: #f0f0ee;
|
|
scrollbar-track-color: #f5f5f5;
|
|
}
|
|
|
|
img:-moz-broken {
|
|
-moz-force-broken-image-icon: 1;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
font[face="mceinline"] {
|
|
font-family: inherit !important;
|
|
}
|
|
*[contentEditable]:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
.mceItemMedia {
|
|
border: 1px dotted #cc0000;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: #ffffcc;
|
|
}
|
|
.mceItemShockWave {
|
|
background-image: url(shockwave.gif);
|
|
}
|
|
.mceItemFlash {
|
|
background-image: url(flash.gif);
|
|
}
|
|
.mceItemQuickTime {
|
|
background-image: url(quicktime.gif);
|
|
}
|
|
.mceItemWindowsMedia {
|
|
background-image: url(windowsmedia.gif);
|
|
}
|
|
.mceItemRealMedia {
|
|
background-image: url(realmedia.gif);
|
|
}
|
|
.mceItemVideo {
|
|
background-image: url(video.gif);
|
|
}
|
|
.mceItemAudio {
|
|
background-image: url(video.gif);
|
|
}
|
|
.mceItemEmbeddedAudio {
|
|
background-image: url(video.gif);
|
|
}
|
|
.mceItemIframe {
|
|
background-image: url(iframe.gif);
|
|
}
|
|
.mcePageBreak {
|
|
display: block;
|
|
border: 0;
|
|
width: 100%;
|
|
height: 12px;
|
|
border-top: 1px dotted #ccc;
|
|
margin-top: 15px;
|
|
background: #fff url(pagebreak.png) no-repeat center top;
|
|
}
|
|
ul.dropdown li a {
|
|
display: block;
|
|
padding: 9px 9px;
|
|
height: 19px;
|
|
}
|
|
ul.dropdown li a.current {
|
|
background: #fff;
|
|
/*font-weight:bold;*/
|
|
}
|
|
ul.dropdown li ul a.current {
|
|
font-weight: bold;
|
|
background: inherit;
|
|
}
|
|
ul.dropdown li {
|
|
padding: 0;
|
|
border-left: 1px solid #d3d3d3;
|
|
}
|
|
ul.dropdown li.dir {
|
|
padding: 7px 20px 7px 12px;
|
|
}
|
|
ul.dropdown {
|
|
font: 10pt Verdana;
|
|
}
|
|
ul.dropdown li {
|
|
padding: 7px 12px;
|
|
|
|
color: #000;
|
|
}
|
|
/*ul.dropdown li.hover,
|
|
ul.dropdown li:hover {
|
|
cursor:pointer;
|
|
/background:#fff;/
|
|
}*/
|
|
|
|
ul.dropdown a:link,
|
|
ul.dropdown a:visited {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/*ul.dropdown a:hover { color: #000; /text-decoration: underline;/ }*/
|
|
ul.dropdown a:active {
|
|
color: #000;
|
|
}
|
|
ul.dropdown ul {
|
|
margin-left: -6px;
|
|
width: 230px;
|
|
background: #e9e9e9;
|
|
color: #000;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
}
|
|
ul.dropdown ul li {
|
|
background-color: transparent;
|
|
color: #000;
|
|
border-bottom: Solid 1px #c9c9c9;
|
|
}
|
|
/*ul.dropdown ul li.hover,
|
|
ul.dropdown ul li:hover {
|
|
background-color: transparent;
|
|
}*/
|
|
ul.dropdown ul li.empty {
|
|
padding: 12px 12px 7px !important;
|
|
font-weight: bold;
|
|
}
|
|
ul.dropdown ul a:link,
|
|
/*ul.dropdown ul a:visited { color: #fff; }*/
|
|
/*ul.dropdown ul a:hover { color: #fff; text-decoration: none; }*/
|
|
ul.dropdown ul a:active {
|
|
color: #000;
|
|
}
|
|
ul.dropdown ul ul {
|
|
margin: 0px;
|
|
margin-left: 1px;
|
|
}
|
|
|
|
/* ROZWIJANE W PRAWEO ITP. */
|
|
ul.dropdown *.dir {
|
|
padding-right: 20px;
|
|
background-image: url(nav-arrow-down.png);
|
|
background-position: 100% 50%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
ul.dropdown-horizontal ul *.dir {
|
|
padding-right: 15px;
|
|
background-image: url(nav-arrow-right.gif) !important;
|
|
background-position: 100% 50% !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
|
|
ul.dropdown-upward *.dir {
|
|
background-image: url(nav-arrow-top.png);
|
|
}
|
|
|
|
ul.dropdown-vertical *.dir,
|
|
ul.dropdown-upward ul *.dir {
|
|
background-image: url(nav-arrow-right.png);
|
|
}
|
|
|
|
ul.dropdown-vertical-rtl *.dir {
|
|
padding-right: 10px;
|
|
padding-left: 15px;
|
|
background-image: url(nav-arrow-left.png);
|
|
background-position: 0 50%;
|
|
}
|
|
|
|
/**
|
|
* Horizontal CSS Drop-Down Menu Module
|
|
*
|
|
* @file dropdown.css
|
|
* @package Dropdown
|
|
* @version 0.7.1
|
|
* @type Transitional
|
|
* @stacks 597-599
|
|
* @browsers Windows: IE6+, Opera7+, Firefox1+
|
|
* Mac OS: Safari2+, Firefox2+
|
|
*
|
|
* @link http://www.lwis.net/
|
|
* @copyright 2006-2008 Live Web Institute. All Rights Reserved.
|
|
*
|
|
*/
|
|
ul.dropdown,
|
|
ul.dropdown li,
|
|
ul.dropdown ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul.dropdown {
|
|
position: relative;
|
|
z-index: 1001;
|
|
float: left;
|
|
}
|
|
|
|
ul.dropdown li {
|
|
float: left;
|
|
line-height: 1.3em;
|
|
vertical-align: middle;
|
|
zoom: 1;
|
|
}
|
|
|
|
/*ul.dropdown li.hover,
|
|
ul.dropdown li:hover {
|
|
position: relative;
|
|
z-index: 1003;
|
|
cursor: default;
|
|
background:#fff;
|
|
}*/
|
|
|
|
ul.dropdown ul {
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 5px;
|
|
z-index: 598;
|
|
width: 100%;
|
|
transition:
|
|
visibility 0.1s linear,
|
|
opacity 0.1s linear;
|
|
box-shadow: 3px 0 5px #0000001a;
|
|
}
|
|
|
|
ul.dropdown ul li {
|
|
float: none;
|
|
}
|
|
|
|
ul.dropdown ul ul {
|
|
top: 0;
|
|
left: calc(100% - 1px);
|
|
}
|
|
|
|
/*ul.dropdown li:hover > ul {
|
|
visibility: visible;
|
|
}*/
|
|
|
|
ul.dropdown li.rtl ul {
|
|
top: 100%;
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
ul.dropdown li.rtl ul ul {
|
|
top: 1px;
|
|
right: 99%;
|
|
left: auto;
|
|
}
|
|
|
|
/*!
|
|
* jQuery UI Accordion 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Accordion#theming
|
|
*/
|
|
.ui-accordion .ui-accordion-header {
|
|
display: block;
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin-top: 2px;
|
|
padding: 0.5em 0.5em 0.5em 0.7em;
|
|
zoom: 1;
|
|
}
|
|
.ui-accordion .ui-accordion-icons {
|
|
padding-left: 2.2em;
|
|
}
|
|
.ui-accordion .ui-accordion-noicons {
|
|
padding-left: 0.7em;
|
|
}
|
|
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
|
padding-left: 2.2em;
|
|
}
|
|
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
|
position: absolute;
|
|
left: 0.5em;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
}
|
|
.ui-accordion .ui-accordion-content {
|
|
padding: 1em 2.2em;
|
|
border-top: 0;
|
|
overflow: auto;
|
|
zoom: 1;
|
|
}
|
|
|
|
.ui-datepicker-week-end a {
|
|
background: #d80001 !important;
|
|
}
|
|
/*!
|
|
* jQuery UI Autocomplete 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Autocomplete#theming
|
|
*/
|
|
.ui-autocomplete {
|
|
position: absolute;
|
|
cursor: default;
|
|
}
|
|
|
|
/* workarounds */
|
|
* html .ui-autocomplete {
|
|
width: 1px;
|
|
} /* without this, the menu expands to 100% in IE6 */
|
|
/*!
|
|
* jQuery UI Button 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Button#theming
|
|
*/
|
|
.ui-button {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
margin-right: 0.1em;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
zoom: 1;
|
|
overflow: visible;
|
|
} /* the overflow property removes extra width in IE */
|
|
.ui-button,
|
|
.ui-button:link,
|
|
.ui-button:visited,
|
|
.ui-button:hover,
|
|
.ui-button:active {
|
|
text-decoration: none;
|
|
}
|
|
.ui-button-icon-only {
|
|
width: 2.2em;
|
|
} /* to make room for the icon, a width needs to be set here */
|
|
button.ui-button-icon-only {
|
|
width: 2.4em;
|
|
} /* button elements seem to need a little more width */
|
|
.ui-button-icons-only {
|
|
width: 3.4em;
|
|
}
|
|
button.ui-button-icons-only {
|
|
width: 3.7em;
|
|
}
|
|
|
|
/*button text element */
|
|
.ui-button .ui-button-text {
|
|
display: block;
|
|
line-height: 1.4;
|
|
}
|
|
.ui-button-text-only .ui-button-text {
|
|
padding: 0.4em 1em;
|
|
}
|
|
.ui-button-icon-only .ui-button-text,
|
|
.ui-button-icons-only .ui-button-text {
|
|
padding: 0.4em;
|
|
text-indent: -9999999px;
|
|
}
|
|
.ui-button-text-icon-primary .ui-button-text,
|
|
.ui-button-text-icons .ui-button-text {
|
|
padding: 0.4em 1em 0.4em 2.1em;
|
|
}
|
|
.ui-button-text-icon-secondary .ui-button-text,
|
|
.ui-button-text-icons .ui-button-text {
|
|
padding: 0.4em 2.1em 0.4em 1em;
|
|
}
|
|
.ui-button-text-icons .ui-button-text {
|
|
padding-left: 2.1em;
|
|
padding-right: 2.1em;
|
|
}
|
|
/* no icon support for input elements, provide padding by default */
|
|
input.ui-button {
|
|
padding: 0.4em 1em;
|
|
}
|
|
|
|
/*button icon element(s) */
|
|
.ui-button-icon-only .ui-icon,
|
|
.ui-button-text-icon-primary .ui-icon,
|
|
.ui-button-text-icon-secondary .ui-icon,
|
|
.ui-button-text-icons .ui-icon,
|
|
.ui-button-icons-only .ui-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
}
|
|
.ui-button-icon-only .ui-icon {
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
}
|
|
.ui-button-text-icon-primary .ui-button-icon-primary,
|
|
.ui-button-text-icons .ui-button-icon-primary,
|
|
.ui-button-icons-only .ui-button-icon-primary {
|
|
left: 0.5em;
|
|
}
|
|
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
|
.ui-button-text-icons .ui-button-icon-secondary,
|
|
.ui-button-icons-only .ui-button-icon-secondary {
|
|
right: 0.5em;
|
|
}
|
|
.ui-button-text-icons .ui-button-icon-secondary,
|
|
.ui-button-icons-only .ui-button-icon-secondary {
|
|
right: 0.5em;
|
|
}
|
|
|
|
/*button sets*/
|
|
.ui-buttonset {
|
|
margin-right: 7px;
|
|
}
|
|
.ui-buttonset .ui-button {
|
|
margin-left: 0;
|
|
margin-right: -0.3em;
|
|
}
|
|
|
|
/* workarounds */
|
|
button.ui-button::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
} /* reset extra padding in Firefox */
|
|
/*!
|
|
* jQuery UI CSS Framework 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
*/
|
|
|
|
/* Layout helpers
|
|
----------------------------------*/
|
|
.ui-helper-hidden {
|
|
display: none;
|
|
}
|
|
.ui-helper-hidden-accessible {
|
|
position: absolute !important;
|
|
clip: rect(1px 1px 1px 1px);
|
|
clip: rect(1px, 1px, 1px, 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;
|
|
}
|
|
.ui-helper-clearfix:after {
|
|
clear: both;
|
|
}
|
|
.ui-helper-clearfix {
|
|
zoom: 1;
|
|
}
|
|
.ui-helper-zfix {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
opacity: 0;
|
|
filter: Alpha(Opacity=0);
|
|
}
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-disabled {
|
|
cursor: default !important;
|
|
}
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon {
|
|
display: block;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/*!
|
|
* jQuery UI Datepicker 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Datepicker#theming
|
|
*/
|
|
.ui-datepicker {
|
|
width: 17em;
|
|
padding: 0.2em 0.2em 0;
|
|
display: none;
|
|
}
|
|
.ui-datepicker .ui-datepicker-header {
|
|
position: relative;
|
|
padding: 0.2em 0;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev,
|
|
.ui-datepicker .ui-datepicker-next {
|
|
position: absolute;
|
|
top: 2px;
|
|
width: 1.8em;
|
|
height: 1.8em;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev-hover,
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
top: 1px;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev {
|
|
left: 2px;
|
|
}
|
|
.ui-datepicker .ui-datepicker-next {
|
|
right: 2px;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev-hover {
|
|
left: 1px;
|
|
}
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
right: 1px;
|
|
}
|
|
.ui-datepicker .ui-datepicker-prev span,
|
|
.ui-datepicker .ui-datepicker-next span {
|
|
display: block;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
}
|
|
.ui-datepicker .ui-datepicker-title {
|
|
margin: 0 2.3em;
|
|
line-height: 1.8em;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker .ui-datepicker-title select {
|
|
font-size: 1em;
|
|
margin: 1px 0;
|
|
}
|
|
.ui-datepicker select.ui-datepicker-month-year {
|
|
width: 100%;
|
|
}
|
|
.ui-datepicker select.ui-datepicker-month {
|
|
width: 59%;
|
|
}
|
|
.ui-datepicker select.ui-datepicker-year {
|
|
width: 39%;
|
|
}
|
|
.ui-datepicker table {
|
|
width: 100%;
|
|
font-size: 0.9em;
|
|
border-collapse: collapse;
|
|
margin: 0 0 0.4em;
|
|
}
|
|
.ui-datepicker th {
|
|
padding: 0.7em 0.3em;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border: 0;
|
|
}
|
|
.ui-datepicker td {
|
|
border: 0;
|
|
padding: 1px;
|
|
}
|
|
.ui-datepicker td span,
|
|
.ui-datepicker td a {
|
|
display: block;
|
|
padding: 0.2em;
|
|
text-align: right;
|
|
text-decoration: none;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane {
|
|
background-image: none;
|
|
margin: 0.7em 0 0 0;
|
|
padding: 0 0.2em;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
float: right;
|
|
margin: 0.5em 0.2em 0.4em;
|
|
cursor: pointer;
|
|
padding: 0.2em 0.6em 0.3em 0.6em;
|
|
width: auto;
|
|
overflow: visible;
|
|
}
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
float: left;
|
|
}
|
|
|
|
/* with multiple calendars */
|
|
.ui-datepicker.ui-datepicker-multi {
|
|
width: auto;
|
|
}
|
|
.ui-datepicker-multi .ui-datepicker-group {
|
|
float: left;
|
|
}
|
|
.ui-datepicker-multi .ui-datepicker-group table {
|
|
width: 95%;
|
|
margin: 0 auto 0.4em;
|
|
}
|
|
.ui-datepicker-multi-2 .ui-datepicker-group {
|
|
width: 50%;
|
|
}
|
|
.ui-datepicker-multi-3 .ui-datepicker-group {
|
|
width: 33.3%;
|
|
}
|
|
.ui-datepicker-multi-4 .ui-datepicker-group {
|
|
width: 25%;
|
|
}
|
|
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
|
|
border-left-width: 0;
|
|
}
|
|
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-left-width: 0;
|
|
}
|
|
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
clear: left;
|
|
}
|
|
.ui-datepicker-row-break {
|
|
clear: both;
|
|
width: 100%;
|
|
font-size: 0em;
|
|
}
|
|
|
|
/* RTL support */
|
|
.ui-datepicker-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-prev {
|
|
right: 2px;
|
|
left: auto;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-next {
|
|
left: 2px;
|
|
right: auto;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
|
right: 1px;
|
|
left: auto;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
|
left: 1px;
|
|
right: auto;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
|
clear: right;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
|
float: left;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
float: right;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-group {
|
|
float: right;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
|
.ui-datepicker-cover {
|
|
position: absolute; /*must have*/
|
|
z-index: -1; /*must have*/
|
|
filter: mask(); /*must have*/
|
|
top: -4px; /*must have*/
|
|
left: -4px; /*must have*/
|
|
width: 200px; /*must have*/
|
|
height: 200px; /*must have*/
|
|
}
|
|
/*!
|
|
* jQuery UI Dialog 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Dialog#theming
|
|
*/
|
|
.ui-dialog {
|
|
position: absolute;
|
|
padding: 0.2em;
|
|
width: 300px;
|
|
overflow: hidden;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
padding: 0.4em 1em;
|
|
position: relative;
|
|
}
|
|
.ui-dialog .ui-dialog-title {
|
|
float: left;
|
|
margin: 0.1em 16px 0.1em 0;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
position: absolute;
|
|
right: 0.3em;
|
|
top: 50%;
|
|
width: 19px;
|
|
margin: -10px 0 0 0;
|
|
padding: 1px;
|
|
height: 18px;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-close span {
|
|
display: block;
|
|
margin: 1px;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar-close:hover,
|
|
.ui-dialog .ui-dialog-titlebar-close:focus {
|
|
padding: 0;
|
|
}
|
|
.ui-dialog .ui-dialog-content {
|
|
position: relative;
|
|
border: 0;
|
|
padding: 0.5em 1em;
|
|
background: none;
|
|
overflow: auto;
|
|
zoom: 1;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
text-align: left;
|
|
border-width: 1px 0 0 0;
|
|
background-image: none;
|
|
margin: 0.5em 0 0 0;
|
|
padding: 0.3em 1em 0.5em 0.4em;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
float: right;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
margin: 0.5em 0.4em 0.5em 0;
|
|
cursor: pointer;
|
|
}
|
|
.ui-dialog .ui-resizable-se {
|
|
width: 14px;
|
|
height: 14px;
|
|
right: 3px;
|
|
bottom: 3px;
|
|
}
|
|
.ui-draggable .ui-dialog-titlebar {
|
|
cursor: move;
|
|
}
|
|
/*!
|
|
* jQuery UI Menu 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Menu#theming
|
|
*/
|
|
.ui-menu {
|
|
list-style: none;
|
|
padding: 2px;
|
|
margin: 0;
|
|
display: block;
|
|
outline: none;
|
|
}
|
|
.ui-menu .ui-menu {
|
|
margin-top: -3px;
|
|
position: absolute;
|
|
}
|
|
.ui-menu .ui-menu-item {
|
|
margin: 0;
|
|
padding: 0;
|
|
zoom: 1;
|
|
width: 100%;
|
|
}
|
|
.ui-menu .ui-menu-divider {
|
|
margin: 5px -2px 5px -2px;
|
|
height: 0;
|
|
font-size: 0;
|
|
line-height: 0;
|
|
border-width: 1px 0 0 0;
|
|
}
|
|
.ui-menu .ui-menu-item a {
|
|
text-decoration: none;
|
|
display: block;
|
|
padding: 2px 0.4em;
|
|
line-height: 1.5;
|
|
zoom: 1;
|
|
font-weight: normal;
|
|
}
|
|
.ui-menu .ui-menu-item a.ui-state-focus,
|
|
.ui-menu .ui-menu-item a.ui-state-active {
|
|
font-weight: normal;
|
|
margin: -1px;
|
|
}
|
|
|
|
.ui-menu .ui-state-disabled {
|
|
font-weight: normal;
|
|
margin: 0.4em 0 0.2em;
|
|
line-height: 1.5;
|
|
}
|
|
.ui-menu .ui-state-disabled a {
|
|
cursor: default;
|
|
}
|
|
|
|
/* icon support */
|
|
.ui-menu-icons {
|
|
position: relative;
|
|
}
|
|
.ui-menu-icons .ui-menu-item a {
|
|
position: relative;
|
|
padding-left: 2em;
|
|
}
|
|
|
|
/* left-aligned */
|
|
.ui-menu .ui-icon {
|
|
position: absolute;
|
|
top: 0.2em;
|
|
left: 0.2em;
|
|
}
|
|
|
|
/* right-aligned */
|
|
.ui-menu .ui-menu-icon {
|
|
position: static;
|
|
float: right;
|
|
}
|
|
/*!
|
|
* jQuery UI Progressbar 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Progressbar#theming
|
|
*/
|
|
.ui-progressbar {
|
|
height: 2em;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
}
|
|
.ui-progressbar .ui-progressbar-value {
|
|
margin: -1px;
|
|
height: 100%;
|
|
}
|
|
/*!
|
|
* jQuery UI Resizable 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Resizable#theming
|
|
*/
|
|
.ui-resizable {
|
|
position: relative;
|
|
}
|
|
.ui-resizable-handle {
|
|
position: absolute;
|
|
font-size: 0.1px;
|
|
display: block;
|
|
}
|
|
.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: 12px;
|
|
height: 12px;
|
|
right: 1px;
|
|
bottom: 1px;
|
|
}
|
|
.ui-resizable-sw {
|
|
cursor: sw-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
left: -5px;
|
|
bottom: -5px;
|
|
}
|
|
.ui-resizable-nw {
|
|
cursor: nw-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
left: -5px;
|
|
top: -5px;
|
|
}
|
|
.ui-resizable-ne {
|
|
cursor: ne-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
right: -5px;
|
|
top: -5px;
|
|
}
|
|
/*!
|
|
* jQuery UI Selectable 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Selectable#theming
|
|
*/
|
|
.ui-selectable-helper {
|
|
position: absolute;
|
|
z-index: 100;
|
|
border: 1px dotted black;
|
|
}
|
|
/*!
|
|
* jQuery UI Slider 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Slider#theming
|
|
*/
|
|
.ui-slider { position: relative; text-align: left; }
|
|
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
|
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
|
|
|
.ui-slider-horizontal { height: .8em; }
|
|
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
|
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
|
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
|
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
|
|
|
.ui-slider-vertical { width: .8em; height: 100px; }
|
|
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
|
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
|
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
|
.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
|
/*!
|
|
* jQuery UI Spinner 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Spinner#theming
|
|
*/
|
|
.ui-spinner {
|
|
position: relative;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.ui-spinner-input {
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
margin: 0.2em 0;
|
|
vertical-align: middle;
|
|
margin-left: 0.4em;
|
|
margin-right: 22px;
|
|
}
|
|
.ui-spinner-button {
|
|
width: 16px;
|
|
height: 50%;
|
|
font-size: 0.5em;
|
|
padding: 0;
|
|
margin: 0;
|
|
z-index: 100;
|
|
text-align: center;
|
|
position: absolute;
|
|
cursor: default;
|
|
display: block;
|
|
overflow: hidden;
|
|
right: 0;
|
|
}
|
|
.ui-spinner a.ui-spinner-button {
|
|
border-top: none;
|
|
border-bottom: none;
|
|
border-right: none;
|
|
} /* more specificity required here to overide default borders */
|
|
.ui-spinner .ui-icon {
|
|
position: absolute;
|
|
margin-top: -8px;
|
|
top: 50%;
|
|
left: 0;
|
|
} /* vertical centre icon */
|
|
.ui-spinner-up {
|
|
top: 0;
|
|
}
|
|
.ui-spinner-down {
|
|
bottom: 0;
|
|
}
|
|
|
|
/* TR overrides */
|
|
span.ui-spinner {
|
|
background: none;
|
|
}
|
|
.ui-spinner .ui-icon-triangle-1-s {
|
|
/* need to fix icons sprite */
|
|
background-position: -65px -16px;
|
|
}
|
|
/*!
|
|
* jQuery UI Tabs 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Tabs#theming
|
|
*/
|
|
.ui-tabs {
|
|
position: relative;
|
|
padding: 0.2em;
|
|
zoom: 1;
|
|
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
|
.ui-tabs .ui-tabs-nav {
|
|
margin: 0;
|
|
padding: 0.2em 0.2em 0;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li {
|
|
list-style: none;
|
|
float: left;
|
|
position: relative;
|
|
top: 0;
|
|
margin: 1px 0.2em 0 0;
|
|
border-bottom: 0;
|
|
padding: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li a {
|
|
float: left;
|
|
padding: 0.5em 1em;
|
|
text-decoration: none;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
margin-bottom: -1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
|
|
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
|
|
cursor: text;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li a,
|
|
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
|
|
cursor: pointer;
|
|
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
|
.ui-tabs .ui-tabs-panel {
|
|
display: block;
|
|
border-width: 0;
|
|
padding: 1em 1.4em;
|
|
background: none;
|
|
}
|
|
/*!
|
|
* jQuery UI CSS Framework 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
*
|
|
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=f9f9f9&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=cccccc&fcHeader=e69700&iconColorHeader=5fa5e3&bgColorContent=eeeeee&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=0a82eb&bgColorDefault=1484e6&bgTextureDefault=08_diagonals_thick.png&bgImgOpacityDefault=22&borderColorDefault=ffffff&fcDefault=ffffff&iconColorDefault=fcdd4a&bgColorHover=2293f7&bgTextureHover=08_diagonals_thick.png&bgImgOpacityHover=26&borderColorHover=2293f7&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=e69700&bgTextureActive=08_diagonals_thick.png&bgImgOpacityActive=20&borderColorActive=e69700&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=c5ddfc&bgTextureHighlight=07_diagonals_small.png&bgImgOpacityHighlight=25&borderColorHighlight=ffffff&fcHighlight=333333&iconColorHighlight=0b54d5&bgColorError=e69700&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=20&borderColorError=e69700&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=e6b900&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=e69700&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=20&thicknessShadow=0px&offsetTopShadow=6px&offsetLeftShadow=6px&cornerRadiusShadow=3px
|
|
*/
|
|
|
|
|
|
/* Component containers
|
|
----------------------------------*/
|
|
.ui-widget { font-family: segoe ui,Arial,sans-serif; font-size: 1.1em; }
|
|
.ui-widget .ui-widget { font-size: 1em; }
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui,Arial,sans-serif; font-size: 1em; }
|
|
.ui-widget-content { border: 1px solid #aaaaaa; background: #eeeeee url(images/ui-bg_inset-hard_100_eeeeee_1x100.png) 50% bottom repeat-x; color: #222222; }
|
|
.ui-widget-content a { color: #222222; }
|
|
.ui-widget-header { border: 1px solid #cccccc; background: #f9f9f9 url(images/ui-bg_highlight-soft_100_f9f9f9_1x100.png) 50% 50% repeat-x; color: #e69700; font-weight: bold; }
|
|
.ui-widget-header a { color: #e69700; }
|
|
|
|
/* Interaction states
|
|
----------------------------------*/
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ffffff; background: #1484e6 url(images/ui-bg_diagonals-thick_22_1484e6_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
|
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; 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 { border: 1px solid #2293f7; background: #2293f7 url(images/ui-bg_diagonals-thick_26_2293f7_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
|
|
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
|
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2293f7; background: #e69700 url(images/ui-bg_diagonals-thick_26_46a4f8_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
|
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #ffffff; background: #c5ddfc url(images/ui-bg_diagonals-small_25_c5ddfc_40x40.png) 50% 50% repeat; color: #333333; }
|
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #333333; }
|
|
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e69700; background: #e69700 url(images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat; color: #ffffff; }
|
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
|
|
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
|
|
.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; }
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_0a82eb_256x240.png); }
|
|
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_0a82eb_256x240.png); }
|
|
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_5fa5e3_256x240.png); }
|
|
.ui-state-default .ui-icon { background-image: url(images/ui-icons_fcdd4a_256x240.png); }
|
|
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
|
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
|
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_0b54d5_256x240.png); }
|
|
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
|
|
|
/* positioning */
|
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
|
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
|
.ui-icon-carat-1-e { background-position: -32px 0; }
|
|
.ui-icon-carat-1-se { background-position: -48px 0; }
|
|
.ui-icon-carat-1-s { background-position: -64px 0; }
|
|
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
|
.ui-icon-carat-1-w { background-position: -96px 0; }
|
|
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
|
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
|
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
|
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
|
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
|
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
|
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
|
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
|
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
|
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
|
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
|
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
|
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
|
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
|
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
|
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
|
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
|
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
|
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
|
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
|
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
|
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
|
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
|
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
|
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
|
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
|
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
|
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
|
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
|
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
|
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
|
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
|
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
|
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
|
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
|
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
|
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
|
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
|
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
|
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
|
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
|
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
|
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
|
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
|
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
|
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
|
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
|
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
|
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
|
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
|
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
|
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
|
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
|
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
|
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
|
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
|
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
|
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
|
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
|
.ui-icon-extlink { background-position: -32px -80px; }
|
|
.ui-icon-newwin { background-position: -48px -80px; }
|
|
.ui-icon-refresh { background-position: -64px -80px; }
|
|
.ui-icon-shuffle { background-position: -80px -80px; }
|
|
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
|
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
|
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
|
.ui-icon-folder-open { background-position: -16px -96px; }
|
|
.ui-icon-document { background-position: -32px -96px; }
|
|
.ui-icon-document-b { background-position: -48px -96px; }
|
|
.ui-icon-note { background-position: -64px -96px; }
|
|
.ui-icon-mail-closed { background-position: -80px -96px; }
|
|
.ui-icon-mail-open { background-position: -96px -96px; }
|
|
.ui-icon-suitcase { background-position: -112px -96px; }
|
|
.ui-icon-comment { background-position: -128px -96px; }
|
|
.ui-icon-person { background-position: -144px -96px; }
|
|
.ui-icon-print { background-position: -160px -96px; }
|
|
.ui-icon-trash { background-position: -176px -96px; }
|
|
.ui-icon-locked { background-position: -192px -96px; }
|
|
.ui-icon-unlocked { background-position: -208px -96px; }
|
|
.ui-icon-bookmark { background-position: -224px -96px; }
|
|
.ui-icon-tag { background-position: -240px -96px; }
|
|
.ui-icon-home { background-position: 0 -112px; }
|
|
.ui-icon-flag { background-position: -16px -112px; }
|
|
.ui-icon-calendar { background-position: -32px -112px; }
|
|
.ui-icon-cart { background-position: -48px -112px; }
|
|
.ui-icon-pencil { background-position: -64px -112px; }
|
|
.ui-icon-clock { background-position: -80px -112px; }
|
|
.ui-icon-disk { background-position: -96px -112px; }
|
|
.ui-icon-calculator { background-position: -112px -112px; }
|
|
.ui-icon-zoomin { background-position: -128px -112px; }
|
|
.ui-icon-zoomout { background-position: -144px -112px; }
|
|
.ui-icon-search { background-position: -160px -112px; }
|
|
.ui-icon-wrench { background-position: -176px -112px; }
|
|
.ui-icon-gear { background-position: -192px -112px; }
|
|
.ui-icon-heart { background-position: -208px -112px; }
|
|
.ui-icon-star { background-position: -224px -112px; }
|
|
.ui-icon-link { background-position: -240px -112px; }
|
|
.ui-icon-cancel { background-position: 0 -128px; }
|
|
.ui-icon-plus { background-position: -16px -128px; }
|
|
.ui-icon-plusthick { background-position: -32px -128px; }
|
|
.ui-icon-minus { background-position: -48px -128px; }
|
|
.ui-icon-minusthick { background-position: -64px -128px; }
|
|
.ui-icon-close { background-position: -80px -128px; }
|
|
.ui-icon-closethick { background-position: -96px -128px; }
|
|
.ui-icon-key { background-position: -112px -128px; }
|
|
.ui-icon-lightbulb { background-position: -128px -128px; }
|
|
.ui-icon-scissors { background-position: -144px -128px; }
|
|
.ui-icon-clipboard { background-position: -160px -128px; }
|
|
.ui-icon-copy { background-position: -176px -128px; }
|
|
.ui-icon-contact { background-position: -192px -128px; }
|
|
.ui-icon-image { background-position: -208px -128px; }
|
|
.ui-icon-video { background-position: -224px -128px; }
|
|
.ui-icon-script { background-position: -240px -128px; }
|
|
.ui-icon-alert { background-position: 0 -144px; }
|
|
.ui-icon-info { background-position: -16px -144px; }
|
|
.ui-icon-notice { background-position: -32px -144px; }
|
|
.ui-icon-help { background-position: -48px -144px; }
|
|
.ui-icon-check { background-position: -64px -144px; }
|
|
.ui-icon-bullet { background-position: -80px -144px; }
|
|
.ui-icon-radio-on { background-position: -96px -144px; }
|
|
.ui-icon-radio-off { background-position: -112px -144px; }
|
|
.ui-icon-pin-w { background-position: -128px -144px; }
|
|
.ui-icon-pin-s { background-position: -144px -144px; }
|
|
.ui-icon-play { background-position: 0 -160px; }
|
|
.ui-icon-pause { background-position: -16px -160px; }
|
|
.ui-icon-seek-next { background-position: -32px -160px; }
|
|
.ui-icon-seek-prev { background-position: -48px -160px; }
|
|
.ui-icon-seek-end { background-position: -64px -160px; }
|
|
.ui-icon-seek-start { background-position: -80px -160px; }
|
|
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
|
.ui-icon-seek-first { background-position: -80px -160px; }
|
|
.ui-icon-stop { background-position: -96px -160px; }
|
|
.ui-icon-eject { background-position: -112px -160px; }
|
|
.ui-icon-volume-off { background-position: -128px -160px; }
|
|
.ui-icon-volume-on { background-position: -144px -160px; }
|
|
.ui-icon-power { background-position: 0 -176px; }
|
|
.ui-icon-signal-diag { background-position: -16px -176px; }
|
|
.ui-icon-signal { background-position: -32px -176px; }
|
|
.ui-icon-battery-0 { background-position: -48px -176px; }
|
|
.ui-icon-battery-1 { background-position: -64px -176px; }
|
|
.ui-icon-battery-2 { background-position: -80px -176px; }
|
|
.ui-icon-battery-3 { background-position: -96px -176px; }
|
|
.ui-icon-circle-plus { background-position: 0 -192px; }
|
|
.ui-icon-circle-minus { background-position: -16px -192px; }
|
|
.ui-icon-circle-close { background-position: -32px -192px; }
|
|
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
|
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
|
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
|
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
|
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
|
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
|
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
|
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
|
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
|
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
|
.ui-icon-circle-check { background-position: -208px -192px; }
|
|
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
|
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
|
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
|
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
|
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
|
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
|
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
|
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
|
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
|
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
|
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
|
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
|
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Corner radius */
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay { background: #e6b900 url(images/ui-bg_flat_0_e6b900_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
|
|
.ui-widget-shadow { margin: 6px 0 0 6px; padding: 0px; background: #e69700 url(images/ui-bg_flat_0_e69700_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
|
|
/*!
|
|
* jQuery UI Tooltip 1.9.0
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*/
|
|
.ui-tooltip {
|
|
font-size: 0.9em !important;
|
|
background: #ffff99 !important;
|
|
padding: 3px 6px 4px 6px;
|
|
min-width: 200px !important;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
-o-box-shadow: 0 0 5px #aaa;
|
|
-moz-box-shadow: 0 0 5px #aaa;
|
|
-webkit-box-shadow: 0 0 5px #aaa;
|
|
box-shadow: 0 0 5px #aaa;
|
|
border: 1px solid #fcd927 !important;
|
|
}
|
|
/* Fades and background-images don't work well together in IE6, drop the image */
|
|
* html .ui-tooltip {
|
|
background-image: none;
|
|
}
|
|
body .ui-tooltip {
|
|
border-width: 2px;
|
|
}
|
|
.nowosci {
|
|
border: Solid 1px #ccc !important;
|
|
text-align: center;
|
|
font-size: 8pt;
|
|
font-family: Tahoma;
|
|
letter-spacing: 1px;
|
|
font-weight: bold;
|
|
width: 100px;
|
|
}
|
|
.nowosci.ocena {
|
|
background: #44bddb;
|
|
color: #fff;
|
|
}
|
|
.nowosci.uwaga {
|
|
background: #ef8b3b;
|
|
color: #fff;
|
|
}
|
|
.nowosci.nieobecnosc {
|
|
background: #d80001;
|
|
color: #fff;
|
|
}
|
|
table.table1 {
|
|
border-collapse: separate;
|
|
border-spacing: 5px 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
table.table1 td {
|
|
border: Solid 1px #ccc;
|
|
}
|
|
.nowosci_zasob {
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
font-family: Tahoma;
|
|
}
|
|
.link2 {
|
|
color: #0c78d0;
|
|
font-size: 8pt;
|
|
font-family: Tahoma;
|
|
text-decoration: none;
|
|
}
|
|
.link2:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.naglowek1 {
|
|
padding: 5px;
|
|
border-bottom: Solid 1px #ccc;
|
|
color: #727272;
|
|
font-size: 13px;
|
|
padding-left: 20px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ocena_blok,
|
|
.ocena_blok2 {
|
|
min-width: 20px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
.ocena_blok2 {
|
|
color: #cc0304;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
float: right;
|
|
width: 100px;
|
|
margin-left: 10px;
|
|
margin-right: 0px;
|
|
display: none;
|
|
}
|
|
body {
|
|
font-size: 10pt;
|
|
line-height: 150%;
|
|
margin: 0;
|
|
font-family: "Trebuchet MS", Arial, "Times New Roman", Times, serif;
|
|
-webkit-font-smoothing: antialiased; /* for macos */
|
|
}
|
|
img {
|
|
border: 0px;
|
|
}
|
|
/* TOP ZIELONY */
|
|
div#top_green {
|
|
display: block;
|
|
background-color: #0055e3;
|
|
background-image: url("pasek_gorny.jpg");
|
|
height: 35px !important;
|
|
padding-top: 15px;
|
|
overflow: hidden !important;
|
|
min-width: 1000px;
|
|
}
|
|
div.width1000 {
|
|
margin: 0 auto;
|
|
width: 1000px;
|
|
}
|
|
div.fleft,
|
|
legend.fleft {
|
|
float: left;
|
|
}
|
|
div.fright {
|
|
float: right;
|
|
}
|
|
div.cleft {
|
|
clear: left;
|
|
}
|
|
div.logo {
|
|
float: left;
|
|
width: 320px;
|
|
position: relative;
|
|
}
|
|
.top-archiwum {
|
|
display: inline-block;
|
|
padding: 0px 4px;
|
|
text-shadow: none;
|
|
background: #ffbf56;
|
|
text-transform: uppercase;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
}
|
|
div.logo h1 {
|
|
font-size: 20px;
|
|
color: #ffffff;
|
|
font-weight: normal;
|
|
margin: 0;
|
|
text-shadow: 1px 1px 0px #000;
|
|
}
|
|
#top_dev {
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url("../../../../dziennik/dev.png") no-repeat;
|
|
position: absolute;
|
|
left: -45px;
|
|
top: -5px;
|
|
}
|
|
div.headerprawo {
|
|
float: left;
|
|
width: 680px;
|
|
text-align: right;
|
|
}
|
|
div.headerprawo a {
|
|
color: #fff;
|
|
font-size: 10pt;
|
|
margin-right: 15px;
|
|
text-decoration: none;
|
|
text-shadow: 1px 1px 0px #222;
|
|
color: #ffffff;
|
|
}
|
|
div.headerprawo a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
div.headerprawo a.current {
|
|
text-decoration: underline;
|
|
}
|
|
.current1 {
|
|
background: #b9dffd !important;
|
|
border-bottom: 1px solid #9fd4fd !important;
|
|
}
|
|
.current2 {
|
|
background: #d5ffaf !important;
|
|
border-bottom: 1px solid #a4e469 !important;
|
|
}
|
|
/* MENU - PASE SZARY */
|
|
div#menu_gray {
|
|
background-image: url("../../../../dziennik/gray.gif");
|
|
height: 37px;
|
|
background-repeat: repeat-x;
|
|
min-width: 1000px;
|
|
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset;
|
|
}
|
|
#menu_gray li {
|
|
-webkit-transition: background 0.25s;
|
|
transition: background 0.25s;
|
|
}
|
|
div#content {
|
|
margin: 0 auto;
|
|
width: 1000px;
|
|
min-height: 400px;
|
|
padding-top: 20px;
|
|
}
|
|
div#content h1,
|
|
.h1_01 {
|
|
color: #0070cb;
|
|
border-bottom: Solid 1px #ccc;
|
|
padding-bottom: 10px;
|
|
font-size: 16pt;
|
|
margin-top: 15px;
|
|
line-height: 130%;
|
|
text-shadow: 1px 1px 0px #e3e3e3;
|
|
}
|
|
|
|
/* STOPKA */
|
|
div#bottom {
|
|
margin: 0 auto;
|
|
margin-top: 30px;
|
|
width: 1000px;
|
|
text-align: center;
|
|
border-top: Solid 1px #e0e0e0;
|
|
}
|
|
a.copyrights {
|
|
color: #0678d4;
|
|
}
|
|
a.copyrights:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* FORMULARZE */
|
|
.form-inline {
|
|
float: left;
|
|
padding: 0 15px 10px 0;
|
|
}
|
|
input[type="text"],
|
|
input[type="password"],
|
|
select,
|
|
textarea,
|
|
.input_tCustom {
|
|
border: Solid 1px #ccc;
|
|
padding: 5px;
|
|
width: 400px;
|
|
background: #e3e3e3;
|
|
color: #000;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
|
|
font-family: Arial;
|
|
font-size: 10pt;
|
|
}
|
|
input,
|
|
select {
|
|
outline-color: #0070cb;
|
|
}
|
|
select {
|
|
width: 410px;
|
|
padding-left: 1px;
|
|
}
|
|
select.plan {
|
|
width: 158px;
|
|
background: #fff;
|
|
color: #000;
|
|
font-size: 8pt;
|
|
border: Solid 1px #cccccc;
|
|
}
|
|
|
|
input[type="text"]:focus,
|
|
input[type="password"]:focus,
|
|
select:focus,
|
|
textarea:focus,
|
|
.input_tCustom:focus {
|
|
-webkit-transition: all 0.25s;
|
|
transition: all 0.25s;
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
input[type="submit"],
|
|
.input_tButton {
|
|
-webkit-transition: all 0.25s;
|
|
transition: all 0.25s;
|
|
text-decoration: none;
|
|
background: #e3e3e3;
|
|
color: #000;
|
|
padding: 5px;
|
|
border: Solid 1px #ccc;
|
|
min-width: 150px;
|
|
cursor: pointer;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
a.button,
|
|
a.button_right {
|
|
-webkit-transition: all 0.25s;
|
|
transition: all 0.25s;
|
|
display: block;
|
|
float: left;
|
|
margin-right: 5px;
|
|
margin-top: 3px;
|
|
border: 1px solid #ccc;
|
|
background: #eeeeee;
|
|
padding: 2px 7px;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
line-height: 20px;
|
|
font-weight: normal;
|
|
color: #000;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
text-decoration: none;
|
|
}
|
|
a.button_right {
|
|
float: right;
|
|
}
|
|
a.button-current,
|
|
a.button_right-current {
|
|
-webkit-transition: all 0.25s;
|
|
transition: all 0.25s;
|
|
display: block;
|
|
float: left;
|
|
margin-right: 5px;
|
|
margin-top: 3px;
|
|
border: 1px solid #aaa;
|
|
background: #ccc;
|
|
padding: 2px 7px;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
line-height: 20px;
|
|
color: #000;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
text-decoration: none;
|
|
}
|
|
a.button_right-current {
|
|
float: right;
|
|
}
|
|
a.button:hover,
|
|
a.button_right:hover,
|
|
a.button-current:hover,
|
|
a.button_right-current:hover,
|
|
input[type="submit"]:hover,
|
|
.input_tButton:hover {
|
|
border: 1px solid #1783db;
|
|
background: #fafafa;
|
|
-moz-box-shadow: 0 0 5px #a7c4d1;
|
|
-webkit-box-shadow: 0 0 5px #a7c4d1;
|
|
box-shadow: 0 0 5px #a7c4d1;
|
|
}
|
|
a.button-current:hover,
|
|
a.button_right-current:hover {
|
|
background: #ddd;
|
|
}
|
|
a.button.current,
|
|
a.button_right.current {
|
|
border: 1px solid #aaa;
|
|
background: #ccc;
|
|
color: #000;
|
|
}
|
|
.button-disabled {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity =50);
|
|
cursor: auto;
|
|
}
|
|
.buttons-tabs a {
|
|
margin: 3px 0 0 0;
|
|
-moz-border-radius: 0px;
|
|
-webkit-border-radius: 0px;
|
|
border-radius: 0px;
|
|
}
|
|
.buttons-tabs a:first-child {
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
.buttons-tabs a:last-child {
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
border-radius: 0 3px 3px 0;
|
|
}
|
|
a.button_switch {
|
|
padding-right: 45px;
|
|
position: relative;
|
|
}
|
|
a.button_switch:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 6px;
|
|
background: #b8b8b8;
|
|
width: 30px;
|
|
height: 18px;
|
|
border-radius: 9px;
|
|
-webkit-border-radius: 9px;
|
|
-moz-border-radius: 9px;
|
|
}
|
|
a.button_switch:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 20px;
|
|
background: #ffffff;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 7px;
|
|
-webkit-border-radius: 7px;
|
|
-moz-border-radius: 7px;
|
|
z-index: 1;
|
|
}
|
|
a.button_switch-on:after {
|
|
background: #226db0;
|
|
}
|
|
a.button_switch-on:before {
|
|
right: 8px;
|
|
}
|
|
|
|
.button-icon {
|
|
-moz-border-radius: 70px;
|
|
-webkit-border-radius: 70px;
|
|
border-radius: 70px;
|
|
background: #d80001;
|
|
color: #fff;
|
|
padding: 1px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
min-width: 20px;
|
|
min-height: 18px;
|
|
font-size: 9pt;
|
|
font-family: Verdana;
|
|
text-shadow: 1px 1px 0px #000;
|
|
/** CSS 3 GRADIENT */
|
|
background: #f85032; /* Old browsers */
|
|
background: -moz-linear-gradient(
|
|
top,
|
|
#f85032 0%,
|
|
#f16f5c 50%,
|
|
#f6290c 51%,
|
|
#f02f17 71%,
|
|
#e73827 100%
|
|
); /* FF3.6+ */
|
|
background: -webkit-gradient(
|
|
linear,
|
|
left top,
|
|
left bottom,
|
|
color-stop(0%, #f85032),
|
|
color-stop(50%, #f16f5c),
|
|
color-stop(51%, #f6290c),
|
|
color-stop(71%, #f02f17),
|
|
color-stop(100%, #e73827)
|
|
); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(
|
|
top,
|
|
#f85032 0%,
|
|
#f16f5c 50%,
|
|
#f6290c 51%,
|
|
#f02f17 71%,
|
|
#e73827 100%
|
|
); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(
|
|
top,
|
|
#f85032 0%,
|
|
#f16f5c 50%,
|
|
#f6290c 51%,
|
|
#f02f17 71%,
|
|
#e73827 100%
|
|
); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(
|
|
top,
|
|
#f85032 0%,
|
|
#f16f5c 50%,
|
|
#f6290c 51%,
|
|
#f02f17 71%,
|
|
#e73827 100%
|
|
); /* IE10+ */
|
|
background: linear-gradient(
|
|
to bottom,
|
|
#f85032 0%,
|
|
#f16f5c 50%,
|
|
#f6290c 51%,
|
|
#f02f17 71%,
|
|
#e73827 100%
|
|
); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
/* INNE */
|
|
hr {
|
|
height: 1px;
|
|
border: 0;
|
|
color: #ccc;
|
|
background-color: #ccc;
|
|
width: 100%;
|
|
}
|
|
.ajax_return,
|
|
.return {
|
|
display: block;
|
|
padding: 5px;
|
|
background: #e3e3e3;
|
|
border: Solid 1px #ccc;
|
|
color: #000;
|
|
font-size: 12pt;
|
|
letter-spacing: 3px;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.ajax_return,
|
|
.return {
|
|
display: block;
|
|
padding: 5px;
|
|
background: #e3e3e3;
|
|
border: Solid 1px #ccc;
|
|
color: #000;
|
|
font-size: 12pt;
|
|
letter-spacing: 3px;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.ajax_return,
|
|
#ajax_return {
|
|
display: none;
|
|
}
|
|
|
|
/* TABELE */
|
|
table.spis {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border-spacing: 5mm 2mm;
|
|
margin-top: 5px;
|
|
font-size: 10pt;
|
|
}
|
|
table.plan {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin-top: 5px;
|
|
}
|
|
table.plan {
|
|
border: Solid 1px #000;
|
|
}
|
|
table.plan td {
|
|
height: 50px;
|
|
width: 100px;
|
|
}
|
|
table.spis tr td:first-child,
|
|
table.spis tr th:first-child {
|
|
padding-left: 5px;
|
|
}
|
|
table.spis tr.naglowek {
|
|
border-bottom: 2px solid #cbe0f3;
|
|
letter-spacing: 1px;
|
|
}
|
|
table.spis tr.naglowek > * {
|
|
padding-top: 3px;
|
|
padding-bottom: 5px;
|
|
}
|
|
table.spis tr.naglowek2 {
|
|
border-bottom: Dashed 1px #e3e3e3;
|
|
letter-spacing: 1px;
|
|
}
|
|
.naglowek3 {
|
|
border-bottom: Solid 1px #aaa;
|
|
letter-spacing: 1px;
|
|
}
|
|
table.spis tr.stopka {
|
|
border-top: 2px solid #cbe0f3;
|
|
background: #eff6fc;
|
|
letter-spacing: 1px;
|
|
}
|
|
table.spis tr.stopka > * {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
table.spis th {
|
|
text-align: left;
|
|
}
|
|
table.plan th {
|
|
font-size: 12pt;
|
|
}
|
|
table.plan td {
|
|
border-right: Solid 1px #000;
|
|
text-align: center;
|
|
}
|
|
table.plan tr {
|
|
padding: 5px;
|
|
border-bottom: Solid 1px #000;
|
|
}
|
|
tr.underline1 {
|
|
border-bottom: Solid 1px #e3e3e3;
|
|
}
|
|
small {
|
|
font-size: 9pt;
|
|
}
|
|
small.nauczyciel {
|
|
color: #5f5f5f;
|
|
font-size: 9pt;
|
|
}
|
|
table.spis td,
|
|
table.plan td {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.szary {
|
|
background: #ccc;
|
|
}
|
|
tr.szary th {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
table.spis a {
|
|
color: #000;
|
|
}
|
|
table.spis a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.komorka_biala {
|
|
background: #fff;
|
|
border-bottom: 1px solid #d1e5f5;
|
|
}
|
|
.komorka_kolor {
|
|
background: #e8f2fb;
|
|
border-bottom: 1px solid #d1e5f5;
|
|
}
|
|
|
|
.podswietl,
|
|
tr.podswietl2 {
|
|
-webkit-transition:
|
|
background 0.25s,
|
|
border-bottom 0.25s;
|
|
transition:
|
|
background 0.25s,
|
|
border-bottom 0.25s;
|
|
border-bottom: 1px solid #d1e5f5;
|
|
}
|
|
|
|
.podswietl:hover,
|
|
tr.podswietl2:hover {
|
|
background: #d7eaf9 !important;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #b2daf9;
|
|
}
|
|
.current1.podswietl {
|
|
background: #b9dffd !important;
|
|
border-bottom: 1px solid #9fd4fd !important;
|
|
}
|
|
.current2.podswietl {
|
|
background: #d5ffaf !important;
|
|
border-bottom: 1px solid #a4e469 !important;
|
|
}
|
|
/*
|
|
.podswietl:hover, tr.podswietl2:hover {
|
|
background:#6699FF !important;
|
|
cursor:pointer;
|
|
color:#fff !important;
|
|
}
|
|
.podswietl:hover > *, .podswietl2:hover > *, .podswietl:hover a.info {
|
|
color:#fff !important;
|
|
}
|
|
.podswietl:hover a.info:hover {
|
|
color:#000 !important;
|
|
}*/
|
|
.podswietl3:hover {
|
|
background: #ffffcc;
|
|
}
|
|
.zielony1 {
|
|
background: #eeffdf;
|
|
border-bottom: 1px solid #c4eaa1;
|
|
}
|
|
.zolty1 {
|
|
background: #ffffcc;
|
|
border-bottom: 1px solid #eaea62;
|
|
}
|
|
/*
|
|
.komorka_biala {
|
|
background-color:#fff;
|
|
border-bottom:Solid 1px #fff;
|
|
border-top:Solid 1px #fff !important;
|
|
}
|
|
.komorka_kolor {
|
|
background-color:#D8E5FF;
|
|
border-bottom:Solid 1px #A3C1FF;
|
|
border-top:Solid 1px #A3C1FF !important;
|
|
}
|
|
*/
|
|
.komorka_kolor2 {
|
|
background-color: #e3e3e3;
|
|
}
|
|
.komorka_kolor3 {
|
|
background-color: #e3f2e1;
|
|
}
|
|
.komorka_kolor4 {
|
|
background-color: #adefa4;
|
|
}
|
|
table.oceny {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border-spacing: 5mm 2mm;
|
|
margin-top: 5px;
|
|
font-size: 10pt;
|
|
border: Solid 1px #000;
|
|
position: relative;
|
|
font-size: 8pt;
|
|
font-family: Tahoma;
|
|
}
|
|
table.oceny td {
|
|
border-right: Solid 1px #000;
|
|
text-align: center;
|
|
}
|
|
table.oceny td.kolumna_ocen {
|
|
min-width: 20px;
|
|
}
|
|
table.oceny tr {
|
|
border-bottom: Solid 1px #000;
|
|
}
|
|
table.uczen {
|
|
border-collapse: collapse;
|
|
border-spacing: 5mm 2mm;
|
|
margin-top: 5px;
|
|
font-size: 10pt;
|
|
width: 100%;
|
|
}
|
|
table.uczen tr.naglowek {
|
|
border-bottom: 2px solid #d1e5f5;
|
|
height: 50px;
|
|
font-size: 12pt;
|
|
}
|
|
table.uczen td {
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
vertical-align: top !important;
|
|
}
|
|
div.uwaga {
|
|
padding: 5px;
|
|
margin-bottom: 20px;
|
|
font-size: 10pt;
|
|
}
|
|
div.uwaga div.uwaga_opis {
|
|
text-align: left;
|
|
display: block;
|
|
font-size: 8pt;
|
|
font-family: Tahoma;
|
|
color: #5f5f5f;
|
|
}
|
|
div.uwaga img {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
.odpowiedz {
|
|
display: block;
|
|
text-align: center;
|
|
color: green;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
}
|
|
ul {
|
|
list-style-type: square;
|
|
}
|
|
a.back,
|
|
a.red {
|
|
color: #d80001;
|
|
}
|
|
a.link1 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
a.link1:hover {
|
|
text-decoration: underline;
|
|
}
|
|
a.link2,
|
|
.link2 {
|
|
cursor: pointer;
|
|
padding-left: 20px;
|
|
color: #005ca7;
|
|
font-weight: bold;
|
|
}
|
|
.szary1 {
|
|
color: #5f5f5f;
|
|
}
|
|
.czerwony1,
|
|
.czerwony2 {
|
|
color: #c80001;
|
|
}
|
|
.czerwony2 {
|
|
font-weight: bold;
|
|
color: #d80001;
|
|
}
|
|
.czerwony1_tlo {
|
|
background: #f5b5b5;
|
|
}
|
|
h2.h21 {
|
|
width: 300px;
|
|
border-bottom: Solid 1px #eeeeee;
|
|
text-align: left;
|
|
color: #5f5f5f;
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
|
|
/* CHECKBOX */
|
|
.checkbox {
|
|
border: 1px solid #999;
|
|
width: 24px;
|
|
height: 19px;
|
|
color: #229bd2;
|
|
cursor: pointer;
|
|
float: left;
|
|
margin-right: 10px;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
|
|
}
|
|
.checked {
|
|
background: url("../../../../dziennik/checked.gif") no-repeat center center;
|
|
width: 24px;
|
|
height: 19px;
|
|
}
|
|
.checkbox_separator {
|
|
clear: left;
|
|
height: 20px;
|
|
}
|
|
|
|
a.info {
|
|
position: relative;
|
|
z-index: 9;
|
|
text-decoration: none;
|
|
color: #000 !important;
|
|
}
|
|
a.info span {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 50;
|
|
min-width: 410px;
|
|
bottom: 17px;
|
|
left: 0;
|
|
border: 1px solid #fcd927;
|
|
background-color: #ffff99;
|
|
color: #000 !important;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
padding: 4px;
|
|
font-size: 12px;
|
|
font-family: Tahoma;
|
|
line-height: 15px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: 0px 0px 5px #fcc027;
|
|
-webkit-box-shadow: 0px 0px 5px #fcc027;
|
|
box-shadow: 0px 0px 5px #fcc027;
|
|
}
|
|
a.info:hover {
|
|
cursor: help;
|
|
color: #000 !important;
|
|
z-index: 999 !important;
|
|
}
|
|
|
|
a.info:not(.info-click):hover span {
|
|
display: block;
|
|
}
|
|
a.info:hover {
|
|
z-index: 50;
|
|
}
|
|
a.info small,
|
|
#mbtooltips > span small {
|
|
color: #000;
|
|
font-size: 8pt;
|
|
}
|
|
a.info small b,
|
|
#mbtooltips > span small b {
|
|
color: #333;
|
|
font-size: 8pt;
|
|
}
|
|
a.info span hr {
|
|
color: #fcd927;
|
|
background-color: #fcd927;
|
|
}
|
|
|
|
#mbtooltips > span {
|
|
z-index: 99999;
|
|
position: absolute;
|
|
min-width: 380px;
|
|
border: 1px solid #fcd927;
|
|
background-color: #ffff99;
|
|
color: #000 !important;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
padding: 4px;
|
|
font-size: 12px;
|
|
font-family: Tahoma;
|
|
line-height: 15px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: 0px 0px 5px #fcc027;
|
|
-webkit-box-shadow: 0px 0px 5px #fcc027;
|
|
box-shadow: 0px 0px 5px #fcc027;
|
|
}
|
|
|
|
.kwadraciki_dzu {
|
|
color: #7f7f7f !important;
|
|
border: Solid 1px #7f7f7f !important;
|
|
margin-right: 1px !important;
|
|
margin-left: 2px !important;
|
|
text-align: center !important;
|
|
width: 12px !important;
|
|
display: inline;
|
|
padding: 2px;
|
|
}
|
|
|
|
/*a:hover {
|
|
position: relative;
|
|
}
|
|
a[title]:hover:after {
|
|
content: attr(title);
|
|
padding: 4px 8px;
|
|
color: #333;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 100%;
|
|
white-space: nowrap;
|
|
z-index: 20px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: 0px 0px 4px #222;
|
|
-webkit-box-shadow: 0px 0px 4px #222;
|
|
box-shadow: 0px 0px 4px #222;
|
|
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
|
|
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
|
|
}*/
|
|
|
|
.wiadomosc_tresc {
|
|
padding: 5px;
|
|
border: Solid 1px #aaa;
|
|
background: #efefef;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset;
|
|
}
|
|
|
|
.wiadomosc_tresc img,
|
|
.wiadomosc_tresc iframe {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.wiadomosc_tresc a {
|
|
color: #1783db;
|
|
}
|
|
.wiadomosc_tresc a:hover {
|
|
color: #1783db;
|
|
text-decoration: underline overline;
|
|
}
|
|
|
|
#wiadomosci_odbiorcy {
|
|
height: 455px;
|
|
overflow-y: auto;
|
|
padding-right: 2px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.wiadomosci_odbiorcy_klasa_naglowek {
|
|
font-weight: bold;
|
|
display: block;
|
|
border-top: Solid 1px #e3e3e3;
|
|
cursor: pointer;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.odbiorcy_lista > .wiadomosci_odbiorcy_klasa_naglowek:nth-of-type(1) {
|
|
border-top: 0;
|
|
}
|
|
|
|
.wiadomosci_odbiorcy_klasa_naglowek > div {
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
.wiadomosci_odbiorcy_klasa_naglowek.rozwiniete > div {
|
|
transform: rotate(-90deg);
|
|
}
|
|
|
|
.wiadomosci_odbiorcy_klasa_cnt {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
.wiadomosci_zmien_zaznaczenia_wszystkie {
|
|
display: block;
|
|
text-align: right;
|
|
color: green;
|
|
font-size: 9pt;
|
|
font-family: Tahoma;
|
|
}
|
|
|
|
.wiadomosci_zmien_zaznaczenia_wszystkie:hover {
|
|
color: #d80001;
|
|
}
|
|
|
|
.wiadomosci_zmien_zaznacz_klasa {
|
|
float: right;
|
|
font-size: 8pt;
|
|
font-family: Tahoma;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#wiadomosci_wybrani_odbiorcy {
|
|
height: 57px;
|
|
overflow-y: auto;
|
|
width: 986px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 3px;
|
|
padding: 5px;
|
|
margin-top: 2px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.wiadomosc-tresc-naglowektabeli {
|
|
font-size: 1.17em;
|
|
font-weight: bold;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.lekcja_data,
|
|
.lekcja_data2 {
|
|
padding: 5px;
|
|
border-bottom: Solid 1px #ccc;
|
|
color: black;
|
|
font-size: 14px;
|
|
width: 300px;
|
|
padding-left: 50px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.lekcja_data2 {
|
|
font-size: 10pt;
|
|
width: 450px;
|
|
color: #1783db;
|
|
}
|
|
|
|
.lekcja_data3 {
|
|
padding: 5px;
|
|
width: 345px;
|
|
}
|
|
|
|
#zakryj {
|
|
display: none;
|
|
opacity: 0.6;
|
|
position: fixed;
|
|
background: #000;
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1010;
|
|
}
|
|
#zakryjcontent {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 3020;
|
|
text-align: left;
|
|
background: white;
|
|
width: 800px;
|
|
height: 450px;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 10px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
border: Solid 5px #fff; /* #0055E3 */
|
|
-moz-border-radius: 7px;
|
|
-webkit-border-radius: 7px;
|
|
-moz-box-shadow: 0px 0px 15px #000;
|
|
-webkit-box-shadow: 0px 0px 15px #000;
|
|
box-shadow: 0px 0px 15px #000;
|
|
border-radius: 7px;
|
|
}
|
|
div.przewijaj1 {
|
|
height: 500px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.valigntop td,
|
|
.valigntop th {
|
|
vertical-align: top;
|
|
}
|
|
.link_blok {
|
|
display: block;
|
|
padding: 5px;
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
div.informacja {
|
|
background: #f7b64a;
|
|
color: #000;
|
|
border: Solid 1px #e78f08;
|
|
padding: 5px;
|
|
text-align: left;
|
|
font-size: 12pt;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
a.historia {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
a.historia:hover {
|
|
text-decoration: underline;
|
|
}
|
|
h1.historia_zmian {
|
|
background-image: url("../../../../dziennik/history.png");
|
|
background-repeat: no-repeat;
|
|
padding-left: 40px;
|
|
margin-top: 40px !important;
|
|
padding-top: 7px;
|
|
font-size: 12pt !important;
|
|
border-bottom: Dashed 1px #e3e3e3 !important;
|
|
}
|
|
.border-right1 {
|
|
border-right: Solid 2px #000;
|
|
}
|
|
.border-bottom1 {
|
|
border-bottom: Solid 2px #000;
|
|
}
|
|
.border-bottom1 td {
|
|
border-bottom: Solid 2px #000;
|
|
}
|
|
|
|
.okienko_informacyjne,
|
|
.okienko_informacyjne2 {
|
|
text-align: center;
|
|
width: 600px;
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
font-size: 10pt;
|
|
font-family: Tahoma;
|
|
font-weight: bold;
|
|
background: #ffffcc;
|
|
padding: 10px;
|
|
border: Solid 1px #e6e64c;
|
|
border-radius: 5px;
|
|
}
|
|
.okienko_informacyjne a,
|
|
.okienko_informacyjne2 a {
|
|
color: #006300;
|
|
}
|
|
.okienko_informacyjne2 {
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
|
|
.okienko_informacyjne hr,
|
|
.okienko_informacyjne2 hr {
|
|
color: #d8d817;
|
|
background-color: #d8d817;
|
|
}
|
|
|
|
.dymek01 {
|
|
background: #000;
|
|
color: #fff;
|
|
min-width: 200px;
|
|
z-index: 9999;
|
|
position: absolute;
|
|
display: none;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.szczesliwy_numerek {
|
|
padding: 3px;
|
|
background: yellow;
|
|
text-align: center;
|
|
color: #000;
|
|
margin-left: 4px;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
font-family: Verdana;
|
|
-moz-border-radius: 70px;
|
|
-webkit-border-radius: 70px;
|
|
border-radius: 70px;
|
|
text-decoration: none;
|
|
text-shadow: none !important;
|
|
}
|
|
|
|
.powiadomienie_menu {
|
|
display: block;
|
|
position: absolute;
|
|
-moz-border-radius: 70px;
|
|
-webkit-border-radius: 70px;
|
|
border-radius: 70px;
|
|
color: #fff;
|
|
padding: 1px;
|
|
text-align: center;
|
|
min-width: 20px;
|
|
min-height: 20px;
|
|
font-size: 10pt;
|
|
font-family: Verdana;
|
|
top: -12px;
|
|
left: 40px;
|
|
text-shadow: 1px 1px 0px #000;
|
|
/** CSS 3 GRADIENT */
|
|
background-color: #c92508; /* Old browsers */
|
|
background: -moz-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* FF3.6+ */
|
|
background: -webkit-gradient(
|
|
linear,
|
|
left top,
|
|
left bottom,
|
|
color-stop(0%, #c92508),
|
|
color-stop(50%, #df2c11),
|
|
color-stop(51%, #b61b07),
|
|
color-stop(71%, #b6200c),
|
|
color-stop(100%, #ae2013)
|
|
); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71% #ae2013 100%
|
|
); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* IE10+ */
|
|
background: linear-gradient(
|
|
to bottom,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92508', endColorstr='#ae2013',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
.koleczko_czerwone {
|
|
display: block;
|
|
-moz-border-radius: 70px;
|
|
-webkit-border-radius: 70px;
|
|
border-radius: 70px;
|
|
color: #fff;
|
|
padding: 1px;
|
|
text-align: center;
|
|
width: 20px;
|
|
height: 20px;
|
|
font-size: 10pt;
|
|
font-family: Verdana;
|
|
text-shadow: 1px 1px 0px #000;
|
|
margin: 0 auto;
|
|
/** CSS 3 GRADIENT */
|
|
background-color: #c92508; /* Old browsers */
|
|
background: -moz-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* FF3.6+ */
|
|
background: -webkit-gradient(
|
|
linear,
|
|
left top,
|
|
left bottom,
|
|
color-stop(0%, #c92508),
|
|
color-stop(50%, #df2c11),
|
|
color-stop(51%, #b61b07),
|
|
color-stop(71%, #b6200c),
|
|
color-stop(100%, #ae2013)
|
|
); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71% #ae2013 100%
|
|
); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(
|
|
top,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* IE10+ */
|
|
background: linear-gradient(
|
|
to bottom,
|
|
#c92508 0%,
|
|
#df2c11 50%,
|
|
#b61b07 51%,
|
|
#b6200c 71%,
|
|
#ae2013 100%
|
|
); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92508', endColorstr='#ae2013',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label1 {
|
|
-webkit-transition:
|
|
background 0.25s,
|
|
border-bottom 0.25s;
|
|
transition:
|
|
background 0.25s,
|
|
border-bottom 0.25s;
|
|
border-bottom: 1px solid #d1e5f5;
|
|
display: block;
|
|
padding: 2px 0;
|
|
}
|
|
|
|
.label1 > input[type="radio"] {
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.label1:hover {
|
|
background: #d7eaf9 !important;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #b2daf9;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ui-datepicker-week-end a {
|
|
background: #d80001 !important;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
#ui-datepicker-div {
|
|
z-index: 9999 !important;
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.moje_logowania {
|
|
color: #000;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
.wiadomosc_nieprzeczytana,
|
|
.wiadomosc_przeczytana {
|
|
margin: 5px 5px 0 18px;
|
|
width: 11px;
|
|
height: 11px;
|
|
background: #ce0000;
|
|
float: left;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
}
|
|
.wiadomosc_przeczytana {
|
|
background: green;
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.gradient01 {
|
|
background: rgb(202, 255, 255); /* Old browsers */
|
|
background: -moz-radial-gradient(
|
|
center,
|
|
ellipse cover,
|
|
rgba(202, 255, 255, 1) 0%,
|
|
rgba(176, 251, 255, 1) 44%,
|
|
rgba(144, 230, 255, 1) 100%
|
|
); /* FF3.6+ */
|
|
background: -webkit-gradient(
|
|
radial,
|
|
center center,
|
|
0px,
|
|
center center,
|
|
100%,
|
|
color-stop(0%, rgba(202, 255, 255, 1)),
|
|
color-stop(44%, rgba(176, 251, 255, 1)),
|
|
color-stop(100%, rgba(144, 230, 255, 1))
|
|
); /* Chrome,Safari4+ */
|
|
background: -webkit-radial-gradient(
|
|
center,
|
|
ellipse cover,
|
|
rgba(202, 255, 255, 1) 0%,
|
|
rgba(176, 251, 255, 1) 44%,
|
|
rgba(144, 230, 255, 1) 100%
|
|
); /* Chrome10+,Safari5.1+ */
|
|
background: -o-radial-gradient(
|
|
center,
|
|
ellipse cover,
|
|
rgba(202, 255, 255, 1) 0%,
|
|
rgba(176, 251, 255, 1) 44%,
|
|
rgba(144, 230, 255, 1) 100%
|
|
); /* Opera 12+ */
|
|
background: -ms-radial-gradient(
|
|
center,
|
|
ellipse cover,
|
|
rgba(202, 255, 255, 1) 0%,
|
|
rgba(176, 251, 255, 1) 44%,
|
|
rgba(144, 230, 255, 1) 100%
|
|
); /* IE10+ */
|
|
background: radial-gradient(
|
|
ellipse at center,
|
|
rgba(202, 255, 255, 1) 0%,
|
|
rgba(176, 251, 255, 1) 44%,
|
|
rgba(144, 230, 255, 1) 100%
|
|
); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caffff', endColorstr='#90e6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
|
|
}
|
|
|
|
.interaktywny_opis_kolumny_grupy_ocen {
|
|
color: #000;
|
|
font-size: 8pt;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
color: #404040;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.uitooltip {
|
|
background: red;
|
|
}
|
|
|
|
#progressbar {
|
|
position: relative;
|
|
}
|
|
#progress-label {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 50%;
|
|
text-shadow: 1px 1px 1px #fff;
|
|
}
|
|
.ui-progressbar-value {
|
|
transition: width 0.5s;
|
|
-webkit-transition: width 0.5s;
|
|
-moz-transition: width 0.5s;
|
|
background: #b2ddff !important;
|
|
background: -moz-linear-gradient(left, #b2ddff 0%, #7db9e8 100%) !important;
|
|
background: -webkit-linear-gradient(
|
|
left,
|
|
#b2ddff 0%,
|
|
#7db9e8 100%
|
|
) !important;
|
|
background: linear-gradient(to right, #b2ddff 0%, #7db9e8 100%) !important;
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ddff', endColorstr='#7db9e8',GradientType=1 ) !important;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
}
|
|
|
|
.ui-front {
|
|
z-index: 6000 !important;
|
|
}
|
|
|
|
/* DATEPICKER EDIT */
|
|
|
|
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
|
|
margin: 0 1px 0 0 !important;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
|
|
margin: 0 0 0 1px !important;
|
|
}
|
|
|
|
.ui-datepicker-prev {
|
|
margin: 5px 0 0 3px;
|
|
}
|
|
|
|
.ui-datepicker-next {
|
|
margin: 5px 3px 0 0;
|
|
}
|
|
|
|
table.ui-datepicker-calendar > tbody > tr > td:nth-child(6) a {
|
|
background: #767676 !important;
|
|
}
|
|
|
|
table.ui-datepicker-calendar > tbody > tr > td:nth-child(7) a {
|
|
background: #d80001 !important;
|
|
}
|
|
|
|
/* dropdown - menu glowne */
|
|
ul.dropdown ul {
|
|
width: 265px !important;
|
|
}
|
|
|
|
/* selectbox edit */
|
|
|
|
.ui-dropdownchecklist-selector {
|
|
outline: none !important;
|
|
border: Solid 1px #ccc;
|
|
padding: 3px 2px 2px 3px !important;
|
|
width: 400px;
|
|
background: #e3e3e3 !important;
|
|
color: #000 !important;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
|
|
font-family: Arial;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
.ui-dropdownchecklist-selector:hover {
|
|
border: Solid 1px #ccc;
|
|
}
|
|
|
|
.ui-dropdownchecklist-selector .ui-icon {
|
|
margin-top: 2px !important;
|
|
float: right !important;
|
|
background-position: -64px -16px !important;
|
|
}
|
|
|
|
.ui-dropdownchecklist-text {
|
|
padding-left: 2px;
|
|
}
|
|
|
|
.ui-dropdownchecklist-dropcontainer-multiple .ui-dropdownchecklist-group {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
i.glyphicon.icon-arrow-right:after {
|
|
content: "»";
|
|
}
|
|
|
|
i.glyphicon.icon-arrow-left:after {
|
|
content: "«";
|
|
}
|
|
|
|
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
|
outline:none;
|
|
}*/
|
|
|
|
.text-blue {
|
|
color: #1783db;
|
|
text-shadow: 1px 1px 0px #e3e3e3;
|
|
}
|
|
|
|
.student-unactive {
|
|
color: #d80001;
|
|
text-decoration: line-through;
|
|
text-shadow: none;
|
|
}
|
|
|
|
ul.dropdown.dropdown-horizontal > li > ul li > a {
|
|
height: auto !important;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.table-responsive {
|
|
min-height: 0.01%;
|
|
overflow-x: auto;
|
|
}
|
|
.align-right {
|
|
text-align: right !important;
|
|
}
|
|
.align-left {
|
|
text-align: left !important;
|
|
}
|
|
.align-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.cradio {
|
|
padding: 2px 0;
|
|
}
|
|
.cradio label {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
position: relative;
|
|
padding-left: 25px;
|
|
margin-right: 20px;
|
|
}
|
|
.cradio input[type="radio"] {
|
|
display: none;
|
|
}
|
|
|
|
.cradio label:before {
|
|
content: "";
|
|
display: inline-block;
|
|
width: 17px;
|
|
height: 17px;
|
|
border-radius: 8.5px; /*połowa wysokości (lub szerokości)*/
|
|
margin-right: 10px;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 2px;
|
|
bottombottom: 1px;
|
|
background-color: #fff;
|
|
box-shadow:
|
|
inset 0px 0px 5px rgba(0, 0, 0, 0.7),
|
|
0px 0px 2px rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.cradio input[type="radio"]:checked + label:before {
|
|
content: "\2022";
|
|
color: #999;
|
|
top: 2px;
|
|
font-size: 26px;
|
|
text-align: center;
|
|
line-height: 14px;
|
|
}
|
|
|
|
table.spis.bordered {
|
|
border: 1px solid #ccc !important;
|
|
}
|
|
|
|
table.spis.bordered th,
|
|
table.spis.bordered td {
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
|
|
.notatka_html p {
|
|
margin: 0 0 6px 0;
|
|
}
|
|
|
|
.rysunek {
|
|
display: inline-block;
|
|
background-image: url(../../../../dziennik/rysunek-ikona.png) !important;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
width: 20px;
|
|
height: 20px;
|
|
vertical-align: middle;
|
|
border: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a:focus img {
|
|
border: 1px solid #508bfa;
|
|
}
|
|
|
|
fieldset.bez_ramki {
|
|
border: none;
|
|
padding: 0px;
|
|
}
|
|
span.fc-button:focus {
|
|
outline: 2px solid #a7c5fc;
|
|
}
|
|
|
|
.fc-day-header {
|
|
padding: 5px !important;
|
|
border-color: #ccc !important;
|
|
background: rgb(255, 255, 255) !important; /* Old browsers */
|
|
background: -moz-linear-gradient(
|
|
top,
|
|
rgba(255, 255, 255, 1) 1%,
|
|
rgba(229, 229, 229, 1) 100%
|
|
) !important; /* FF3.6-15 */
|
|
background: -webkit-linear-gradient(
|
|
top,
|
|
rgba(255, 255, 255, 1) 1%,
|
|
rgba(229, 229, 229, 1) 100%
|
|
) !important; /* Chrome10-25,Safari5.1-6 */
|
|
background: linear-gradient(
|
|
to bottom,
|
|
rgba(255, 255, 255, 1) 1%,
|
|
rgba(229, 229, 229, 1) 100%
|
|
) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ) !important;
|
|
}
|
|
|
|
.fc-button {
|
|
background: #fff !important;
|
|
border-color: #ccc !important;
|
|
color: #555 !important;
|
|
}
|
|
|
|
.fc-button.ui-state-active {
|
|
background: #eee !important;
|
|
border-color: #bbb !important;
|
|
color: #000 !important;
|
|
}
|
|
|
|
.ui-datepicker-calendar .ui-state-default {
|
|
background: #0f76d0 !important;
|
|
}
|
|
|
|
.ui-datepicker-calendar .ui-state-highlight {
|
|
background: #c5ddfc !important;
|
|
}
|
|
|
|
.ui-datepicker-calendar .ui-state-hover {
|
|
border: 1px solid #00ff00 !important;
|
|
}
|
|
|
|
.ui-datepicker-calendar .ui-state-default {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.ui-datepicker-calendar .ui-state-highlight {
|
|
color: #000 !important;
|
|
}
|
|
|
|
/* UI context menu */
|
|
|
|
.ui-contextmenu .ui-state-focus {
|
|
background: #ddd !important;
|
|
}
|
|
|
|
/* DIALOG JQUERY UI */
|
|
|
|
.ui-widget-overlay {
|
|
background: #000 !important;
|
|
opacity: 0.4 !important;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
margin-right: 2px !important;
|
|
width: 20px !important;
|
|
height: 20px !important;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close span {
|
|
left: 0 !important;
|
|
top: 0 !important;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
|
|
display: none;
|
|
}
|
|
|
|
.ui-widget-header {
|
|
color: #005498 !important;
|
|
text-shadow: 1px 1px 0px #e3e3e3 !important;
|
|
}
|
|
|
|
.ui-dropdownchecklist-group.ui-widget-header {
|
|
color: #333 !important;
|
|
text-shadow: none !important;
|
|
}
|
|
|
|
/* DIALOG JQUERY UI - niebezpieczna operacja */
|
|
|
|
.dialog-danger .ui-widget-header {
|
|
background: #bf0000;
|
|
}
|
|
|
|
.dialog-danger .ui-dialog-title {
|
|
color: #fff;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.dialog-danger .ui-widget-header .ui-button {
|
|
background: #ff4c4c;
|
|
border: 1px solid #ff8181;
|
|
}
|
|
|
|
.dialog-danger .ui-dialog-content {
|
|
line-height: 130%;
|
|
}
|
|
|
|
.dialog-danger .ui-dialog-buttonset .ui-button {
|
|
background: #eee;
|
|
border: 1px solid #ccc;
|
|
color: #000;
|
|
}
|
|
|
|
.dialog-danger .ui-dialog-buttonset .ui-button[icon="ui-icon-alert"] {
|
|
background: #bf0000;
|
|
border: 1px solid #980000;
|
|
color: #fff;
|
|
}
|
|
|
|
.dialog-warning .ui-widget-header {
|
|
background: #e07200;
|
|
}
|
|
|
|
.dialog-warning .ui-dialog-title {
|
|
color: #fff;
|
|
text-shadow: 0 0 3px #9f4e00;
|
|
}
|
|
|
|
.dialog-warning .ui-widget-header .ui-button {
|
|
background: #e48b30;
|
|
border: 1px solid #fea44c;
|
|
text-shadow: 0 0 3px #9f4e00;
|
|
}
|
|
|
|
.dialog-warning .ui-dialog-content {
|
|
line-height: 130%;
|
|
}
|
|
|
|
.dialog-warning .ui-dialog-buttonset .ui-button {
|
|
background: #eee;
|
|
border: 1px solid #ccc;
|
|
color: #000;
|
|
}
|
|
|
|
.dialog-warning .ui-dialog-buttonset .ui-button[icon="ui-icon-alert"] {
|
|
background: #e07200;
|
|
border: 1px solid #d16700;
|
|
color: #fff;
|
|
text-shadow: 0 0 3px #9f4e00;
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
position: fixed !important;
|
|
}
|
|
|
|
.fulljustify {
|
|
text-align: justify;
|
|
}
|
|
|
|
.fulljustify:after {
|
|
content: "";
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.ui-dropdownchecklist {
|
|
z-index: 999 !important;
|
|
}
|
|
.komunikat_czerwony {
|
|
background: #ffdcdc;
|
|
border-radius: 3px;
|
|
border: 1px solid #f9c0c0;
|
|
color: #cb0001;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
padding: 2px 4px;
|
|
display: inline-block;
|
|
}
|
|
.komunikat_zielony {
|
|
background: #d4edda;
|
|
border-radius: 3px;
|
|
border: 1px solid #c3e6cb;
|
|
color: #155724;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
padding: 2px 4px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.rpn-sciezka-kolor {
|
|
margin: 0 5px 0 0;
|
|
border-radius: 5px;
|
|
width: 18px;
|
|
height: 18px;
|
|
z-index: 999999;
|
|
border: 1px solid #ccc;
|
|
float: left;
|
|
}
|
|
|
|
.rpn-sciezka-kolor-kreska {
|
|
top: 0;
|
|
left: -2px;
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 10px;
|
|
}
|
|
|
|
.rpn-sciezka-kolor-kreska div {
|
|
left: 2px;
|
|
width: 5px;
|
|
height: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
.rpn-sciezka-kolor-kreska-td {
|
|
position: relative;
|
|
padding-left: 12px !important;
|
|
padding-right: 3px !important;
|
|
}
|
|
|
|
.rpn-sciezka-kolor-kreska-td2 {
|
|
position: relative;
|
|
padding-left: 12px !important;
|
|
}
|
|
|
|
.auto-scroll {
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
@media print {
|
|
.auto-scroll {
|
|
max-height: none !important;
|
|
}
|
|
}
|
|
#gravity {
|
|
width: 100%;
|
|
margin: 5px 0;
|
|
border-spacing: 5px;
|
|
}
|
|
#gravity td {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 5px 0;
|
|
background-color: #d0d0d0;
|
|
width: 33%;
|
|
}
|
|
#gravity a {
|
|
}
|
|
#gravity a:hover {
|
|
color: #505050;
|
|
background: none;
|
|
}
|
|
.tipsy {
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
z-index: 100000;
|
|
}
|
|
.tipsy-inner {
|
|
padding: 5px 8px 4px 8px;
|
|
border: 1px solid #fcd927;
|
|
overflow: hidden;
|
|
background-color: #ffff99;
|
|
color: #000 !important;
|
|
padding: 6px;
|
|
-moz-box-shadow: 0px 0px 5px #fcc027;
|
|
-webkit-box-shadow: 0px 0px 5px #fcc027;
|
|
box-shadow: 0px 0px 5px #fcc027;
|
|
font-size: 12px;
|
|
font-family: Tahoma;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
}
|
|
.tipsy-inner {
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
}
|
|
.tipsy-arrow {
|
|
position: absolute;
|
|
background: url("tipsy.gif") no-repeat top left;
|
|
width: 9px;
|
|
height: 5px;
|
|
}
|
|
.tipsy-n .tipsy-arrow {
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -4px;
|
|
}
|
|
.tipsy-nw .tipsy-arrow {
|
|
top: 0;
|
|
left: 10px;
|
|
}
|
|
.tipsy-ne .tipsy-arrow {
|
|
top: 0;
|
|
right: 10px;
|
|
}
|
|
.tipsy-s .tipsy-arrow {
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -4px;
|
|
background-position: bottom left;
|
|
}
|
|
.tipsy-sw .tipsy-arrow {
|
|
bottom: 0;
|
|
left: 10px;
|
|
background-position: bottom left;
|
|
}
|
|
.tipsy-se .tipsy-arrow {
|
|
bottom: 0;
|
|
right: 10px;
|
|
background-position: bottom left;
|
|
}
|
|
.tipsy-e .tipsy-arrow {
|
|
top: 50%;
|
|
margin-top: -4px;
|
|
right: 0;
|
|
width: 5px;
|
|
height: 9px;
|
|
background-position: top right;
|
|
}
|
|
.tipsy-w .tipsy-arrow {
|
|
top: 50%;
|
|
margin-top: -4px;
|
|
left: 0;
|
|
width: 5px;
|
|
height: 9px;
|
|
}
|
|
/* Reset */
|
|
.defaultSkin table,
|
|
.defaultSkin tbody,
|
|
.defaultSkin a,
|
|
.defaultSkin img,
|
|
.defaultSkin tr,
|
|
.defaultSkin div,
|
|
.defaultSkin td,
|
|
.defaultSkin iframe,
|
|
.defaultSkin span,
|
|
.defaultSkin *,
|
|
.defaultSkin .mceText {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
cursor: default;
|
|
color: #000;
|
|
vertical-align: baseline;
|
|
width: auto;
|
|
border-collapse: separate;
|
|
text-align: left;
|
|
}
|
|
.defaultSkin a:hover,
|
|
.defaultSkin a:link,
|
|
.defaultSkin a:visited,
|
|
.defaultSkin a:active {
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
cursor: default;
|
|
color: #000;
|
|
}
|
|
.defaultSkin table td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* Containers */
|
|
.defaultSkin table {
|
|
direction: ltr;
|
|
background: transparent;
|
|
}
|
|
.defaultSkin iframe {
|
|
display: block;
|
|
}
|
|
.defaultSkin .mceToolbar {
|
|
height: 26px;
|
|
}
|
|
.defaultSkin .mceLeft {
|
|
text-align: left;
|
|
}
|
|
.defaultSkin .mceRight {
|
|
text-align: right;
|
|
}
|
|
|
|
/* External */
|
|
.defaultSkin .mceExternalToolbar {
|
|
position: absolute;
|
|
border: 1px solid #ccc;
|
|
border-bottom: 0;
|
|
display: none;
|
|
}
|
|
.defaultSkin .mceExternalToolbar td.mceToolbar {
|
|
padding-right: 13px;
|
|
}
|
|
.defaultSkin .mceExternalClose {
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 3px;
|
|
width: 7px;
|
|
height: 7px;
|
|
background: url(icons.gif) -820px 0;
|
|
}
|
|
|
|
/* Layout */
|
|
.defaultSkin table.mceLayout {
|
|
border: 0;
|
|
border-left: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.defaultSkin table.mceLayout tr.mceFirst td {
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
.defaultSkin table.mceLayout tr.mceLast td {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.defaultSkin table.mceToolbar,
|
|
.defaultSkin tr.mceFirst .mceToolbar tr td,
|
|
.defaultSkin tr.mceLast .mceToolbar tr td {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.defaultSkin td.mceToolbar {
|
|
background: #f0f0ee;
|
|
padding-top: 1px;
|
|
vertical-align: top;
|
|
}
|
|
.defaultSkin .mceIframeContainer {
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.defaultSkin .mceStatusbar {
|
|
background: #f0f0ee;
|
|
font-family: "MS Sans Serif", sans-serif, Verdana, Arial;
|
|
font-size: 9pt;
|
|
line-height: 16px;
|
|
overflow: visible;
|
|
color: #000;
|
|
display: block;
|
|
height: 20px;
|
|
}
|
|
.defaultSkin .mceStatusbar div {
|
|
float: left;
|
|
margin: 2px;
|
|
}
|
|
.defaultSkin .mceStatusbar a.mceResize {
|
|
display: block;
|
|
float: right;
|
|
background: url(icons.gif) -800px 0;
|
|
width: 20px;
|
|
height: 20px;
|
|
cursor: se-resize;
|
|
outline: 0;
|
|
}
|
|
.defaultSkin .mceStatusbar a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.defaultSkin table.mceToolbar {
|
|
margin-left: 3px;
|
|
}
|
|
.defaultSkin span.mceIcon,
|
|
.defaultSkin img.mceIcon {
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.defaultSkin .mceIcon {
|
|
background: url(icons.gif) no-repeat 20px 20px;
|
|
}
|
|
.defaultSkin td.mceCenter {
|
|
text-align: center;
|
|
}
|
|
.defaultSkin td.mceCenter table {
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
}
|
|
.defaultSkin td.mceRight table {
|
|
margin: 0 0 0 auto;
|
|
}
|
|
|
|
/* Button */
|
|
.defaultSkin .mceButton {
|
|
display: block;
|
|
border: 1px solid #f0f0ee;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 1px;
|
|
}
|
|
.defaultSkin a.mceButtonEnabled:hover {
|
|
border: 1px solid #0a246a;
|
|
background-color: #b2bbd0;
|
|
}
|
|
.defaultSkin a.mceButtonActive,
|
|
.defaultSkin a.mceButtonSelected {
|
|
border: 1px solid #0a246a;
|
|
background-color: #c2cbe0;
|
|
}
|
|
.defaultSkin .mceButtonDisabled .mceIcon {
|
|
opacity: 0.3;
|
|
-ms-filter: "alpha(opacity=30)";
|
|
filter: alpha(opacity=30);
|
|
}
|
|
.defaultSkin .mceButtonLabeled {
|
|
width: auto;
|
|
}
|
|
.defaultSkin .mceButtonLabeled span.mceIcon {
|
|
float: left;
|
|
}
|
|
.defaultSkin span.mceButtonLabel {
|
|
display: block;
|
|
font-size: 10px;
|
|
padding: 4px 6px 0 22px;
|
|
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
}
|
|
#tresc_zaswiadwzory-dowolne {
|
|
background: #fff !important;
|
|
border: 1px solid #ccc !important;
|
|
}
|
|
#tresc_zaswiadwzory-dowolne:hover {
|
|
border: 1px solid #a2abc0 !important;
|
|
}
|
|
#tresc_zaswiadwzory-dowolne .mceIcon {
|
|
width: 18px !important;
|
|
height: 18px !important;
|
|
margin: 1px !important;
|
|
}
|
|
#tresc_zaswiadwzory-dowolne span.mceButtonLabel {
|
|
font-size: 11px;
|
|
padding: 0px 6px 0 25px;
|
|
}
|
|
.defaultSkin .mceButtonDisabled .mceButtonLabel {
|
|
color: #888;
|
|
}
|
|
|
|
/* Separator */
|
|
.defaultSkin .mceSeparator {
|
|
display: block;
|
|
background: url(icons.gif) -180px 0;
|
|
width: 2px;
|
|
height: 20px;
|
|
margin: 2px 2px 0 4px;
|
|
}
|
|
|
|
/* ListBox */
|
|
.defaultSkin .mceListBox,
|
|
.defaultSkin .mceListBox a {
|
|
display: block;
|
|
}
|
|
.defaultSkin .mceListBox .mceText {
|
|
padding-left: 4px;
|
|
width: 70px;
|
|
text-align: left;
|
|
border: 1px solid #ccc;
|
|
border-right: 0;
|
|
background: #fff;
|
|
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
font-size: 11px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
overflow: hidden;
|
|
}
|
|
.defaultSkin .mceListBox .mceOpen {
|
|
width: 9px;
|
|
height: 20px;
|
|
background: url(icons.gif) -741px 0;
|
|
margin-right: 2px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.mceListBoxZaswiadwzory .mceText {
|
|
width: auto !important;
|
|
padding: 0 4px;
|
|
}
|
|
.defaultSkin table.mceListBoxEnabled:hover .mceText,
|
|
.defaultSkin .mceListBoxHover .mceText,
|
|
.defaultSkin .mceListBoxSelected .mceText {
|
|
border: 1px solid #a2abc0;
|
|
border-right: 0;
|
|
background: #fff;
|
|
}
|
|
.defaultSkin table.mceListBoxEnabled:hover .mceOpen,
|
|
.defaultSkin .mceListBoxHover .mceOpen,
|
|
.defaultSkin .mceListBoxSelected .mceOpen {
|
|
background-color: #fff;
|
|
border: 1px solid #a2abc0;
|
|
}
|
|
.defaultSkin .mceListBoxDisabled a.mceText {
|
|
color: gray;
|
|
background-color: transparent;
|
|
}
|
|
.defaultSkin .mceListBoxMenu {
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.defaultSkin .mceOldBoxModel .mceListBox .mceText {
|
|
height: 22px;
|
|
}
|
|
.defaultSkin .mceOldBoxModel .mceListBox .mceOpen {
|
|
width: 11px;
|
|
height: 22px;
|
|
}
|
|
.defaultSkin select.mceNativeListBox {
|
|
font-family: "MS Sans Serif", sans-serif, Verdana, Arial;
|
|
font-size: 7pt;
|
|
background: #f0f0ee;
|
|
border: 1px solid gray;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
/* SplitButton */
|
|
.defaultSkin .mceSplitButton {
|
|
width: 32px;
|
|
height: 20px;
|
|
direction: ltr;
|
|
}
|
|
.defaultSkin .mceSplitButton a,
|
|
.defaultSkin .mceSplitButton span {
|
|
height: 20px;
|
|
display: block;
|
|
}
|
|
.defaultSkin .mceSplitButton a.mceAction {
|
|
width: 20px;
|
|
border: 1px solid #f0f0ee;
|
|
border-right: 0;
|
|
}
|
|
.defaultSkin .mceSplitButton span.mceAction {
|
|
width: 20px;
|
|
background-image: url(icons.gif);
|
|
}
|
|
.defaultSkin .mceSplitButton a.mceOpen {
|
|
width: 9px;
|
|
background: url(icons.gif) -741px 0;
|
|
border: 1px solid #f0f0ee;
|
|
}
|
|
.defaultSkin .mceSplitButton span.mceOpen {
|
|
display: none;
|
|
}
|
|
.defaultSkin table.mceSplitButtonEnabled:hover a.mceAction,
|
|
.defaultSkin .mceSplitButtonHover a.mceAction,
|
|
.defaultSkin .mceSplitButtonSelected a.mceAction {
|
|
border: 1px solid #0a246a;
|
|
border-right: 0;
|
|
background-color: #b2bbd0;
|
|
}
|
|
.defaultSkin table.mceSplitButtonEnabled:hover a.mceOpen,
|
|
.defaultSkin .mceSplitButtonHover a.mceOpen,
|
|
.defaultSkin .mceSplitButtonSelected a.mceOpen {
|
|
background-color: #b2bbd0;
|
|
border: 1px solid #0a246a;
|
|
}
|
|
.defaultSkin .mceSplitButtonDisabled .mceAction,
|
|
.defaultSkin .mceSplitButtonDisabled a.mceOpen {
|
|
opacity: 0.3;
|
|
-ms-filter: "alpha(opacity=30)";
|
|
filter: alpha(opacity=30);
|
|
}
|
|
.defaultSkin .mceSplitButtonActive a.mceAction {
|
|
border: 1px solid #0a246a;
|
|
background-color: #c2cbe0;
|
|
}
|
|
.defaultSkin .mceSplitButtonActive a.mceOpen {
|
|
border-left: 0;
|
|
}
|
|
|
|
/* ColorSplitButton */
|
|
.defaultSkin div.mceColorSplitMenu table {
|
|
background: #fff;
|
|
border: 1px solid gray;
|
|
}
|
|
.defaultSkin .mceColorSplitMenu td {
|
|
padding: 2px;
|
|
}
|
|
.defaultSkin .mceColorSplitMenu a {
|
|
display: block;
|
|
width: 9px;
|
|
height: 9px;
|
|
overflow: hidden;
|
|
border: 1px solid #808080;
|
|
}
|
|
.defaultSkin .mceColorSplitMenu td.mceMoreColors {
|
|
padding: 1px 3px 1px 1px;
|
|
}
|
|
.defaultSkin .mceColorSplitMenu a.mceMoreColors {
|
|
width: 100%;
|
|
height: auto;
|
|
text-align: center;
|
|
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
font-size: 11px;
|
|
line-height: 20px;
|
|
border: 1px solid #fff;
|
|
}
|
|
.defaultSkin .mceColorSplitMenu a.mceMoreColors:hover {
|
|
border: 1px solid #0a246a;
|
|
background-color: #b6bdd2;
|
|
}
|
|
.defaultSkin a.mceMoreColors:hover {
|
|
border: 1px solid #0a246a;
|
|
}
|
|
.defaultSkin .mceColorPreview {
|
|
margin-left: 2px;
|
|
width: 16px;
|
|
height: 4px;
|
|
overflow: hidden;
|
|
background: #9a9b9a;
|
|
}
|
|
.defaultSkin .mce_forecolor span.mceAction,
|
|
.defaultSkin .mce_backcolor span.mceAction {
|
|
overflow: hidden;
|
|
height: 16px;
|
|
}
|
|
|
|
/* Menu */
|
|
.defaultSkin .mceMenu {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
border: 1px solid #d4d0c8;
|
|
direction: ltr;
|
|
}
|
|
.defaultSkin .mceNoIcons span.mceIcon {
|
|
width: 0;
|
|
}
|
|
.defaultSkin .mceNoIcons a .mceText {
|
|
padding-left: 10px;
|
|
}
|
|
.defaultSkin .mceMenu table {
|
|
background: #fff;
|
|
}
|
|
.defaultSkin .mceMenu a,
|
|
.defaultSkin .mceMenu span,
|
|
.defaultSkin .mceMenu {
|
|
display: block;
|
|
}
|
|
.defaultSkin .mceMenu td {
|
|
height: 20px;
|
|
}
|
|
.defaultSkin .mceMenu a {
|
|
position: relative;
|
|
padding: 3px 0 4px 0;
|
|
}
|
|
.defaultSkin .mceMenu .mceText {
|
|
position: relative;
|
|
display: block;
|
|
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
color: #000;
|
|
cursor: default;
|
|
margin: 0;
|
|
padding: 0 25px 0 25px;
|
|
display: block;
|
|
}
|
|
.defaultSkin .mceMenu span.mceText,
|
|
.defaultSkin .mceMenu .mcePreview {
|
|
font-size: 11px;
|
|
}
|
|
.defaultSkin .mceMenu pre.mceText {
|
|
font-family: Monospace;
|
|
}
|
|
.defaultSkin .mceMenu .mceIcon {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 22px;
|
|
}
|
|
.defaultSkin .mceMenu .mceMenuItemEnabled a:hover,
|
|
.defaultSkin .mceMenu .mceMenuItemActive {
|
|
background-color: #dbecf3;
|
|
}
|
|
.defaultSkin td.mceMenuItemSeparator {
|
|
background: #ddd;
|
|
height: 1px;
|
|
}
|
|
.defaultSkin .mceMenuItemTitle a {
|
|
border: 0;
|
|
background: #eee;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.defaultSkin .mceMenuItemTitle span.mceText {
|
|
color: #000;
|
|
font-weight: bold;
|
|
padding-left: 4px;
|
|
}
|
|
.defaultSkin .mceMenuItemDisabled .mceText {
|
|
color: #888;
|
|
}
|
|
.defaultSkin .mceMenuItemSelected .mceIcon {
|
|
background: url(menu_check.gif);
|
|
}
|
|
.defaultSkin .mceNoIcons .mceMenuItemSelected a {
|
|
background: url(menu_arrow.gif) no-repeat -6px center;
|
|
}
|
|
.defaultSkin .mceMenu span.mceMenuLine {
|
|
display: none;
|
|
}
|
|
.defaultSkin .mceMenuItemSub a {
|
|
background: url(menu_arrow.gif) no-repeat top right;
|
|
}
|
|
.defaultSkin .mceMenuItem td,
|
|
.defaultSkin .mceMenuItem th {
|
|
line-height: normal;
|
|
}
|
|
|
|
/* Progress,Resize */
|
|
.defaultSkin .mceBlocker {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
opacity: 0.5;
|
|
-ms-filter: "alpha(opacity=50)";
|
|
filter: alpha(opacity=50);
|
|
background: #fff;
|
|
}
|
|
.defaultSkin .mceProgress {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1001;
|
|
background: url(progress.gif) no-repeat;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: -16px 0 0 -16px;
|
|
}
|
|
|
|
/* Rtl */
|
|
.mceRtl .mceListBox .mceText {
|
|
text-align: right;
|
|
padding: 0 4px 0 0;
|
|
}
|
|
.mceRtl .mceMenuItem .mceText {
|
|
text-align: right;
|
|
}
|
|
|
|
/* Formats */
|
|
.defaultSkin .mce_formatPreview a {
|
|
font-size: 10px;
|
|
}
|
|
.defaultSkin .mce_p span.mceText {
|
|
}
|
|
.defaultSkin .mce_address span.mceText {
|
|
font-style: italic;
|
|
}
|
|
.defaultSkin .mce_pre span.mceText {
|
|
font-family: monospace;
|
|
}
|
|
.defaultSkin .mce_h1 span.mceText {
|
|
font-weight: bolder;
|
|
font-size: 2em;
|
|
}
|
|
.defaultSkin .mce_h2 span.mceText {
|
|
font-weight: bolder;
|
|
font-size: 1.5em;
|
|
}
|
|
.defaultSkin .mce_h3 span.mceText {
|
|
font-weight: bolder;
|
|
font-size: 1.17em;
|
|
}
|
|
.defaultSkin .mce_h4 span.mceText {
|
|
font-weight: bolder;
|
|
font-size: 1em;
|
|
}
|
|
.defaultSkin .mce_h5 span.mceText {
|
|
font-weight: bolder;
|
|
font-size: 0.83em;
|
|
}
|
|
.defaultSkin .mce_h6 span.mceText {
|
|
font-weight: bolder;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
/* Theme */
|
|
.defaultSkin span.mce_bold {
|
|
background-position: 0 0;
|
|
}
|
|
.defaultSkin span.mce_italic {
|
|
background-position: -60px 0;
|
|
}
|
|
.defaultSkin span.mce_underline {
|
|
background-position: -140px 0;
|
|
}
|
|
.defaultSkin span.mce_strikethrough {
|
|
background-position: -120px 0;
|
|
}
|
|
.defaultSkin span.mce_undo {
|
|
background-position: -160px 0;
|
|
}
|
|
.defaultSkin span.mce_redo {
|
|
background-position: -100px 0;
|
|
}
|
|
.defaultSkin span.mce_cleanup {
|
|
background-position: -40px 0;
|
|
}
|
|
.defaultSkin span.mce_bullist {
|
|
background-position: -20px 0;
|
|
}
|
|
.defaultSkin span.mce_numlist {
|
|
background-position: -80px 0;
|
|
}
|
|
.defaultSkin span.mce_justifyleft {
|
|
background-position: -460px 0;
|
|
}
|
|
.defaultSkin span.mce_justifyright {
|
|
background-position: -480px 0;
|
|
}
|
|
.defaultSkin span.mce_justifycenter {
|
|
background-position: -420px 0;
|
|
}
|
|
.defaultSkin span.mce_justifyfull {
|
|
background-position: -440px 0;
|
|
}
|
|
.defaultSkin span.mce_anchor {
|
|
background-position: -200px 0;
|
|
}
|
|
.defaultSkin span.mce_indent {
|
|
background-position: -400px 0;
|
|
}
|
|
.defaultSkin span.mce_outdent {
|
|
background-position: -540px 0;
|
|
}
|
|
.defaultSkin span.mce_link {
|
|
background-position: -500px 0;
|
|
}
|
|
.defaultSkin span.mce_unlink {
|
|
background-position: -640px 0;
|
|
}
|
|
.defaultSkin span.mce_sub {
|
|
background-position: -600px 0;
|
|
}
|
|
.defaultSkin span.mce_sup {
|
|
background-position: -620px 0;
|
|
}
|
|
.defaultSkin span.mce_removeformat {
|
|
background-position: -580px 0;
|
|
}
|
|
.defaultSkin span.mce_newdocument {
|
|
background-position: -520px 0;
|
|
}
|
|
.defaultSkin span.mce_image {
|
|
background-position: -380px 0;
|
|
}
|
|
.defaultSkin span.mce_help {
|
|
background-position: -340px 0;
|
|
}
|
|
.defaultSkin span.mce_code {
|
|
background-position: -260px 0;
|
|
}
|
|
.defaultSkin span.mce_hr {
|
|
background-position: -360px 0;
|
|
}
|
|
.defaultSkin span.mce_visualaid {
|
|
background-position: -660px 0;
|
|
}
|
|
.defaultSkin span.mce_charmap {
|
|
background-position: -240px 0;
|
|
}
|
|
.defaultSkin span.mce_paste {
|
|
background-position: -560px 0;
|
|
}
|
|
.defaultSkin span.mce_copy {
|
|
background-position: -700px 0;
|
|
}
|
|
.defaultSkin span.mce_cut {
|
|
background-position: -680px 0;
|
|
}
|
|
.defaultSkin span.mce_blockquote {
|
|
background-position: -220px 0;
|
|
}
|
|
.defaultSkin .mce_forecolor span.mceAction {
|
|
background-position: -720px 0;
|
|
}
|
|
.defaultSkin .mce_backcolor span.mceAction {
|
|
background-position: -760px 0;
|
|
}
|
|
.defaultSkin span.mce_forecolorpicker {
|
|
background-position: -720px 0;
|
|
}
|
|
.defaultSkin span.mce_backcolorpicker {
|
|
background-position: -760px 0;
|
|
}
|
|
|
|
/* Plugins */
|
|
.defaultSkin span.mce_advhr {
|
|
background-position: -0px -20px;
|
|
}
|
|
.defaultSkin span.mce_ltr {
|
|
background-position: -20px -20px;
|
|
}
|
|
.defaultSkin span.mce_rtl {
|
|
background-position: -40px -20px;
|
|
}
|
|
.defaultSkin span.mce_emotions {
|
|
background-position: -60px -20px;
|
|
}
|
|
.defaultSkin span.mce_fullpage {
|
|
background-position: -80px -20px;
|
|
}
|
|
.defaultSkin span.mce_fullscreen {
|
|
background-position: -100px -20px;
|
|
}
|
|
.defaultSkin span.mce_iespell {
|
|
background-position: -120px -20px;
|
|
}
|
|
.defaultSkin span.mce_insertdate {
|
|
background-position: -140px -20px;
|
|
}
|
|
.defaultSkin span.mce_inserttime {
|
|
background-position: -160px -20px;
|
|
}
|
|
.defaultSkin span.mce_absolute {
|
|
background-position: -180px -20px;
|
|
}
|
|
.defaultSkin span.mce_backward {
|
|
background-position: -200px -20px;
|
|
}
|
|
.defaultSkin span.mce_forward {
|
|
background-position: -220px -20px;
|
|
}
|
|
.defaultSkin span.mce_insert_layer {
|
|
background-position: -240px -20px;
|
|
}
|
|
.defaultSkin span.mce_insertlayer {
|
|
background-position: -260px -20px;
|
|
}
|
|
.defaultSkin span.mce_movebackward {
|
|
background-position: -280px -20px;
|
|
}
|
|
.defaultSkin span.mce_moveforward {
|
|
background-position: -300px -20px;
|
|
}
|
|
.defaultSkin span.mce_media {
|
|
background-position: -320px -20px;
|
|
}
|
|
.defaultSkin span.mce_nonbreaking {
|
|
background-position: -340px -20px;
|
|
}
|
|
.defaultSkin span.mce_pastetext {
|
|
background-position: -360px -20px;
|
|
}
|
|
.defaultSkin span.mce_pasteword {
|
|
background-position: -380px -20px;
|
|
}
|
|
.defaultSkin span.mce_selectall {
|
|
background-position: -400px -20px;
|
|
}
|
|
.defaultSkin span.mce_preview {
|
|
background-position: -420px -20px;
|
|
}
|
|
.defaultSkin span.mce_print {
|
|
background-position: -440px -20px;
|
|
}
|
|
.defaultSkin span.mce_cancel {
|
|
background-position: -460px -20px;
|
|
}
|
|
.defaultSkin span.mce_save {
|
|
background-position: -480px -20px;
|
|
}
|
|
.defaultSkin span.mce_replace {
|
|
background-position: -500px -20px;
|
|
}
|
|
.defaultSkin span.mce_search {
|
|
background-position: -520px -20px;
|
|
}
|
|
.defaultSkin span.mce_styleprops {
|
|
background-position: -560px -20px;
|
|
}
|
|
.defaultSkin span.mce_table {
|
|
background-position: -580px -20px;
|
|
}
|
|
.defaultSkin span.mce_cell_props {
|
|
background-position: -600px -20px;
|
|
}
|
|
.defaultSkin span.mce_delete_table {
|
|
background-position: -620px -20px;
|
|
}
|
|
.defaultSkin span.mce_delete_col {
|
|
background-position: -640px -20px;
|
|
}
|
|
.defaultSkin span.mce_delete_row {
|
|
background-position: -660px -20px;
|
|
}
|
|
.defaultSkin span.mce_col_after {
|
|
background-position: -680px -20px;
|
|
}
|
|
.defaultSkin span.mce_col_before {
|
|
background-position: -700px -20px;
|
|
}
|
|
.defaultSkin span.mce_row_after {
|
|
background-position: -720px -20px;
|
|
}
|
|
.defaultSkin span.mce_row_before {
|
|
background-position: -740px -20px;
|
|
}
|
|
.defaultSkin span.mce_merge_cells {
|
|
background-position: -760px -20px;
|
|
}
|
|
.defaultSkin span.mce_table_props {
|
|
background-position: -980px -20px;
|
|
}
|
|
.defaultSkin span.mce_row_props {
|
|
background-position: -780px -20px;
|
|
}
|
|
.defaultSkin span.mce_split_cells {
|
|
background-position: -800px -20px;
|
|
}
|
|
.defaultSkin span.mce_template {
|
|
background-position: -820px -20px;
|
|
}
|
|
.defaultSkin span.mce_visualchars {
|
|
background-position: -840px -20px;
|
|
}
|
|
.defaultSkin span.mce_abbr {
|
|
background-position: -860px -20px;
|
|
}
|
|
.defaultSkin span.mce_acronym {
|
|
background-position: -880px -20px;
|
|
}
|
|
.defaultSkin span.mce_attribs {
|
|
background-position: -900px -20px;
|
|
}
|
|
.defaultSkin span.mce_cite {
|
|
background-position: -920px -20px;
|
|
}
|
|
.defaultSkin span.mce_del {
|
|
background-position: -940px -20px;
|
|
}
|
|
.defaultSkin span.mce_ins {
|
|
background-position: -960px -20px;
|
|
}
|
|
.defaultSkin span.mce_pagebreak {
|
|
background-position: 0 -40px;
|
|
}
|
|
.defaultSkin span.mce_restoredraft {
|
|
background-position: -20px -40px;
|
|
}
|
|
.defaultSkin span.mce_spellchecker {
|
|
background-position: -540px -20px;
|
|
}
|
|
.defaultSkin span.mce_visualblocks {
|
|
background-position: -40px -40px;
|
|
}
|