Add more styling: footer, content, stamps
This commit is contained in:
parent
f95296e034
commit
9a7c6f17f1
|
@ -1,6 +1,7 @@
|
||||||
@import '_colors.sass'
|
@import '_colors.sass'
|
||||||
|
|
||||||
.thing .title
|
.thing
|
||||||
|
.title
|
||||||
color: $cyan
|
color: $cyan
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -10,3 +11,38 @@
|
||||||
|
|
||||||
&:visited
|
&:visited
|
||||||
color: $pink
|
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
|
||||||
|
border: 1px solid $background
|
||||||
|
border-radius: 0
|
||||||
|
color: $foreground
|
||||||
|
background-color: $comment
|
||||||
|
|
|
@ -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
|
|
@ -0,0 +1,8 @@
|
||||||
|
@import '_colors.sass'
|
||||||
|
|
||||||
|
.stamp
|
||||||
|
border-radius: 0
|
||||||
|
|
||||||
|
.nsfw-stamp
|
||||||
|
color: $red
|
||||||
|
border-color: $red
|
|
@ -1,7 +1,9 @@
|
||||||
@-moz-document domain('notabug.io')
|
@-moz-document domain('notabug.io')
|
||||||
@import '_colors.sass'
|
@import '_colors.sass'
|
||||||
@import '_content.sass'
|
@import '_content.sass'
|
||||||
|
@import '_footer.sass'
|
||||||
@import '_header.sass'
|
@import '_header.sass'
|
||||||
@import '_html-tags.sass'
|
@import '_html-tags.sass'
|
||||||
@import '_sidebar.sass'
|
@import '_sidebar.sass'
|
||||||
|
@import '_stamp.sass'
|
||||||
@import '_status.sass'
|
@import '_status.sass'
|
||||||
|
|
Loading…
Reference in New Issue