mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
print stuff
This commit is contained in:
parent
cf5a1ee199
commit
9455ae3ce0
|
@ -20,3 +20,6 @@
|
|||
.wy-breadcrumbs li.wy-breadcrumbs-aside
|
||||
display: none
|
||||
|
||||
@media print
|
||||
.wy-breadcrumbs li.wy-breadcrumbs-aside
|
||||
display: none
|
||||
|
|
|
@ -1925,8 +1925,8 @@ ul.icons li .icon-large:before {
|
|||
}
|
||||
|
||||
.wy-alert.wy-alert-neutral, .rst-content .wy-alert-neutral.note, .rst-content .wy-alert-neutral.attention, .rst-content .wy-alert-neutral.caution, .rst-content .wy-alert-neutral.danger, .rst-content .wy-alert-neutral.error, .rst-content .wy-alert-neutral.hint, .rst-content .wy-alert-neutral.important, .rst-content .wy-alert-neutral.tip, .rst-content .wy-alert-neutral.warning {
|
||||
background: #f4f6f3;
|
||||
border-color: #e2e5e1;
|
||||
background: #f3f6f6;
|
||||
border-color: #e1e4e5;
|
||||
}
|
||||
.wy-alert.wy-alert-neutral strong, .rst-content .wy-alert-neutral.note strong, .rst-content .wy-alert-neutral.attention strong, .rst-content .wy-alert-neutral.caution strong, .rst-content .wy-alert-neutral.danger strong, .rst-content .wy-alert-neutral.error strong, .rst-content .wy-alert-neutral.hint strong, .rst-content .wy-alert-neutral.important strong, .rst-content .wy-alert-neutral.tip strong, .rst-content .wy-alert-neutral.warning strong {
|
||||
color: #404040;
|
||||
|
@ -2099,11 +2099,11 @@ ul.icons li .icon-large:before {
|
|||
}
|
||||
|
||||
.btn-neutral {
|
||||
background-color: #f4f6f3 !important;
|
||||
background-color: #f3f6f6 !important;
|
||||
color: #404040 !important;
|
||||
}
|
||||
.btn-neutral:hover {
|
||||
background-color: #e7ebe5 !important;
|
||||
background-color: #e5ebeb !important;
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
|
@ -2387,7 +2387,7 @@ input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focu
|
|||
}
|
||||
input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled] {
|
||||
cursor: not-allowed;
|
||||
background-color: #f4f6f3;
|
||||
background-color: #f3f6f6;
|
||||
color: #cad2d3;
|
||||
}
|
||||
|
||||
|
@ -2465,7 +2465,7 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
|
|||
padding: 6px;
|
||||
display: inline-block;
|
||||
font-size: 80%;
|
||||
background-color: #f4f6f3;
|
||||
background-color: #f3f6f6;
|
||||
border: solid 1px #cccccc;
|
||||
color: #999999;
|
||||
}
|
||||
|
@ -2800,8 +2800,8 @@ select[disabled], textarea[disabled], input[readonly], select[readonly], textare
|
|||
.wy-form-gallery-manage li > a {
|
||||
padding: 12px;
|
||||
background-color: white;
|
||||
border: solid 1px #e2e5e1;
|
||||
border-bottom: solid 3px #e2e5e1;
|
||||
border: solid 1px #e1e4e5;
|
||||
border-bottom: solid 3px #e1e4e5;
|
||||
display: inline-block;
|
||||
-webkit-transition: all 0.1s ease-in;
|
||||
-moz-transition: all 0.1s ease-in;
|
||||
|
@ -3123,7 +3123,7 @@ li.wy-form-gallery-edit .arrow {
|
|||
border-left-width: 0;
|
||||
}
|
||||
.wy-table thead, .rst-content table.docutils thead, .rst-content table.docutils.field-list thead {
|
||||
background: #e2e5e1;
|
||||
background: #e1e4e5;
|
||||
color: black;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
|
@ -3164,32 +3164,32 @@ li.wy-form-gallery-edit .arrow {
|
|||
* even - #fff (white)
|
||||
* odd - #f2f2f2 (light gray) */
|
||||
.wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td {
|
||||
background-color: #f4f6f3;
|
||||
background-color: #f3f6f6;
|
||||
}
|
||||
|
||||
.wy-table-backed {
|
||||
background-color: #f4f6f3;
|
||||
background-color: #f3f6f6;
|
||||
}
|
||||
|
||||
/* nth-child selector for modern browsers */
|
||||
/* BORDERED TABLES */
|
||||
.wy-table-bordered-all, .rst-content table.docutils {
|
||||
border: 1px solid #e2e5e1;
|
||||
border: 1px solid #e1e4e5;
|
||||
}
|
||||
.wy-table-bordered-all td, .rst-content table.docutils td {
|
||||
border-bottom: 1px solid #e2e5e1;
|
||||
border-left: 1px solid #e2e5e1;
|
||||
border-bottom: 1px solid #e1e4e5;
|
||||
border-left: 1px solid #e1e4e5;
|
||||
}
|
||||
.wy-table-bordered-all tbody > tr:last-child td, .rst-content table.docutils tbody > tr:last-child td {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.wy-table-bordered {
|
||||
border: 1px solid #e2e5e1;
|
||||
border: 1px solid #e1e4e5;
|
||||
}
|
||||
|
||||
.wy-table-bordered-rows td {
|
||||
border-bottom: 1px solid #e2e5e1;
|
||||
border-bottom: 1px solid #e1e4e5;
|
||||
}
|
||||
.wy-table-bordered-rows tbody > tr:last-child td {
|
||||
border-bottom-width: 0;
|
||||
|
@ -3200,7 +3200,7 @@ li.wy-form-gallery-edit .arrow {
|
|||
}
|
||||
.wy-table-horizontal td, .wy-table-horizontal th {
|
||||
border-width: 0 0 1px 0;
|
||||
border-bottom: 1px solid #e2e5e1;
|
||||
border-bottom: 1px solid #e1e4e5;
|
||||
}
|
||||
.wy-table-horizontal tbody > tr:last-child td {
|
||||
border-bottom-width: 0;
|
||||
|
@ -3292,7 +3292,7 @@ small {
|
|||
code, .rst-content .method dt, .rst-content dl.class dt, .rst-content tt.literal {
|
||||
white-space: nowrap;
|
||||
background: white;
|
||||
border: solid 1px #e2e5e1;
|
||||
border: solid 1px #e1e4e5;
|
||||
font-size: 80%;
|
||||
padding: 0 5px;
|
||||
font-family: "source-code-pro-1", "source-code-pro-2", Incosolata, Consolata, Monaco, monospace;
|
||||
|
@ -3595,11 +3595,11 @@ a.wy-text-neutral:hover {
|
|||
}
|
||||
.rst-content #search-results .search li {
|
||||
margin-bottom: 24px;
|
||||
border-bottom: solid 1px #e2e5e1;
|
||||
border-bottom: solid 1px #e1e4e5;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
.rst-content #search-results .search li:first-child {
|
||||
border-top: solid 1px #e2e5e1;
|
||||
border-top: solid 1px #e1e4e5;
|
||||
padding-top: 24px;
|
||||
}
|
||||
.rst-content #search-results .search li a {
|
||||
|
@ -3622,7 +3622,7 @@ a.wy-text-neutral:hover {
|
|||
}
|
||||
}
|
||||
.codeblock-example {
|
||||
border: 1px solid #e2e5e1;
|
||||
border: 1px solid #e1e4e5;
|
||||
border-bottom: none;
|
||||
padding: 24px;
|
||||
padding-top: 48px;
|
||||
|
@ -3640,12 +3640,12 @@ a.wy-text-neutral:hover {
|
|||
padding: 6px 12px;
|
||||
}
|
||||
.codeblock-example.prettyprint-example-only {
|
||||
border: 1px solid #e2e5e1;
|
||||
border: 1px solid #e1e4e5;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.codeblock, div[class^='highlight'] {
|
||||
border: 1px solid #e2e5e1;
|
||||
border: 1px solid #e1e4e5;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
|
@ -3659,7 +3659,7 @@ a.wy-text-neutral:hover {
|
|||
}
|
||||
|
||||
.linenodiv pre {
|
||||
border-right: solid 1px #e7eae6;
|
||||
border-right: solid 1px #e6e9ea;
|
||||
margin: 0;
|
||||
padding: 12px 12px;
|
||||
font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, "source-code-pro-1", "source-code-pro-2", monospace;
|
||||
|
@ -3692,7 +3692,7 @@ pre.literal-block {
|
|||
pre.literal-block:after {
|
||||
position: absolute;
|
||||
content: " Terminal";
|
||||
background: #f4f6f3;
|
||||
background: #f3f6f6;
|
||||
color: #404040;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -4007,6 +4007,11 @@ pre.literal-block:after {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
.wy-breadcrumbs li.wy-breadcrumbs-aside {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.wy-affix {
|
||||
position: fixed;
|
||||
top: 1.618em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user