Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
50e1fff2
Commit
50e1fff2
authored
Sep 10, 2017
by
yPhil
Browse files
Layout: Theming: Subtle colorings
parent
97a97f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
nws-style.css
View file @
50e1fff2
...
...
@@ -7,6 +7,9 @@
--main-color-level-6
:
#3d3644
;
--main-color-level-7
:
#FF5400
;
--main-color-level-8
:
#bbb
;
--main-color-level-9
:
#333
;
--main-color-level-10
:
#444
;
}
body
{
...
...
@@ -165,32 +168,31 @@ div.nws-tab-feeds {
.feed
ul
li
{
margin
:
0
;
padding
:
.3em
;
background
:
#555
;
background
:
var
(
--main-color-level-9
)
;
line-height
:
1em
;
}
.feed
ul
li
:nth-child
(
even
)
{
background
:
#444
;
background
:
var
(
--main-color-level-10
)
;
}
.feed
ul
li
:first-child
{
border-top
:
1px
solid
#2E3436
;
border-top
:
1px
solid
var
(
--main-color-level-6
)
;
}
.feed
ul
li
:hover
{
background
:
#333
;
background
:
var
(
--main-color-level-9
)
;
}
.nws-button-reload
,
.nws-button-gallery-feed
,
.nws-button-gallery-tab
,
.nws-button-col-wrapping
{
color
:
var
(
--main-color-level-5
);
cursor
:
pointer
;
float
:
right
;
.nws-button-col-wrapping
,
.nws-button-col-wrapping-phone
{
color
:
var
(
--main-color-level-5
);
cursor
:
pointer
;
float
:
right
;
margin
:
0
.5em
0
0
;
/* line-height:.8em; */
/* font-size:150%; */
}
.nws-button-col-wrapping-phone
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment