| OLD | NEW |
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 margin: 0; | 9 margin: 0; |
| 10 line-height: 1.5; | 10 line-height: 1.5; |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 padding-right: 0px; | 124 padding-right: 0px; |
| 125 } | 125 } |
| 126 | 126 |
| 127 div.animation[started="false"] | 127 div.animation[started="false"] |
| 128 { | 128 { |
| 129 cursor: pointer; | 129 cursor: pointer; |
| 130 } | 130 } |
| 131 | 131 |
| 132 div.animation[started="true"] | 132 div.animation[started="true"] |
| 133 { | 133 { |
| 134 box-sizing: initial; |
| 134 -moz-user-select: none; | 135 -moz-user-select: none; |
| 135 } | 136 } |
| 136 | 137 |
| 138 .animation img |
| 139 { |
| 140 max-width: none; |
| 141 } |
| 142 |
| 137 .alert | 143 .alert |
| 138 { | 144 { |
| 139 display: block; | 145 display: block; |
| 140 padding: 15px; | 146 padding: 15px; |
| 141 margin: 15px 0; | 147 margin: 15px 0; |
| 142 background-color: #fff; | 148 background-color: #fff; |
| 143 border: 1px solid #a1a1a1; | 149 border: 1px solid #a1a1a1; |
| 144 } | 150 } |
| 145 | 151 |
| 146 [dir="ltr"] .alert | 152 [dir="ltr"] .alert |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 { | 709 { |
| 704 display: none; | 710 display: none; |
| 705 } | 711 } |
| 706 | 712 |
| 707 /* overriding display:none above */ | 713 /* overriding display:none above */ |
| 708 #footer #social-list | 714 #footer #social-list |
| 709 { | 715 { |
| 710 display: block; | 716 display: block; |
| 711 } | 717 } |
| 712 } | 718 } |
| OLD | NEW |