You are here

pdf_reader-viewer.css in PDF Reader 8

Same filename and directory in other branches
  1. 7.2 css/pdf_reader-viewer.css
  2. 7 css/pdf_reader-viewer.css
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #404040;
  background-image: url(images/texture.png);
}

body,
input,
button,
select {
  font: message-box;
}

.hidden {
  display: none;
}
[hidden] {
  display: none !important;
}

#viewerContainer:-webkit-full-screen {
  top: 0px;
  padding-top: 6px;
  padding-bottom: 24px;
  background-color: #404040;
  background-image: url(images/texture.png);
  width: 100%;
  height: 100%;
  overflow: auto;
}

:-webkit-full-screen #viewer {
  margin: 0pt;
  padding: 0pt;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

:-webkit-full-screen .page {
  margin: 0px auto;
  margin-bottom: 10px;
}

#viewerContainer:-moz-full-screen {
  background-color: #404040;
  background-image: url(images/texture.png);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

:-moz-full-screen .page:last-child {
  margin-bottom: 40px;
}

#viewerContainer:full-screen {
  top: 0px;
  background-color: #404040;
  background-image: url(images/texture.png);
  width: 100%;
  height: 100%;
}

/* outer/inner center provides horizontal center */
html[dir='ltr'] .outerCenter {
  float: right;
  position: relative;
  right: 50%;
}
html[dir='rtl'] .outerCenter {
  float: left;
  position: relative;
  left: 50%;
}
html[dir='ltr'] .innerCenter {
  float: right;
  position: relative;
  right: -50%;
}
html[dir='rtl'] .innerCenter {
  float: left;
  position: relative;
  left: -50%;
}

#outerContainer {
  width: 100%;
  height: 100%;
}

#sidebarContainer {
  width: 200px;
  visibility: hidden;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease;
  -ms-transition-duration: 200ms;
  -ms-transition-timing-function: ease;
  -o-transition-duration: 200ms;
  -o-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
  
}
html[dir='ltr'] #sidebarContainer {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  left: -200px;
}
html[dir='rtl'] #sidebarContainer {
  -webkit-transition-property: right;
  -ms-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  right: -200px;
}

#outerContainer.sidebarMoving > #sidebarContainer,
#outerContainer.sidebarOpen > #sidebarContainer {
  visibility: visible;
}
html[dir='ltr'] #outerContainer.sidebarOpen > #sidebarContainer {
  left: 0px;
}
html[dir='rtl'] #outerContainer.sidebarOpen > #sidebarContainer {
  right: 0px;
}

#mainContainer {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease;
  -ms-transition-duration: 200ms;
  -ms-transition-timing-function: ease;
  -o-transition-duration: 200ms;
  -o-transition-timing-function: ease;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  left: 200px;
}
html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -ms-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  right: 200px;
}

#sidebarContent {
  top: 32px;
  bottom: 0;
  overflow: auto;
  position: absolute;
  width: 200px;

  background-color: hsla(0,0%,0%,.1);
  box-shadow: inset -1px 0 0 hsla(0,0%,0%,.25);
}
html[dir='ltr'] #sidebarContent {
  left: 0;
}
html[dir='rtl'] #sidebarContent {
  right: 0;
}

#viewerContainer {
  overflow: auto;
  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.05);
  padding-top: 30px;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
}

.toolbar {
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  z-index: 9999;
  cursor: default;
}

#toolbarContainer {
  width: 100%;
}

#toolbarSidebar {
  width: 200px;
  height: 29px;
  background-image: url(images/texture.png),
                    -webkit-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  background-image: url(images/texture.png),
                    -moz-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  background-image: url(images/texture.png),
                    -ms-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  background-image: url(images/texture.png),
                    -o-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  background-image: url(images/texture.png),
                    linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  box-shadow: inset -2px 0 0 hsla(0,0%,100%,.08),
              inset 0 1px 1px hsla(0,0%,0%,.15),
              inset 0 -1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 1px 1px hsla(0,0%,0%,.1);
}

#toolbarViewer {
  position: relative;
  height: 32px;
  background-image: url(images/texture.png),
                    -webkit-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  background-image: url(images/texture.png),
                    -moz-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  background-image: url(images/texture.png),
                    -ms-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  background-image: url(images/texture.png),
                    -o-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  background-image: url(images/texture.png),
                    linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  border-left: 1px solid hsla(0,0%,0%,.5);
  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08),
              inset 0 1px 1px hsla(0,0%,0%,.15),
              inset 0 -1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 1px 1px hsla(0,0%,0%,.1);
}
html[dir='ltr'] #toolbarViewerLeft {
  margin-left: -1px;
}
html[dir='rtl'] #toolbarViewerRight {
  margin-left: -1px;
}


html[dir='ltr'] #toolbarViewerLeft,
html[dir='rtl'] #toolbarViewerRight {
  position: absolute;
  top: 0;
  left: 0;
}
html[dir='ltr'] #toolbarViewerRight,
html[dir='rtl'] #toolbarViewerLeft {
  position: absolute;
  top: 0;
  right: 0;
}
html[dir='ltr'] #toolbarViewerLeft > *,
html[dir='ltr'] #toolbarViewerMiddle > *,
html[dir='ltr'] #toolbarViewerRight > * {
  float: left;
}
html[dir='rtl'] #toolbarViewerLeft > *,
html[dir='rtl'] #toolbarViewerMiddle > *,
html[dir='rtl'] #toolbarViewerRight > * {
  float: right;
}

