| @@ -1,259 +1,295 @@ | ||
| 1 | - | |
| 2 | -/* | |
| 3 | - * Font awsome icons style | |
| 4 | - */ | |
| 5 | - | |
| 6 | -.ays_fa { | |
| 7 | - display: inline-block; | |
| 8 | - font: normal normal normal 14px/1 FontAwesome; | |
| 9 | - font-size: inherit; | |
| 10 | - text-rendering: auto; | |
| 11 | - -webkit-font-smoothing: antialiased; | |
| 12 | - -moz-osx-font-smoothing: grayscale | |
| 13 | -} | |
| 14 | -.ays_fa_arrows::before { | |
| 15 | - content: "\f047"; | |
| 16 | -} | |
| 17 | -.ays_fa_minus_square::before { | |
| 18 | - content: "\f146"; | |
| 19 | -} | |
| 20 | -.ays_fa_question::before { | |
| 21 | - content: "\f128"; | |
| 22 | -} | |
| 23 | -.ays_fa_th_list::before { | |
| 24 | - content: "\f00b"; | |
| 25 | -} | |
| 26 | -.ays_fa_square::before { | |
| 27 | - content: "\f0c8"; | |
| 28 | -} | |
| 29 | -.ays_fa_square_o::before { | |
| 30 | - content: "\f096"; | |
| 31 | -} | |
| 32 | -.ays_fa_check::before { | |
| 33 | - content: "\f00c"; | |
| 34 | -} | |
| 35 | -.ays_fa_check_square::before { | |
| 36 | - content: "\f14a"; | |
| 37 | -} | |
| 38 | -.ays_fa_check_square_o::before { | |
| 39 | - content: "\f046"; | |
| 40 | -} | |
| 41 | -.ays_fa_address_book_o::before { | |
| 42 | - content: "\f2ba"; | |
| 43 | -} | |
| 44 | -.ays_fa_fighter_jet::before { | |
| 45 | - content: "\f0fb"; | |
| 46 | -} | |
| 47 | -.ays_fa_handshake_o::before { | |
| 48 | - content: "\f2b5"; | |
| 49 | -} | |
| 50 | -.ays_fa_heart_o::before { | |
| 51 | - content: "\f08a"; | |
| 52 | -} | |
| 53 | -.ays_fa_plus_square::before { | |
| 54 | - content: "\f0fe"; | |
| 55 | -} | |
| 56 | -.ays_fa_times::before { | |
| 57 | - content: "\f00d"; | |
| 58 | -} | |
| 59 | -.ays_fa_trash::before { | |
| 60 | - content: "\f1f8"; | |
| 61 | -} | |
| 62 | -.ays_fa_trash_o::before { | |
| 63 | - content: "\f014"; | |
| 64 | -} | |
| 65 | -.ays_fa_info::before { | |
| 66 | - content: "\f129"; | |
| 67 | -} | |
| 68 | -.ays_fa_info_circle::before { | |
| 69 | - content: "\f05a"; | |
| 70 | -} | |
| 71 | -.ays_fa_thumbs_up::before { | |
| 72 | - content: "\f164"; | |
| 73 | -} | |
| 74 | -.ays_fa_diamond:before { | |
| 75 | - content: "\f219" | |
| 76 | -} | |
| 77 | -.ays_fa_angle_left:before { | |
| 78 | - content: "\f104"; | |
| 79 | - font-weight: 900; | |
| 80 | -} | |
| 81 | -.ays_fa_angle_right:before { | |
| 82 | - content: "\f105"; | |
| 83 | - font-weight: 900; | |
| 84 | -} | |
| 85 | -.ays_fa_angle_up:before { | |
| 86 | - content: "\f106"; | |
| 87 | - font-weight: 900; | |
| 88 | -} | |
| 89 | -.ays_fa_angle_down:before { | |
| 90 | - content: "\f107"; | |
| 91 | - font-weight: 900; | |
| 92 | -} | |
| 93 | -.ays_fa_money:before { | |
| 94 | - content: "\f0d6"; | |
| 95 | - font-weight: 900; | |
| 96 | -} | |
| 97 | -.ays_fa_cogs:before { | |
| 98 | - content: "\f085"; | |
| 99 | - font-weight: 900; | |
| 100 | -} | |
| 101 | -.ays_fa_puzzle_piece:before { | |
| 102 | - content: "\f12e"; | |
| 103 | - font-weight: 900; | |
| 104 | -} | |
| 105 | -.ays_fa_bar_chart:before { | |
| 106 | - content: "\f080"; | |
| 107 | - font-weight: 900; | |
| 108 | -} | |
| 109 | -.ays_fa_list_ul:before { | |
| 110 | - content: "\f0ca"; | |
| 111 | - font-weight: 900; | |
| 112 | -} | |
| 113 | -.ays_fa_pencil_square:before { | |
| 114 | - content: "\f14b"; | |
| 115 | - font-weight: 400; | |
| 116 | -} | |
| 117 | -.ays_fa_pencil_square_o:before { | |
| 118 | - content: "\f044"; | |
| 119 | - font-weight: 400; | |
| 120 | -} | |
| 121 | -.ays_fa_linkedin_square:before { | |
| 122 | - content: "\f08c"; | |
| 123 | - font-weight: 400; | |
| 124 | -} | |
| 125 | -.ays_fa_facebook_square:before { | |
| 126 | - content: "\f082"; | |
| 127 | - font-weight: 400; | |
| 128 | -} | |
| 129 | -.ays_fa_twitter_square:before { | |
| 130 | - content: "\f081"; | |
| 131 | - font-weight: 400; | |
| 132 | -} | |
| 133 | -.ays_fa_vk:before { | |
| 134 | - content: "\f189"; | |
| 135 | - font-weight: 400; | |
| 136 | -} | |
| 137 | -.ays_fa_bars:before { | |
| 138 | - content: "\f0c9"; | |
| 139 | - font-weight: 400; | |
| 140 | -} | |
| 141 | -.ays_fa_ellipsis_h:before { | |
| 142 | - content: "\f141"; | |
| 143 | - font-weight: 400; | |
| 144 | -} | |
| 145 | -.ays_fa_ellipsis_v:before { | |
| 146 | - content: "\f142"; | |
| 147 | - font-weight: 400; | |
| 148 | -} | |
| 149 | -.ays_fa_globe:before { | |
| 150 | - content: "\f0ac"; | |
| 151 | - font-weight: 400; | |
| 152 | -} | |
| 153 | -.ays_fa_unlock_alt:before { | |
| 154 | - content: "\f13e"; | |
| 155 | - font-weight: 400; | |
| 156 | -} | |
| 157 | -.ays_fa_question_circle:before { | |
| 158 | - content: "\f059"; | |
| 159 | - font-weight: 400; | |
| 160 | -} | |
| 161 | -.ays_fa_calendar:before { | |
| 162 | - content: "\f073"; | |
| 163 | - font-weight: 400; | |
| 164 | -} | |
| 165 | -.ays_fa_external_link:before { | |
| 166 | - content: "\f08e"; | |
| 167 | - font-weight: 400; | |
| 168 | -} | |
| 169 | -.ays_fa_external_link_square:before { | |
| 170 | - content: "\f14c"; | |
| 171 | - font-weight: 400; | |
| 172 | -} | |
| 173 | -.ays_fa_music::before { | |
| 174 | - content: "\f001"; | |
| 175 | - font-weight: 400; | |
| 176 | -} | |
| 177 | -.ays_fa_ellipsis_v::before { | |
| 178 | - content: "\f142"; | |
| 179 | - font-weight: 400; | |
| 180 | -} | |
| 181 | -.ays_fa_ellipsis_h::before { | |
| 182 | - content: "\f141"; | |
| 183 | - font-weight: 400; | |
| 184 | -} | |
| 185 | -.ays_fa_circle_thin::before { | |
| 186 | - content: "\f1db"; | |
| 187 | - font-weight: 400; | |
| 188 | -} | |
| 189 | -.ays_fa_circle_o::before { | |
| 190 | - content: "\f10c"; | |
| 191 | - font-weight: 400; | |
| 192 | -} | |
| 193 | -.ays_fa_picture_o::before { | |
| 194 | - content: "\f03e"; | |
| 195 | - font-weight: 400; | |
| 196 | -} | |
| 197 | -.ays_fa_square_o::before { | |
| 198 | - content: "\f096"; | |
| 199 | - font-weight: 400; | |
| 200 | -} | |
| 201 | -.ays_fa_star::before { | |
| 202 | - content: "\f005"; | |
| 203 | - font-weight: 400; | |
| 204 | -} | |
| 205 | -.ays_fa_star_o::before { | |
| 206 | - content: "\f006"; | |
| 207 | - font-weight: 400; | |
| 208 | -} | |
| 209 | - | |
| 210 | -.ays_fa_code::before{ | |
| 211 | - content: "\f121"; | |
| 212 | - font-weight: 400; | |
| 213 | -} | |
| 214 | -.ays_fa_spinner::before{ | |
| 215 | - content: "\f110"; | |
| 216 | - font-weight: 400; | |
| 217 | -} | |
| 218 | -.ays_fa_youtube_play::before{ | |
| 219 | - content: "\f16a"; | |
| 220 | - font-weight: 400; | |
| 221 | -} | |
| 222 | -.ays_fa_wordpress::before{ | |
| 223 | - content: "\f19a"; | |
| 224 | - font-weight: 400; | |
| 225 | -} | |
| 226 | - | |
| 227 | - | |
| 228 | -.ays_fa_arrow_left::before { | |
| 229 | - content: "\f060"; | |
| 230 | - font-weight: 900; | |
| 231 | -} | |
| 232 | -.ays_fa_arrow_right::before { | |
| 233 | - content: "\f061"; | |
| 234 | - font-weight: 900; | |
| 235 | -} | |
| 236 | -.ays_fa_long_arrow_left::before { | |
| 237 | - content: "\f177"; | |
| 238 | - font-weight: 400; | |
| 239 | -} | |
| 240 | -.ays_fa_long_arrow_right::before { | |
| 241 | - content: "\f178"; | |
| 242 | - font-weight: 400; | |
| 243 | -} | |
| 244 | -.ays_fa_arrow_circle_o_left::before { | |
| 245 | - content: "\f190"; | |
| 246 | - font-weight: 400; | |
| 247 | -} | |
| 248 | -.ays_fa_arrow_circle_o_right::before { | |
| 249 | - content: "\f18e"; | |
| 250 | - font-weight: 400; | |
| 251 | -} | |
| 252 | -.ays_fa_arrow_circle_left::before { | |
| 253 | - content: "\f0a8"; | |
| 254 | - font-weight: 400; | |
| 255 | -} | |
| 256 | -.ays_fa_arrow_circle_right::before { | |
| 257 | - content: "\f0a9"; | |
| 258 | - font-weight: 400; | |
| 259 | -} | |
| 1 | + | |
| 2 | +/* | |
| 3 | + * Font awsome icons style | |
| 4 | + */ | |
| 5 | + | |
| 6 | + .ays_fa { | |
| 7 | + display: inline-block; | |
| 8 | + font: normal normal normal 14px/1 FontAwesome; | |
| 9 | + font-size: inherit; | |
| 10 | + text-rendering: auto; | |
| 11 | + -webkit-font-smoothing: antialiased; | |
| 12 | + -moz-osx-font-smoothing: grayscale | |
| 13 | +} | |
| 14 | +.ays_fa_arrows::before { | |
| 15 | + content: "\f047"; | |
| 16 | +} | |
| 17 | +.ays_fa_minus_square::before { | |
| 18 | + content: "\f146"; | |
| 19 | +} | |
| 20 | +.ays_fa_question::before { | |
| 21 | + content: "\f128"; | |
| 22 | +} | |
| 23 | +.ays_fa_th_list::before { | |
| 24 | + content: "\f00b"; | |
| 25 | +} | |
| 26 | +.ays_fa_square::before { | |
| 27 | + content: "\f0c8"; | |
| 28 | +} | |
| 29 | +.ays_fa_square_o::before { | |
| 30 | + content: "\f096"; | |
| 31 | +} | |
| 32 | +.ays_fa_check::before { | |
| 33 | + content: "\f00c"; | |
| 34 | +} | |
| 35 | +.ays_fa_check_square::before { | |
| 36 | + content: "\f14a"; | |
| 37 | +} | |
| 38 | +.ays_fa_check_square_o::before { | |
| 39 | + content: "\f046"; | |
| 40 | +} | |
| 41 | +.ays_fa_address_book_o::before { | |
| 42 | + content: "\f2ba"; | |
| 43 | +} | |
| 44 | +.ays_fa_fighter_jet::before { | |
| 45 | + content: "\f0fb"; | |
| 46 | +} | |
| 47 | +.ays_fa_handshake_o::before { | |
| 48 | + content: "\f2b5"; | |
| 49 | +} | |
| 50 | +.ays_fa_heart_o::before { | |
| 51 | + content: "\f08a"; | |
| 52 | +} | |
| 53 | +.ays_fa_plus_square::before { | |
| 54 | + content: "\f0fe"; | |
| 55 | +} | |
| 56 | +.ays_fa_times::before { | |
| 57 | + content: "\f00d"; | |
| 58 | +} | |
| 59 | +.ays_fa_trash::before { | |
| 60 | + content: "\f1f8"; | |
| 61 | +} | |
| 62 | +.ays_fa_trash_o::before { | |
| 63 | + content: "\f014"; | |
| 64 | +} | |
| 65 | +.ays_fa_info::before { | |
| 66 | + content: "\f129"; | |
| 67 | +} | |
| 68 | +.ays_fa_info_circle::before { | |
| 69 | + content: "\f05a"; | |
| 70 | +} | |
| 71 | +.ays_fa_thumbs_up::before { | |
| 72 | + content: "\f164"; | |
| 73 | +} | |
| 74 | +.ays_fa_diamond:before { | |
| 75 | + content: "\f219" | |
| 76 | +} | |
| 77 | +.ays_fa_angle_left:before { | |
| 78 | + content: "\f104"; | |
| 79 | + font-weight: 900; | |
| 80 | +} | |
| 81 | +.ays_fa_angle_right:before { | |
| 82 | + content: "\f105"; | |
| 83 | + font-weight: 900; | |
| 84 | +} | |
| 85 | +.ays_fa_angle_up:before { | |
| 86 | + content: "\f106"; | |
| 87 | + font-weight: 900; | |
| 88 | +} | |
| 89 | +.ays_fa_arrow_down:before { | |
| 90 | + content: "\f107"; | |
| 91 | + font-weight: 900; | |
| 92 | +} | |
| 93 | +.ays_fa_money:before { | |
| 94 | + content: "\f0d6"; | |
| 95 | + font-weight: 900; | |
| 96 | +} | |
| 97 | +.ays_fa_cogs:before { | |
| 98 | + content: "\f085"; | |
| 99 | + font-weight: 900; | |
| 100 | +} | |
| 101 | +.ays_fa_puzzle_piece:before { | |
| 102 | + content: "\f12e"; | |
| 103 | + font-weight: 900; | |
| 104 | +} | |
| 105 | +.ays_fa_bar_chart:before { | |
| 106 | + content: "\f080"; | |
| 107 | + font-weight: 900; | |
| 108 | +} | |
| 109 | +.ays_fa_list_ul:before { | |
| 110 | + content: "\f0ca"; | |
| 111 | + font-weight: 900; | |
| 112 | +} | |
| 113 | +.ays_fa_pencil_square:before { | |
| 114 | + content: "\f14b"; | |
| 115 | + font-weight: 400; | |
| 116 | +} | |
| 117 | +.ays_fa_pencil_square_o:before { | |
| 118 | + content: "\f044"; | |
| 119 | + font-weight: 400; | |
| 120 | +} | |
| 121 | +.ays_fa_linkedin_square:before { | |
| 122 | + content: "\f08c"; | |
| 123 | + font-weight: 400; | |
| 124 | +} | |
| 125 | +.ays_fa_facebook_square:before { | |
| 126 | + content: "\f082"; | |
| 127 | + font-weight: 400; | |
| 128 | +} | |
| 129 | +.ays_fa_twitter_square:before { | |
| 130 | + content: "\f081"; | |
| 131 | + font-weight: 400; | |
| 132 | +} | |
| 133 | +.ays_fa_vk:before { | |
| 134 | + content: "\f189"; | |
| 135 | + font-weight: 400; | |
| 136 | +} | |
| 137 | +.ays_fa_bars:before { | |
| 138 | + content: "\f0c9"; | |
| 139 | + font-weight: 400; | |
| 140 | +} | |
| 141 | +.ays_fa_ellipsis_h:before { | |
| 142 | + content: "\f141"; | |
| 143 | + font-weight: 400; | |
| 144 | +} | |
| 145 | +.ays_fa_ellipsis_v:before { | |
| 146 | + content: "\f142"; | |
| 147 | + font-weight: 400; | |
| 148 | +} | |
| 149 | +.ays_fa_globe:before { | |
| 150 | + content: "\f0ac"; | |
| 151 | + font-weight: 400; | |
| 152 | +} | |
| 153 | +.ays_fa_unlock_alt:before { | |
| 154 | + content: "\f13e"; | |
| 155 | + font-weight: 400; | |
| 156 | +} | |
| 157 | +.ays_fa_question_circle:before { | |
| 158 | + content: "\f059"; | |
| 159 | + font-weight: 400; | |
| 160 | +} | |
| 161 | +.ays_fa_calendar:before { | |
| 162 | + content: "\f073"; | |
| 163 | + font-weight: 400; | |
| 164 | +} | |
| 165 | +.ays_fa_external_link:before { | |
| 166 | + content: "\f08e"; | |
| 167 | + font-weight: 400; | |
| 168 | +} | |
| 169 | +.ays_fa_external_link_square:before { | |
| 170 | + content: "\f14c"; | |
| 171 | + font-weight: 400; | |
| 172 | +} | |
| 173 | +.ays_fa_music::before { | |
| 174 | + content: "\f001"; | |
| 175 | + font-weight: 400; | |
| 176 | +} | |
| 177 | +.ays_fa_ellipsis_v::before { | |
| 178 | + content: "\f142"; | |
| 179 | + font-weight: 400; | |
| 180 | +} | |
| 181 | +.ays_fa_ellipsis_h::before { | |
| 182 | + content: "\f141"; | |
| 183 | + font-weight: 400; | |
| 184 | +} | |
| 185 | +.ays_fa_circle_thin::before { | |
| 186 | + content: "\f1db"; | |
| 187 | + font-weight: 400; | |
| 188 | +} | |
| 189 | +.ays_fa_circle_o::before { | |
| 190 | + content: "\f10c"; | |
| 191 | + font-weight: 400; | |
| 192 | +} | |
| 193 | +.ays_fa_picture_o::before { | |
| 194 | + content: "\f03e"; | |
| 195 | + font-weight: 400; | |
| 196 | +} | |
| 197 | +.ays_fa_square_o::before { | |
| 198 | + content: "\f096"; | |
| 199 | + font-weight: 400; | |
| 200 | +} | |
| 201 | +.ays_fa_star::before { | |
| 202 | + content: "\f005"; | |
| 203 | + font-weight: 400; | |
| 204 | +} | |
| 205 | +.ays_fa_star_o::before { | |
| 206 | + content: "\f006"; | |
| 207 | + font-weight: 400; | |
| 208 | +} | |
| 209 | + | |
| 210 | +.ays_fa_code::before{ | |
| 211 | + content: "\f121"; | |
| 212 | + font-weight: 400; | |
| 213 | +} | |
| 214 | +.ays_fa_spinner::before{ | |
| 215 | + content: "\f110"; | |
| 216 | + font-weight: 400; | |
| 217 | +} | |
| 218 | +.ays_fa_youtube_play::before{ | |
| 219 | + content: "\f16a"; | |
| 220 | + font-weight: 400; | |
| 221 | +} | |
| 222 | +.ays_fa_wordpress::before{ | |
| 223 | + content: "\f19a"; | |
| 224 | + font-weight: 400; | |
| 225 | +} | |
| 226 | +.ays_fa_users::before { | |
| 227 | + content: "\f0c0"; | |
| 228 | + font-weight: 400; | |
| 229 | +} | |
| 230 | + | |
| 231 | +.ays_fa_angle_down:before { | |
| 232 | + content: "\f078"; | |
| 233 | + font-weight: 900; | |
| 234 | +} | |
| 235 | +.ays_fa_arrow_left::before { | |
| 236 | + content: "\f060"; | |
| 237 | + font-weight: 900; | |
| 238 | +} | |
| 239 | +.ays_fa_arrow_right::before { | |
| 240 | + content: "\f061"; | |
| 241 | + font-weight: 900; | |
| 242 | +} | |
| 243 | +.ays_fa_long_arrow_left::before { | |
| 244 | + content: "\f177"; | |
| 245 | + font-weight: 400; | |
| 246 | +} | |
| 247 | +.ays_fa_long_arrow_right::before { | |
| 248 | + content: "\f178"; | |
| 249 | + font-weight: 400; | |
| 250 | +} | |
| 251 | +.ays_fa_arrow_circle_o_left::before { | |
| 252 | + content: "\f190"; | |
| 253 | + font-weight: 400; | |
| 254 | +} | |
| 255 | +.ays_fa_arrow_circle_o_right::before { | |
| 256 | + content: "\f18e"; | |
| 257 | + font-weight: 400; | |
| 258 | +} | |
| 259 | +.ays_fa_arrow_circle_left::before { | |
| 260 | + content: "\f0a8"; | |
| 261 | + font-weight: 400; | |
| 262 | +} | |
| 263 | +.ays_fa_arrow_circle_right::before { | |
| 264 | + content: "\f0a9"; | |
| 265 | + font-weight: 400; | |
| 266 | +} | |
| 267 | +.ays_fa_circle_arrow_up::before { | |
| 268 | + content: "\f0aa"; | |
| 269 | + font-weight: 400; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.ays_fa_file_text::before { | |
| 273 | + content: "\f15c"; | |
| 274 | + font-weight: 400; | |
| 275 | +} | |
| 276 | + | |
| 277 | +.ays_fa_pen_to_square::before { | |
| 278 | + content: "\f044"; | |
| 279 | + font-weight: 400; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.ays_fa_copy::before { | |
| 283 | + content: "\f0c5"; | |
| 284 | + font-weight: 400; | |
| 285 | +} | |
| 286 | + | |
| 287 | +.ays_fa_published::before { | |
| 288 | + content: "\f205"; | |
| 289 | + font-weight: 400; | |
| 290 | +} | |
| 291 | + | |
| 292 | +.ays_fa_unpublished::before { | |
| 293 | + content: "\f204"; | |
| 294 | + font-weight: 400; | |
| 295 | +} | |