Author
|
zPlus <zplus@peers.community>
2017-12-31 15:34:28
|
Committer
|
zPlus <zplus@peers.community>
2017-12-31 15:34:28
|
Commit
|
d971181
(patch)
|
Tree
|
1bafd6d
|
Parent(s)
|
|
Fix line spaces and font for "new year" <pre/>
commits diff:
b108c2f..d971181
2 files changed,
12 insertions,
10 deletions
—
download
Diffstat
Diff options
+3/-3
M css/reset.styl
166
|
166
|
|
pre.new_year
|
167
|
167
|
|
background-color transparent
|
168
|
168
|
|
color #BF0000
|
169
|
|
- |
font-family "Courier 10 Pitch", Courier, monospace
|
170
|
|
- |
font-size .8em
|
|
169
|
+ |
font-family monospace
|
|
170
|
+ |
font-size .8rem
|
171
|
171
|
|
font-webkit bold
|
172
|
172
|
|
margin 0 0 2em 0
|
173
|
173
|
|
text-align center
|
192
|
192
|
|
white-space -o-pre-wrap
|
193
|
193
|
|
|
194
|
194
|
|
ul, ol
|
195
|
|
- |
margin 1.2em 2em |
195
|
|
> |
\ No newline at end of file
|
|
195
|
+ |
margin 1.2em 2em
|
+9/-7
M template/index.twig
9
|
9
|
|
</div>
|
10
|
10
|
|
#}
|
11
|
11
|
|
|
12
|
|
- |
{# Welcome New Year #}
|
|
12
|
+ |
{# Welcome New Year.
|
|
13
|
+ |
# To maintain alignment, keep al lines below of the same length.
|
|
14
|
+ |
#}
|
13
|
15
|
|
<pre class="new_year">
|
14
|
16
|
|
.''.
|
15
|
17
|
|
. *''* :_\/_:
|
19
|
21
|
|
*_\/_* -= o =- /)\
|
20
|
22
|
|
* /\ * .'/.\'. '
|
21
|
23
|
|
*..* :
|
22
|
|
- |
___ ___ __ ___
|
23
|
|
- |
|__ \ / _ \/_ |/ _ \
|
24
|
|
- |
) | | | || | (_) |
|
25
|
|
- |
/ /| | | || |> _ <
|
26
|
|
- |
/ /_| |_| || | (_) |
|
27
|
|
- |
|____|\___/ |_|\___/
|
|
24
|
+ |
___ ___ __ ___
|
|
25
|
+ |
|__ \ / _ \/_ |/ _ \
|
|
26
|
+ |
) | | | || | (_) |
|
|
27
|
+ |
/ /| | | || |> _ <
|
|
28
|
+ |
/ /_| |_| || | (_) |
|
|
29
|
+ |
|____|\___/ |_|\___/
|
28
|
30
|
|
</pre>
|
29
|
31
|
|
{# #}
|
30
|
32
|
|
|