Difference between revisions of "Team:LZU-China/tt"
(Created page with "text") |
|||
Line 1: | Line 1: | ||
− | text | + | /*! |
+ | * Materialize v0.95.3 (http://materializecss.com) | ||
+ | * Copyright 2014-2015 Materialize | ||
+ | * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) | ||
+ | */ | ||
+ | .materialize-red.lighten-5 { | ||
+ | background-color: #fdeaeb !important; } | ||
+ | |||
+ | .materialize-red-text.text-lighten-5 { | ||
+ | color: #fdeaeb !important; } | ||
+ | |||
+ | .materialize-red.lighten-4 { | ||
+ | background-color: #f8c1c3 !important; } | ||
+ | |||
+ | .materialize-red-text.text-lighten-4 { | ||
+ | color: #f8c1c3 !important; } | ||
+ | |||
+ | .materialize-red.lighten-3 { | ||
+ | background-color: #f3989b !important; } | ||
+ | |||
+ | .materialize-red-text.text-lighten-3 { | ||
+ | color: #f3989b !important; } | ||
+ | |||
+ | .materialize-red.lighten-2 { | ||
+ | background-color: #ee6e73 !important; } | ||
+ | |||
+ | .materialize-red-text.text-lighten-2 { | ||
+ | color: #ee6e73 !important; } | ||
+ | |||
+ | .materialize-red.lighten-1 { | ||
+ | background-color: #ea454b !important; } | ||
+ | |||
+ | .materialize-red-text.text-lighten-1 { | ||
+ | color: #ea454b !important; } | ||
+ | |||
+ | .materialize-red { | ||
+ | background-color: #e51c23 !important; } | ||
+ | |||
+ | .materialize-red-text { | ||
+ | color: #e51c23 !important; } | ||
+ | |||
+ | .materialize-red.darken-1 { | ||
+ | background-color: #d0181e !important; } | ||
+ | |||
+ | .materialize-red-text.text-darken-1 { | ||
+ | color: #d0181e !important; } | ||
+ | |||
+ | .materialize-red.darken-2 { | ||
+ | background-color: #b9151b !important; } | ||
+ | |||
+ | .materialize-red-text.text-darken-2 { | ||
+ | color: #b9151b !important; } | ||
+ | |||
+ | .materialize-red.darken-3 { | ||
+ | background-color: #a21318 !important; } | ||
+ | |||
+ | .materialize-red-text.text-darken-3 { | ||
+ | color: #a21318 !important; } | ||
+ | |||
+ | .materialize-red.darken-4 { | ||
+ | background-color: #8b1014 !important; } | ||
+ | |||
+ | .materialize-red-text.text-darken-4 { | ||
+ | color: #8b1014 !important; } | ||
+ | |||
+ | .red.lighten-5 { | ||
+ | background-color: #FFEBEE !important; } | ||
+ | |||
+ | .red-text.text-lighten-5 { | ||
+ | color: #FFEBEE !important; } | ||
+ | |||
+ | .red.lighten-4 { | ||
+ | background-color: #FFCDD2 !important; } | ||
+ | |||
+ | .red-text.text-lighten-4 { | ||
+ | color: #FFCDD2 !important; } | ||
+ | |||
+ | .red.lighten-3 { | ||
+ | background-color: #EF9A9A !important; } | ||
+ | |||
+ | .red-text.text-lighten-3 { | ||
+ | color: #EF9A9A !important; } | ||
+ | |||
+ | .red.lighten-2 { | ||
+ | background-color: #E57373 !important; } | ||
+ | |||
+ | .red-text.text-lighten-2 { | ||
+ | color: #E57373 !important; } | ||
+ | |||
+ | .red.lighten-1 { | ||
+ | background-color: #EF5350 !important; } | ||
+ | |||
+ | .red-text.text-lighten-1 { | ||
+ | color: #EF5350 !important; } | ||
+ | |||
+ | .red { | ||
+ | background-color: #F44336 !important; } | ||
+ | |||
+ | .red-text { | ||
+ | color: #F44336 !important; } |
Revision as of 12:16, 12 September 2015
/*!
* Materialize v0.95.3 (http://materializecss.com) * Copyright 2014-2015 Materialize * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) */
.materialize-red.lighten-5 {
background-color: #fdeaeb !important; }
.materialize-red-text.text-lighten-5 {
color: #fdeaeb !important; }
.materialize-red.lighten-4 {
background-color: #f8c1c3 !important; }
.materialize-red-text.text-lighten-4 {
color: #f8c1c3 !important; }
.materialize-red.lighten-3 {
background-color: #f3989b !important; }
.materialize-red-text.text-lighten-3 {
color: #f3989b !important; }
.materialize-red.lighten-2 {
background-color: #ee6e73 !important; }
.materialize-red-text.text-lighten-2 {
color: #ee6e73 !important; }
.materialize-red.lighten-1 {
background-color: #ea454b !important; }
.materialize-red-text.text-lighten-1 {
color: #ea454b !important; }
.materialize-red {
background-color: #e51c23 !important; }
.materialize-red-text {
color: #e51c23 !important; }
.materialize-red.darken-1 {
background-color: #d0181e !important; }
.materialize-red-text.text-darken-1 {
color: #d0181e !important; }
.materialize-red.darken-2 {
background-color: #b9151b !important; }
.materialize-red-text.text-darken-2 {
color: #b9151b !important; }
.materialize-red.darken-3 {
background-color: #a21318 !important; }
.materialize-red-text.text-darken-3 {
color: #a21318 !important; }
.materialize-red.darken-4 {
background-color: #8b1014 !important; }
.materialize-red-text.text-darken-4 {
color: #8b1014 !important; }
.red.lighten-5 {
background-color: #FFEBEE !important; }
.red-text.text-lighten-5 {
color: #FFEBEE !important; }
.red.lighten-4 {
background-color: #FFCDD2 !important; }
.red-text.text-lighten-4 {
color: #FFCDD2 !important; }
.red.lighten-3 {
background-color: #EF9A9A !important; }
.red-text.text-lighten-3 {
color: #EF9A9A !important; }
.red.lighten-2 {
background-color: #E57373 !important; }
.red-text.text-lighten-2 {
color: #E57373 !important; }
.red.lighten-1 {
background-color: #EF5350 !important; }
.red-text.text-lighten-1 {
color: #EF5350 !important; }
.red {
background-color: #F44336 !important; }
.red-text {
color: #F44336 !important; }