Add docs/blog styling and fix some header issues
This commit is contained in:
parent
0a6b1ab848
commit
54f8e1b89f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,39 @@
|
|||
@import '_colors.sass'
|
||||
|
||||
body
|
||||
font-family: sans-serif
|
||||
|
||||
a,
|
||||
footer a,
|
||||
.article-summary h2 a
|
||||
color: $yellow
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus
|
||||
color: $pink
|
||||
|
||||
&:visited
|
||||
color: $yellow
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus
|
||||
color: $pink
|
||||
|
||||
footer,
|
||||
#page-list,
|
||||
.highlight
|
||||
color: $gray-1
|
||||
background-color: $gray-3
|
||||
|
||||
div.toc
|
||||
color: $gray-1
|
||||
background-color: $gray-4
|
||||
|
||||
code,
|
||||
pre
|
||||
border: none
|
||||
|
||||
.date-info
|
||||
color: $blue
|
|
@ -0,0 +1,7 @@
|
|||
@import '_colors.sass'
|
||||
|
||||
p.text-warning,
|
||||
p.conspicuous
|
||||
color: $pink
|
||||
border: 1px solid $pink
|
||||
padding: 10px
|
|
@ -1,12 +1,12 @@
|
|||
@import '_colors.sass'
|
||||
|
||||
#site-header
|
||||
> a:nth-child(1):not(.no-header-logo)
|
||||
body>header
|
||||
*:not(.logged-in-user-alert)
|
||||
color: $gray-1 !important
|
||||
|
||||
>a:nth-child(1):not(.no-header-logo)
|
||||
background-size: 32px 32px
|
||||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=')
|
||||
|
||||
*:not(.logged-in-user-alert)
|
||||
color: $gray-1
|
||||
|
||||
.logged-in-user-info .logged-in-user-alert
|
||||
color: $blue
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"options": {
|
||||
"name": "Tildes Monokai",
|
||||
"namespace": "tildes.net",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.0",
|
||||
"author": "Bauke",
|
||||
"description": "Monokai theme for Tildes.net",
|
||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
@import '_listing-options.sass'
|
||||
@import '_message-list.sass'
|
||||
@import '_messages.sass'
|
||||
@import '_misc.sass'
|
||||
@import '_post-listing.sass'
|
||||
@import '_settings-list.sass'
|
||||
@import '_sidebar.sass'
|
||||
|
@ -14,3 +15,9 @@
|
|||
@import '_tildes-extended.sass'
|
||||
@import '_topic-full.sass'
|
||||
@import '_topic-listing.sass'
|
||||
|
||||
@-moz-document domain('docs.tildes.net')
|
||||
@import '_docs-blog.sass'
|
||||
|
||||
@-moz-document domain('blog.tildes.net')
|
||||
@import '_docs-blog.sass'
|
||||
|
|
Loading…
Reference in New Issue