Lines Matching refs:background
16 @header-footer-background-color: hsl(0,0%,95%);
18 // Page header, footer links and navigation bar background
22 @navbar-link-color: @header-footer-background-color;
24 // Page content background color
25 @content-background-color: hsl(0,0%,100%);
31 @def-separator-color: @header-footer-background-color;
41 @tab-background-color1: @default-link-color;
42 @tab-background-color2: lighten(spin(@tab-background-color1, 10), 10%);
49 @table-background-color1: @tab-background-color1;
50 @table-background-color2: @tab-background-color2;
53 @toc-background-color1: hsl(0,0%,90%);
54 @toc-background-color2: lighten(@toc-background-color1, 5%);
73 background:linear-gradient(to bottom,lighten(@base-color, 5%) 0%,@base-color 100%);
81 background:none;
105 background:@header-footer-background-color;
148 background:url("http://www.glfw.org/css/arrow.png") no-repeat right;
183 background:@header-footer-link-color;
204 background:linear-gradient(to bottom,@tab-background-color2 0%,@tab-background-color1 100%);
205 box-shadow:inset 0 0 32px @tab-background-color1;
206 text-shadow:0 -1px 1px darken(@tab-background-color1, 15%);
218 background:@content-background-color none;
222 background:linear-gradient(to bottom,@table-background-color2 0%,@table-background-color1 100%);
223 box-shadow:inset 0 0 32px @table-background-color1;
224 text-shadow:0 -1px 1px darken(@table-background-color1, 15%);
232 background-color:lighten(@default-link-color, 40%);
255 background:linear-gradient(to bottom,@toc-background-color2 0%,@toc-background-color1 100%);
256 box-shadow:inset 0 0 32px @toc-background-color1;
257 text-shadow:0 1px 1px lighten(@toc-background-color2, 10%);
259 border:2px solid @toc-background-color1;
302 …background:linear-gradient(to right,@def-separator-color 0%,darken(@def-separator-color, 10%) 50%,…
337 background:hsl(0,0%,95%);