-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.sass
95 lines (85 loc) · 1.56 KB
/
main.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
$BGC: #0A0A0D
*
position: relative
a
color: white
&:hover
color: lightgreen
body
margin: 0px
padding: 20px
margin-left: 50px
background: $BGC
text-align: justify
font: 12px "Fixed", Arial, Helvetica, sans-serif
color: #DCFFDC
z-index: 0
h1, h2, h3
font: 1.82em
font-weight: normal
font-family: Arial, Helvetica, sans-serif
color: #FFFFFF
text-align: left
input
border: 0
font: 12px "Fixed", Arial, Helvetica, sans-serif
background-color: white
input.form
margin-bottom: 5px
.pokemon
padding-bottom: 20px
height: 200px
p.alt, input.alt
background-color: lighten($BGC, 10%)
p, input
background-color: $BGC
padding: 2px
padding-right: 10px
.header
img
margin-left: 40px
height: 92px
width: 11%
display: block
position: relative
float: left
background-color: lighten($BGC,10%)
text-align: left
.box, .body
input
text-align: right
z-index: 10
display: block
position: relative
margin-left: 11%
.col, .colh, .subh, .stat
float: left
text-align: right
.colh
font-weight: bold
.stat
min-width: 75px
input
max-width: 100px
margin-left: -33px
.subh
color: red
font-weight: bold
font-size: 13px
padding-top: 0px
z-index: 100
.col
min-width: 150px
input
width: 150px
margin-left: -100px
p, ol
margin: 0
#new_post
position: absolute
top: 1em
right: 1em
padding: 7px 2px
a
border: 1px dotted
padding: 5px