Stackedit/js/styles/default.less

935 lines
16 KiB
Plaintext
Raw Normal View History

2013-08-04 17:42:22 +00:00
@bg-light: #f2f2f2;
2013-08-04 23:49:07 +00:00
@preview-bg-light: #e8e8e8;
2013-08-05 18:39:53 +00:00
@bg-navbar-hover: @body-bg;
2013-08-04 17:42:22 +00:00
@text-inv: #fff;
2013-08-04 23:49:07 +00:00
@text-light: #888;
@error-border: #ff8661;
@icon-color: #525252;
@icon-color-inv: #fff;
2013-08-10 00:28:48 +00:00
@menu-panel-width: 280px;
2013-08-08 21:53:15 +00:00
@document-panel-width: 300px;
2013-08-06 23:52:58 +00:00
@panel-bg: @bg-navbar-hover;
2013-08-05 18:39:53 +00:00
@transparent: fade(#000, 0%);
2013-08-04 17:42:22 +00:00
/* Bootstrap */
@body-bg: #f5f5f5;
@input-border: #ddd;
@dropdown-border: #ddd;
2013-08-10 00:28:48 +00:00
@pre-border-color: #ddd;
2013-08-04 17:42:22 +00:00
@navbar-bg: #ddd;
@dropdown-link-hover-bg: #888;
@dropdown-link-active-color: #fff;
2013-08-06 23:52:58 +00:00
@list-group-border: @transparent;
@list-group-active-bg: @dropdown-link-hover-bg;
2013-08-04 17:42:22 +00:00
@input-color-placeholder: #ccc;
2013-08-04 23:49:07 +00:00
@btn-default-color: #333333;
@btn-default-bg: #fff;
2013-08-05 18:39:53 +00:00
@btn-default-border: @transparent;
2013-08-04 23:49:07 +00:00
@btn-primary-color: #fff;
2013-08-10 00:28:48 +00:00
@btn-primary-bg: #888;
2013-08-05 18:39:53 +00:00
@btn-primary-border: @transparent;
@btn-success-color: #333333;
@btn-success-bg: @navbar-bg;
@btn-success-border: @transparent;
2013-08-04 23:49:07 +00:00
@btn-info-bg: @body-bg;
2013-08-05 18:39:53 +00:00
@btn-info-border: @transparent;
2013-08-04 23:49:07 +00:00
@gray-lighter: @body-bg;
2013-08-10 00:28:48 +00:00
@modal-header-border-color: #e8e8e8;
@modal-content-border-color: #e8e8e8;
@modal-footer-border-color: #e8e8e8;
2013-08-05 18:39:53 +00:00
2013-08-04 00:54:25 +00:00
body {
tab-size: 4;
}
#preview-contents {
2013-08-10 00:28:48 +00:00
padding: 8px 15px 8px 5px;
2013-08-04 00:54:25 +00:00
margin-bottom: 50px;
}
.working {
cursor: progress;
}
.btn,
.dropdown-menu {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/*
Override Bootstrap
*/
2013-08-04 15:49:14 +00:00
2013-08-04 23:49:07 +00:00
/*******************
* Buttons
*******************/
.btn {
padding: 8px 11px;
}
.btn-primary:hover {
color: @btn-primary-color;
2013-08-04 00:54:25 +00:00
}
2013-08-05 18:39:53 +00:00
.btn-success:hover {
background-color: @bg-navbar-hover;
}
2013-08-04 23:49:07 +00:00
// Last dropdown-toggle in a button-group (Bootstrap override)
.btn-group>.btn+.dropdown-toggle {
padding-right: 11px;
padding-left: 11px;
2013-08-04 00:54:25 +00:00
}
2013-08-04 23:49:07 +00:00
2013-08-04 17:42:22 +00:00
/*******************
* Modal
*******************/
2013-08-04 23:49:07 +00:00
2013-08-04 15:49:14 +00:00
.modal-backdrop {
background-color: fade(#999, 60%);
}
.modal-content {
2013-08-10 00:28:48 +00:00
border-width: 5px;
2013-08-04 15:49:14 +00:00
}
2013-08-05 14:05:34 +00:00
2013-08-04 17:42:22 +00:00
/********************
* Input
********************/
2013-08-04 23:49:07 +00:00
// Fix form-inline broken since v3
.form-inline {
.col-lg-1 { width: percentage((1 / @grid-columns)); }
.col-lg-2 { width: percentage((2 / @grid-columns)); }
.col-lg-3 { width: percentage((3 / @grid-columns)); }
.col-lg-4 { width: percentage((4 / @grid-columns)); }
.col-lg-5 { width: percentage((5 / @grid-columns)); }
.col-lg-6 { width: percentage((6 / @grid-columns)); }
.col-lg-7 { width: percentage((7 / @grid-columns)); }
.col-lg-8 { width: percentage((8 / @grid-columns)); }
.col-lg-9 { width: percentage((9 / @grid-columns)); }
.col-lg-10 { width: percentage((10/ @grid-columns)); }
.col-lg-11 { width: percentage((11/ @grid-columns)); }
.col-lg-12 { width: 100%; }
* {float:none;}
}
2013-08-04 17:42:22 +00:00
.form-control:focus {
border-color: @input-border;
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 128, 128, 0.6)");
2013-08-04 00:54:25 +00:00
}
.help-block {
font-size: 12px;
}
.modal textarea.error,.modal input.error {
2013-08-04 23:49:07 +00:00
border-color: @error-border;
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 134, 97, 0.6)");
2013-08-04 00:54:25 +00:00
}
2013-08-05 01:31:14 +00:00
// Fix add-on support in Bootstrap v3
2013-08-04 23:49:07 +00:00
.input-group-btn .btn {
border: 1px solid @input-border;
2013-08-04 00:54:25 +00:00
}
2013-08-05 01:31:14 +00:00
.input-group-btn:first-child .btn {
border-right: 0;
}
2013-08-04 23:49:07 +00:00
.input-group-btn:last-child .btn {
border-left: 0;
2013-08-04 00:54:25 +00:00
}
2013-08-04 23:49:07 +00:00
.input-group-addon, .input-group-btn .btn {
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
2013-08-04 00:54:25 +00:00
}
2013-08-04 23:49:07 +00:00
/*******************
* Navbar
*******************/
.navbar {
position: static;
2013-08-06 23:52:58 +00:00
padding: 0;
2013-08-10 01:19:32 +00:00
.left-space {
width: 30px;
height: 38px;
}
.right-space {
width: 20px;
height: 38px;
2013-08-06 23:52:58 +00:00
}
2013-08-04 23:49:07 +00:00
.nav {
float: left;
2013-08-10 01:19:32 +00:00
margin: 6px 10px 5px;
2013-08-04 23:49:07 +00:00
& > li {
display: inline-block;
}
// Dropdown submenu
&.pull-right {
float: right;
& > li > .dropdown-menu {
right: 0;
left: auto;
.dropdown-menu {
right: 100%;
left: auto;
margin-right: -1px;
margin-left: 0;
}
}
2013-08-04 00:54:25 +00:00
}
}
2013-08-05 18:39:53 +00:00
.btn-group > .btn {
2013-08-04 23:49:07 +00:00
&.disabled,
&.blocked,
&[disabled] {
* {
color: fade(@btn-default-color, 30%);
}
}
}
2013-08-06 00:28:21 +00:00
// Dropdown menus
2013-08-04 23:49:07 +00:00
.btn-group.open .dropdown-toggle {
background-color: @bg-navbar-hover;
}
2013-08-06 00:28:21 +00:00
.dropdown-menu > li > a > i {
margin-right: 5px;
}
2013-08-05 01:31:14 +00:00
2013-08-06 00:28:21 +00:00
.file-selector {
top: 30px;
right: -10px !important;
2013-08-05 01:31:14 +00:00
max-height: 500px;
2013-08-06 00:28:21 +00:00
min-width: 280px;
2013-08-05 01:31:14 +00:00
overflow-y: auto;
.stick {
2013-08-06 00:28:21 +00:00
padding: 10px 20px;
2013-08-05 01:31:14 +00:00
}
}
2013-08-06 23:52:58 +00:00
.file-title-navbar {
2013-08-05 01:31:14 +00:00
padding: 4px 15px;
font-size: 20px;
font-weight: 200;
color: #666;
i {
margin-right: 10px;
}
}
2013-08-06 23:52:58 +00:00
.input-file-title {
margin-right: 10px;
}
2013-08-05 01:31:14 +00:00
.working-indicator {
background-image: none !important;
width: 43px;
height: 11px;
background-position: 0 0;
2013-08-06 23:52:58 +00:00
margin: 15px 10px 0;
2013-08-05 01:31:14 +00:00
&.show {
background-image: url("../../img/ajax-loader.gif") !important;
}
}
2013-08-04 00:54:25 +00:00
}
2013-08-06 00:28:21 +00:00
/*********************
2013-08-06 23:52:58 +00:00
* Menu/Document panels
2013-08-06 00:28:21 +00:00
*********************/
2013-08-06 23:52:58 +00:00
// Common style
.menu-panel, .document-panel {
2013-08-10 00:28:48 +00:00
display: block;
2013-08-06 23:52:58 +00:00
background-color: @panel-bg;
2013-08-06 00:28:21 +00:00
position: absolute;
2013-08-06 23:52:58 +00:00
height: 100%;
2013-08-06 00:28:21 +00:00
z-index: 10;
overflow: initial;
2013-08-06 23:52:58 +00:00
.box-shadow(0 6px 12px rgba(0,0,0,.175));
2013-08-10 00:28:48 +00:00
.collapse-button i {
color: #777;
font-size: 18px;
}
2013-08-06 23:52:58 +00:00
.panel-content {
padding-top: 6px;
padding-bottom: 25px;
2013-08-06 00:28:21 +00:00
overflow: auto;
height: 100%;
2013-08-08 21:53:15 +00:00
a > i {
2013-08-06 00:28:21 +00:00
margin-right: 5px;
color: inherit;
}
.list-group {
.list-group-item {
2013-08-06 23:52:58 +00:00
border-radius: 0;
2013-08-06 00:28:21 +00:00
color: @btn-default-color;
2013-08-06 23:52:58 +00:00
&.active {
color: @text-inv;
}
}
.nav {
2013-08-10 00:28:48 +00:00
border-left: 10px solid fade(#000, 5%);
2013-08-06 23:52:58 +00:00
margin-left: 10px;
2013-08-06 00:28:21 +00:00
}
2013-08-08 21:53:15 +00:00
}
.input-group {
padding: 15px 20px;
2013-08-06 00:28:21 +00:00
}
}
}
2013-08-06 23:52:58 +00:00
.menu-panel {
width: @menu-panel-width !important;
2013-08-10 00:28:48 +00:00
margin-left: (-@menu-panel-width - 32);
2013-08-06 23:52:58 +00:00
-webkit-transition: margin-left 0.35s ease;
-moz-transition: margin-left 0.35s ease;
-o-transition: margin-left 0.35s ease;
transition: margin-left 0.35s ease;
&.in {
margin-left: 0;
.collapse-button {
background-color: @panel-bg;
}
}
.collapse-button {
right: -80px;
position: absolute;
margin-top: 6px;
padding: 2px 20px;
z-index: -1;
}
2013-08-10 00:28:48 +00:00
.panel-content {
border-right: 5px solid @preview-bg-light;
}
2013-08-06 23:52:58 +00:00
}
2013-08-06 00:28:21 +00:00
.document-panel {
right: 0;
2013-08-06 23:52:58 +00:00
width: @document-panel-width !important;
2013-08-10 00:28:48 +00:00
margin-right: (-@document-panel-width - 32);
2013-08-06 00:28:21 +00:00
-webkit-transition: margin-right 0.35s ease;
2013-08-06 23:52:58 +00:00
-moz-transition: margin-right 0.35s ease;
-o-transition: margin-right 0.35s ease;
transition: margin-right 0.35s ease;
2013-08-06 00:28:21 +00:00
&.in {
margin-right: 0;
2013-08-06 23:52:58 +00:00
.collapse-button {
background-color: @panel-bg;
2013-08-06 00:28:21 +00:00
}
}
2013-08-06 23:52:58 +00:00
.collapse-button {
2013-08-06 00:28:21 +00:00
left: -80px;
position: absolute;
margin-top: 6px;
padding: 7px 18px;
z-index: -1;
i.icon-folder-open {
font-size: 22px;
}
}
2013-08-10 00:28:48 +00:00
.panel-content {
border-left: 5px solid @preview-bg-light;
}
2013-08-06 00:28:21 +00:00
}
2013-08-04 23:49:07 +00:00
/********************
* Extensions buttons
********************/
2013-08-04 00:54:25 +00:00
#extension-buttons {
2013-08-04 23:49:07 +00:00
.btn-group {
margin: 0;
}
2013-08-05 01:31:14 +00:00
.link-container {
min-width: 280px;
white-space: normal;
.link-list {
margin-top: 20px;
margin-bottom: 20px;
& > * {
margin-bottom: 10px;
}
}
}
2013-08-04 00:54:25 +00:00
}
2013-08-04 23:49:07 +00:00
// Hack for nested btn-group
2013-08-04 00:54:25 +00:00
#extension-buttons>.btn-group>.btn,
2013-08-08 23:39:33 +00:00
.extension-preview-buttons>.btn-group>.btn {
2013-08-04 00:54:25 +00:00
border-radius: 0;
}
#extension-buttons>.btn-group:first-child>.btn,
2013-08-08 23:39:33 +00:00
.extension-preview-buttons>.btn-group:first-child>.btn {
2013-08-04 00:54:25 +00:00
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#extension-buttons>.btn-group:last-child>.btn,
2013-08-08 23:39:33 +00:00
.extension-preview-buttons>.btn-group:last-child>.btn {
2013-08-04 00:54:25 +00:00
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
2013-08-04 23:49:07 +00:00
/********************
* Preview extensions buttons
********************/
2013-08-08 22:29:49 +00:00
.extension-preview-buttons {
position: absolute;
2013-08-10 00:28:48 +00:00
right: 40px;
2013-08-08 21:53:15 +00:00
z-index: 1;
2013-08-10 00:28:48 +00:00
top: 6px;
.ui-layout-resizer-closed > & {
display: none;
}
2013-08-04 23:49:07 +00:00
.dropdown-menu {
2013-08-08 23:32:03 +00:00
border: 0;
2013-08-04 23:49:07 +00:00
margin-top: 1px;
}
.btn-group {
margin: 0 0 0 1px;
.btn {
position: initial;
}
&.open .btn{
background-color: @preview-bg-light;
i {
color: @icon-color
}
}
}
.dropdown-menu {
background-color: @preview-bg-light;
padding-bottom: 20px;
}
.markdown-syntax, .table-of-contents {
overflow-y: auto;
overflow-x: hidden;
padding-right: 20px;
margin-right: -20px;
2013-08-10 00:28:48 +00:00
width: 320px;
2013-08-04 23:49:07 +00:00
}
.markdown-syntax {
white-space: normal;
max-height: 350px;
}
.table-of-contents {
margin-left: -10px;
max-height: 400px;
ul {
margin-left: 10px;
padding-left: 10px;
}
}
2013-08-04 00:54:25 +00:00
}
2013-08-10 00:28:48 +00:00
/*********************************
* UI Layout
*********************************/
.ui-layout-resizer {
overflow: visible !important;
font-size: 14px !important;
.btn {
background-color: fade(@navbar-bg, 50%);
float: none;
i {
color: fade(@icon-color, 30%);
}
&:hover,
&:focus,
&:active,
&.active {
background-color: fade(@navbar-bg, 50%);
i {
color: @icon-color
}
}
}
.ui-layout-toggler {
font-size: 22px !important;
background-color: transparent;
&.ui-layout-toggler-east-open i {
margin: 18px 0 0 2px !important;
&:before {
content: '\e950';
}
}
&.ui-layout-toggler-east-closed i {
margin: 18px 0 0 -2px !important;
&:before {
content: '\e94f';
}
}
&.ui-layout-toggler-south-open i:before {
content: '\e94d';
}
&.ui-layout-toggler-south-closed i:before {
content: '\e94e';
}
}
}
2013-08-04 23:49:07 +00:00
/*********************
* Markdown
*********************/
2013-08-04 00:54:25 +00:00
code {
color: #333333;
2013-08-05 01:31:14 +00:00
background-color: fade(#000, 5%);
2013-08-04 00:54:25 +00:00
}
a code {
color: inherit;
}
h1 {
margin: 30px 0 30px;
}
.toc ul {
list-style-type: none;
}
p,
pre,
blockquote {
margin: 0 0 20px;
}
hr {
border-top: 1px solid #ddd;
margin: 30px 0;
}
2013-08-04 17:42:22 +00:00
#wmd-input {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
2013-08-04 00:54:25 +00:00
#wmd-input,#md-section-helper {
resize: none;
border: none !important;
}
.preview-container {
overflow: auto;
}
.wmd-button-row {
padding: 0;
}
.wmd-spacer {
display: none;
}
.wmd-spacer + .wmd-button {
margin-left: 20px;
}
.wmd-prompt-background {
display: none;
}
.wmd-prompt-dialog {
border: 1px solid #999999;
2013-08-04 17:42:22 +00:00
background-color: @body-bg;
2013-08-04 00:54:25 +00:00
}
.wmd-prompt-dialog>div {
font-size: 0.8em;
font-family: arial, helvetica, sans-serif;
}
.wmd-prompt-dialog>form>input[type="text"] {
border: 1px solid #999999;
color: black;
}
.wmd-prompt-dialog>form>input[type="button"] {
border: 1px solid #888888;
font-family: trebuchet MS, helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
}
.dropdown-menu .divider.with-text {
height: auto;
margin-bottom: 2px;
background-color: transparent;
border-top: 1px solid #e5e5e5;
color: #ccc;
font-variant: small-caps;
font-weight: bold;
padding-left: 20px;
cursor: default;
}
div.dropdown-menu {
padding: 5px 20px;
}
div.dropdown-menu p,
div.dropdown-menu blockquote {
margin: 10px 0;
}
div.dropdown-menu .stat {
margin-bottom: 10px;
}
div.dropdown-menu i {
margin-right: 0;
}
div.dropdown-menu textarea {
width: 250px;
height: 150px;
resize: none;
}
.footnote {
vertical-align: top;
position: relative;
top: -0.5em;
font-size: 0.8em;
}
2013-08-04 17:42:22 +00:00
/***********************
* Icons
***********************/
2013-08-04 00:54:25 +00:00
[class^="icon-"], [class*=" icon-"] {
2013-08-04 23:49:07 +00:00
color: @icon-color;
2013-08-04 00:54:25 +00:00
display: inline-block;
line-height: 14px;
vertical-align: middle;
background-repeat: no-repeat;
2013-08-04 23:49:07 +00:00
&.icon-white,
.dropdown-menu > li:hover > a > & {
color: #fff;
2013-08-05 14:05:34 +00:00
}
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
// Custom icons (not from Font Awesome)
2013-08-04 15:49:14 +00:00
.icon-code {
font-size: 80%;
2013-08-04 23:49:07 +00:00
margin-left: -1px;
margin-right: 5px;
}
2013-08-06 00:28:21 +00:00
.icon-folder-open {
font-size: 80%;
margin-left: -1px;
margin-right: 5px;
}
2013-08-04 23:49:07 +00:00
.icon-chart-bar {
font-size: 90%;
margin-right: 2px;
2013-08-04 15:49:14 +00:00
}
.icon-trash {
font-size: 90%;
}
2013-08-05 14:05:34 +00:00
// Provider's icons (the colored ones)
[class^="icon-provider-"], [class*=" icon-provider-"] {
.img-retina('../../../../img/icons.png', '../../../../img/icons2x.png', 256px, 16px);
width: 18px;
2013-08-04 00:54:25 +00:00
height: 16px;
}
2013-08-05 14:05:34 +00:00
.icon-provider-stackedit {
background-position: 0 0;
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-gdrive {
background-position: -18px 0;
&.realtime {
background-position: -162px 0;
}
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-dropbox {
2013-08-04 00:54:25 +00:00
background-position: -37px 0;
}
2013-08-05 14:05:34 +00:00
.icon-provider-github,.icon-provider-gist {
background-position: -54px 0;
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-blogger {
background-position: -72px 0;
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-tumblr {
background-position: -90px 0;
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-wordpress {
background-position: -108px 0;
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-ssh {
background-position: -126px 0;
2013-08-04 00:54:25 +00:00
}
2013-08-05 14:05:34 +00:00
.icon-provider-gplus {
background-position: -144px 0;
2013-08-04 00:54:25 +00:00
}
2013-08-04 17:42:22 +00:00
/**************************
* Settings
**************************/
2013-08-04 15:49:14 +00:00
#modal-settings {
.modal-header {
padding-bottom: 0;
}
textarea {
max-width: 100%;
min-height: 100px;
}
.accordion-group {
border: 0;
2013-08-04 17:42:22 +00:00
border-bottom: 1px solid @bg-light;
2013-08-04 15:49:14 +00:00
border-radius: inherit;
margin-bottom: 10px;
clear: both;
}
.accordion-heading {
padding: 8px 15px;
2013-08-04 17:42:22 +00:00
.accordion-toggle {
display: inline;
padding: 0;
}
.checkbox {
margin-top: 0;
margin-bottom: 0;
}
2013-08-04 15:49:14 +00:00
}
.accordion-inner {
border: 0;
padding: 10px 40px;
2013-08-04 17:42:22 +00:00
.form-horizontal {
.control-label {
text-align: left;
}
.form-inline .label-text {
margin-left: 15px
}
}
2013-08-04 15:49:14 +00:00
}
.tab-pane-button-container {
width: 200px;
margin: 10px auto 20px;
}
.tab-pane-button-container .btn {
text-align: initial;
padding-left: 15px;
}
.nav-tabs {
border-bottom: 1px solid transparent;
margin: 15px 0 0;
2013-08-04 17:42:22 +00:00
& > li > a {
&:hover, &:focus {
background-color: @bg-light;
}
}
& > li.active > a {
&, &:hover, &:focus {
color: @text-inv;
2013-08-04 23:49:07 +00:00
background-color: @btn-primary-bg;
border-color: @btn-primary-bg;
2013-08-04 17:42:22 +00:00
}
}
2013-08-04 15:49:14 +00:00
}
2013-08-04 00:54:25 +00:00
}
2013-08-10 00:28:48 +00:00
/* Google picker */
.picker-dialog {
z-index: 1050 !important;
}
.action-import-image-gplus {
float: left;
}
2013-08-04 17:42:22 +00:00
/*
2013-08-04 00:54:25 +00:00
.nav>li>a:hover,.nav>li>a:focus {
2013-08-04 17:42:22 +00:00
background-color: @bg-light;
2013-08-04 00:54:25 +00:00
}
2013-08-04 17:42:22 +00:00
*/
2013-08-04 00:54:25 +00:00
.tooltip-inner {
text-align: left;
}
.tooltip li {
line-height: 1.4;
}
code, pre {
font-family: Menlo, Consolas, "Courier New", monospace;
}
/* Definition list */
dt,dd {
margin-top: 5px;
margin-bottom: 5px;
}
dd {
margin-left: 40px;
}
/* Table style */
table {
margin-bottom: 20px;
}
table th,table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table caption+thead tr:first-child th,table caption+thead tr:first-child td,table colgroup+thead tr:first-child th,table colgroup+thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
{
border-top: 0;
}
table tbody+tbody {
border-top: 2px solid #dddddd;
}
2013-08-04 23:49:07 +00:00
blockquote {
2013-08-10 00:28:48 +00:00
border-left: 10px solid fade(#000, 5%);
2013-08-04 23:49:07 +00:00
p {
margin-bottom: 20px;
font-size: 14px;
font-weight: 300;
line-height: 20px;
}
ul:last-child,
ol:last-child {
margin-bottom: 0;
}
}
2013-08-04 00:54:25 +00:00
ul,ol {
margin-bottom: 20px;
}
input[type="file"] {
line-height: inherit;
height: inherit;
border: none !important;
}
.drop-zone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 40px;
text-align: center;
font-size: 24px;
color: #bbb;
}
#modal-import-harddrive-html textarea {
width: 500px;
max-width: 500px;
height: 100px;
}
#md-section-helper {
position: absolute;
top: -100px;
height: 1px;
padding: 0 6px;
overflow-y: scroll;
z-index: -1;
}
.lock-ui {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
}
.gecko #md-section-helper {
/* Firefox doesn't show the scrollbar if height is less than 40px */
height: 40px;
}
.opera #md-section-helper {
/* Opera needs to have the textarea in the viewport to evaluate size correctly */
top: 0;
}
/* Viewer */
.viewer #navbar {
position: fixed;
}
.viewer .navbar-inner {
background-color: rgba(215, 215, 215, 0.75) !important;
}
.viewer #preview-contents {
max-width: 1024px;
margin: 50px auto;
}
.viewer .btn-group {
margin-right: 0;
margin-left: 0;
}