html[dir='ltr'] .splitToolbarButton {
  margin: 3px 2px 4px 0;
  display: inline-block;
}
html[dir='rtl'] .splitToolbarButton {
  margin: 3px 0 4px 2px;
  display: inline-block;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: left;
}
html[dir='rtl'] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: right;
}

.toolbarButton {
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  width: 32px;
  height: 25px;
}

.toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.toolbarButton[disabled] {
  opacity: .5;
}

.toolbarButton.group {
  margin-right:0;
}

.splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}

.splitToolbarButton:hover > .toolbarButton,
.splitToolbarButton:focus > .toolbarButton,
.splitToolbarButton.toggled > .toolbarButton,
.toolbarButton.textButton {
  background-color: hsla(0,0%,0%,.12);
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  border: 1px solid hsla(0,0%,0%,.35);
  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.15) inset,
              0 1px 0 hsla(0,0%,100%,.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, border-color, box-shadow;
  -moz-transition-duration: 150ms;
  -moz-transition-timing-function: ease;
  -ms-transition-property: background-color, border-color, box-shadow;
  -ms-transition-duration: 150ms;
  -ms-transition-timing-function: ease;
  -o-transition-property: background-color, border-color, box-shadow;
  -o-transition-duration: 150ms;
  -o-transition-timing-function: ease;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;

}
.splitToolbarButton > .toolbarButton:hover,
.splitToolbarButton > .toolbarButton:focus,
.dropdownToolbarButton:hover,
.toolbarButton.textButton:hover,
.toolbarButton.textButton:focus {
  background-color: hsla(0,0%,0%,.2);
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.15) inset,
              0 0 1px hsla(0,0%,0%,.05);
  z-index: 199;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,
html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
  position: relative;
  margin: 0;
  margin-right: -1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right-color: transparent;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,
html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
  position: relative;
  margin: 0;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: transparent;
}
.splitToolbarButtonSeparator {
  padding: 8px 0;
  width: 1px;
  background-color: hsla(0,0%,00%,.5);
  z-index: 99;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
  display: inline-block;
  margin: 5px 0;
}
html[dir='ltr'] .splitToolbarButtonSeparator {
  float:left;
}
html[dir='rtl'] .splitToolbarButtonSeparator {
  float:right;
}
.splitToolbarButton:hover > .splitToolbarButtonSeparator,
.splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 0;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.03);
  -webkit-transition-property: padding;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: padding;
  -moz-transition-duration: 10ms;
  -moz-transition-timing-function: ease;
  -ms-transition-property: padding;
  -ms-transition-duration: 10ms;
  -ms-transition-timing-function: ease;
  -o-transition-property: padding;
  -o-transition-duration: 10ms;
  -o-transition-timing-function: ease;
  transition-property: padding;
  transition-duration: 10ms;
  transition-timing-function: ease;
}

.toolbarButton,
.dropdownToolbarButton {
  min-width: 16px;
  padding: 2px 6px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: hsl(0,0%,95%);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  /* Opera does not support user-select, use <... unselectable="on"> instead */
  cursor: default;
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, border-color, box-shadow;
  -moz-transition-duration: 150ms;
  -moz-transition-timing-function: ease;
  -ms-transition-property: background-color, border-color, box-shadow;
  -ms-transition-duration: 150ms;
  -ms-transition-timing-function: ease;
  -o-transition-property: background-color, border-color, box-shadow;
  -o-transition-duration: 150ms;
  -o-transition-timing-function: ease;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

html[dir='ltr'] .toolbarButton,
html[dir='ltr'] .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}
html[dir='rtl'] .toolbarButton,
html[dir='rtl'] .dropdownToolbarButton {
  margin: 3px 0 4px 2px;
}

.toolbarButton:hover,
.toolbarButton:focus,
.dropdownToolbarButton {
  background-color: hsla(0,0%,0%,.12);
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  border: 1px solid hsla(0,0%,0%,.35);
  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.15) inset,
              0 1px 0 hsla(0,0%,100%,.05);
}

.toolbarButton:hover:active,
.dropdownToolbarButton:hover:active {
  background-color: hsla(0,0%,0%,.2);
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45);
  box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2) inset,
              0 1px 0 hsla(0,0%,100%,.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background-color, border-color, box-shadow;
  -moz-transition-duration: 10ms;
  -moz-transition-timing-function: linear;
  -ms-transition-property: background-color, border-color, box-shadow;
  -ms-transition-duration: 10ms;
  -ms-transition-timing-function: linear;
  -o-transition-property: background-color, border-color, box-shadow;
  -o-transition-duration: 10ms;
  -o-transition-timing-function: linear;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 10ms;
  transition-timing-function: linear;
}

.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled {
  background-color: hsla(0,0%,0%,.3);
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.45) hsla(0,0%,0%,.5);
  box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2) inset,
              0 1px 0 hsla(0,0%,100%,.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background-color, border-color, box-shadow;
  -moz-transition-duration: 10ms;
  -moz-transition-timing-function: linear;
  -ms-transition-property: background-color, border-color, box-shadow;
  -ms-transition-duration: 10ms;
  -ms-transition-timing-function: linear;
  -o-transition-property: background-color, border-color, box-shadow;
  -o-transition-duration: 10ms;
  -o-transition-timing-function: linear;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 10ms;
  transition-timing-function: linear;
}

.toolbarButton.toggled:hover:active,
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active {
  background-color: hsla(0,0%,0%,.4);
  border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55);
  box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset,
              0 0 1px hsla(0,0%,0%,.3) inset,
              0 1px 0 hsla(0,0%,100%,.05);
}

.dropdownToolbarButton {
  min-width: 120px;
  max-width: 120px;
  padding: 3px 2px 2px;
  overflow: hidden;
  background: url(images/toolbarButton-menuArrows.png) no-repeat;
}
html[dir='ltr'] .dropdownToolbarButton {
  background-position: 95%;
}
html[dir='rtl'] .dropdownToolbarButton {
  background-position: 5%;
}

.dropdownToolbarButton > select {
  -webkit-appearance: none;
  -moz-appearance: none; /* in the future this might matter, see bugzilla bug #649849 */
  min-width: 140px;
  font-size: 12px;
  color: hsl(0,0%,95%);
  margin:0;
  padding:0;
  border:none;
  background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */
}

.dropdownToolbarButton > select > option {
  background: hsl(0,0%,24%);
}

#customScaleOption {
  display: none;
}

#pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

html[dir='ltr'] .splitToolbarButton:first-child,
html[dir='ltr'] .toolbarButton:first-child,
html[dir='rtl'] .splitToolbarButton:last-child,
html[dir='rtl'] .toolbarButton:last-child {
  margin-left: 4px;
}
html[dir='ltr'] .splitToolbarButton:last-child,
html[dir='ltr'] .toolbarButton:last-child,
html[dir='rtl'] .splitToolbarButton:first-child,
html[dir='rtl'] .toolbarButton:first-child {
  margin-right: 4px;
}

.toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}

.toolbarButtonFlexibleSpacer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 30px;
}

.toolbarButton#sidebarToggle::before {
  display: inline-block;
  content: url(images/toolbarButton-sidebarToggle.png);
}
    
html[dir='ltr'] .toolbarButton.pageUp::before {
  display: inline-block;
  content: url(images/toolbarButton-pageUp.png);
}

html[dir='rtl'] .toolbarButton.pageUp::before {
  display: inline-block;
  content: url(images/toolbarButton-pageUp-rtl.png);
}
    
html[dir='ltr'] .toolbarButton.pageDown::before {
  display: inline-block;
  content: url(images/toolbarButton-pageDown.png);
}

html[dir='rtl'] .toolbarButton.pageDown::before {
  display: inline-block;
  content: url(images/toolbarButton-pageDown-rtl.png);
}

.toolbarButton.zoomOut::before {
  display: inline-block;
  content: url(images/toolbarButton-zoomOut.png);
}
    
.toolbarButton.zoomIn::before {
  display: inline-block;
  content: url(images/toolbarButton-zoomIn.png);
}

.toolbarButton.fullscreen::before {
  display: inline-block;
  content: url(images/toolbarButton-fullscreen.png);
}

.toolbarButton.print::before {
  display: inline-block;
  content: url(images/toolbarButton-print.png);
}

.toolbarButton.openFile::before {
  display: inline-block;
  content: url(images/toolbarButton-openFile.png);
}

.toolbarButton.download::before {
  display: inline-block;
  content: url(images/toolbarButton-download.png);
}

.toolbarButton.bookmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 3px;
  padding-top: 4px;
}

.toolbarButton.bookmark::before {
  content: url(images/toolbarButton-bookmark.png);
}
    
#viewThumbnail.toolbarButton::before {
  display: inline-block;
  content: url(images/toolbarButton-viewThumbnail.png);
}
    
#viewOutline.toolbarButton::before {
  display: inline-block;
  content: url(images/toolbarButton-viewOutline.png);
}

#viewSearch.toolbarButton::before {
  display: inline-block;
  content: url(images/toolbarButton-search.png);
}


.toolbarField {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: hsla(0,0%,100%,.09);
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  border: 1px solid hsla(0,0%,0%,.35);
  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset,
              0 1px 0 hsla(0,0%,100%,.05);
  color: hsl(0,0%,95%);
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
  -moz-transition-property: background-color, border-color, box-shadow;
  -moz-transition-duration: 150ms;
  -moz-transition-timing-function: ease;
}

.toolbarField.pageNumber {
  min-width: 16px;
  text-align: right;
  width: 40px;
}

.toolbarField.pageNumber::-webkit-inner-spin-button,
.toolbarField.pageNumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.toolbarField:hover {
  background-color: hsla(0,0%,100%,.11);
  border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45);
}

.toolbarField:focus {
  background-color: hsla(0,0%,100%,.15);
  border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9);
}

.toolbarLabel {
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: hsl(0,0%,85%);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select:none;
  -moz-user-select:none;
  cursor: default;
}

#thumbnailView {
  position: fixed;
  width: 120px;
  top: 33px;
  bottom: 0;
  padding: 10px 40px 0;
  overflow: auto;
}

.thumbnail {
  margin-bottom: 15px;
  float: left;
  width: 114px;
  height: 142px;
}

.thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.thumbnailImage {
  -moz-transition-duration: 150ms;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
}

.thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
  -moz-transition-duration: 150ms;
}
    
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: .9;
}

a:focus > .thumbnail > .thumbnailSelectionRing,
.thumbnail:hover > .thumbnailSelectionRing {
  background-color: hsla(0,0%,100%,.15);
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.2) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,.9);
}

.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  box-shadow: 0 0 0 1px hsla(0,0%,0%,.5);
  opacity: 1;
}

.thumbnail.selected > .thumbnailSelectionRing {
  background-color: hsla(0,0%,100%,.3);
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,1);
}

#outlineView {
  position: fixed;
  width: 192px;
  top: 33px;
  bottom: 0;
  padding: 4px 4px 0;
  overflow: auto;
  -webkit-user-select:none;
  -moz-user-select:none;
}

.outlineItem > .outlineItems {
  margin-left: 20px;
}

.outlineItem > a,
#searchResults > a {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  height: 20px;
  padding: 2px 0 0 10px;
  margin-bottom: 1px;
  border-radius: 2px;
  color: hsla(0,0%,100%,.8);
  font-size: 13px;
  line-height: 15px;
  -moz-user-select:none;
  cursor: default;
  white-space: nowrap;
}

.outlineItem > a:hover,
#searchResults > a:hover {
  background-color: hsla(0,0%,100%,.02);
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.2) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,.9);
}

.outlineItem.selected {
  background-color: hsla(0,0%,100%,.08);
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,1);
}

.noOutline,
.noResults {
  font-size: 12px;
  color: hsla(0,0%,100%,.8);
  font-style: italic;
}

#searchScrollView {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 280px;
}

#searchToolbar {
  padding-left: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#searchToolbar > input {
  margin-left: 4px;
  width: 124px;
}

#searchToolbar button {
  width: auto;
  margin: 0;
  padding: 0 6px;
  height: 22px;
}

#searchResults {
  overflow: auto;
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 0px;
  right: 0;
  padding: 4px 4px 0;
  font-size: smaller;
}

#sidebarControls {
  position:absolute;
  width: 180px;
  height: 32px;
  left: 15px;
  bottom: 35px;
}

canvas {
  margin: auto;
  display: block;
}

.page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px #000;
  -moz-box-shadow: 0px 4px 10px #000;
  box-shadow: 0px 4px 10px #000;
  background-color: white;
}

.page > a {
  display: block;
  position: absolute;
}

.page > a:hover {
  opacity: 0.2;
  background: #ff0;
  -webkit-box-shadow: 0px 2px 10px #ff0;
  -moz-box-shadow: 0px 2px 10px #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('images/loading-icon.gif') center no-repeat;
}

#loadingBox {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ddd;
  font-size: 14px;
}

#loadingBar {
  display: inline-block;
  clear: both;
  margin: 0px;
  margin-top: 5px;
  line-height: 0;
  border-radius: 2px;
  width: 200px;
  height: 25px;

  background-color: hsla(0,0%,0%,.3);
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  border: 1px solid #000;
  box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2) inset,
              0 0 1px 1px rgba(255, 255, 255, 0.1);
}

#loadingBar .progress {
  display: inline-block;
  float: left;

  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#898989));
  background: -webkit-linear-gradient(top, #b2b2b2 0%,#898989 100%);
  background: -moz-linear-gradient(top, #b2b2b2 0%,#898989 100%);
  background: -ms-linear-gradient(top, #b2b2b2 0%,#898989 100%);
  background: -o-linear-gradient(top, #b2b2b2 0%,#898989 100%);
  background: linear-gradient(top, #b2b2b2 0%,#898989 100%);    

  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;

  width: 0%;
  height: 100%;
}

#loadingBar .progress.full {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #000;
  font-family: sans-serif;
}

.textLayer > div {
  color: transparent;
  position: absolute;
  line-height:1.3;
}

/* TODO: file FF bug to support ::-moz-selection:window-inactive
   so we can override the opaque grey background when the window is inactive;
   see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
::selection { background:rgba(0,0,255,0.3); }
::-moz-selection { background:rgba(0,0,255,0.3); }

.annotComment > div {
  position: absolute;
}

.annotComment > img {
  position: absolute;
}

.annotComment > img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.annotComment > div {
  padding: 0.2em;
  max-width: 20em;
  background-color: #F1E47B;
  -webkit-box-shadow: 0px 2px 10px #333;
  -moz-box-shadow: 0px 2px 10px #333;
  box-shadow: 0px 2px 10px #333;
}

.annotComment > div > h1 {
  font-weight: normal;
  font-size: 1.2em;
  border-bottom: 1px solid #000000;
  margin: 0px;
}

#errorWrapper {
  background: none repeat scroll 0 0 #FF5555;
  color: white;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 1000;
  padding: 3px;
  font-size: 0.8em;
}

#errorMessageLeft {
  float: left;
}

#errorMessageRight {
  float: right;
}

#errorMoreInfo {
  background-color: #FFFFFF;
  color: black;
  padding: 3px;
  margin: 3px;
  width: 98%;
}

.clearBoth {
  clear: both;
}

.fileInput {
  background: white;
  color: black;
  margin-top: 5px;
}

#PDFBug {
  background: none repeat scroll 0 0 white;
  border: 1px solid #666666;
  position: fixed;
  top: 32px;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 0;
  width: 300px;
}
#PDFBug .controls {
    background:#EEEEEE;
    border-bottom: 1px solid #666666;
    padding: 3px;
}
#PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 27px;
}
#PDFBug button.active {
  font-weight: bold;
}
.debuggerShowText {
  background: none repeat scroll 0 0 yellow;
  color: blue;
  opacity: 0.3;
}
.debuggerHideText:hover {
  background: none repeat scroll 0 0 yellow;
  opacity: 0.3;
}
#PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}
#PDFBug .stats .title {
    font-weight: bold;
}
#PDFBug table {
  font-size: 10px;
}

#viewer.textLayer-visible .textLayer > div,
#viewer.textLayer-hover .textLayer > div:hover {
  background-color: white;
  color: black;
}

#viewer.textLayer-shadow .textLayer > div {
  background-color: rgba(255,255,255, .6);
  color: black;
}

@page {
  margin: 0;
} 

#printContainer {
  display: none;
}

@media print {
  /* Rules for browsers that don't support mozPrintCallback. */
  #sidebarContainer, .toolbar, #loadingBox, #errorWrapper, .textLayer {
    display: none;
  }

  #mainContainer, #viewerContainer, .page, .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }

  .page {
    float: left;
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .page[data-loaded] {
    display: block;
  }

  /* Rules for browsers that support mozPrintCallback */
  body[data-mozPrintCallback] #outerContainer {
    display: none;
  }
  body[data-mozPrintCallback] #printContainer {
    display: block;
  }
  #printContainer canvas {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media all and (max-width: 950px) {
  html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
  html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
    float: left;
    left: 180px;
  }
  html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
  html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
    float: right;
    right: 180px;
  }
}

