Welcome to mirror list, hosted at ThFree Co, Russian Federation.

w3-theme-color-of-year-2018-russet-orange.css « color_of_the_year « 4 « w3css « vendor « static - github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d51936b76ad423fb7156446e83a6eee9ec99d7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* https://www.w3schools.com/w3css/w3css_color_generator.asp */
/* 2018 Russet Orange                  #E47A2E */

.w3-theme-l5 {color:#000 !important; background-color:#fdf7f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fae5d5 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f4caac !important}
.w3-theme-l2 {color:#000 !important; background-color:#efb082 !important}
.w3-theme-l1 {color:#000 !important; background-color:#e99559 !important}
.w3-theme-d1 {color:#fff !important; background-color:#db6c1d !important}
.w3-theme-d2 {color:#fff !important; background-color:#c36019 !important}
.w3-theme-d3 {color:#fff !important; background-color:#ab5416 !important}
.w3-theme-d4 {color:#fff !important; background-color:#924813 !important}
.w3-theme-d5 {color:#fff !important; background-color:#7a3c10 !important}

.w3-theme-light {color:#000 !important; background-color:#fdf7f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#7a3c10 !important}
.w3-theme-action {color:#fff !important; background-color:#7a3c10 !important}

.w3-theme {color:#fff !important; background-color:#e47a2e !important}
.w3-text-theme {color:#e47a2e !important}
.w3-border-theme {border-color:#e47a2e !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#e47a2e !important}
.w3-hover-text-theme:hover {color:#e47a2e !important}
.w3-hover-border-theme:hover {border-color:#e47a2e !important}