Created
March 2, 2012 14:31
-
-
Save court-jus/1958729 to your computer and use it in GitHub Desktop.
Couleurs statuts colis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Couleurs statuts colis | |
*/ | |
div | |
{ | |
border: 1px solid gray; | |
} | |
.a { | |
background-color: inherit; | |
} | |
.b { | |
background-color: #d3e3ff; | |
} | |
div.c { | |
background-color: #ffe9cc; | |
} | |
div.d { | |
background-color: #f4fad3; | |
} | |
div.e { | |
background-color: #F4A460; | |
} | |
div.f { | |
background-color: #4f4; | |
} | |
div.g { | |
background-color: #faa; | |
} | |
div.h | |
{ | |
background-color: #cfc; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<div class="a">Inconnu</div> | |
<div class="b">En prépa</div> | |
<div class="c">Prêt</div> | |
<div class="d">Parti</div> | |
<div class="e">Arrivé</div> | |
<div class="f">Déballé</div> | |
<div class="g">Annulé</div> | |
<div class="h">Terminé</div> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment