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 text-decoration: underline;
35 padding: 4px 10px 0 10px;
53 @media screen and (min-width: 45em) {
59 text-decoration: none;
62 text-decoration: underline;
68 background-color: #222;
79 @media screen and (min-width: 45em) {
82 display: inline-block;
93 @extend .card-container;
96 @media screen and (min-width: 45em) {
99 display: inline-block;
111 flex-direction: column;
112 justify-content: space-around;
116 -moz-column-count: 2;
117 -webkit-column-count: 2;
119 -moz-column-gap: 1.5em;;
120 -webkit-column-gap: 1.5em;;
146 text-transform: uppercase;
158 text-decoration: none;
160 text-decoration: underline;
173 text-transform: uppercase;
198 flex-direction: column;
199 justify-content: space-around;
208 border-bottom-width: 1px;
209 border-bottom-color: #ccc;
210 border-bottom-style: dotted;
214 border-bottom-color: white;
215 text-decoration: none;
219 border-bottom-style: dashed;
223 .right-desc-container {
224 @extend .desc-container;
230 background-image: url(/static/img/bg/chaotic.png);
231 background-size: 100%;
234 background-image: url(/static/img/bg/neutral.png);
235 background-size: 100%;
243 border-bottom-color: #555;
246 border-bottom-color: black;
252 background-image: url(/static/img/bg/lawful.png);
253 background-size: 100%;
256 background-image: url(/static/img/bg/info.png);
257 background-size: 100%;
263 background-color: #222;
269 $g12: darken(#3db814, 10%);
270 $g21: lighten($g11, 10%);
271 $g22: lighten($g12, 10%);
274 background-image: -webkit-linear-gradient(top, $g11, $g12);
275 background-image: -moz-linear-gradient(top, $g11, $g12);
276 background-image: -ms-linear-gradient(top, $g11, $g12);
277 background-image: -o-linear-gradient(top, $g11, $g12);
278 background-image: linear-gradient(to bottom, $g11, $g12);
279 -webkit-border-radius: 100%;
280 -moz-border-radius: 100%;
282 border: 1em double white;
285 text-decoration: none;
289 @media screen and (min-width: 45em) {
296 background-image: -webkit-linear-gradient(top, $g21, $g22);
297 background-image: -moz-linear-gradient(top, $g21, $g22);
298 background-image: -ms-linear-gradient(top, $g21, $g22);
299 background-image: -o-linear-gradient(top, $g21, $g22);
300 background-image: linear-gradient(to bottom, $g21, $g22);
301 text-decoration: none;
324 text-decoration: none;
327 text-decoration: underline;
338 background: rgba(64,64,64,.5);
358 @media screen and (min-width: 45em) {