messages of 404.html defined in main program, template moved in common directory
3 // --------------------------------------------------
7 // -------------------------
9 h1, h2, h3, h4, h5, h6,
10 .h1, .h2, .h3, .h4, .h5, .h6 {
11 font-family: @headings-font-family;
12 font-weight: @headings-font-weight;
13 line-height: @headings-line-height;
14 color: @headings-color;
20 color: @headings-small-color;
27 margin-top: @line-height-computed;
28 margin-bottom: (@line-height-computed / 2);
38 margin-top: (@line-height-computed / 2);
39 margin-bottom: (@line-height-computed / 2);
47 h1, .h1 { font-size: @font-size-h1; }
48 h2, .h2 { font-size: @font-size-h2; }
49 h3, .h3 { font-size: @font-size-h3; }
50 h4, .h4 { font-size: @font-size-h4; }
51 h5, .h5 { font-size: @font-size-h5; }
52 h6, .h6 { font-size: @font-size-h6; }
56 // -------------------------
59 margin: 0 0 (@line-height-computed / 2);
63 margin-bottom: @line-height-computed;
64 font-size: floor(@font-size-base * 1.15);
68 @media (min-width: @screen-sm-min) {
69 font-size: (@font-size-base * 1.5);
75 // -------------------------
77 // Ex: 14px base font * 85% = about 12px
79 .small { font-size: 85%; }
81 // Undo browser default styling
82 cite { font-style: normal; }
84 // Contextual emphasis
89 color: @brand-primary;
91 color: darken(@brand-primary, 10%);
95 color: @state-warning-text;
97 color: darken(@state-warning-text, 10%);
101 color: @state-danger-text;
103 color: darken(@state-danger-text, 10%);
107 color: @state-success-text;
109 color: darken(@state-success-text, 10%);
113 color: @state-info-text;
115 color: darken(@state-info-text, 10%);
120 .text-left { text-align: left; }
121 .text-right { text-align: right; }
122 .text-center { text-align: center; }
126 // -------------------------
129 padding-bottom: ((@line-height-computed / 2) - 1);
130 margin: (@line-height-computed * 2) 0 @line-height-computed;
131 border-bottom: 1px solid @page-header-border-color;
136 // --------------------------------------------------
138 // Unordered and Ordered lists
142 margin-bottom: (@line-height-computed / 2);
151 // Unstyled keeps list items block level, just removes default browser padding and list-style
157 // Inline turns list items into inline-block
162 display: inline-block;
174 margin-top: 0; // Remove browser default
175 margin-bottom: @line-height-computed;
179 line-height: @line-height-base;
185 margin-left: 0; // Undo browser default
188 // Horizontal description lists
190 // Defaults to being stacked without any of the below styles applied, until the
191 // grid breakpoint is reached (default of ~768px).
193 @media (min-width: @grid-float-breakpoint) {
197 width: (@component-offset-horizontal - 20);
203 margin-left: @component-offset-horizontal;
204 .clearfix(); // Clear the floated `dt` if an empty `dd` is present
212 // Abbreviations and acronyms
214 // Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
215 abbr[data-original-title] {
217 border-bottom: 1px dotted @abbr-border-color;
221 text-transform: uppercase;
226 padding: (@line-height-computed / 2) @line-height-computed;
227 margin: 0 0 @line-height-computed;
228 border-left: 5px solid @blockquote-border-color;
230 font-size: (@font-size-base * 1.25);
240 line-height: @line-height-base;
241 color: @blockquote-small-color;
243 content: '\2014 \00A0'; // EM DASH, NBSP
247 // Float right with text-align: right
251 border-right: 5px solid @blockquote-border-color;
264 content: '\00A0 \2014'; // NBSP, EM DASH
278 margin-bottom: @line-height-computed;
280 line-height: @line-height-base;