mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add white noise for static_root/staticfiles_dir problem for debug/non-debug running mode
This commit is contained in:
parent
7171a70f75
commit
e324a19401
214 changed files with 15499 additions and 51 deletions
6
static/rest_framework/css/bootstrap-theme.min.1d4b05b397c3.css
vendored
Normal file
6
static/rest_framework/css/bootstrap-theme.min.1d4b05b397c3.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
static/rest_framework/css/bootstrap-theme.min.css.gz
Normal file
BIN
static/rest_framework/css/bootstrap-theme.min.css.gz
Normal file
Binary file not shown.
1
static/rest_framework/css/bootstrap-theme.min.css.map
Normal file
1
static/rest_framework/css/bootstrap-theme.min.css.map
Normal file
File diff suppressed because one or more lines are too long
BIN
static/rest_framework/css/bootstrap-theme.min.css.map.gz
Normal file
BIN
static/rest_framework/css/bootstrap-theme.min.css.map.gz
Normal file
Binary file not shown.
233
static/rest_framework/css/bootstrap-tweaks.46ed116b0edd.css
vendored
Normal file
233
static/rest_framework/css/bootstrap-tweaks.46ed116b0edd.css
vendored
Normal file
|
@ -0,0 +1,233 @@
|
|||
/*
|
||||
|
||||
This CSS file contains some tweaks specific to the included Bootstrap theme.
|
||||
It's separate from `style.css` so that it can be easily overridden by replacing
|
||||
a single block in the template.
|
||||
|
||||
*/
|
||||
|
||||
.form-actions {
|
||||
background: transparent;
|
||||
border-top-color: transparent;
|
||||
padding-top: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#generic-content-form textarea {
|
||||
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.navbar-inverse .brand a {
|
||||
color: #999999;
|
||||
}
|
||||
.navbar-inverse .brand:hover a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* custom navigation styles */
|
||||
.navbar {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background: #2C2C2C;
|
||||
color: white;
|
||||
border: none;
|
||||
border-top: 5px solid #A30000;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.navbar .nav li, .navbar .nav li a, .navbar .brand:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-list > .active > a, .nav-list > .active > a:hover {
|
||||
background: #2C2C2C;
|
||||
}
|
||||
|
||||
.navbar .dropdown-menu li a, .navbar .dropdown-menu li {
|
||||
color: #A30000;
|
||||
}
|
||||
|
||||
.navbar .dropdown-menu li a:hover {
|
||||
background: #EEEEEE;
|
||||
color: #C20000;
|
||||
}
|
||||
|
||||
ul.breadcrumb {
|
||||
margin: 70px 0 0 0;
|
||||
}
|
||||
|
||||
.breadcrumb li.active a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.pagination>.disabled>a,
|
||||
.pagination>.disabled>a:hover,
|
||||
.pagination>.disabled>a:focus {
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.pager>.disabled>a,
|
||||
.pager>.disabled>a:hover,
|
||||
.pager>.disabled>a:focus {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.pager .next {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/*=== dabapps bootstrap styles ====*/
|
||||
|
||||
html {
|
||||
width:100%;
|
||||
background: none;
|
||||
}
|
||||
|
||||
/*body, .navbar .container-fluid {
|
||||
max-width: 1150px;
|
||||
margin: 0 auto;
|
||||
}*/
|
||||
|
||||
body {
|
||||
background: url("../img/grid.a4b938cf382b.png") repeat-x;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
/* sticky footer and footer */
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding-top: 60px;
|
||||
margin: -60px 0;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.form-switcher {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.well {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.well .form-actions {
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.well form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.nav-tabs > li {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.nav-tabs li a {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.nav-tabs > .active > a {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
.nav-tabs > .active > a:hover {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
.tabbable.first-tab-active .tab-content {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
clear: both;
|
||||
z-index: 10;
|
||||
height: 60px;
|
||||
width: 95%;
|
||||
margin: 0 2.5%;
|
||||
}
|
||||
|
||||
footer p {
|
||||
text-align: center;
|
||||
color: gray;
|
||||
border-top: 1px solid #DDDDDD;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: gray !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* custom general page styles */
|
||||
.hero-unit h1, .hero-unit h2 {
|
||||
color: #A30000;
|
||||
}
|
||||
|
||||
body a {
|
||||
color: #A30000;
|
||||
}
|
||||
|
||||
body a:hover {
|
||||
color: #c20000;
|
||||
}
|
||||
|
||||
.request-info {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.horizontal-checkbox label {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.horizontal-checkbox label {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.horizontal-checkbox input {
|
||||
float: left;
|
||||
width: 20px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.modal-footer form {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
BIN
static/rest_framework/css/bootstrap-tweaks.46ed116b0edd.css.gz
Normal file
BIN
static/rest_framework/css/bootstrap-tweaks.46ed116b0edd.css.gz
Normal file
Binary file not shown.
BIN
static/rest_framework/css/bootstrap-tweaks.css.gz
Normal file
BIN
static/rest_framework/css/bootstrap-tweaks.css.gz
Normal file
Binary file not shown.
4
static/rest_framework/css/bootstrap.min.css
vendored
4
static/rest_framework/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
static/rest_framework/css/bootstrap.min.css.cafbda9c0e9e.map.gz
Normal file
BIN
static/rest_framework/css/bootstrap.min.css.cafbda9c0e9e.map.gz
Normal file
Binary file not shown.
BIN
static/rest_framework/css/bootstrap.min.css.gz
Normal file
BIN
static/rest_framework/css/bootstrap.min.css.gz
Normal file
Binary file not shown.
1
static/rest_framework/css/bootstrap.min.css.map
Normal file
1
static/rest_framework/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
BIN
static/rest_framework/css/bootstrap.min.css.map.gz
Normal file
BIN
static/rest_framework/css/bootstrap.min.css.map.gz
Normal file
Binary file not shown.
6
static/rest_framework/css/bootstrap.min.f17d4516b026.css
vendored
Normal file
6
static/rest_framework/css/bootstrap.min.f17d4516b026.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
static/rest_framework/css/bootstrap.min.f17d4516b026.css.gz
Normal file
BIN
static/rest_framework/css/bootstrap.min.f17d4516b026.css.gz
Normal file
Binary file not shown.
82
static/rest_framework/css/default.789dfb5732d7.css
Normal file
82
static/rest_framework/css/default.789dfb5732d7.css
Normal file
|
@ -0,0 +1,82 @@
|
|||
/* The navbar is fixed at >= 980px wide, so add padding to the body to prevent
|
||||
content running up underneath it. */
|
||||
|
||||
h1 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.resource-description, .response-info {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.version:before {
|
||||
content: "v";
|
||||
opacity: 0.6;
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
|
||||
.version {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
.format-option {
|
||||
font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", monospace;
|
||||
}
|
||||
|
||||
.button-form {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
td.nested {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
td.nested > table {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form select, form input:not([type=checkbox]), form textarea {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
form select[multiple] {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
/* To allow tooltips to work on disabled elements */
|
||||
.disabled-tooltip-shield {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.errorlist {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
word-wrap: normal;
|
||||
white-space: pre;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#filtersModal form input[type=submit] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#filtersModal .modal-body h2 {
|
||||
margin-top: 0
|
||||
}
|
BIN
static/rest_framework/css/default.789dfb5732d7.css.gz
Normal file
BIN
static/rest_framework/css/default.789dfb5732d7.css.gz
Normal file
Binary file not shown.
BIN
static/rest_framework/css/default.css.gz
Normal file
BIN
static/rest_framework/css/default.css.gz
Normal file
Binary file not shown.
1338
static/rest_framework/css/font-awesome-4.0.3.c1e1ea213abf.css
Normal file
1338
static/rest_framework/css/font-awesome-4.0.3.c1e1ea213abf.css
Normal file
File diff suppressed because it is too large
Load diff
BIN
static/rest_framework/css/font-awesome-4.0.3.c1e1ea213abf.css.gz
Normal file
BIN
static/rest_framework/css/font-awesome-4.0.3.c1e1ea213abf.css.gz
Normal file
Binary file not shown.
BIN
static/rest_framework/css/font-awesome-4.0.3.css.gz
Normal file
BIN
static/rest_framework/css/font-awesome-4.0.3.css.gz
Normal file
Binary file not shown.
30
static/rest_framework/css/prettify.a987f72342ee.css
Normal file
30
static/rest_framework/css/prettify.a987f72342ee.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
.com { color: #93a1a1; }
|
||||
.lit { color: #195f91; }
|
||||
.pun, .opn, .clo { color: #93a1a1; }
|
||||
.fun { color: #dc322f; }
|
||||
.str, .atv { color: #D14; }
|
||||
.kwd, .prettyprint .tag { color: #1e347b; }
|
||||
.typ, .atn, .dec, .var { color: teal; }
|
||||
.pln { color: #48484c; }
|
||||
|
||||
.prettyprint {
|
||||
padding: 8px;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
}
|
||||
.prettyprint.linenums {
|
||||
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||||
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||||
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||||
}
|
||||
|
||||
/* Specify class=linenums on a pre to get line numbering */
|
||||
ol.linenums {
|
||||
margin: 0 0 0 33px; /* IE indents via margin-left */
|
||||
}
|
||||
ol.linenums li {
|
||||
padding-left: 12px;
|
||||
color: #bebec5;
|
||||
line-height: 20px;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
BIN
static/rest_framework/css/prettify.a987f72342ee.css.gz
Normal file
BIN
static/rest_framework/css/prettify.a987f72342ee.css.gz
Normal file
Binary file not shown.
BIN
static/rest_framework/css/prettify.css.gz
Normal file
BIN
static/rest_framework/css/prettify.css.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue