/* 0 CSS RESET */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ @import 'base_style/all'; body { @include bodyStyle1(null, 1.3, -internal-root-color, #ffffff, 300); main { margin: 0; } } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* New CSS */ body { margin-left: 298px; margin-right: 2em; } main { padding-left: 4em; padding-right: 2em; } .title-section, .prefatory-section { padding-left: 4em; padding-top: 2em; } .prefatory-section { margin-bottom: 5em; } .doctitle-en, .doctitle-fr { margin-top: 2em; text-align: left; } .doctitle-en { background-color: black; padding-left: 3em; margin-left: -3em; padding-top: 2em; padding-bottom: 2em; } .doctitle-en span { font-size: 1.5em; line-height: 1.5em; font-weight: 900; display: block; color: white; } .doctitle-fr span { font-size: 1.2em; line-height: 1.2em; font-style: italic; display: block; } .doctitle-part { margin-top: 1em; } span.title { text-transform: uppercase; font-size: 1em; font-weight: 800; } .coverpage_docstage { margin-top: 2em; margin-bottom: 2em; } .coverpage_warning { font-size: 0.9em; font-style: italic; padding-bottom: 1em; } .coverpage_docnumber, .coverpage_techcommittee { text-align: right; font-size: 0.9em; line-height: 0.5em; } .boilerplate-copyright #boilerplate-name { font-weight: 900; padding-top: 1em; } .boilerplate-copyright p { margin-top: 1em; line-height: 1.1em; display: block; font-size: 0.9em; } /* TYPOGRAPHY */ h1 { font-weight: 900; } h2, h3, h4, h5, h6 { font-weight: 700; } h1 { font-size: 1.5em; line-height: 2em; margin-top: 2em; margin-bottom: 1em; } h2 { font-size: 1.2em; line-height: 1.5em; margin-top: 2em; margin-bottom: 1em; } h1, h2, h3, h4, h5, h6 { line-height: 1.2; } /* override for amendments */ {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %} h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: initial; font-style: italic; line-height: 2em; margin-top: 2em; margin-bottom: 1em; } {% endif %} h2 p { display: inline; } p { margin-top: 1em; margin-bottom: 1em; line-height: 1.2em; } p.zzSTDTitle1 { font-weight: 700; font-size: 1.5em; } p.zzSTDTitle2 { font-size: 1.5em; } span.obligation { font-weight: 400; } a { color: black; text-decoration-color: black; } h2 p { display: inline; } ul>li { list-style: none; } ul>li>p:first-child:before { content: "\2014"; display: inline-block; width: 1em; margin-left: -1.5em; margin-right: 0.5em; } li p { /* display: inline-block; */ margin-bottom: 0.6em; line-height: 1.2; } #toc li:before { content: " "; display: none; } p.AltTerms { margin-bottom: 0; font-style: italic; margin-left: 2em; } p.Terms { font-weight: bold; margin-top: 0em; } /* Navigation*/ #toc { @include toc(null, #1d1d1d, white); @include sidebarToc(); // .toc-active, // li:hover { // background: #1d1d1d; // box-shadow: inset -5px 0px 10px -5px #1d1d1d !important; // } li:before { content: " "; display: none; } } nav { @include sidebarNav(#f7f7f7, 278px, 20px); line-height: 1.2em; } #toggle { @include sidebarNavToggle(white, black); margin-left: -4em; margin-top: -2em; } @media screen and (min-width: 768px) { .container { padding-left: 360px; } .rule.toc { display: none; } h1.toc-contents { margin-top: 1em; } ul#toc-list { padding: 0; margin: 0; } } @media screen and (max-width: 768px) { body { margin-left: 2em; } main { padding: 0; } .title-section, .prefatory-section { padding-left: 0; padding-top: 0; width: 100%; } } .figure, pre, .pseudocode { @include pseudocodeBlock(#f7f7f7); font-size: $normalfontsize; } div.figure { @include figureBlock(); } /* Document types + stages */ .document-type-band { @include docBand($order: 2, $offset: 180px); .document-type { top: 20px; } } .document-stage-band { @include docBand(1, 100%); } p.document-stage { @include docBandTitle(210px); writing-mode: vertical-rl; } #governance-band p.document-type { font-weight: 400; height: 230px !important; } p.document-stage { font-weight: 300; height: 160px; } #standard-band { background-color: #0ac442; } #standard { border-bottom: solid 3px #0ac442; } #governance { border-bottom: solid 3px #750697; } #governance-band { background-color: #750697; } #guide { border-bottom: solid 3px #48a0e7; } #guide-band { background-color: #48a0e7; } .coverpage-maturity { font-family: 'Overpass', sans-serif; font-weight: 400; font-size: 1em; margin: 0 0 2em 0; text-transform: uppercase; } #working-draft { border-bottom: solid 3px #fda706; } #working-draft-band { background-color: #fda706; } #committee-draft { border-bottom: solid 3px #fd06fd; } #committee-draft-band { background-color: #fd06fd; } #draft-standard { border-bottom: solid 3px #fdf906; } #draft-standard { border-bottom: solid 3px #fdf906; } #standard { border-bottom: solid 3px #0ac442; } #standard-band { background-color: #0ac442; } #obsolete { border-bottom: solid 3px #7e0d13; } #obsolete-band { background-color: #7e0d13; } /* 3 Other styles */ /* 3.2 Links */ a { color: black; text-decoration-color: black; } /* 3.3 Lists */ ul, ol { margin-left: 2em; } #toc-list ul { margin-bottom: 0.25em; } #toc-list ol li { list-style-type: none; } /* 3.4 Rules */ .rule { @include rule(1px, #0e1a85) } /* 3.5 Bibliograhy */ p.Biblio, p.NormRef { margin-top: 1em; margin-left: 2em; } /* 3.6 Source Code + figures */ .figure, pre, .pseudocode { @include pseudocodeBlock(#f7f7f7); font-size: $normalfontsize; } pre { @include monospaceBlockStyle() } @include admonitionBlock(); @include recommendationBlock(); .figure-title, .FigureTitle, .SourceTitle, .AdmonitionTitle, .RecommendationTitle { @include blockTitle() } .figure dl { } /* 3.7 Notes */ .Note, .note { background-color: #fff495; color: #47430c; padding: 0.5em; margin: 1.5em 0 1.5em 0; text-align: left; } .Note p, .note p { margin: 0; } .Admonition { background-color: #ffcccc; color: #47430c; padding: 0.5em; margin: 1.5em 0 1.5em 0; text-align: left; } .Admonition p { margin: 0; } /* 3.8 Examples */ .example { @include exampleBlock(#e1eef1, black, 0.5em); color: black; padding-left: 2em; .example-title { margin-left: -1.5em; } pre, .pseudocode { background: none; } } /* 3.9 Tables */ table { @include table(1px solid black); text-align: center; } td, th { padding: 1em !important; } p.TableTitle { text-align: center; margin-top: 2.5em; font-weight: 800; font-size: 1.1em; } .TableFootnote { text-align: left !important; } /* 3.10 Footnotes */ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef { vertical-align: super; font-size: 0.8em; } .footnote { font-size: $footnotefontsize; } sup a { vertical-align: super; font-size: 0.8em; } #footnote_box { font-size: $footnotefontsize; background: white; padding: 0 10px; margin: 10px; border: 1px solid #888; -moz-box-shadow: 0px 0px 5px #888; -webkit-box-shadow: 0px 0px 5px #888; box-shadow: 0px 0px 5px #888; } ol.footnotes-list, aside.footnote { margin-left: 1em; } ol.footnotes-list li, aside.footnote { font-size: $footnotefontsize; vertical-align: top; list-style: decimal; margin-bottom: 1em; } ol.footnotes-list:first-child { margin-top: 2em; } ol.footnotes-list p, aside.footnote { display: inline; } ol>li>p:before { content: ""; display: none; } /* 3.11 Blockquotes */ .Quote { @include blockquoteBlock(#f7f7f7); } /* 3.12 Formulas */ .formula { @include formulaBlock(#f7f7f7); margin-left: 20%; margin-right: 20%; font-size: $smallerfontsize; } dl.formula_dl { background-color: #f7f7f7; margin-left: 20%; margin-right: 20%; font-size: $smallerfontsize; } /* Keywords */ span.keyword { font-weight: 600; } .Admonition, .admonition { background-color: #ffb3b3; /* color: #47430c;*/ padding: 0.5em; margin: 1.5em 0 1.5em 0; text-align: left; } .Admonition p, .admonition p { margin: 0; }