Path: blob/master/elisp/emacs-for-python/yasnippet/doc/html4css1.css
990 views
/*1:Author: David Goodger2:Contact: [email protected]3:Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $4:Revision: $Revision: 4224 $5:Copyright: This stylesheet has been placed in the public domain.67Default cascading style sheet for the HTML output of Docutils.89See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to10customize this style sheet.11*/1213/* used to remove borders from tables and images */14.borderless, table.borderless td, table.borderless th {15border: 0 }1617table.borderless td, table.borderless th {18/* Override padding for "table.docutils td" with "! important".19The right padding separates the table cells. */20padding: 0 0.5em 0 0 ! important }2122.first {23/* Override more specific margin styles with "! important". */24margin-top: 0 ! important }2526.last, .with-subtitle {27margin-bottom: 0 ! important }2829.hidden {30display: none }3132a.toc-backref {33text-decoration: none ;34color: black }3536blockquote.epigraph {37margin: 2em 5em ; }3839dl.docutils dd {40margin-bottom: 0.5em }4142/* Uncomment (and remove this text!) to get bold-faced definition list terms43dl.docutils dt {44font-weight: bold }45*/4647div.abstract {48margin: 2em 5em }4950div.abstract p.topic-title {51font-weight: bold ;52text-align: center }5354div.admonition, div.attention, div.caution, div.danger, div.error,55div.hint, div.important, div.note, div.tip, div.warning {56margin: 2em ;57border: medium outset ;58padding: 1em }5960div.admonition p.admonition-title, div.hint p.admonition-title,61div.important p.admonition-title, div.note p.admonition-title,62div.tip p.admonition-title {63font-weight: bold ;64font-family: sans-serif }6566div.attention p.admonition-title, div.caution p.admonition-title,67div.danger p.admonition-title, div.error p.admonition-title,68div.warning p.admonition-title {69color: red ;70font-weight: bold ;71font-family: sans-serif }7273/* Uncomment (and remove this text!) to get reduced vertical space in74compound paragraphs.75div.compound .compound-first, div.compound .compound-middle {76margin-bottom: 0.5em }7778div.compound .compound-last, div.compound .compound-middle {79margin-top: 0.5em }80*/8182div.dedication {83margin: 2em 5em ;84text-align: center ;85font-style: italic }8687div.dedication p.topic-title {88font-weight: bold ;89font-style: normal }9091div.figure {92margin-left: 2em ;93margin-right: 2em }9495div.footer, div.header {96clear: both;97font-size: smaller }9899div.line-block {100display: block ;101margin-top: 1em ;102margin-bottom: 1em }103104div.line-block div.line-block {105margin-top: 0 ;106margin-bottom: 0 ;107margin-left: 1.5em }108109div.sidebar {110margin-left: 1em ;111border: medium outset ;112padding: 1em ;113background-color: #ffffee ;114width: 40% ;115float: right ;116clear: right }117118div.sidebar p.rubric {119font-family: sans-serif ;120font-size: medium }121122div.system-messages {123margin: 5em }124125div.system-messages h1 {126color: red }127128div.system-message {129border: medium outset ;130padding: 1em }131132div.system-message p.system-message-title {133color: red ;134font-weight: bold }135136div.topic {137margin: 2em }138139h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,140h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {141margin-top: 0.4em }142143h1.title {144text-align: center }145146h2.subtitle {147text-align: center }148149hr.docutils {150width: 75% }151152img.align-left {153clear: left }154155img.align-right {156clear: right }157158ol.simple, ul.simple {159margin-bottom: 1em }160161ol.arabic {162list-style: decimal }163164ol.loweralpha {165list-style: lower-alpha }166167ol.upperalpha {168list-style: upper-alpha }169170ol.lowerroman {171list-style: lower-roman }172173ol.upperroman {174list-style: upper-roman }175176p.attribution {177text-align: right ;178margin-left: 50% }179180p.caption {181font-style: italic }182183p.credits {184font-style: italic ;185font-size: smaller }186187p.label {188white-space: nowrap }189190p.rubric {191font-weight: bold ;192font-size: larger ;193color: maroon ;194text-align: center }195196p.sidebar-title {197font-family: sans-serif ;198font-weight: bold ;199font-size: larger }200201p.sidebar-subtitle {202font-family: sans-serif ;203font-weight: bold }204205p.topic-title {206font-weight: bold }207208pre.address {209margin-bottom: 0 ;210margin-top: 0 ;211font-family: serif ;212font-size: 100% }213214pre.literal-block, pre.doctest-block {215margin-left: 2em ;216margin-right: 2em ;217background-color: #eeeeee }218219span.classifier {220font-family: sans-serif ;221font-style: oblique }222223span.classifier-delimiter {224font-family: sans-serif ;225font-weight: bold }226227span.interpreted {228font-family: sans-serif }229230span.option {231white-space: nowrap }232233span.pre {234white-space: pre }235236span.problematic {237color: red }238239span.section-subtitle {240/* font-size relative to parent (h1..h6 element) */241font-size: 80% }242243table.citation {244border-left: solid 1px gray;245margin-left: 1px }246247table.docinfo {248margin: 2em 4em }249250table.docutils {251margin-top: 0.5em ;252margin-bottom: 0.5em }253254table.footnote {255border-left: solid 1px black;256margin-left: 1px }257258table.docutils td, table.docutils th,259table.docinfo td, table.docinfo th {260padding-left: 0.5em ;261padding-right: 0.5em ;262vertical-align: top }263264table.docutils th.field-name, table.docinfo th.docinfo-name {265font-weight: bold ;266text-align: left ;267white-space: nowrap ;268padding-left: 0 }269270h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,271h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {272font-size: 100% }273274tt.docutils {275background-color: #eeeeee }276277ul.auto-toc {278list-style-type: none }279280281