|
47 | 47 | url("fonts/fontello.woff?7704297") format("woff"), |
48 | 48 | url("fonts/fontello.ttf?7704297") format("truetype"), |
49 | 49 | url("fonts/fontello.svg?7704297#fontello") format("svg"); |
50 | | - font-weight: normal; |
51 | | - font-style: normal; |
| 50 | + font-weight: normal; |
| 51 | + font-style: normal; |
52 | 52 | } |
53 | 53 |
|
54 | 54 | /*------[ base css ]------*/ |
@@ -213,7 +213,7 @@ pre code { |
213 | 213 |
|
214 | 214 | code, samp, kbd { |
215 | 215 | color: #34495e; |
216 | | - font-family: "Courier New",Courier,monospace,sans-serif; |
| 216 | + font-family: "Courier New", Courier, monospace, sans-serif; |
217 | 217 | text-align: left; |
218 | 218 | } |
219 | 219 |
|
@@ -1692,8 +1692,6 @@ li.qa-q-item-tag-item.qa-tag-favorited:before { |
1692 | 1692 | } |
1693 | 1693 |
|
1694 | 1694 |
|
1695 | | - |
1696 | | - |
1697 | 1695 | .qa-part-form-message .qam-pm-message { |
1698 | 1696 | padding: 10px; |
1699 | 1697 | background: #27ae60; |
@@ -2162,14 +2160,10 @@ input[type="submit"], button { |
2162 | 2160 | } |
2163 | 2161 |
|
2164 | 2162 | .qa-form-light-button-answer { |
2165 | | - background-color: #27ae60; |
2166 | 2163 | background-image: url('images/icons/answer-white.png'); |
2167 | 2164 | float: left; |
2168 | 2165 | margin: 0 5px 0 0; |
2169 | 2166 | } |
2170 | | -.qa-form-light-button-answer:hover, .qa-form-light-button-answer:focus { |
2171 | | - background-color: #2ecc71; |
2172 | | -} |
2173 | 2167 |
|
2174 | 2168 | .qa-form-light-button-comment { |
2175 | 2169 | background-image: url('images/icons/comment-white.png'); |
@@ -2397,9 +2391,9 @@ input[type="submit"], button { |
2397 | 2391 | min-height: 190px; |
2398 | 2392 | } |
2399 | 2393 | /* highlight selected answer */ |
2400 | | -.qa-a-list-item:target{ |
2401 | | - -webkit-animation: answer-highlight 2s ease-in-out; |
2402 | | - animation: answer-highlight 2s ease-in-out; |
| 2394 | +.qa-a-list-item:target { |
| 2395 | + -webkit-animation: answer-highlight 2s ease-in-out; |
| 2396 | + animation: answer-highlight 2s ease-in-out; |
2403 | 2397 | } |
2404 | 2398 |
|
2405 | 2399 | .qa-a-item-avatar-meta { |
@@ -2541,8 +2535,8 @@ input[type="submit"], button { |
2541 | 2535 | } |
2542 | 2536 | /* highlight selected comment */ |
2543 | 2537 | .qa-c-list-item:target { |
2544 | | - -webkit-animation: comment-highlight 2s ease-in-out; |
2545 | | - animation: comment-highlight 2s ease-in-out; |
| 2538 | + -webkit-animation: comment-highlight 2s ease-in-out; |
| 2539 | + animation: comment-highlight 2s ease-in-out; |
2546 | 2540 | } |
2547 | 2541 |
|
2548 | 2542 | /* voting styles for comments */ |
@@ -2772,18 +2766,6 @@ input[type="submit"], button { |
2772 | 2766 | } |
2773 | 2767 |
|
2774 | 2768 | /*------[ sidebar ]------*/ |
2775 | | -#qam-overlay { |
2776 | | - position: fixed; |
2777 | | - top: 0; |
2778 | | - right: 0; |
2779 | | - bottom: 0; |
2780 | | - left: 0; |
2781 | | - background-color: rgba(0, 0, 0, 0.85); |
2782 | | - z-index: 9; |
2783 | | - box-shadow: 0 0 300px 50px rgba(0, 0, 0, 0.3) inset; |
2784 | | - display: none; |
2785 | | -} |
2786 | | - |
2787 | 2769 | #qam-sidepanel-toggle { |
2788 | 2770 | display: none; |
2789 | 2771 | } |
@@ -2840,17 +2822,11 @@ input[type="submit"], button { |
2840 | 2822 | } |
2841 | 2823 | .qa-sidepanel.open { |
2842 | 2824 | right: 0 !important; |
2843 | | - transition: all 0.15s ease; |
2844 | 2825 | box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5); |
2845 | 2826 | } |
2846 | 2827 | } |
2847 | 2828 |
|
2848 | 2829 |
|
2849 | | -.stick { |
2850 | | - top: 10px !important; |
2851 | | - transition: all 0.15s ease; |
2852 | | -} |
2853 | | - |
2854 | 2830 | .qa-sidepanel { |
2855 | 2831 | word-wrap: break-word; |
2856 | 2832 | } |
@@ -2933,14 +2909,14 @@ input[type="submit"], button { |
2933 | 2909 | top: 5px; |
2934 | 2910 | left: 10px; |
2935 | 2911 | opacity: 0.2; |
| 2912 | + transition: all .2s ease-in-out; |
2936 | 2913 | } |
2937 | 2914 | .qa-activity-count-item:hover { |
2938 | 2915 | cursor: help; |
2939 | 2916 | } |
2940 | 2917 | .qa-activity-count-item:hover:before { |
2941 | | - opacity: 1; |
2942 | | - -webkit-animation: shake 0.25s; |
2943 | | - animation: shake 0.25s; |
| 2918 | + opacity: .6; |
| 2919 | + transform: scale(1.2); |
2944 | 2920 | } |
2945 | 2921 | .qa-activity-count-item:nth-child(1) { |
2946 | 2922 | background: #1abc9c; |
@@ -3325,41 +3301,22 @@ input[type="submit"], button { |
3325 | 3301 | } |
3326 | 3302 | } |
3327 | 3303 |
|
3328 | | -@-webkit-keyframes shake { |
3329 | | - 0% { transform: scale(1); } |
3330 | | - 17% { transform: scale(1.5); } |
3331 | | - 34% { transform: scale(0.8); } |
3332 | | - 51% { transform: scale(1.1); } |
3333 | | - 68% { transform: scale(0.9); } |
3334 | | - 85% { transform: scale(1.05); } |
3335 | | - 100% { transform: scale(1); } |
3336 | | -} |
3337 | | -@keyframes shake { |
3338 | | - 0% { transform: scale(1); } |
3339 | | - 17% { transform: scale(1.5); } |
3340 | | - 34% { transform: scale(0.8); } |
3341 | | - 51% { transform: scale(1.1); } |
3342 | | - 68% { transform: scale(0.9); } |
3343 | | - 85% { transform: scale(1.05); } |
3344 | | - 100% { transform: scale(1); } |
3345 | | -} |
3346 | | - |
3347 | 3304 | @-webkit-keyframes answer-highlight { |
3348 | | - 0% { background-color: #ffffaa; } |
3349 | | - 100% { background-color: #fff; } |
| 3305 | + 0% { background-color: #ffa; } |
| 3306 | + 100% { background-color: #fff; } |
3350 | 3307 | } |
3351 | 3308 | @keyframes answer-highlight { |
3352 | | - 0% { background-color: #ffffaa; } |
3353 | | - 100% { background-color: #fff; } |
| 3309 | + 0% { background-color: #ffa; } |
| 3310 | + 100% { background-color: #fff; } |
3354 | 3311 | } |
3355 | 3312 |
|
3356 | 3313 | @-webkit-keyframes comment-highlight { |
3357 | | - 0% { background-color: #ffffaa; } |
3358 | | - 100% { background-color: #f4f4f4; } |
| 3314 | + 0% { background-color: #ffa; } |
| 3315 | + 100% { background-color: #f4f4f4; } |
3359 | 3316 | } |
3360 | 3317 | @keyframes comment-highlight { |
3361 | | - 0% { background-color: #ffffaa; } |
3362 | | - 100% { background-color: #f4f4f4; } |
| 3318 | + 0% { background-color: #ffa; } |
| 3319 | + 100% { background-color: #f4f4f4; } |
3363 | 3320 | } |
3364 | 3321 |
|
3365 | 3322 |
|
|
0 commit comments