@media all and (max-width: 770px) {
  #sidebarContainer {
    top: 33px;
    z-index: 100;
  }
  #sidebarContent {
    top: 32px;
    background-color: hsla(0,0%,0%,.7);
  }
  #thumbnailView, #outlineView {
    top: 66px;
  }

  html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
    left: 0px;
  }
  html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
    right: 0px;
  }

  html[dir='ltr'] .outerCenter {
    float: left;
    left: 180px;
  }
  html[dir='rtl'] .outerCenter {
    float: right;
    right: 180px;
  }
}

@media all and (max-width: 600px) {
  #toolbarViewerRight {
    display: none;
  }
}

@media all and (max-width: 500px) {
  #scaleSelectContainer, #pageNumberLabel {
    display: none;
  }
}

File

css/pdf_reader-viewer.css
View source
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. html {
  6. height: 100%;
  7. }
  8. body {
  9. height: 100%;
  10. background-color: #404040;
  11. background-image: url(images/texture.png);
  12. }
  13. body,
  14. input,
  15. button,
  16. select {
  17. font: message-box;
  18. }
  19. .hidden {
  20. display: none;
  21. }
  22. [hidden] {
  23. display: none !important;
  24. }
  25. #viewerContainer:-webkit-full-screen {
  26. top: 0px;
  27. padding-top: 6px;
  28. padding-bottom: 24px;
  29. background-color: #404040;
  30. background-image: url(images/texture.png);
  31. width: 100%;
  32. height: 100%;
  33. overflow: auto;
  34. }
  35. :-webkit-full-screen #viewer {
  36. margin: 0pt;
  37. padding: 0pt;
  38. height: 100%;
  39. width: 100%;
  40. overflow: hidden;
  41. }
  42. :-webkit-full-screen .page {
  43. margin: 0px auto;
  44. margin-bottom: 10px;
  45. }
  46. #viewerContainer:-moz-full-screen {
  47. background-color: #404040;
  48. background-image: url(images/texture.png);
  49. width: 100%;
  50. height: 100%;
  51. overflow: hidden;
  52. }
  53. :-moz-full-screen .page:last-child {
  54. margin-bottom: 40px;
  55. }
  56. #viewerContainer:full-screen {
  57. top: 0px;
  58. background-color: #404040;
  59. background-image: url(images/texture.png);
  60. width: 100%;
  61. height: 100%;
  62. }
  63. /* outer/inner center provides horizontal center */
  64. html[dir='ltr'] .outerCenter {
  65. float: right;
  66. position: relative;
  67. right: 50%;
  68. }
  69. html[dir='rtl'] .outerCenter {
  70. float: left;
  71. position: relative;
  72. left: 50%;
  73. }
  74. html[dir='ltr'] .innerCenter {
  75. float: right;
  76. position: relative;
  77. right: -50%;
  78. }
  79. html[dir='rtl'] .innerCenter {
  80. float: left;
  81. position: relative;
  82. left: -50%;
  83. }
  84. #outerContainer {
  85. width: 100%;
  86. height: 100%;
  87. }
  88. #sidebarContainer {
  89. width: 200px;
  90. visibility: hidden;
  91. -webkit-transition-duration: 200ms;
  92. -webkit-transition-timing-function: ease;
  93. -moz-transition-duration: 200ms;
  94. -moz-transition-timing-function: ease;
  95. -ms-transition-duration: 200ms;
  96. -ms-transition-timing-function: ease;
  97. -o-transition-duration: 200ms;
  98. -o-transition-timing-function: ease;
  99. transition-duration: 200ms;
  100. transition-timing-function: ease;
  101. }
  102. html[dir='ltr'] #sidebarContainer {
  103. -webkit-transition-property: left;
  104. -moz-transition-property: left;
  105. -ms-transition-property: left;
  106. -o-transition-property: left;
  107. transition-property: left;
  108. left: -200px;
  109. }
  110. html[dir='rtl'] #sidebarContainer {
  111. -webkit-transition-property: right;
  112. -ms-transition-property: right;
  113. -o-transition-property: right;
  114. transition-property: right;
  115. right: -200px;
  116. }
  117. #outerContainer.sidebarMoving > #sidebarContainer,
  118. #outerContainer.sidebarOpen > #sidebarContainer {
  119. visibility: visible;
  120. }
  121. html[dir='ltr'] #outerContainer.sidebarOpen > #sidebarContainer {
  122. left: 0px;
  123. }
  124. html[dir='rtl'] #outerContainer.sidebarOpen > #sidebarContainer {
  125. right: 0px;
  126. }
  127. #mainContainer {
  128. position: relative;
  129. top: 0;
  130. right: 0;
  131. bottom: 0;
  132. left: 0;
  133. -webkit-transition-duration: 200ms;
  134. -webkit-transition-timing-function: ease;
  135. -moz-transition-duration: 200ms;
  136. -moz-transition-timing-function: ease;
  137. -ms-transition-duration: 200ms;
  138. -ms-transition-timing-function: ease;
  139. -o-transition-duration: 200ms;
  140. -o-transition-timing-function: ease;
  141. transition-duration: 200ms;
  142. transition-timing-function: ease;
  143. }
  144. html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
  145. -webkit-transition-property: left;
  146. -moz-transition-property: left;
  147. -ms-transition-property: left;
  148. -o-transition-property: left;
  149. transition-property: left;
  150. left: 200px;
  151. }
  152. html[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
  153. -webkit-transition-property: right;
  154. -moz-transition-property: right;
  155. -ms-transition-property: right;
  156. -o-transition-property: right;
  157. transition-property: right;
  158. right: 200px;
  159. }
  160. #sidebarContent {
  161. top: 32px;
  162. bottom: 0;
  163. overflow: auto;
  164. position: absolute;
  165. width: 200px;
  166. background-color: hsla(0,0%,0%,.1);
  167. box-shadow: inset -1px 0 0 hsla(0,0%,0%,.25);
  168. }
  169. html[dir='ltr'] #sidebarContent {
  170. left: 0;
  171. }
  172. html[dir='rtl'] #sidebarContent {
  173. right: 0;
  174. }
  175. #viewerContainer {
  176. overflow: auto;
  177. box-shadow: inset 1px 0 0 hsla(0,0%,100%,.05);
  178. padding-top: 30px;
  179. top: 32px;
  180. right: 0;
  181. bottom: 0;
  182. left: 0;
  183. }
  184. .toolbar {
  185. position: absolute;
  186. left: 0;
  187. right: 0;
  188. height: 32px;
  189. z-index: 9999;
  190. cursor: default;
  191. }
  192. #toolbarContainer {
  193. width: 100%;
  194. }
  195. #toolbarSidebar {
  196. width: 200px;
  197. height: 29px;
  198. background-image: url(images/texture.png),
  199. -webkit-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  200. background-image: url(images/texture.png),
  201. -moz-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  202. background-image: url(images/texture.png),
  203. -ms-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  204. background-image: url(images/texture.png),
  205. -o-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  206. background-image: url(images/texture.png),
  207. linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95));
  208. box-shadow: inset -2px 0 0 hsla(0,0%,100%,.08),
  209. inset 0 1px 1px hsla(0,0%,0%,.15),
  210. inset 0 -1px 0 hsla(0,0%,100%,.05),
  211. 0 1px 0 hsla(0,0%,0%,.15),
  212. 0 1px 1px hsla(0,0%,0%,.1);
  213. }
  214. #toolbarViewer {
  215. position: relative;
  216. height: 32px;
  217. background-image: url(images/texture.png),
  218. -webkit-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  219. background-image: url(images/texture.png),
  220. -moz-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  221. background-image: url(images/texture.png),
  222. -ms-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  223. background-image: url(images/texture.png),
  224. -o-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  225. background-image: url(images/texture.png),
  226. linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
  227. border-left: 1px solid hsla(0,0%,0%,.5);
  228. box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08),
  229. inset 0 1px 1px hsla(0,0%,0%,.15),
  230. inset 0 -1px 0 hsla(0,0%,100%,.05),
  231. 0 1px 0 hsla(0,0%,0%,.15),
  232. 0 1px 1px hsla(0,0%,0%,.1);
  233. }
  234. html[dir='ltr'] #toolbarViewerLeft {
  235. margin-left: -1px;
  236. }
  237. html[dir='rtl'] #toolbarViewerRight {
  238. margin-left: -1px;
  239. }
  240. html[dir='ltr'] #toolbarViewerLeft,
  241. html[dir='rtl'] #toolbarViewerRight {
  242. position: absolute;
  243. top: 0;
  244. left: 0;
  245. }
  246. html[dir='ltr'] #toolbarViewerRight,
  247. html[dir='rtl'] #toolbarViewerLeft {
  248. position: absolute;
  249. top: 0;
  250. right: 0;
  251. }
  252. html[dir='ltr'] #toolbarViewerLeft > *,
  253. html[dir='ltr'] #toolbarViewerMiddle > *,
  254. html[dir='ltr'] #toolbarViewerRight > * {
  255. float: left;
  256. }
  257. html[dir='rtl'] #toolbarViewerLeft > *,
  258. html[dir='rtl'] #toolbarViewerMiddle > *,
  259. html[dir='rtl'] #toolbarViewerRight > * {
  260. float: right;
  261. }
  262. html[dir='ltr'] .splitToolbarButton {
  263. margin: 3px 2px 4px 0;
  264. display: inline-block;
  265. }
  266. html[dir='rtl'] .splitToolbarButton {
  267. margin: 3px 0 4px 2px;
  268. display: inline-block;
  269. }
  270. html[dir='ltr'] .splitToolbarButton > .toolbarButton {
  271. border-radius: 0;
  272. float: left;
  273. }
  274. html[dir='rtl'] .splitToolbarButton > .toolbarButton {
  275. border-radius: 0;
  276. float: right;
  277. }
  278. .toolbarButton {
  279. border: 0 none;
  280. background-color: rgba(0, 0, 0, 0);
  281. width: 32px;
  282. height: 25px;
  283. }
  284. .toolbarButton > span {
  285. display: inline-block;
  286. width: 0;
  287. height: 0;
  288. overflow: hidden;
  289. }
  290. .toolbarButton[disabled] {
  291. opacity: .5;
  292. }
  293. .toolbarButton.group {
  294. margin-right:0;
  295. }
  296. .splitToolbarButton.toggled .toolbarButton {
  297. margin: 0;
  298. }
  299. .splitToolbarButton:hover > .toolbarButton,
  300. .splitToolbarButton:focus > .toolbarButton,
  301. .splitToolbarButton.toggled > .toolbarButton,
  302. .toolbarButton.textButton {
  303. background-color: hsla(0,0%,0%,.12);
  304. background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  305. background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  306. background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  307. background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  308. background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  309. background-clip: padding-box;
  310. border: 1px solid hsla(0,0%,0%,.35);
  311. border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  312. box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  313. 0 0 1px hsla(0,0%,100%,.15) inset,
  314. 0 1px 0 hsla(0,0%,100%,.05);
  315. -webkit-transition-property: background-color, border-color, box-shadow;
  316. -webkit-transition-duration: 150ms;
  317. -webkit-transition-timing-function: ease;
  318. -moz-transition-property: background-color, border-color, box-shadow;
  319. -moz-transition-duration: 150ms;
  320. -moz-transition-timing-function: ease;
  321. -ms-transition-property: background-color, border-color, box-shadow;
  322. -ms-transition-duration: 150ms;
  323. -ms-transition-timing-function: ease;
  324. -o-transition-property: background-color, border-color, box-shadow;
  325. -o-transition-duration: 150ms;
  326. -o-transition-timing-function: ease;
  327. transition-property: background-color, border-color, box-shadow;
  328. transition-duration: 150ms;
  329. transition-timing-function: ease;
  330. }
  331. .splitToolbarButton > .toolbarButton:hover,
  332. .splitToolbarButton > .toolbarButton:focus,
  333. .dropdownToolbarButton:hover,
  334. .toolbarButton.textButton:hover,
  335. .toolbarButton.textButton:focus {
  336. background-color: hsla(0,0%,0%,.2);
  337. box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  338. 0 0 1px hsla(0,0%,100%,.15) inset,
  339. 0 0 1px hsla(0,0%,0%,.05);
  340. z-index: 199;
  341. }
  342. html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,
  343. html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
  344. position: relative;
  345. margin: 0;
  346. margin-right: -1px;
  347. border-top-left-radius: 2px;
  348. border-bottom-left-radius: 2px;
  349. border-right-color: transparent;
  350. }
  351. html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,
  352. html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
  353. position: relative;
  354. margin: 0;
  355. margin-left: -1px;
  356. border-top-right-radius: 2px;
  357. border-bottom-right-radius: 2px;
  358. border-left-color: transparent;
  359. }
  360. .splitToolbarButtonSeparator {
  361. padding: 8px 0;
  362. width: 1px;
  363. background-color: hsla(0,0%,00%,.5);
  364. z-index: 99;
  365. box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
  366. display: inline-block;
  367. margin: 5px 0;
  368. }
  369. html[dir='ltr'] .splitToolbarButtonSeparator {
  370. float:left;
  371. }
  372. html[dir='rtl'] .splitToolbarButtonSeparator {
  373. float:right;
  374. }
  375. .splitToolbarButton:hover > .splitToolbarButtonSeparator,
  376. .splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  377. padding: 12px 0;
  378. margin: 0;
  379. box-shadow: 0 0 0 1px hsla(0,0%,100%,.03);
  380. -webkit-transition-property: padding;
  381. -webkit-transition-duration: 10ms;
  382. -webkit-transition-timing-function: ease;
  383. -moz-transition-property: padding;
  384. -moz-transition-duration: 10ms;
  385. -moz-transition-timing-function: ease;
  386. -ms-transition-property: padding;
  387. -ms-transition-duration: 10ms;
  388. -ms-transition-timing-function: ease;
  389. -o-transition-property: padding;
  390. -o-transition-duration: 10ms;
  391. -o-transition-timing-function: ease;
  392. transition-property: padding;
  393. transition-duration: 10ms;
  394. transition-timing-function: ease;
  395. }
  396. .toolbarButton,
  397. .dropdownToolbarButton {
  398. min-width: 16px;
  399. padding: 2px 6px 0;
  400. border: 1px solid transparent;
  401. border-radius: 2px;
  402. color: hsl(0,0%,95%);
  403. font-size: 12px;
  404. line-height: 14px;
  405. -webkit-user-select:none;
  406. -moz-user-select:none;
  407. -ms-user-select:none;
  408. /* Opera does not support user-select, use <... unselectable="on"> instead */
  409. cursor: default;
  410. -webkit-transition-property: background-color, border-color, box-shadow;
  411. -webkit-transition-duration: 150ms;
  412. -webkit-transition-timing-function: ease;
  413. -moz-transition-property: background-color, border-color, box-shadow;
  414. -moz-transition-duration: 150ms;
  415. -moz-transition-timing-function: ease;
  416. -ms-transition-property: background-color, border-color, box-shadow;
  417. -ms-transition-duration: 150ms;
  418. -ms-transition-timing-function: ease;
  419. -o-transition-property: background-color, border-color, box-shadow;
  420. -o-transition-duration: 150ms;
  421. -o-transition-timing-function: ease;
  422. transition-property: background-color, border-color, box-shadow;
  423. transition-duration: 150ms;
  424. transition-timing-function: ease;
  425. }
  426. html[dir='ltr'] .toolbarButton,
  427. html[dir='ltr'] .dropdownToolbarButton {
  428. margin: 3px 2px 4px 0;
  429. }
  430. html[dir='rtl'] .toolbarButton,
  431. html[dir='rtl'] .dropdownToolbarButton {
  432. margin: 3px 0 4px 2px;
  433. }
  434. .toolbarButton:hover,
  435. .toolbarButton:focus,
  436. .dropdownToolbarButton {
  437. background-color: hsla(0,0%,0%,.12);
  438. background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  439. background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  440. background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  441. background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  442. background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  443. background-clip: padding-box;
  444. border: 1px solid hsla(0,0%,0%,.35);
  445. border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  446. box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
  447. 0 0 1px hsla(0,0%,100%,.15) inset,
  448. 0 1px 0 hsla(0,0%,100%,.05);
  449. }
  450. .toolbarButton:hover:active,
  451. .dropdownToolbarButton:hover:active {
  452. background-color: hsla(0,0%,0%,.2);
  453. background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  454. background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  455. background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  456. background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  457. background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  458. border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45);
  459. box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
  460. 0 0 1px hsla(0,0%,0%,.2) inset,
  461. 0 1px 0 hsla(0,0%,100%,.05);
  462. -webkit-transition-property: background-color, border-color, box-shadow;
  463. -webkit-transition-duration: 10ms;
  464. -webkit-transition-timing-function: linear;
  465. -moz-transition-property: background-color, border-color, box-shadow;
  466. -moz-transition-duration: 10ms;
  467. -moz-transition-timing-function: linear;
  468. -ms-transition-property: background-color, border-color, box-shadow;
  469. -ms-transition-duration: 10ms;
  470. -ms-transition-timing-function: linear;
  471. -o-transition-property: background-color, border-color, box-shadow;
  472. -o-transition-duration: 10ms;
  473. -o-transition-timing-function: linear;
  474. transition-property: background-color, border-color, box-shadow;
  475. transition-duration: 10ms;
  476. transition-timing-function: linear;
  477. }
  478. .toolbarButton.toggled,
  479. .splitToolbarButton.toggled > .toolbarButton.toggled {
  480. background-color: hsla(0,0%,0%,.3);
  481. background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  482. background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  483. background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  484. background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  485. background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  486. border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.45) hsla(0,0%,0%,.5);
  487. box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,
  488. 0 0 1px hsla(0,0%,0%,.2) inset,
  489. 0 1px 0 hsla(0,0%,100%,.05);
  490. -webkit-transition-property: background-color, border-color, box-shadow;
  491. -webkit-transition-duration: 10ms;
  492. -webkit-transition-timing-function: linear;
  493. -moz-transition-property: background-color, border-color, box-shadow;
  494. -moz-transition-duration: 10ms;
  495. -moz-transition-timing-function: linear;
  496. -ms-transition-property: background-color, border-color, box-shadow;
  497. -ms-transition-duration: 10ms;
  498. -ms-transition-timing-function: linear;
  499. -o-transition-property: background-color, border-color, box-shadow;
  500. -o-transition-duration: 10ms;
  501. -o-transition-timing-function: linear;
  502. transition-property: background-color, border-color, box-shadow;
  503. transition-duration: 10ms;
  504. transition-timing-function: linear;
  505. }
  506. .toolbarButton.toggled:hover:active,
  507. .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active {
  508. background-color: hsla(0,0%,0%,.4);
  509. border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55);
  510. box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset,
  511. 0 0 1px hsla(0,0%,0%,.3) inset,
  512. 0 1px 0 hsla(0,0%,100%,.05);
  513. }
  514. .dropdownToolbarButton {
  515. min-width: 120px;
  516. max-width: 120px;
  517. padding: 3px 2px 2px;
  518. overflow: hidden;
  519. background: url(images/toolbarButton-menuArrows.png) no-repeat;
  520. }
  521. html[dir='ltr'] .dropdownToolbarButton {
  522. background-position: 95%;
  523. }
  524. html[dir='rtl'] .dropdownToolbarButton {
  525. background-position: 5%;
  526. }
  527. .dropdownToolbarButton > select {
  528. -webkit-appearance: none;
  529. -moz-appearance: none; /* in the future this might matter, see bugzilla bug #649849 */
  530. min-width: 140px;
  531. font-size: 12px;
  532. color: hsl(0,0%,95%);
  533. margin:0;
  534. padding:0;
  535. border:none;
  536. background: rgba(0,0,0,0); /* Opera does not support 'transparent'