Created
January 20, 2015 03:53
-
-
Save cbeams/3fa8916563e231be122e to your computer and use it in GitHub Desktop.
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
37,39c37,39 | |
< -moz-animation: blink 1s infinite steps(1, start); | |
< -ms-animation: blink 1s infinite steps(1, start); | |
< animation: blink 1s infinite steps(1, start); | |
--- | |
> -moz-animation: blink 1s infinite steps(1, start); | |
> -ms-animation: blink 1s infinite steps(1, start); | |
> animation: blink 1s infinite steps(1, start); | |
42c42 | |
< 0%, 100% { | |
--- | |
> 0%, 100% { | |
45,46c45,46 | |
< } | |
< 50% { | |
--- | |
> } | |
> 50% { | |
49c49 | |
< } | |
--- | |
> } | |
52c52 | |
< 0%, 100% { | |
--- | |
> 0%, 100% { | |
55,56c55,56 | |
< } | |
< 50% { | |
--- | |
> } | |
> 50% { | |
59c59 | |
< } | |
--- | |
> } | |
62c62 | |
< 0%, 100% { | |
--- | |
> 0%, 100% { | |
65,66c65,66 | |
< } | |
< 50% { | |
--- | |
> } | |
> 50% { | |
69c69 | |
< } | |
--- | |
> } | |
72c72 | |
< 0%, 100% { | |
--- | |
> 0%, 100% { | |
75,76c75,76 | |
< } | |
< 50% { | |
--- | |
> } | |
> 50% { | |
79c79 | |
< } | |
--- | |
> } | |
81,87d80 | |
< | |
< | |
< | |
< .admin-console-wrap{ | |
< border:1px solid #d2d2d2; | |
< } | |
< | |
90c83 | |
< line-height: 20px; | |
--- | |
> line-height: 14px; | |
94d86 | |
< font-family: Monospaced, monospace; | |
98,103c90,94 | |
< font-family: Courier New, monospace; | |
< color: #155da6 !important; | |
< background-color: #FEFEFE; | |
< font-size: 16px; | |
< line-height: 20px; | |
< | |
--- | |
> font-family: FreeMono, monospace; | |
> color: #aaa; | |
> background-color: #000; | |
> font-size: 12px; | |
> line-height: 14px; | |
117,118c108,109 | |
< background-color: #7387ca; | |
< color: #FEFEFE; | |
--- | |
> background-color: #aaa; | |
> color: #000; | |
135c126 | |
< color: #e14e38 !important; | |
--- | |
> color: red; | |
143c134,135 | |
< }.clear { | |
--- | |
> } | |
> .clear { | |
150,151c142,143 | |
< color: #e14e38 !important; | |
< } | |
\ No newline at end of file | |
--- | |
> color: red; | |
> } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment