You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
381 B
17 lines
381 B
![]()
13 years ago
|
/*!
|
||
|
* Minute Style Countdown
|
||
|
* Copyright (c) 2009 Eric Garside (http://eric.garside.name)
|
||
|
* Copyright (c) 2012 Chamilo
|
||
|
* Dual licensed under:
|
||
|
* MIT: http://www.opensource.org/licenses/mit-license.php
|
||
|
* GPLv3: http://www.opensource.org/licenses/gpl-3.0.html
|
||
|
*/
|
||
|
|
||
|
.under_minute {
|
||
|
background-color: #FFD700;
|
||
|
}
|
||
|
|
||
|
.under_thirty_seconds {
|
||
|
background-color: #DB4A45;
|
||
|
}
|