Use standard CSS formating
This commit is contained in:
parent
2f5345e825
commit
5b3d3de5be
580
css/htmlize.css
580
css/htmlize.css
@ -1,145 +1,435 @@
|
||||
.org-bold { /* bold */ font-weight: bold; }
|
||||
.org-bold-italic { /* bold-italic */ font-weight: bold; font-style: italic; }
|
||||
.org-buffer-menu-buffer { /* buffer-menu-buffer */ font-weight: bold; }
|
||||
.org-builtin { /* font-lock-builtin-face */ color: #7a378b; }
|
||||
.org-button { /* button */ text-decoration: underline; }
|
||||
.org-calendar-today { /* calendar-today */ text-decoration: underline; }
|
||||
.org-change-log-acknowledgement { /* change-log-acknowledgement */ color: #b22222; }
|
||||
.org-change-log-conditionals { /* change-log-conditionals */ color: #a0522d; }
|
||||
.org-change-log-date { /* change-log-date */ color: #8b2252; }
|
||||
.org-change-log-email { /* change-log-email */ color: #a0522d; }
|
||||
.org-change-log-file { /* change-log-file */ color: #0000ff; }
|
||||
.org-change-log-function { /* change-log-function */ color: #a0522d; }
|
||||
.org-change-log-list { /* change-log-list */ color: #a020f0; }
|
||||
.org-change-log-name { /* change-log-name */ color: #008b8b; }
|
||||
.org-comint-highlight-input { /* comint-highlight-input */ font-weight: bold; }
|
||||
.org-comint-highlight-prompt { /* comint-highlight-prompt */ color: #00008b; }
|
||||
.org-comment { /* font-lock-comment-face */ color: #999988; font-style: italic; }
|
||||
.org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #999988; font-style: italic; }
|
||||
.org-completions-annotations { /* completions-annotations */ font-style: italic; }
|
||||
.org-completions-common-part { /* completions-common-part */ color: #000000; background-color: #ffffff; }
|
||||
.org-completions-first-difference { /* completions-first-difference */ font-weight: bold; }
|
||||
.org-constant { /* font-lock-constant-face */ color: #008b8b; }
|
||||
.org-diary { /* diary */ color: #ff0000; }
|
||||
.org-diff-context { /* diff-context */ color: #7f7f7f; }
|
||||
.org-diff-file-header { /* diff-file-header */ background-color: #b3b3b3; font-weight: bold; }
|
||||
.org-diff-function { /* diff-function */ background-color: #cccccc; }
|
||||
.org-diff-header { /* diff-header */ background-color: #cccccc; }
|
||||
.org-diff-hunk-header { /* diff-hunk-header */ background-color: #cccccc; }
|
||||
.org-diff-index { /* diff-index */ background-color: #b3b3b3; font-weight: bold; }
|
||||
.org-diff-nonexistent { /* diff-nonexistent */ background-color: #b3b3b3; font-weight: bold; }
|
||||
.org-diff-refine-change { /* diff-refine-change */ background-color: #d9d9d9; }
|
||||
.org-dired-directory { /* dired-directory */ color: #0000ff; }
|
||||
.org-dired-flagged { /* dired-flagged */ color: #ff0000; font-weight: bold; }
|
||||
.org-dired-header { /* dired-header */ color: #228b22; }
|
||||
.org-dired-ignored { /* dired-ignored */ color: #7f7f7f; }
|
||||
.org-dired-mark { /* dired-mark */ color: #008b8b; }
|
||||
.org-dired-marked { /* dired-marked */ color: #ff0000; font-weight: bold; }
|
||||
.org-dired-perm-write { /* dired-perm-write */ color: #b22222; }
|
||||
.org-dired-symlink { /* dired-symlink */ color: #a020f0; }
|
||||
.org-dired-warning { /* dired-warning */ color: #ff0000; font-weight: bold; }
|
||||
.org-doc { /* font-lock-doc-face */ color: #8b2252; }
|
||||
.org-escape-glyph { /* escape-glyph */ color: #a52a2a; }
|
||||
.org-file-name-shadow { /* file-name-shadow */ color: #7f7f7f; }
|
||||
.org-flyspell-duplicate { /* flyspell-duplicate */ color: #cdad00; font-weight: bold; text-decoration: underline; }
|
||||
.org-flyspell-incorrect { /* flyspell-incorrect */ color: #ff4500; font-weight: bold; text-decoration: underline; }
|
||||
.org-fringe { /* fringe */ background-color: #f2f2f2; }
|
||||
.org-function-name { /* font-lock-function-name-face */ color: teal; }
|
||||
.org-header-line { /* header-line */ color: #333333; background-color: #e5e5e5; }
|
||||
.org-help-argument-name { /* help-argument-name */ font-style: italic; }
|
||||
.org-highlight { /* highlight */ background-color: #b4eeb4; }
|
||||
.org-holiday { /* holiday */ background-color: #ffc0cb; }
|
||||
.org-isearch { /* isearch */ color: #b0e2ff; background-color: #cd00cd; }
|
||||
.org-isearch-fail { /* isearch-fail */ background-color: #ffc1c1; }
|
||||
.org-italic { /* italic */ font-style: italic; }
|
||||
.org-keyword { /* font-lock-keyword-face */ color: #0086b3; }
|
||||
.org-lazy-highlight { /* lazy-highlight */ background-color: #afeeee; }
|
||||
.org-link { /* link */ color: #0000ff; text-decoration: underline; }
|
||||
.org-link-visited { /* link-visited */ color: #8b008b; text-decoration: underline; }
|
||||
.org-log-edit-header { /* log-edit-header */ color: #a020f0; }
|
||||
.org-log-edit-summary { /* log-edit-summary */ color: #0000ff; }
|
||||
.org-log-edit-unknown-header { /* log-edit-unknown-header */ color: #b22222; }
|
||||
.org-match { /* match */ background-color: #ffff00; }
|
||||
.org-next-error { /* next-error */ background-color: #eedc82; }
|
||||
.org-nobreak-space { /* nobreak-space */ color: #a52a2a; text-decoration: underline; }
|
||||
.org-org-archived { /* org-archived */ color: #7f7f7f; }
|
||||
.org-org-block { /* org-block */ color: #7f7f7f; }
|
||||
.org-org-block-begin-line { /* org-block-begin-line */ color: #b22222; }
|
||||
.org-org-block-end-line { /* org-block-end-line */ color: #b22222; }
|
||||
.org-org-checkbox { /* org-checkbox */ font-weight: bold; }
|
||||
.org-org-checkbox-statistics-done { /* org-checkbox-statistics-done */ color: #228b22; font-weight: bold; }
|
||||
.org-org-checkbox-statistics-todo { /* org-checkbox-statistics-todo */ color: #ff0000; font-weight: bold; }
|
||||
.org-org-clock-overlay { /* org-clock-overlay */ background-color: #ffff00; }
|
||||
.org-org-code { /* org-code */ color: #7f7f7f; }
|
||||
.org-org-column { /* org-column */ background-color: #e5e5e5; }
|
||||
.org-org-column-title { /* org-column-title */ background-color: #e5e5e5; font-weight: bold; text-decoration: underline; }
|
||||
.org-org-date { /* org-date */ color: #a020f0; text-decoration: underline; }
|
||||
.org-org-document-info { /* org-document-info */ color: #191970; }
|
||||
.org-org-document-info-keyword { /* org-document-info-keyword */ color: #7f7f7f; }
|
||||
.org-org-document-title { /* org-document-title */ color: #191970; font-size: 144%; font-weight: bold; }
|
||||
.org-org-done { /* org-done */ color: #228b22; font-weight: bold; }
|
||||
.org-org-drawer { /* org-drawer */ color: #0000ff; }
|
||||
.org-org-ellipsis { /* org-ellipsis */ color: #b8860b; text-decoration: underline; }
|
||||
.org-org-footnote { /* org-footnote */ color: #a020f0; text-decoration: underline; }
|
||||
.org-org-formula { /* org-formula */ color: #b22222; }
|
||||
.org-org-headline-done { /* org-headline-done */ color: #bc8f8f; }
|
||||
.org-org-hide { /* org-hide */ color: #ffffff; }
|
||||
.org-org-latex-and-export-specials { /* org-latex-and-export-specials */ color: #8b4513; }
|
||||
.org-org-level-1 { /* org-level-1 */ color: #0000ff; }
|
||||
.org-org-level-2 { /* org-level-2 */ color: #a0522d; }
|
||||
.org-org-level-3 { /* org-level-3 */ color: #a020f0; }
|
||||
.org-org-level-4 { /* org-level-4 */ color: #b22222; }
|
||||
.org-org-level-5 { /* org-level-5 */ color: #228b22; }
|
||||
.org-org-level-6 { /* org-level-6 */ color: #008b8b; }
|
||||
.org-org-level-7 { /* org-level-7 */ color: #7a378b; }
|
||||
.org-org-level-8 { /* org-level-8 */ color: #8b2252; }
|
||||
.org-org-link { /* org-link */ color: #0000ff; text-decoration: underline; }
|
||||
.org-org-meta-line { /* org-meta-line */ color: #b22222; }
|
||||
.org-org-mode-line-clock { /* org-mode-line-clock */ color: #000000; background-color: #bfbfbf; }
|
||||
.org-org-mode-line-clock-overrun { /* org-mode-line-clock-overrun */ color: #000000; background-color: #ff0000; }
|
||||
.org-org-quote { /* org-quote */ color: #7f7f7f; }
|
||||
.org-org-scheduled { /* org-scheduled */ color: #006400; }
|
||||
.org-org-scheduled-previously { /* org-scheduled-previously */ color: #b22222; }
|
||||
.org-org-scheduled-today { /* org-scheduled-today */ color: #006400; }
|
||||
.org-org-sexp-date { /* org-sexp-date */ color: #a020f0; }
|
||||
.org-org-special-keyword { /* org-special-keyword */ color: #a020f0; }
|
||||
.org-org-table { /* org-table */ color: #0000ff; }
|
||||
.org-org-tag { /* org-tag */ font-weight: bold; }
|
||||
.org-org-target { /* org-target */ text-decoration: underline; }
|
||||
.org-org-time-grid { /* org-time-grid */ color: #b8860b; }
|
||||
.org-org-todo { /* org-todo */ color: #ff0000; font-weight: bold; }
|
||||
.org-org-upcoming-deadline { /* org-upcoming-deadline */ color: #b22222; }
|
||||
.org-org-verbatim { /* org-verbatim */ color: #7f7f7f; }
|
||||
.org-org-verse { /* org-verse */ color: #7f7f7f; }
|
||||
.org-org-warning { /* org-warning */ color: #ff0000; font-weight: bold; }
|
||||
.org-outline-1 { /* outline-1 */ color: #0000ff; }
|
||||
.org-outline-2 { /* outline-2 */ color: #a0522d; }
|
||||
.org-outline-3 { /* outline-3 */ color: #a020f0; }
|
||||
.org-outline-4 { /* outline-4 */ color: #b22222; }
|
||||
.org-outline-5 { /* outline-5 */ color: #228b22; }
|
||||
.org-outline-6 { /* outline-6 */ color: #008b8b; }
|
||||
.org-outline-7 { /* outline-7 */ color: #7a378b; }
|
||||
.org-outline-8 { /* outline-8 */ color: #8b2252; }
|
||||
.org-preprocessor { /* font-lock-preprocessor-face */ color: #7a378b; }
|
||||
.org-query-replace { /* query-replace */ color: #b0e2ff; background-color: #cd00cd; }
|
||||
.org-regexp-grouping-backslash { /* font-lock-regexp-grouping-backslash */ font-weight: bold; }
|
||||
.org-regexp-grouping-construct { /* font-lock-regexp-grouping-construct */ font-weight: bold; }
|
||||
.org-region { /* region */ background-color: #eedc82; }
|
||||
.org-secondary-selection { /* secondary-selection */ background-color: #ffff00; }
|
||||
.org-shadow { /* shadow */ color: #7f7f7f; }
|
||||
.org-show-paren-match { /* show-paren-match */ background-color: #40e0d0; }
|
||||
.org-show-paren-mismatch { /* show-paren-mismatch */ color: #ffffff; background-color: #a020f0; }
|
||||
.org-string { /* font-lock-string-face */ color: #dd1144; }
|
||||
.org-tool-bar { /* tool-bar */ color: #000000; background-color: #bfbfbf; }
|
||||
.org-tooltip { /* tooltip */ color: #000000; background-color: #ffffe0; }
|
||||
.org-trailing-whitespace { /* trailing-whitespace */ background-color: #ff0000; }
|
||||
.org-type { /* font-lock-type-face */ color: #228b22; }
|
||||
.org-underline { /* underline */ text-decoration: underline; }
|
||||
.org-variable-name { /* font-lock-variable-name-face */ color: teal; }
|
||||
.org-warning { /* font-lock-warning-face */ color: #ff0000; font-weight: bold; }
|
||||
.org-widget-button { /* widget-button */ font-weight: bold; }
|
||||
.org-widget-button-pressed { /* widget-button-pressed */ color: #ff0000; }
|
||||
.org-widget-documentation { /* widget-documentation */ color: #006400; }
|
||||
.org-widget-field { /* widget-field */ background-color: #d9d9d9; }
|
||||
.org-widget-inactive { /* widget-inactive */ color: #7f7f7f; }
|
||||
.org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; }
|
||||
.org-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-bold-italic {
|
||||
font-weight: bold; font-style: italic;
|
||||
}
|
||||
.org-buffer-menu-buffer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-builtin {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-button {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-calendar-today {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-change-log-acknowledgement {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-change-log-conditionals {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-change-log-date {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-change-log-email {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-change-log-file {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-change-log-function {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-change-log-list {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-change-log-name {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-comint-highlight-input {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-comint-highlight-prompt {
|
||||
color: #00008b;
|
||||
}
|
||||
.org-comment {
|
||||
color: #999988; font-style: italic;
|
||||
}
|
||||
.org-comment-delimiter {
|
||||
color: #999988; font-style: italic;
|
||||
}
|
||||
.org-completions-annotations {
|
||||
font-style: italic;
|
||||
}
|
||||
.org-completions-common-part {
|
||||
color: #000000; background-color: #ffffff;
|
||||
}
|
||||
.org-completions-first-difference {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-constant {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-diary {
|
||||
color: #ff0000;
|
||||
}
|
||||
.org-diff-context {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-diff-file-header {
|
||||
background-color: #b3b3b3; font-weight: bold;
|
||||
}
|
||||
.org-diff-function {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.org-diff-header {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.org-diff-hunk-header {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.org-diff-index {
|
||||
background-color: #b3b3b3; font-weight: bold;
|
||||
}
|
||||
.org-diff-nonexistent {
|
||||
background-color: #b3b3b3; font-weight: bold;
|
||||
}
|
||||
.org-diff-refine-change {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.org-dired-directory {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-dired-flagged {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-dired-header {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-dired-ignored {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-dired-mark {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-dired-marked {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-dired-perm-write {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-dired-symlink {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-dired-warning {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-doc {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-escape-glyph {
|
||||
color: #a52a2a;
|
||||
}
|
||||
.org-file-name-shadow {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-flyspell-duplicate {
|
||||
color: #cdad00; font-weight: bold; text-decoration: underline;
|
||||
}
|
||||
.org-flyspell-incorrect {
|
||||
color: #ff4500; font-weight: bold; text-decoration: underline;
|
||||
}
|
||||
.org-fringe {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.org-function-name {
|
||||
color: teal;
|
||||
}
|
||||
.org-header-line {
|
||||
color: #333333; background-color: #e5e5e5;
|
||||
}
|
||||
.org-help-argument-name {
|
||||
font-style: italic;
|
||||
}
|
||||
.org-highlight {
|
||||
background-color: #b4eeb4;
|
||||
}
|
||||
.org-holiday {
|
||||
background-color: #ffc0cb;
|
||||
}
|
||||
.org-isearch {
|
||||
color: #b0e2ff; background-color: #cd00cd;
|
||||
}
|
||||
.org-isearch-fail {
|
||||
background-color: #ffc1c1;
|
||||
}
|
||||
.org-italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.org-keyword {
|
||||
color: #0086b3;
|
||||
}
|
||||
.org-lazy-highlight {
|
||||
background-color: #afeeee;
|
||||
}
|
||||
.org-link {
|
||||
color: #0000ff; text-decoration: underline;
|
||||
}
|
||||
.org-link-visited {
|
||||
color: #8b008b; text-decoration: underline;
|
||||
}
|
||||
.org-log-edit-header {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-log-edit-summary {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-log-edit-unknown-header {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-match {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.org-next-error {
|
||||
background-color: #eedc82;
|
||||
}
|
||||
.org-nobreak-space {
|
||||
color: #a52a2a; text-decoration: underline;
|
||||
}
|
||||
.org-org-archived {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-block {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-block-begin-line {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-block-end-line {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-checkbox {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-org-checkbox-statistics-done {
|
||||
color: #228b22; font-weight: bold;
|
||||
}
|
||||
.org-org-checkbox-statistics-todo {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-org-clock-overlay {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.org-org-code {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-column {
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
.org-org-column-title {
|
||||
background-color: #e5e5e5; font-weight: bold; text-decoration: underline;
|
||||
}
|
||||
.org-org-date {
|
||||
color: #a020f0; text-decoration: underline;
|
||||
}
|
||||
.org-org-document-info {
|
||||
color: #191970;
|
||||
}
|
||||
.org-org-document-info-keyword {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-document-title {
|
||||
color: #191970; font-size: 144%; font-weight: bold;
|
||||
}
|
||||
.org-org-done {
|
||||
color: #228b22; font-weight: bold;
|
||||
}
|
||||
.org-org-drawer {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-org-ellipsis {
|
||||
color: #b8860b; text-decoration: underline;
|
||||
}
|
||||
.org-org-footnote {
|
||||
color: #a020f0; text-decoration: underline;
|
||||
}
|
||||
.org-org-formula {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-headline-done {
|
||||
color: #bc8f8f;
|
||||
}
|
||||
.org-org-hide {
|
||||
color: #ffffff;
|
||||
}
|
||||
.org-org-latex-and-export-specials {
|
||||
color: #8b4513;
|
||||
}
|
||||
.org-org-level-1 {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-org-level-2 {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-org-level-3 {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-org-level-4 {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-level-5 {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-org-level-6 {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-org-level-7 {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-org-level-8 {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-org-link {
|
||||
color: #0000ff; text-decoration: underline;
|
||||
}
|
||||
.org-org-meta-line {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-mode-line-clock {
|
||||
color: #000000; background-color: #bfbfbf;
|
||||
}
|
||||
.org-org-mode-line-clock-overrun {
|
||||
color: #000000; background-color: #ff0000;
|
||||
}
|
||||
.org-org-quote {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-scheduled {
|
||||
color: #006400;
|
||||
}
|
||||
.org-org-scheduled-previously {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-scheduled-today {
|
||||
color: #006400;
|
||||
}
|
||||
.org-org-sexp-date {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-org-special-keyword {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-org-table {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-org-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-org-target {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-org-time-grid {
|
||||
color: #b8860b;
|
||||
}
|
||||
.org-org-todo {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-org-upcoming-deadline {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-verbatim {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-verse {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-warning {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-outline-1 {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-outline-2 {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-outline-3 {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-outline-4 {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-outline-5 {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-outline-6 {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-outline-7 {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-outline-8 {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-preprocessor {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-query-replace {
|
||||
color: #b0e2ff; background-color: #cd00cd;
|
||||
}
|
||||
.org-regexp-grouping-backslash {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-regexp-grouping-construct {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-region {
|
||||
background-color: #eedc82;
|
||||
}
|
||||
.org-secondary-selection {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.org-shadow {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-show-paren-match {
|
||||
background-color: #40e0d0;
|
||||
}
|
||||
.org-show-paren-mismatch {
|
||||
color: #ffffff; background-color: #a020f0;
|
||||
}
|
||||
.org-string {
|
||||
color: #dd1144;
|
||||
}
|
||||
.org-tool-bar {
|
||||
color: #000000; background-color: #bfbfbf;
|
||||
}
|
||||
.org-tooltip {
|
||||
color: #000000; background-color: #ffffe0;
|
||||
}
|
||||
.org-trailing-whitespace {
|
||||
background-color: #ff0000;
|
||||
}
|
||||
.org-type {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-variable-name {
|
||||
color: teal;
|
||||
}
|
||||
.org-warning {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-widget-button {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-widget-button-pressed {
|
||||
color: #ff0000;
|
||||
}
|
||||
.org-widget-documentation {
|
||||
color: #006400;
|
||||
}
|
||||
.org-widget-field {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.org-widget-inactive {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-widget-single-line-field {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
|
@ -106,44 +106,56 @@ dd{
|
||||
#content .section ul,#content .toctree-wrapper ul,article ul{
|
||||
list-style:disc;
|
||||
line-height:24px;
|
||||
margin-bottom:24px}
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
#content .section ul li,#content .toctree-wrapper ul li,article ul li{
|
||||
list-style:disc;
|
||||
margin-left:24px}
|
||||
margin-left:24px;
|
||||
}
|
||||
|
||||
#content .section ul li p:last-child,#content .toctree-wrapper ul li p:last-child,article ul li p:last-child{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .section ul li ul,#content .toctree-wrapper ul li ul,article ul li ul{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .section ul li li,#content .toctree-wrapper ul li li,article ul li li{
|
||||
list-style:circle}
|
||||
list-style:circle;
|
||||
}
|
||||
|
||||
#content .section ul li li li,#content .toctree-wrapper ul li li li,article ul li li li{
|
||||
list-style:square}
|
||||
list-style:square;
|
||||
}
|
||||
|
||||
#content .section ul li ol li,#content .toctree-wrapper ul li ol li,article ul li ol li{
|
||||
list-style:decimal}
|
||||
list-style:decimal;
|
||||
}
|
||||
|
||||
#content .section ol,#content ol,article ol{
|
||||
list-style:decimal;
|
||||
line-height:24px;
|
||||
margin-bottom:24px}
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
#content .section ol li,#content ol li,article ol li{
|
||||
list-style:decimal;
|
||||
margin-left:24px}
|
||||
margin-left:24px;
|
||||
}
|
||||
|
||||
#content .section ol li p:last-child,#content ol li p:last-child,article ol li p:last-child{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .section ol li ul,#content ol li ul,article ol li ul{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .section ol li ul li,#content ol li ul li,article ol li ul li{
|
||||
list-style:disc}
|
||||
list-style:disc;
|
||||
}
|
||||
|
||||
dl dt{
|
||||
font-weight:bold;
|
||||
@ -157,65 +169,75 @@ dl dd{
|
||||
margin:0 0 12px 24px;
|
||||
}
|
||||
|
||||
@media print{
|
||||
.codeblock,pre.src{
|
||||
white-space:pre.src-wrap}
|
||||
}
|
||||
|
||||
@media print{
|
||||
html,body,section{
|
||||
background:none !important}
|
||||
background:none !important;
|
||||
}
|
||||
|
||||
*{
|
||||
box-shadow:none !important;
|
||||
text-shadow:none !important;
|
||||
filter:none !important;
|
||||
-ms-filter:none !important}
|
||||
-ms-filter:none !important;
|
||||
}
|
||||
|
||||
a,a:visited{
|
||||
text-decoration:underline}
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
pre.src,blockquote{
|
||||
page-break-inside:avoid}
|
||||
page-break-inside:avoid;
|
||||
}
|
||||
|
||||
thead{
|
||||
display:table-header-group}
|
||||
display:table-header-group;
|
||||
}
|
||||
|
||||
tr,img{
|
||||
page-break-inside:avoid}
|
||||
page-break-inside:avoid;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width:100% !important}
|
||||
max-width:100% !important;
|
||||
}
|
||||
|
||||
@page{
|
||||
margin:0.5cm}
|
||||
margin:0.5cm;
|
||||
}
|
||||
|
||||
p,h2,h3{
|
||||
orphans:3;
|
||||
widows:3}
|
||||
widows:3;
|
||||
}
|
||||
|
||||
h2,h3{
|
||||
page-break-after:avoid}
|
||||
page-break-after:avoid;
|
||||
}
|
||||
}
|
||||
|
||||
@media print{
|
||||
#postamble{
|
||||
display:none}
|
||||
display:none;
|
||||
}
|
||||
|
||||
#content{
|
||||
margin-left:0}
|
||||
margin-left:0;
|
||||
}
|
||||
}
|
||||
|
||||
@media print{
|
||||
#table-of-contents{
|
||||
display:none}
|
||||
display:none;
|
||||
}
|
||||
|
||||
@page{
|
||||
size: auto;
|
||||
margin: 25mm 25mm 25mm 25mm;}
|
||||
margin: 25mm 25mm 25mm 25mm;;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;}
|
||||
margin: 0px;;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
@ -226,12 +248,14 @@ dl dd{
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
.tablet-hide{
|
||||
display:none}
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px){
|
||||
.mobile-hide{
|
||||
display:none}
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px){
|
||||
@ -239,10 +263,12 @@ dl dd{
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
#content{
|
||||
margin-left:0}
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
#content #content{
|
||||
padding:1.618em}
|
||||
padding:1.618em;
|
||||
}
|
||||
|
||||
#content.shift{
|
||||
position:fixed;
|
||||
@ -250,33 +276,40 @@ dl dd{
|
||||
left:85%;
|
||||
top:0;
|
||||
height:100%;
|
||||
overflow:hidden}
|
||||
overflow:hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1400px){
|
||||
#content{
|
||||
background:rgba(0,0,0,0.05)}
|
||||
background:rgba(0,0,0,0.05);
|
||||
}
|
||||
|
||||
#content{
|
||||
background:#fcfcfc}
|
||||
background:#fcfcfc;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
#copyright{
|
||||
width:85%;
|
||||
display:none}
|
||||
display:none;
|
||||
}
|
||||
|
||||
#copyright.shift{
|
||||
display:block}
|
||||
display:block;
|
||||
}
|
||||
|
||||
img{
|
||||
width:100%;
|
||||
height:auto}
|
||||
height:auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px){
|
||||
#content .sidebar{
|
||||
width:100%}
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
code{
|
||||
@ -298,7 +331,8 @@ code{
|
||||
padding-top:48px;
|
||||
font-weight:500;
|
||||
background:#fff;
|
||||
position:relative}
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.codeblock-example:after{
|
||||
content:"Example";
|
||||
@ -307,18 +341,21 @@ code{
|
||||
left:0px;
|
||||
background:#9B59B6;
|
||||
color:#fff;
|
||||
padding:6px 12px}
|
||||
padding:6px 12px;
|
||||
}
|
||||
|
||||
.codeblock-example.prettyprint-example-only{
|
||||
border:1px solid #e1e4e5;
|
||||
margin-bottom:24px}
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
.codeblock,pre.src,#content .literal-block{
|
||||
border:1px solid #e1e4e5;
|
||||
padding:12px;
|
||||
overflow-x:auto;
|
||||
background:#fff;
|
||||
margin:1px 0 24px 0}
|
||||
margin:1px 0 24px 0;
|
||||
}
|
||||
|
||||
pre.src{
|
||||
/* color:#404040; */
|
||||
@ -351,7 +388,8 @@ table{
|
||||
}
|
||||
|
||||
td{
|
||||
vertical-align:top}
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
table td,table th{
|
||||
font-size:90%;
|
||||
@ -450,10 +488,10 @@ table tr:nth-child(2n) td{
|
||||
}
|
||||
|
||||
#table-of-contents .close-sidebar {
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
display: inline-block;
|
||||
margin: 0px 10px 0px 45px;
|
||||
padding: 10px;
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
display: inline-block;
|
||||
margin: 0px 10px 0px 45px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -464,56 +502,69 @@ table tr:nth-child(2n) td{
|
||||
}
|
||||
|
||||
figcaption,figure,footer,header,hgroup,nav{
|
||||
display:block}
|
||||
display:block;
|
||||
}
|
||||
|
||||
ins{
|
||||
background:#ff9;
|
||||
color:#000;
|
||||
text-decoration:none}
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
mark{
|
||||
background:#ff0;
|
||||
color:#000;
|
||||
font-style:italic;
|
||||
font-weight:bold}
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
small{
|
||||
font-size:85%}
|
||||
font-size:85%;
|
||||
}
|
||||
|
||||
sub,sup{
|
||||
font-size:75%;
|
||||
line-height:0;
|
||||
position:relative;
|
||||
vertical-align:baseline}
|
||||
vertical-align:baseline;
|
||||
}
|
||||
|
||||
sup{
|
||||
top:-0.5em}
|
||||
top:-0.5em;
|
||||
}
|
||||
|
||||
sub{
|
||||
bottom:-0.25em}
|
||||
bottom:-0.25em;
|
||||
}
|
||||
|
||||
img{
|
||||
-ms-interpolation-mode:bicubic;
|
||||
vertical-align:middle;
|
||||
max-width:100%}
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
svg:not(:root){
|
||||
overflow:hidden}
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
figure{
|
||||
margin:0}
|
||||
margin:0;
|
||||
}
|
||||
|
||||
label{
|
||||
cursor:pointer}
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
legend{
|
||||
border:0;
|
||||
margin-left:-7px;
|
||||
padding:0;
|
||||
white-space:normal}
|
||||
white-space:normal;
|
||||
}
|
||||
|
||||
.fa:before,#content .admonition-title:before,#content h1 .headerlink:before,#content h2 .headerlink:before,#content h3 .headerlink:before,#content h4 .headerlink:before,#content h5 .headerlink:before,#content h6 .headerlink:before,#content dl dt .headerlink:before,.icon:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-alert,#content .note,#content .attention,#content .caution,#content .danger,#content .error,#content .summary,#content .hint,#content .important,#content .tip,#content .warning,#content .question,#content .seealso,#content .admonitiontodo,.btn,input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,#table-of-contents li.on a,#table-of-contents li.current>a,.wy-side-nav-search>a,.wy-side-nav-search .wy-dropdown>a,.wy-nav-top a{
|
||||
-webkit-font-smoothing:antialiased}
|
||||
-webkit-font-smoothing:antialiased;
|
||||
}
|
||||
|
||||
/*!
|
||||
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
@ -523,7 +574,8 @@ legend{
|
||||
src:url("../fonts/fontawesome-webfont.eot?v=4.1.0");
|
||||
src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
|
||||
font-weight:normal;
|
||||
font-style:normal}
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
.fa,#content .admonition-title,.icon{
|
||||
display:inline-block;
|
||||
@ -532,33 +584,40 @@ legend{
|
||||
font-weight:normal;
|
||||
line-height:1;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
-moz-osx-font-smoothing:grayscale}
|
||||
-moz-osx-font-smoothing:grayscale;
|
||||
}
|
||||
|
||||
.fa-ul{
|
||||
padding-left:0;
|
||||
margin-left:2.14286em;
|
||||
list-style-type:none}
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.fa-ul>li{
|
||||
position:relative}
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.fa-li{
|
||||
position:absolute;
|
||||
left:-2.14286em;
|
||||
width:2.14286em;
|
||||
top:0.14286em;
|
||||
text-align:center}
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.fa-li.fa-lg{
|
||||
left:-1.85714em}
|
||||
left:-1.85714em;
|
||||
}
|
||||
|
||||
.fa-border{
|
||||
padding:.2em .25em .15em;
|
||||
border:solid 0.08em #eee;
|
||||
border-radius:.1em}
|
||||
border-radius:.1em;
|
||||
}
|
||||
|
||||
.fa,#content .admonition-title{
|
||||
font-family:inherit}
|
||||
font-family:inherit;
|
||||
}
|
||||
|
||||
.fa:before,#content .admonition-title:before{
|
||||
font-family:"FontAwesome";
|
||||
@ -566,14 +625,17 @@ legend{
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
line-height:1;
|
||||
text-decoration:inherit}
|
||||
text-decoration:inherit;
|
||||
}
|
||||
|
||||
a .fa,a #content .admonition-title,#content a .admonition-title{
|
||||
display:inline-block;
|
||||
text-decoration:inherit}
|
||||
text-decoration:inherit;
|
||||
}
|
||||
|
||||
.nav #content .admonition-title,#content .nav .admonition-title,.nav .icon{
|
||||
display:inline}
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.wy-alert,#content .note,#content .attention,#content .caution,#content .danger,#content .error,#content .summary,#content .hint,#content .important,#content .tip,#content .warning,#content .question,#content .seealso,#content .admonitiontodo{
|
||||
padding:12px;
|
||||
@ -590,13 +652,16 @@ a .fa,a #content .admonition-title,#content a .admonition-title{
|
||||
/* background:#6ab0de; */
|
||||
/* margin:-12px; */
|
||||
padding:6px 12px;
|
||||
margin-bottom:0px}
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
#content .danger,#content .error{
|
||||
background:#fdf3f2}
|
||||
background:#fdf3f2;
|
||||
}
|
||||
|
||||
.wy-alert.wy-alert-warning,#content .wy-alert-warning.note,#content .attention,#content .caution,#content .wy-alert-warning.danger,#content .wy-alert-warning.error,#content .wy-alert-warning.summary,#content .wy-alert-warning.hint,#content .wy-alert-warning.important,#content .wy-alert-warning.tip,#content .warning,#content .wy-alert-warning.seealso,#content .admonitiontodo{
|
||||
background:#ffedcc}
|
||||
background:#ffedcc;
|
||||
}
|
||||
|
||||
#content .admonition-title.warning:before,
|
||||
#content .admonition-title.caution:before,
|
||||
@ -605,11 +670,13 @@ a .fa,a #content .admonition-title,#content a .admonition-title{
|
||||
#content .admonition-title.error:before,
|
||||
#content .admonition-title.danger:before{
|
||||
font-family:FontAwesome;
|
||||
content: "";}
|
||||
content: "";;
|
||||
}
|
||||
|
||||
#content .admonition-title.question:before{
|
||||
font-family:FontAwesome;
|
||||
content: "";}
|
||||
content: "";;
|
||||
}
|
||||
|
||||
#content .admonition-title.note:before,
|
||||
#content .admonition-title.seealso:before,
|
||||
@ -617,33 +684,41 @@ a .fa,a #content .admonition-title,#content a .admonition-title{
|
||||
#content .admonition-title.summary:before,
|
||||
#content .admonition-title.hint:before{
|
||||
font-family:FontAwesome;
|
||||
content: "";}
|
||||
content: "";;
|
||||
}
|
||||
|
||||
|
||||
#content .note,#content .question,#content .seealso{
|
||||
background:#e7f2fa}
|
||||
background:#e7f2fa;
|
||||
}
|
||||
|
||||
.wy-alert p:last-child,#content .note p:last-child,#content .attention p:last-child,#content .caution p:last-child,#content .danger p:last-child,#content .error p:last-child,#content .summary p:last-child,#content .hint p:last-child,#content .important p:last-child,#content .tip p:last-child,#content .warning p:last-child,#content .question p:last-child,#content .seealso p:last-child,#content .admonitiontodo p:last-child{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .admonition-title.tip,#content .admonition-title.important,#content .admonition-title.summary,#content .admonition-title.hint{
|
||||
line-height: 1;
|
||||
background:#1abc9c}
|
||||
background:#1abc9c;
|
||||
}
|
||||
|
||||
#content .important,#content .tip,#content .summary,#content .hint{
|
||||
background:#dbfaf4}
|
||||
background:#dbfaf4;
|
||||
}
|
||||
|
||||
#content .admonition-title.note,#content .admonition-title.question,#content .admonition-title.seealso{
|
||||
line-height: 1;
|
||||
background:#6ab0de}
|
||||
background:#6ab0de;
|
||||
}
|
||||
|
||||
#content .admonition-title.warning,#content .admonition-title.caution,#content .admonition-title.attention{
|
||||
line-height: 1;
|
||||
background:#F0B37E}
|
||||
background:#F0B37E;
|
||||
}
|
||||
|
||||
#content .admonition-title.error,#content .admonition-title.danger{
|
||||
line-height: 1;
|
||||
background:#f29f97}
|
||||
background:#f29f97;
|
||||
}
|
||||
|
||||
legend{
|
||||
display:block;
|
||||
@ -653,18 +728,21 @@ legend{
|
||||
white-space:normal;
|
||||
margin-bottom:24px;
|
||||
font-size:150%;
|
||||
*margin-left:-7px}
|
||||
*margin-left:-7px;
|
||||
}
|
||||
|
||||
label{
|
||||
display:block;
|
||||
margin:0 0 0.3125em 0;
|
||||
color:#333;
|
||||
font-size:90%}
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
a{
|
||||
color:#2980B9;
|
||||
text-decoration:none;
|
||||
cursor:pointer}
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
a:hover,a:active{
|
||||
@ -672,19 +750,24 @@ a:hover,a:active{
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color:#3091d1}
|
||||
color:#3091d1;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color:#9B59B6}
|
||||
color:#9B59B6;
|
||||
}
|
||||
|
||||
.left{
|
||||
text-align:left}
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.center{
|
||||
text-align:center}
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.right{
|
||||
text-align:right}
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
hr{
|
||||
display:block;
|
||||
@ -692,7 +775,8 @@ hr{
|
||||
border:0;
|
||||
border-top:1px solid #e1e4e5;
|
||||
margin:24px 0;
|
||||
padding:0}
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#table-of-contents li{
|
||||
list-style:none;
|
||||
@ -709,27 +793,34 @@ hr{
|
||||
text-transform:uppercase;
|
||||
font-size:80%;
|
||||
color:#2980B9;
|
||||
white-space:nowrap}
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
#table-of-contents ul{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#table-of-contents li.divide-top{
|
||||
border-top:solid 1px #404040}
|
||||
border-top:solid 1px #404040;
|
||||
}
|
||||
|
||||
#table-of-contents li.divide-bottom{
|
||||
border-bottom:solid 1px #404040}
|
||||
border-bottom:solid 1px #404040;
|
||||
}
|
||||
|
||||
#table-of-contents li.current{
|
||||
background:#e3e3e3}
|
||||
background:#e3e3e3;
|
||||
}
|
||||
|
||||
#table-of-contents li.current a{
|
||||
color:gray;
|
||||
border-right:solid 1px #c9c9c9;
|
||||
padding:0.4045em 2.427em}
|
||||
padding:0.4045em 2.427em;
|
||||
}
|
||||
|
||||
#table-of-contents li.current a:hover{
|
||||
background:#d6d6d6}
|
||||
background:#d6d6d6;
|
||||
}
|
||||
|
||||
#table-of-contents li a{
|
||||
/* color:#404040; */
|
||||
@ -739,32 +830,39 @@ hr{
|
||||
border:none;
|
||||
/* border-bottom:solid 1px #c9c9c9; */
|
||||
/* border-top:solid 1px #c9c9c9; */
|
||||
padding-left:1.618em -4px}
|
||||
padding-left:1.618em -4px;
|
||||
}
|
||||
|
||||
#table-of-contents li.on a:hover,#table-of-contents li.current>a:hover{
|
||||
background:#fcfcfc}
|
||||
background:#fcfcfc;
|
||||
}
|
||||
|
||||
#table-of-contents li ul li a{
|
||||
/* background:#c9c9c9; */
|
||||
padding:0.4045em 2.427em}
|
||||
padding:0.4045em 2.427em;
|
||||
}
|
||||
|
||||
#table-of-contents li ul li ul li a{
|
||||
padding:0.4045em 3.236em}
|
||||
padding:0.4045em 3.236em;
|
||||
}
|
||||
|
||||
#table-of-contents li.current ul{
|
||||
display:block}
|
||||
display:block;
|
||||
}
|
||||
|
||||
/* #table-of-contents li ul{ */
|
||||
/* margin-bottom:0; */
|
||||
/* display:none} */
|
||||
|
||||
#table-of-contents .local-toc li ul{
|
||||
display:block}
|
||||
display:block;
|
||||
}
|
||||
|
||||
#table-of-contents li ul li a{
|
||||
margin-bottom:0;
|
||||
color:#b3b3b3;
|
||||
font-weight:normal}
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#table-of-contents a{
|
||||
display:inline-block;
|
||||
@ -779,7 +877,8 @@ hr{
|
||||
|
||||
#table-of-contents a:hover{
|
||||
background-color:#4e4a4a;
|
||||
cursor:pointer}
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/* #text-table-of-contents { */
|
||||
/* overflow:scroll; */
|
||||
@ -809,7 +908,8 @@ hr{
|
||||
display:block;
|
||||
color:#fcfcfc;
|
||||
font-size: 100%;
|
||||
margin-bottom:0.809em}
|
||||
margin-bottom:0.809em;
|
||||
}
|
||||
|
||||
ul.nav li ul li {
|
||||
display: none;
|
||||
@ -882,10 +982,12 @@ ul.nav > li.active > a {
|
||||
}
|
||||
|
||||
footer{
|
||||
color:#999}
|
||||
color:#999;
|
||||
}
|
||||
|
||||
footer p{
|
||||
margin-bottom:12px}
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
#copyright, #postamble{
|
||||
position:fixed;
|
||||
@ -918,7 +1020,8 @@ footer p{
|
||||
|
||||
#copyright a{
|
||||
color:#2980B9;
|
||||
text-decoration:none}
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#copyright .rst-current-version{
|
||||
padding:12px;
|
||||
@ -928,20 +1031,24 @@ footer p{
|
||||
font-size:90%;
|
||||
cursor:pointer;
|
||||
color:#27AE60;
|
||||
*zoom:1}
|
||||
*zoom:1;
|
||||
}
|
||||
|
||||
#content img{
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
#content div.figure{
|
||||
margin-bottom:24px}
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
#content div.figure.align-center{
|
||||
text-align:center}
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#content .section>img,#content .section>a>img{
|
||||
margin-bottom:24px}
|
||||
margin-bottom:24px;
|
||||
}
|
||||
|
||||
.verse{
|
||||
border-left:5px solid #6AB0DE;
|
||||
@ -951,27 +1058,33 @@ footer p{
|
||||
}
|
||||
|
||||
#content .note .last,#content .attention .last,#content .caution .last,#content .danger .last,#content .error .last,#content .hint .summary,#content .hint .last,#content .important .last,#content .tip .last,#content .warning .last,#content .question .last,#content .seealso .last,#content .admonitiontodo .last{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .admonition-title:before{
|
||||
margin-right:4px}
|
||||
margin-right:4px;
|
||||
}
|
||||
|
||||
#content .section ol p,#content .section ul p{
|
||||
margin-bottom:12px}
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
#content h1 .headerlink,#content h2 .headerlink,#content h3 .headerlink,#content h4 .headerlink,#content h5 .headerlink,#content h6 .headerlink,#content dl dt .headerlink{
|
||||
display:none;
|
||||
visibility:hidden;
|
||||
font-size:14px}
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
#content h1 .headerlink:after,#content h2 .headerlink:after,#content h3 .headerlink:after,#content h4 .headerlink:after,#content h5 .headerlink:after,#content h6 .headerlink:after,#content dl dt .headerlink:after{
|
||||
visibility:visible;
|
||||
content:"";
|
||||
font-family:FontAwesome;
|
||||
display:inline-block}
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
#content h1:hover .headerlink,#content h2:hover .headerlink,#content h3:hover .headerlink,#content h4:hover .headerlink,#content h5:hover .headerlink,#content h6:hover .headerlink,#content dl dt:hover .headerlink{
|
||||
display:inline-block}
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
#content .sidebar{
|
||||
float:right;
|
||||
@ -980,13 +1093,16 @@ footer p{
|
||||
margin:0 0 24px 24px;
|
||||
padding:24px;
|
||||
background:#f3f6f6;
|
||||
border:solid 1px #e1e4e5}
|
||||
border:solid 1px #e1e4e5;
|
||||
}
|
||||
|
||||
#content .sidebar p,#content .sidebar ul,#content .sidebar dl{
|
||||
font-size:90%}
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
#content .sidebar .last{
|
||||
margin-bottom:0}
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#content .sidebar .sidebar-title{
|
||||
display:block;
|
||||
@ -996,23 +1112,28 @@ footer p{
|
||||
padding:6px 12px;
|
||||
margin:-24px;
|
||||
margin-bottom:24px;
|
||||
font-size:100%}
|
||||
font-size:100%;
|
||||
}
|
||||
|
||||
#content .highlighted{
|
||||
background:#F1C40F;
|
||||
display:inline-block;
|
||||
font-weight:bold;
|
||||
padding:0 6px}
|
||||
padding:0 6px;
|
||||
}
|
||||
|
||||
#content .footnote-reference,#content .citation-reference{
|
||||
vertical-align:super;
|
||||
font-size:90%}
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
span[id*='MathJax-Span']{
|
||||
color:#404040}
|
||||
color:#404040;
|
||||
}
|
||||
|
||||
.math{
|
||||
text-align:center}
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#footnotes{
|
||||
border-top:1px solid #e1e4e5;
|
||||
@ -1104,4 +1225,5 @@ h2.footnotes{
|
||||
/* padding: 10px 20px 10px 60px; */
|
||||
padding: 9px 12px;
|
||||
margin-bottom: 24px;
|
||||
font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif}
|
||||
font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user