Created
September 30, 2015 11:38
-
-
Save isholgueras/0d9e0f679f404906ca43 to your computer and use it in GitHub Desktop.
Colores CSS para las líneas del metro de Madrid
This file contains hidden or 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
#plano_real[name="Línea 1"] { | |
line-color: #30a3dc; | |
} | |
#plano_real[name="Línea 2"] { | |
line-color: #cd031f; | |
} | |
#plano_real[name="Línea 3"] { | |
line-color: #ffe114; | |
} | |
#plano_real[name="Línea 4"] { | |
line-color: #944248; | |
} | |
#plano_real[name="Línea 5"] { | |
line-color: #96bf0d; | |
} | |
#plano_real[name="Línea 6"] { | |
line-color: #9fa4a6; | |
} | |
#plano_real[name="Línea 7"] { | |
line-color: #faa64a; | |
} | |
#plano_real[name="Línea 8"] { | |
line-color: #f27ca2; | |
} | |
#plano_real[name="Línea 9"] { | |
line-color: #a3228d; | |
} | |
#plano_real[name="Línea 10"] { | |
line-color: #084594; | |
} | |
#plano_real[name="Línea 11"] { | |
line-color: #008b43; | |
} | |
#plano_real[name="Línea 12"] { | |
line-color: #a49a00; | |
} | |
#plano_real { | |
line-color: #F11810; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment