1
Fork 0

Add more styling: footer, content, stamps

This commit is contained in:
Bauke 2018-06-21 18:12:01 +02:00
parent f95296e034
commit 9a7c6f17f1
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 73 additions and 6 deletions

View File

@ -1,12 +1,48 @@
@import '_colors.sass'
.thing .title
color: $cyan
.thing
.title
color: $cyan
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $pink
.domain,
.domain a,
.search-result-meta a,
.tagline a
color: $green
.link .rank,
.search-result-meta,
.tagline
color: $foreground
.entry .buttons li a
color: $green
.next-suggestions,
.nextprev
color: $foreground
.next-suggestions a,
.nextprev a
margin: 0px 4px
padding: 4px
border: 1px solid $background
border-radius: 0
color: $foreground
background-color: $background
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $pink
border: 1px solid $background
border-radius: 0
color: $foreground
background-color: $comment

View File

@ -0,0 +1,21 @@
@import '_colors.sass'
.footer-parent
margin-top: 10px
color: $foreground
background-color: $background
.bottommenu
color: $foreground
background-color: $background
a
color: $cyan
&:hover,
&:active,
&:focus
color: $pink
p.debuginfo
background-color: $background

View File

@ -0,0 +1,8 @@
@import '_colors.sass'
.stamp
border-radius: 0
.nsfw-stamp
color: $red
border-color: $red

View File

@ -1,7 +1,9 @@
@-moz-document domain('notabug.io')
@import '_colors.sass'
@import '_content.sass'
@import '_footer.sass'
@import '_header.sass'
@import '_html-tags.sass'
@import '_sidebar.sass'
@import '_stamp.sass'
@import '_status.sass'