1 @import url(http://fonts.googleapis.com/css?family=Lato);
16 text-decoration: none;
23 content: url(/static/img/brackets.png);
25 vertical-align:middle;
30 padding: 4px 10px 0 10px;
48 @media screen and (min-width: 45em) {
54 background-color: #222;
59 flex-direction: column;
60 justify-content: space-around;
68 .right-desc-container {
69 @extend .desc-container;
80 @media screen and (min-width: 45em) {
83 display: inline-block;
92 @extend .card-container;
95 @media screen and (min-width: 45em) {
98 display: inline-block;
110 flex-direction: column;
111 justify-content: space-around;
115 -moz-column-count: 2;
116 -webkit-column-count: 2;
118 -moz-column-gap: 1.5em;;
119 -webkit-column-gap: 1.5em;;
145 text-transform: uppercase;
157 text-decoration: none;
159 text-decoration: underline;
172 text-transform: uppercase;
197 background-image: url(/static/img/bg/chaotic.png);
198 background-size: 100%;
201 background-image: url(/static/img/bg/neutral.png);
202 background-size: 100%;
208 background-image: url(/static/img/bg/lawful.png);
209 background-size: 100%;
212 background-image: url(/static/img/bg/info.png);
213 background-size: 100%;
216 a { color: #656263; }
222 $g12: darken(#3db814, 10%);
223 $g21: lighten($g11, 10%);
224 $g22: lighten($g12, 10%);
227 background-image: -webkit-linear-gradient(top, $g11, $g12);
228 background-image: -moz-linear-gradient(top, $g11, $g12);
229 background-image: -ms-linear-gradient(top, $g11, $g12);
230 background-image: -o-linear-gradient(top, $g11, $g12);
231 background-image: linear-gradient(to bottom, $g11, $g12);
232 -webkit-border-radius: 100%;
233 -moz-border-radius: 100%;
235 border: 1em double white;
238 text-decoration: none;
242 @media screen and (min-width: 45em) {
249 background-image: -webkit-linear-gradient(top, $g21, $g22);
250 background-image: -moz-linear-gradient(top, $g21, $g22);
251 background-image: -ms-linear-gradient(top, $g21, $g22);
252 background-image: -o-linear-gradient(top, $g21, $g22);
253 background-image: linear-gradient(to bottom, $g21, $g22);
254 text-decoration: none;
277 text-decoration: none;
280 text-decoration: underline;