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

w3-theme-color-of-year-2018-harbor-mist.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: 9cd156b9f50162eff32b628b8cad2401b5a081e7 (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 Harbor Mist                    #B4B7BA */

.w3-theme-l5 {color:#000 !important; background-color:#fbfbfb !important}
.w3-theme-l4 {color:#000 !important; background-color:#f0f1f1 !important}
.w3-theme-l3 {color:#000 !important; background-color:#e1e2e4 !important}
.w3-theme-l2 {color:#000 !important; background-color:#d2d4d6 !important}
.w3-theme-l1 {color:#000 !important; background-color:#c4c6c8 !important}
.w3-theme-d1 {color:#fff !important; background-color:#a2a5a9 !important}
.w3-theme-d2 {color:#fff !important; background-color:#8f9397 !important}
.w3-theme-d3 {color:#fff !important; background-color:#7b8186 !important}
.w3-theme-d4 {color:#fff !important; background-color:#6a6e73 !important}
.w3-theme-d5 {color:#fff !important; background-color:#585c5f !important}

.w3-theme-light {color:#000 !important; background-color:#fbfbfb !important}
.w3-theme-dark {color:#fff !important; background-color:#585c5f !important}
.w3-theme-action {color:#fff !important; background-color:#585c5f !important}

.w3-theme {color:#000 !important; background-color:#b4b7ba !important}
.w3-text-theme {color:#b4b7ba !important}
.w3-border-theme {border-color:#b4b7ba !important}

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