github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/assets/css/m.css (about) 1 @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); 2 3 html, body { 4 height: 100%; 5 font-size: 16px; 6 font-family: Roboto, sans-serif; 7 color: #0c2e47; 8 } 9 body { 10 padding-top: 50px; 11 max-width: 1600px; 12 margin: 0 auto; 13 } 14 h2 { color: #0c2e47; } 15 a { color: #3B94D9; } 16 17 button { 18 background-color: blue; /* Green */ 19 border: none; 20 color: whitesmoke; 21 padding: 15px 32px; 22 cursor: pointer; 23 text-align: center; 24 text-decoration: none; 25 display: inline-block; 26 font-size: 16px; 27 border-radius: 50px; 28 font-weight: bold; 29 } 30 31 .navbar-light .navbar-toggler { border: 0; } 32 .navbar-toggler:hover { background-color: whitesmoke; } 33 .navbar-brand > a:hover { text-decoration: none; } 34 #about { 35 color: #0c2e47; 36 font-weight: bold; 37 } 38 .footer, .footer i, .footer a { color: #495057;} 39 .footer { border-top: 1px solid #eee; padding: 50px 0 25px 0; } 40 .footer ul { margin: 0; } 41 .main { 42 min-height: calc(100% - 150px); 43 min-height: calc(100vh - 150px); 44 max-width: 1220px; 45 margin: 0 auto; 46 padding-top: 4%; 47 padding-bottom: 5%; 48 margin-top: 20px; 49 } 50 .landing { 51 min-height: 600px; 52 } 53 .command { 54 padding: 1em; 55 background: whitesmoke; 56 color: #333333; 57 border-radius: 0.5em; 58 font-weight: 300; 59 text-align: left; 60 margin: 0 0 25px 0; 61 } 62 63 .tagline { 64 padding-top: 35px; 65 } 66 @media only screen and (max-width: 480px) { 67 .navbar, .description { 68 margin: 0; 69 } 70 .main, .tagline { 71 padding-top: 0; 72 margin-top: 0; 73 } 74 body { 75 padding-top: 10px; 76 } 77 } 78 .center { 79 text-align:center; 80 } 81 .rule { 82 border: 1px solid #eee; 83 } 84 .grey { 85 background: #333; 86 color: #ffffff; 87 } 88 .grey a { 89 text-decoration: underline; 90 color: #ffffff; 91 } 92 .pad { 93 padding-top: 120px; 94 padding-bottom: 120px; 95 } 96 .tpad { 97 padding-top: 120px; 98 } 99 .bpad { 100 padding-bottom: 120px; 101 } 102 .hpad { 103 padding: 20px 0 120px 0; 104 } 105 .htpad { 106 padding: 20px 0 0 0; 107 } 108 .ppad { 109 padding-top: 120px; 110 } 111 .more { 112 margin-top: 25px; 113 } 114 .logo img { margin-bottom: 5px;} 115 .logos { 116 max-width: 600px; 117 padding-top: 50px; 118 } 119 .logos ul { 120 margin: 0; 121 padding: 0; 122 list-style: none; 123 } 124 .logos li { 125 padding: 5px; 126 display: inline-block; 127 vertical-align: middle; 128 } 129 .logos img { 130 width: 100px; 131 height: auto; 132 } 133 .blurb { 134 margin-top: 10%; 135 } 136 .navbar { 137 background: #ffffff; 138 border: 0; 139 padding: 0; 140 margin-bottom: 20px; 141 } 142 .navbar-toggler { 143 border: 0; 144 } 145 .repo a { font-weight: bold; }; 146 .table-secondary > th { background: #f5f6f7; }; 147 .title a { color: #0c2e47; vertical-align: bottom } 148 .title .nav { vertical-align: bottom; } 149 h2 a { color: #0c2e47; text-decoration: underline;} 150 .github { color: #0c2e47; text-decoration: none; } 151 .install { 152 background-color: #2F2F2F; 153 padding: 15px; 154 border: 2px solid #dee2e6; 155 } 156 .install:hover { 157 cursor: pointer; 158 } 159 .install pre { 160 color: white; 161 } 162 .btn { 163 background-color: #0c2e47; 164 color: whitesmoke; 165 font-weight: 800; 166 } 167 .btn:hover { 168 background-color: whitesmoke; 169 } 170 .bold { 171 color: #0c2e47; 172 font-weight: 1000; 173 vertical-align: middle; 174 font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif; 175 } 176 .title .text { 177 color: #0c2e47; 178 font-weight: 600; 179 vertical-align: middle; 180 font-size: 2.0em; 181 font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif; 182 } 183 @keyframes bounce { 184 from { transform: translate3d(0, 0, 0); } 185 to { transform: translate3d(0, 10px, 0); } 186 } 187 .pricing { 188 margin-top: 25px; 189 padding: 20px; 190 border-radius: 25px; 191 border: 1px solid whitesmoke; 192 } 193 .pricing ul { 194 max-width: 165px; 195 margin: 0 auto; 196 margin: 10px; 197 } 198 .pricing li { 199 text-align: left; 200 } 201 .pricing i { 202 color: green; 203 } 204 205 .features td { 206 padding: .50rem; 207 } 208 .subscript { 209 font-size: 0.5em; 210 height: 100%; 211 vertical-align: middle; 212 } 213 214 #mc_embed_signup .button { 215 background-color: #495057; 216 }