summaryrefslogtreecommitdiff
path: root/frontend/static/sass/stylesheets/diornights.css
blob: 6fbcb37055931c7292a6a2f6156543a970757a10 (plain)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/* line 5, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../src/diornights.sass */
html {
  height: 100%;
  width: 100%;
}

/* line 11, ../src/diornights.sass */
body {
  font-family: trebuchet ms, helvetica, arial, sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, white), color-stop(0.64, #faf7fa));
  background-image: -moz-linear-gradient(center bottom, white 28%, #faf7fa 64%);
  background-attachment: fixed;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #333;
}

/* line 23, ../src/diornights.sass */
#bg {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -3;
  width: 100%;
  height: 100%;
}

/* line 31, ../src/diornights.sass */
#bg img {
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

/* line 37, ../src/diornights.sass */
#container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 950px;
  min-height: 100%;
  margin-left: -475px;
  background: #fff;
  padding-bottom: 2000px;
}

/* line 48, ../src/diornights.sass */
#header {
  width: 100%;
}
/* line 50, ../src/diornights.sass */
#header #logo {
  height: 160px;
}
/* line 52, ../src/diornights.sass */
#header #likebutton {
  position: absolute;
  top: 80px;
  right: 30px;
}

/* line 56, ../src/diornights.sass */
#menu {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* line 61, ../src/diornights.sass */
#menu ul li {
  display: inline-block;
  width: 153px;
  padding: 5px 0 5px 0px;
  text-align: center;
}
/* line 66, ../src/diornights.sass */
#menu ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
/* line 70, ../src/diornights.sass */
#menu ul li a:hover {
  color: #33f;
}

/* line 72, ../src/diornights.sass */
.box {
  width: 300px;
  margin: 10px 0 0 10px;
}
/* line 75, ../src/diornights.sass */
.box img {
  width: 100%;
  opacity: 0.9;
}
/* line 78, ../src/diornights.sass */
.box img:hover {
  opacity: 1;
}
/* line 82, ../src/diornights.sass */
.box#feed ul li {
  display: inline-block;
  height: 32px;
  vertical-align: middle;
}
/* line 86, ../src/diornights.sass */
.box#feed img {
  width: 32px;
  height: 32px;
}