Group some styles in variant.sass
[vchess.git] / public / stylesheets / index.sass
CommitLineData
d5973790 1#main-title
92342261 2 font-style: italic
d5973790
BA
3 background: linear-gradient(#e66465, #9198e5)
4 margin-top: 0
5 margin-left: 0
6 margin-right: 0
7 img
8 height: 30px
9 span
10 padding-left: 10px
11 padding-right: 15px
12
80b15df1
BA
13// TODO: box-shadow or box-sizeing ?
14//https://stackoverflow.com/questions/9601357/placing-border-inside-of-div-and-not-on-its-edge
3acb852d
BA
15.variant
16 box-sizing: border-box
17 border: 1px solid brown
18 background-color: lightyellow
19 a
20 color: #663300
21 .boxtitle
22 font-weight: bold
23
d5973790
BA
24#needHelp
25 cursor: pointer
92342261 26
3acb852d 27#readThis
92342261
BA
28 color: blue
29 text-decoration: underline
30 cursor: pointer
31
3acb852d
BA
32#b4welcome
33 max-width: 320px
92342261 34
3acb852d
BA
35#welcome
36 max-width: 90vw
37 @media screen and (max-width: 767px)
38 max-width: 100vw
39 ul
40 list-style-type: none
41 // TODO: bad practice, use table to align things...
42 table.list-table
43 width: 300px
44 margin: 0 auto
ea6bb36e 45 border: 0
3acb852d 46 tbody
ea6bb36e 47 border: 0
3acb852d 48 tr
ea6bb36e 49 border: 0
3acb852d
BA
50 margin: 0
51 padding: 0
52 td
53 padding: 0
54 text-align: left
55 border: 0
56 #disableMsg
57 cursor: pointer
58 color: darkred