OLD | NEW |
1 body | 1 body |
2 { | 2 { |
3 font-family: Arial, Helvetica, sans-serif; | 3 font-family: Arial, Helvetica, sans-serif; |
4 font-size: 20px; | 4 font-size: 20px; |
5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9); | 5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9); |
6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F
4F3); | 6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F
4F3); |
7 background-size: 5px 5px; | 7 background-size: 5px 5px; |
8 max-width: 800px; | 8 max-width: 800px; |
9 margin: auto; | 9 margin: auto; |
10 line-height: 1.5; | 10 line-height: 1.5; |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 .share-facebook | 107 .share-facebook |
108 { | 108 { |
109 background-image: url(/skin/facebook.png); | 109 background-image: url(/skin/facebook.png); |
110 } | 110 } |
111 | 111 |
112 .share-twitter | 112 .share-twitter |
113 { | 113 { |
114 background-image: url(/skin/twitter.png); | 114 background-image: url(/skin/twitter.png); |
115 } | 115 } |
116 | 116 |
| 117 .share-facebook, .share-twitter |
| 118 { |
| 119 cursor: pointer; |
| 120 } |
| 121 |
117 /* Adjust font size on smaller screens */ | 122 /* Adjust font size on smaller screens */ |
118 @media (max-height: 800px) | 123 @media (max-height: 800px) |
119 { | 124 { |
120 body | 125 body |
121 { | 126 { |
122 font-size: 19px; | 127 font-size: 19px; |
123 } | 128 } |
124 } | 129 } |
125 | 130 |
126 @media (max-height: 750px) | 131 @media (max-height: 750px) |
127 { | 132 { |
128 body | 133 body |
129 { | 134 { |
130 font-size: 17px; | 135 font-size: 17px; |
131 } | 136 } |
132 } | 137 } |
133 | 138 |
134 @media (max-height: 700px) | 139 @media (max-height: 700px) |
135 { | 140 { |
136 body | 141 body |
137 { | 142 { |
138 font-size: 16px; | 143 font-size: 16px; |
139 } | 144 } |
140 } | 145 } |
OLD | NEW |