|
17 | 17 | transition: all 0.5s; } |
18 | 18 |
|
19 | 19 | .btn-si-a { |
20 | | - padding: 25px 15px 25px 65px !important; |
21 | | - font-family: arial; } |
| 20 | + padding: 23px 32px 23px 65px !important; |
| 21 | + font-family: arial; |
| 22 | + white-space: nowrap; |
| 23 | +} |
22 | 24 |
|
23 | 25 | .smaller .btn-si-a { |
24 | 26 | padding-left: 40px !important; |
25 | 27 | font-size: 12px; } |
26 | 28 |
|
27 | 29 | .btn-facebook { |
28 | 30 | background-color: #3b5998; |
29 | | - background-image: url("../img/buttons/facebook.svg"); } |
30 | | - .btn-facebook:hover { |
31 | | - background-color: #4c70ba; } |
32 | | - .btn-facebook:active { |
33 | | - background-color: #2d4373; } |
| 31 | + background-image: url("../img/buttons/facebook.svg"); |
| 32 | +} |
| 33 | + |
| 34 | +.btn-facebook:hover { |
| 35 | + color: white; |
| 36 | + text-decoration: none; |
| 37 | + background-color: #4c70ba; |
| 38 | +} |
| 39 | + |
| 40 | +.btn-facebook:active { |
| 41 | + color: white; |
| 42 | + text-decoration: none; |
| 43 | + background-color: #4c70ba; |
| 44 | +} |
| 45 | + |
| 46 | +.btn-facebook:visited { |
| 47 | + color: white; |
| 48 | + text-decoration: none; |
| 49 | +} |
34 | 50 |
|
35 | 51 | .btn-twitter { |
36 | 52 | background-color: #00aced; |
37 | | - background-image: url("../img/buttons/twitter.svg"); } |
38 | | - .btn-twitter:hover { |
39 | | - background-color: #21c2ff; } |
40 | | - .btn-twitter:active { |
41 | | - background-color: #0087ba; } |
| 53 | + background-image: url("../img/buttons/twitter.svg"); |
| 54 | +} |
| 55 | + |
| 56 | +.btn-twitter:hover { |
| 57 | + color: white; |
| 58 | + text-decoration: none; |
| 59 | + background-color: #21c2ff; |
| 60 | +} |
| 61 | + |
| 62 | +.btn-twitter:active { |
| 63 | + color: white; |
| 64 | + text-decoration: none; |
| 65 | + background-color: #21c2ff; |
| 66 | +} |
| 67 | + |
| 68 | +.btn-twitter:visited { |
| 69 | + color: white; |
| 70 | + text-decoration: none; |
| 71 | +} |
42 | 72 |
|
43 | 73 | .btn-microsoft { |
44 | 74 | background-color: #e3b30d; |
45 | | - background-image: url("../img/buttons/microsoft.svg"); } |
46 | | - .btn-microsoft:hover { |
47 | | - background-color: #f3c730; } |
48 | | - .btn-microsoft:active { |
49 | | - background-color: #b38d0a; } |
| 75 | + background-image: url("../img/buttons/microsoft.svg"); |
| 76 | +} |
| 77 | + |
| 78 | +.btn-microsoft:hover { |
| 79 | + color: white; |
| 80 | + text-decoration: none; |
| 81 | + background-color: #f3c730; |
| 82 | +} |
| 83 | + |
| 84 | +.btn-microsoft:active { |
| 85 | + color: white; |
| 86 | + text-decoration: none; |
| 87 | + background-color: #f3c730; |
| 88 | +} |
| 89 | + |
| 90 | +.btn-microsoft:visited { |
| 91 | + color: white; |
| 92 | + text-decoration: none; |
| 93 | +} |
50 | 94 |
|
51 | 95 | .btn-github { |
52 | 96 | background-color: #222222; |
53 | | - background-image: url("../img/buttons/github.svg"); } |
54 | | - .btn-github:hover { |
55 | | - background-color: #444; } |
56 | | - .btn-github:active { |
57 | | - background-color: #101010; } |
| 97 | + background-image: url("../img/buttons/github.svg"); |
| 98 | +} |
| 99 | + |
| 100 | +.btn-github:hover { |
| 101 | + color: white; |
| 102 | + text-decoration: none; |
| 103 | + background-color: #444; |
| 104 | +} |
| 105 | + |
| 106 | +.btn-github:active { |
| 107 | + color: white; |
| 108 | + text-decoration: none; |
| 109 | + background-color: #444; |
| 110 | +} |
| 111 | + |
| 112 | +.btn-github:visited { |
| 113 | + color: white; |
| 114 | + text-decoration: none; |
| 115 | +} |
58 | 116 |
|
59 | 117 | .btn-unigram { |
| 118 | + background-color: #0f7dc7; |
| 119 | + background-image: url("../img/buttons/unigram.png"); |
| 120 | +} |
| 121 | + |
| 122 | +.btn-unigram:hover { |
| 123 | + color: white; |
| 124 | + text-decoration: none; |
| 125 | + background-color: #00aced; |
| 126 | +} |
| 127 | + |
| 128 | +.btn-unigram:active { |
| 129 | + color: white; |
| 130 | + text-decoration: none; |
| 131 | + background-color: #00aced; |
| 132 | +} |
| 133 | + |
| 134 | +.btn-unigram:visited { |
| 135 | + color: white; |
| 136 | + text-decoration: none; |
| 137 | +} |
| 138 | + |
| 139 | +.btn-mail { |
60 | 140 | background-color: #0088cc; |
61 | | - background-image: url("../img/buttons/unigram.png"); } |
62 | | - .btn-unigram:hover { |
63 | | - background-color: #00aced; } |
64 | | - .btn-unigram:active { |
65 | | - background-color: #769a26; } |
| 141 | + background-image: url("../img/buttons/mail.svg"); |
| 142 | +} |
| 143 | + |
| 144 | +.btn-mail:hover { |
| 145 | + color: white; |
| 146 | + text-decoration: none; |
| 147 | + background-color: #00aced; |
| 148 | +} |
| 149 | + |
| 150 | +.btn-mail:active { |
| 151 | + color: white; |
| 152 | + text-decoration: none; |
| 153 | + background-color: #00aced; |
| 154 | +} |
| 155 | + |
| 156 | +.btn-mail:visited { |
| 157 | + color: white; |
| 158 | + text-decoration: none; |
| 159 | +} |
0 commit comments