• Home
  • Raw
  • Download

Lines Matching +full:text +full:- +full:table

4 // npm install -g sass
7 // sass --style=compressed extra.scss extra.css
12 // Default text color for page contents
13 $default-text-color: hsl(0,0%,30%);
15 // Page header, footer, table rows, inline codes and definition lists
16 $header-footer-background-color: hsl(0,0%,95%);
19 $header-footer-link-color: hsl(0,0%,40%);
22 $navbar-link-color: $header-footer-background-color;
25 $content-background-color: hsl(0,0%,100%);
27 // Bold, italic, h1, h2, ... and table of contents
28 $heading-color: hsl(0,0%,10%);
31 $def-separator-color: $header-footer-background-color;
34 $base-hue: 24;
37 $default-link-color: hsl($base-hue,100%,50%);
40 $tab-text-color: hsl(0,0%,100%);
41 $tab-background-color1: $default-link-color;
42 $tab-background-color2: lighten(adjust-hue($tab-background-color1, 10), 10%);
44 // Table borders
45 $default-border-color: $default-link-color;
47 // Table header
48 $table-text-color: $tab-text-color;
49 $table-background-color1: $tab-background-color1;
50 $table-background-color2: $tab-background-color2;
52 // Table of contents, data structure index and prototypes
53 $toc-background-color1: hsl(0,0%,90%);
54 $toc-background-color2: lighten($toc-background-color1, 5%);
57 $prototype-param-color: darken($default-link-color, 25%);
60 $box-note-color: hsl(103,80%,85%);
63 $box-warning-color: hsl(34,80%,85%);
66 $box-bug-color: hsl(333,80%,85%);
69 $box-todo-color: hsl(200,80%,85%);
72 @mixin message-box($base-color){
73 background:linear-gradient(to bottom,lighten($base-color, 5%) 0%,$base-color 100%);
74 box-shadow:inset 0 0 32px darken($base-color, 5%);
75 color:darken($base-color, 67%);
76 border:2px solid desaturate(darken($base-color, 10%), 20%);
79 .sm-dox,.sm-dox a,.sm-dox a:focus,.sm-dox a:active,.sm-dox a:hover,.sm-dox a.highlighted,.sm-dox ul…
81 text-shadow:none;
84 .sm-dox a span.sub-arrow {
85 border-color:$navbar-link-color transparent transparent transparent;
88 .sm-dox a span.sub-arrow:active,.sm-dox a span.sub-arrow:focus,.sm-dox a span.sub-arrow:hover,.sm-d…
89 border-color:$default-link-color transparent transparent transparent;
92 .sm-dox ul a span.sub-arrow:active,.sm-dox ul a span.sub-arrow:focus,.sm-dox ul a span.sub-arrow:ho…
93 border-color:transparent transparent transparent $default-link-color;
96 .sm-dox ul a:hover {
97 background:$header-footer-link-color;
98 text-shadow:none;
101 .sm-dox ul.sm-nowrap a {
102 color:$default-text-color;
103 text-shadow:none;
106 #main-nav,#main-menu,#main-menu a,#main-menu a:visited,#main-menu a:hover,#main-menu li,.memdoc,dl.…
110 …learea,.footer,.contents,div.header,.memdoc,table.doxtable td,table.doxtable th,table.markdownTabl…
114 #main-menu a,#main-menu a:visited,#main-menu a:hover,#main-menu li,.reflist dt a.el,.levels span,.d…
115 text-shadow:none;
119 box-shadow:none;
122 …attention code,.deprecated code,.bug code,.todo code,.test code,table.doxtable code,table.markdown…
126 #nav-path,.directory .levels,span.lineno {
130 …earea,.footer,tr.even,.directory tr.even,.doxtable tr:nth-child(even),tr.markdownTableBody:nth-chi…
131 background:$header-footer-background-color;
135 color:$default-text-color;
139 font-size: 170%;
144 color:$heading-color;
145 border-bottom:none;
149 padding-top:0.5em;
150 font-size:150%;
154 padding-top:0.5em;
155 margin-bottom:0;
156 font-size:130%;
160 padding-top:0.5em;
161 margin-bottom:0;
162 font-size:110%;
166 font-size:16px;
167 min-height:64px;
168 max-width:920px;
173 flex-direction: row;
174 flex-wrap: wrap;
175 justify-content: flex-start;
176 align-items: center;
177 align-content: stretch;
181 line-height:64px;
182 padding-right:48px;
183 color:$header-footer-link-color;
184 font-size:2.5em;
185 background:url("https://www.glfw.org/css/arrow.png") no-repeat right;
189 list-style-type:none;
199 line-height:64px;
200 margin-left:2em;
202 color:$header-footer-link-color;
206 padding-left: 0;
214 color:$header-footer-link-color;
218 text-align:center;
220 margin-top:3em;
224 background:$header-footer-link-color;
227 #main-nav {
228 max-width:960px;
230 font-size:13px;
233 #main-menu {
234 max-width:920px;
236 font-size:13px;
244 font-weight:bold;
245 text-shadow:none;
248 #main-menu {
249 min-height:36px;
251 flex-direction: row;
252 flex-wrap: wrap;
253 justify-content: flex-start;
254 align-items: center;
255 align-content: stretch;
258 #main-menu a:focus {
259 outline-style: none;
262 #main-menu a,#main-menu a:visited,#main-menu a:hover,#main-menu li {
263 color:$navbar-link-color;
266 #main-menu li ul.sm-nowrap li a {
267 color:$default-text-color;
270 #main-menu li ul.sm-nowrap li a:hover {
271 color:$default-link-color;
274 #main-menu > li:last-child {
279 min-height:590px;
283 max-width:920px;
286 background:$content-background-color none;
289 table.doxtable th,table.markdownTable th,dl.reflist dt {
290 background:linear-gradient(to bottom,$table-background-color2 0%,$table-background-color1 100%);
291 box-shadow:inset 0 0 32px $table-background-color1;
292 text-shadow:0 -1px 1px darken($table-background-color1, 15%);
293 text-align:left;
294 color:$table-text-color;
298 color:$default-link-color;
300 border-radius:4px;
301 background-color:lighten($default-link-color, 40%);
309 @media screen and (max-width:600px) {
318 font-size:1.17em;
322 padding-left:1.5em;
326 font-size:1em;
327 padding-left:0;
328 list-style-type:disc;
333 margin-left:0.5em;
338 background:linear-gradient(to bottom,$toc-background-color2 0%,$toc-background-color1 100%);
339 box-shadow:inset 0 0 32px $toc-background-color1;
340 text-shadow:0 1px 1px lighten($toc-background-color2, 10%);
341 color:$heading-color;
342 border:2px solid $toc-background-color1;
343 border-radius:4px;
347 color:$prototype-param-color;
351 border:2px solid $default-border-color;
352 border-top-left-radius:4px;
353 border-top-right-radius:4px;
354 border-bottom:none;
358 border:2px solid $default-border-color;
359 border-bottom-right-radius:4px;
360 border-bottom-left-radius:4px;
361 border-top:none;
364 table.doxtable,table.markdownTable {
365 border-collapse:inherit;
366 border-spacing:0;
367 border:2px solid $default-border-color;
368 border-radius:4px;
371 a,a:hover,a:visited,a:visited:hover,.contents a:visited,.el,a.el:visited,#glfwhome:hover,#main-menu…
372 color:$default-link-color;
373 text-decoration:none;
377 border-collapse:inherit;
378 border-spacing:0;
379 border:2px solid $default-border-color;
380 border-radius:4px;
385 …background:linear-gradient(to right,$def-separator-color 0%,darken($def-separator-color, 10%) 50%,…
389 @include message-box($box-note-color);
393 @include message-box($box-warning-color);
397 @include message-box($box-bug-color);
401 @include message-box($box-todo-color);
405 border-radius:4px;
407 text-shadow:0 1px 1px hsl(0,0%,100%);
416 line-height:inherit;
421 border-radius:4px;
425 border-left:4px solid hsl(0,0%,80%);
430 color:$default-text-color;
442 color:darken($default-text-color, 5%);
443 font-weight:bold;
452 border-radius:4px;