Indigo
w3-text-theme
- +
w3-theme-l5 (w3-theme-light)
-
w3-theme-l4
-
w3-theme-l3
-
w3-theme-l2
-
w3-theme-l1
-
w3-theme
-
w3-theme-d1
-
w3-theme-d2
-
w3-theme-d3
-
w3-theme-d4
-
w3-theme-d5 (w3-theme-dark)
Private Themes
Below you can create your own private themes.
Input a color in the yellow box below or select a color from colors of the year.
Adding Gradients
One reader sent us this suggestion: You might want to consider adding a gradient for each theme.
used the l2 and l1 colors from the blue theme to create this gradient:
Example
.w3-theme-gradient {
color: #000 !important;
background:-webkit-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)}
.w3-theme-gradient {
color: #000 !important;
background:-moz-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)}
.w3-theme-gradient {
color: #000 !important;
background:-o-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)}
.w3-theme-gradient {
color: #000 !important;
background:-ms-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)}
.w3-theme-gradient {
color: #000 !important;
background: linear-gradient(top,#64B5F6 25%,#42A5F5 75%)}
No comments:
Post a Comment