Prepare deployment
This commit is contained in:
parent
dcbbac8bb7
commit
f38e673ecb
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Sat Jun 15 02:11:13 GMT 2013
|
# Sun Jun 16 19:34:01 GMT 2013
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
185
css/main-min.css
vendored
185
css/main-min.css
vendored
@ -5376,14 +5376,14 @@ body {
|
|||||||
.working {
|
.working {
|
||||||
cursor: progress;
|
cursor: progress;
|
||||||
}
|
}
|
||||||
.btn, .dropdown-menu {
|
.btn,.dropdown-menu {
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
div, span, a, ul, li, textarea, input, button {
|
div,span,a,ul,li,textarea,input,button {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
filter: none !important;
|
filter: none !important;
|
||||||
-webkit-box-shadow: none !important;
|
-webkit-box-shadow: none !important;
|
||||||
@ -5391,7 +5391,7 @@ div, span, a, ul, li, textarea, input, button {
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
.btn, .navbar-inner, #wmd-preview, .add-on {
|
.btn,.navbar-inner,#wmd-preview,.add-on {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
@ -5401,44 +5401,25 @@ div, span, a, ul, li, textarea, input, button {
|
|||||||
.dropdown-menu:before {
|
.dropdown-menu:before {
|
||||||
border-bottom-color: #ddd !important;
|
border-bottom-color: #ddd !important;
|
||||||
}
|
}
|
||||||
input,
|
input,select,textarea,.input-prepend .btn,.input-prepend .add-on {
|
||||||
select,
|
|
||||||
textarea,
|
|
||||||
.input-prepend .btn,
|
|
||||||
.input-prepend .add-on {
|
|
||||||
border: 1px solid #ddd !important;
|
border: 1px solid #ddd !important;
|
||||||
}
|
}
|
||||||
.modal textarea:focus,
|
.modal textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus
|
||||||
input[type="text"]:focus,
|
{
|
||||||
input[type="password"]:focus,
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||||
input[type="datetime"]:focus,
|
rgba(128, 128, 128, 0.6) !important;
|
||||||
input[type="datetime-local"]:focus,
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||||
input[type="date"]:focus,
|
rgba(128, 128, 128, 0.6) !important;
|
||||||
input[type="month"]:focus,
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||||
input[type="time"]:focus,
|
rgba(128, 128, 128, 0.6) !important;
|
||||||
input[type="week"]:focus,
|
|
||||||
input[type="number"]:focus,
|
|
||||||
input[type="email"]:focus,
|
|
||||||
input[type="url"]:focus,
|
|
||||||
input[type="search"]:focus,
|
|
||||||
input[type="tel"]:focus,
|
|
||||||
input[type="color"]:focus,
|
|
||||||
.uneditable-input:focus
|
|
||||||
{
|
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
|
|
||||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
|
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
|
|
||||||
}
|
}
|
||||||
input:-moz-placeholder,
|
input:-moz-placeholder,textarea:-moz-placeholder {
|
||||||
textarea:-moz-placeholder {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
input:-ms-input-placeholder,
|
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
|
||||||
textarea:-ms-input-placeholder {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
input::-webkit-input-placeholder,
|
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
|
||||||
textarea::-webkit-input-placeholder {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
.help-block {
|
.help-block {
|
||||||
@ -5446,71 +5427,58 @@ textarea::-webkit-input-placeholder {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
.modal textarea.error,
|
.modal textarea.error,.modal input.error {
|
||||||
.modal input.error {
|
|
||||||
border-color: #ff8661 !important;
|
border-color: #ff8661 !important;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important;
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important;
|
rgba(255, 134, 97, 0.6) !important;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important;
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||||
|
rgba(255, 134, 97, 0.6) !important;
|
||||||
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||||
|
rgba(255, 134, 97, 0.6) !important;
|
||||||
}
|
}
|
||||||
.navbar-inner .btn {
|
.navbar-inner .btn {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.navbar-inner .btn:hover,
|
.navbar-inner .btn:hover,.navbar-inner .btn:focus,.navbar-inner .btn:active,.navbar-inner .btn.active,.btn-group.open .btn.dropdown-toggle
|
||||||
.navbar-inner .btn:focus,
|
{
|
||||||
.navbar-inner .btn:active,
|
|
||||||
.navbar-inner .btn.active,
|
|
||||||
.btn-group.open .btn.dropdown-toggle {
|
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
.nav .dropdown-toggle .caret,
|
.nav .dropdown-toggle .caret,.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret
|
||||||
.nav .dropdown-toggle:hover .caret,
|
{
|
||||||
.nav .dropdown-toggle:focus .caret {
|
|
||||||
border-top-color: #000;
|
border-top-color: #000;
|
||||||
border-bottom-color: #000;
|
border-bottom-color: #000;
|
||||||
}
|
}
|
||||||
.navbar .nav.hide {
|
.navbar .nav.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.navbar-inner .btn.disabled,
|
.navbar-inner .btn.disabled,.navbar-inner .btn[disabled] {
|
||||||
.navbar-inner .btn[disabled] {
|
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
filter: alpha(opacity=30);
|
filter: alpha(opacity = 30);
|
||||||
}
|
}
|
||||||
.dropdown-menu > li > a:hover,
|
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
|
||||||
.dropdown-menu > li > a:focus,
|
{
|
||||||
.dropdown-submenu:hover > a,
|
|
||||||
.dropdown-submenu:focus > a,
|
|
||||||
.dropdown-menu > .active > a,
|
|
||||||
.dropdown-menu > .active > a:hover,
|
|
||||||
.dropdown-menu > .active > a:focus {
|
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
}
|
}
|
||||||
.dropdown-menu > .disabled > a,
|
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
|
||||||
.dropdown-menu > .disabled > a:hover,
|
{
|
||||||
.dropdown-menu > .disabled > a:focus {
|
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
}
|
}
|
||||||
input[disabled], select[disabled], textarea[disabled], .input-prepend .add-on {
|
input[disabled],select[disabled],textarea[disabled],.input-prepend .add-on
|
||||||
|
{
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
input[readonly], select[readonly], textarea[readonly] {
|
input[readonly],select[readonly],textarea[readonly] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
.btn-primary:hover,
|
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled],.btn-group.open .btn.btn-primary.dropdown-toggle
|
||||||
.btn-primary:focus,
|
{
|
||||||
.btn-primary:active,
|
|
||||||
.btn-primary.active,
|
|
||||||
.btn-primary.disabled,
|
|
||||||
.btn-primary[disabled],
|
|
||||||
.btn-group.open .btn.btn-primary.dropdown-toggle {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
}
|
}
|
||||||
@ -5520,25 +5488,25 @@ input[readonly], select[readonly], textarea[readonly] {
|
|||||||
#extension-buttons {
|
#extension-buttons {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
#extension-buttons > .btn-group {
|
#extension-buttons>.btn-group {
|
||||||
margin: 5px 0 0;
|
margin: 5px 0 0;
|
||||||
}
|
}
|
||||||
#extension-buttons > .btn-group > .btn {
|
#extension-buttons>.btn-group>.btn {
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
#extension-buttons > .btn-group:first-child > .btn {
|
#extension-buttons>.btn-group:first-child>.btn {
|
||||||
-webkit-border-radius: 4px 0 0 4px;
|
-webkit-border-radius: 4px 0 0 4px;
|
||||||
-moz-border-radius: 4px 0 0 4px;
|
-moz-border-radius: 4px 0 0 4px;
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 4px 0 0 4px;
|
||||||
}
|
}
|
||||||
#extension-buttons > .btn-group:last-child > .btn {
|
#extension-buttons>.btn-group:last-child>.btn {
|
||||||
-webkit-border-radius: 0 4px 4px 0;
|
-webkit-border-radius: 0 4px 4px 0;
|
||||||
-moz-border-radius: 0 4px 4px 0;
|
-moz-border-radius: 0 4px 4px 0;
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
}
|
}
|
||||||
.btn-group > .btn + .dropdown-toggle {
|
.btn-group>.btn+.dropdown-toggle {
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
@ -5546,7 +5514,10 @@ input[readonly], select[readonly], textarea[readonly] {
|
|||||||
background-color: #ddd !important;
|
background-color: #ddd !important;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
color: #333333 !important;
|
color: #333333;
|
||||||
|
}
|
||||||
|
a code {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
margin: 30px 0 30px;
|
margin: 30px 0 30px;
|
||||||
@ -5554,7 +5525,7 @@ h1 {
|
|||||||
.toc ul {
|
.toc ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
p, pre, blockquote {
|
p,pre,blockquote {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
@ -5587,7 +5558,7 @@ hr {
|
|||||||
#wmd-button-bar {
|
#wmd-button-bar {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
#wmd-input, #md-section-helper {
|
#wmd-input,#md-section-helper {
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
resize: none;
|
resize: none;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
@ -5638,8 +5609,7 @@ hr {
|
|||||||
div.dropdown-menu {
|
div.dropdown-menu {
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
}
|
}
|
||||||
div.dropdown-menu p,
|
div.dropdown-menu p,div.dropdown-menu blockquote {
|
||||||
div.dropdown-menu blockquote {
|
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
div.dropdown-menu .stat {
|
div.dropdown-menu .stat {
|
||||||
@ -5692,8 +5662,7 @@ div.dropdown-menu i {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
background-position: -37px 0;
|
background-position: -37px 0;
|
||||||
}
|
}
|
||||||
.icon-github,
|
.icon-github,.icon-gist {
|
||||||
.icon-gist {
|
|
||||||
background-image: url(../img/icons.png) !important;
|
background-image: url(../img/icons.png) !important;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -5739,7 +5708,7 @@ div.dropdown-menu i {
|
|||||||
.working-indicator.show {
|
.working-indicator.show {
|
||||||
background-image: url(../img/ajax-loader.gif) !important;
|
background-image: url(../img/ajax-loader.gif) !important;
|
||||||
}
|
}
|
||||||
.ui-layout-toggler-north .caret, .ui-layout-toggler-south .caret {
|
.ui-layout-toggler-north .caret,.ui-layout-toggler-south .caret {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.ui-layout-toggler-north-open .caret,.ui-layout-toggler-south-closed .caret
|
.ui-layout-toggler-north-open .caret,.ui-layout-toggler-south-closed .caret
|
||||||
@ -5811,8 +5780,8 @@ div.dropdown-menu i {
|
|||||||
#modal-settings .accordion-inner .form-horizontal .control-label {
|
#modal-settings .accordion-inner .form-horizontal .control-label {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
#modal-settings .accordion-inner .form-inline .label-text,
|
#modal-settings .accordion-inner .form-inline .label-text,#modal-settings .accordion-inner .control-label
|
||||||
#modal-settings .accordion-inner .control-label {
|
{
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
#modal-settings .tab-pane-button-container {
|
#modal-settings .tab-pane-button-container {
|
||||||
@ -5823,23 +5792,22 @@ div.dropdown-menu i {
|
|||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
margin: 20px 0 0;
|
margin: 20px 0 0;
|
||||||
}
|
}
|
||||||
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
|
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus
|
||||||
|
{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
border-color: #777;
|
border-color: #777;
|
||||||
}
|
}
|
||||||
.nav > li > a:hover,
|
.nav>li>a:hover,.nav>li>a:focus {
|
||||||
.nav > li > a:focus {
|
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
.nav-tabs > li > a:hover,
|
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
|
||||||
.nav-tabs > li > a:focus {
|
|
||||||
border-color: #eee;
|
border-color: #eee;
|
||||||
}
|
}
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
dt, dd {
|
dt,dd {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
@ -5849,8 +5817,7 @@ dd {
|
|||||||
table {
|
table {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
table th,
|
table th,table td {
|
||||||
table td {
|
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -5863,15 +5830,11 @@ table th {
|
|||||||
table thead th {
|
table thead th {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
table caption + thead tr:first-child th,
|
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
|
||||||
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;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
table tbody + tbody {
|
table tbody+tbody {
|
||||||
border-top: 2px solid #dddddd;
|
border-top: 2px solid #dddddd;
|
||||||
}
|
}
|
||||||
blockquote p {
|
blockquote p {
|
||||||
@ -5880,7 +5843,7 @@ blockquote p {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
ul, ol {
|
ul,ol {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
blockquote p {
|
blockquote p {
|
||||||
@ -5888,6 +5851,26 @@ blockquote p {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
line-height: 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 {
|
#md-section-helper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -100px;
|
top: -100px;
|
||||||
@ -5908,7 +5891,7 @@ blockquote p {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
.viewer .navbar-inner {
|
.viewer .navbar-inner {
|
||||||
background-color:rgba(215,215,215,0.75) !important;
|
background-color: rgba(215, 215, 215, 0.75) !important;
|
||||||
}
|
}
|
||||||
.viewer #wmd-preview {
|
.viewer #wmd-preview {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
|
1476
js/main-min.js
vendored
1476
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user