6d71a9e3d0010a2c8056961e4062a63908656691
[yaffs-website] / web / core / themes / bartik / css / colors.css
1 /* ---------- Color Module Styles ----------- */
2
3 body {
4   color: #3b3b3b;
5   background: #292929;
6 }
7 #page,
8 #main-wrapper,
9 .region-primary-menu .menu-item a.is-active,
10 .region-primary-menu .menu-item--active-trail a {
11   background: #fff;
12 }
13 .tabs ul.primary li a.is-active {
14   background-color: #fff;
15 }
16 .tabs ul.primary li.is-active a {
17   background-color: #fff;
18   border-bottom-color: #fff;
19 }
20 #header {
21   background-color: #1d84c3;
22   background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%);
23   background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%);
24 }
25 a,
26 .link {
27   color: #0071b3;
28 }
29 a:hover,
30 a:focus,
31 .link:hover,
32 .link:focus {
33   color: #018fe2;
34 }
35 a:active,
36 .link:active {
37   color: #23aeff;
38 }
39 .sidebar .block {
40   background-color: #f6f6f2;
41   border-color: #f9f9f9;
42 }
43 .site-footer {
44   background: #292929;
45 }
46 .region-header,
47 .region-header a,
48 .region-header li a.is-active,
49 .site-branding__text,
50 .site-branding,
51 .site-branding__text a,
52 .site-branding a,
53 .region-secondary-menu .menu-item a,
54 .region-secondary-menu .menu-item a.is-active {
55   color: #fffeff;
56 }
57
58 /* ---------- Color Form ----------- */
59
60 [dir="rtl"] .color-form .color-palette {
61   margin-left: 0;
62   margin-right: 20px;
63 }
64 [dir="rtl"] .color-form .form-item label {
65   float: right;
66 }
67 [dir="rtl"] .color-form .color-palette .lock {
68   right: -20px;
69   left: 0;
70 }