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
c2112c7f
Commit
c2112c7f
authored
Feb 19, 2021
by
yPhil
Browse files
Feed controls OK (sorta)
parent
abafa615
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/css/petrolette.css
View file @
c2112c7f
...
...
@@ -13,6 +13,22 @@
src
:
url("/static/font/BebasNeue.otf")
format
(
"opentype"
);
}
@font-face
{
font-family
:
feedTitleAlt
;
font-style
:
normal
;
font-weight
:
normal
;
src
:
url("/static/font/BebasNeue.otf")
format
(
"opentype"
);
}
/* .feed-header > .feed-title { */
/* text-transform: uppercase; */
/* font-weight: bold; */
/* letter-spacing: -1.3pt; */
/* } */
:root
{
--color-highlight
:
255
,
0
,
0
;
--color-ui-pri
:
#F4F4F4
;
...
...
@@ -31,7 +47,7 @@
--color-ui-console-success
:
#859900
;
--color-ui-console-warning
:
#B58900
;
--color-ui-rss
:
#F26522
;
--controls-toggle-margin
:
-
2
px
0
0
-2px
;
--controls-toggle-margin
:
-
4
px
0
0
-2px
;
--color-ui-danger
:
#C63D0F
;
--color-ui-success
:
#4DB53C
;
--color-ui-warning
:
#FF8700
;
...
...
@@ -120,7 +136,7 @@ body {
}
.feed-header
>
.feed-toggle
i
{
margin
:
var
(
--controls-toggle-margin
);
/*
margin: var(--controls-toggle-margin);
*/
}
a
:link
{
...
...
@@ -724,6 +740,10 @@ th {
border
:
none
!important
;
}
fieldset
{
background-color
:
var
(
--color-ui-qua
)
!important
;
}
/* .ui-widget-content { */
/* color: var(--color-ui-pri) !important; */
/* } */
...
...
@@ -1149,13 +1169,11 @@ table tr {
}
li
.feed-item
{
-moz-hyphens
:
auto
;
-ms-hyphens
:
auto
;
-webkit-hyphens
:
auto
;
font-size
:
10pt
;
font-weight
:
bold
;
hyphens
:
auto
;
overflow-wrap
:
break-word
;
padding
:
0.2
r
em
;
padding
:
0.2em
;
word-break
:
break-word
;
word-wrap
:
break-word
;
background-color
:
var
(
--color-sen
);
...
...
public/css/themes/night.css
View file @
c2112c7f
:root
{
--color-pri
:
#
ffffff
;
--color-sec
:
#
333333
;
--color-pri
:
#
FFFFFF
;
--color-sec
:
#
1F262E
;
--color-ter
:
#FF4136
;
--color-qua
:
#29323
c
;
--color-qua
:
#29323
C
;
--color-qui
:
#B0C4DE
;
/* visited links */
--color-sen
:
#383C4A
;
--color-sep
:
#424657
;
--color-oct
:
#404552
;
--color-non
:
#4
d
5266
;
--color-den
:
#5
a
6172
;
--color-non
:
#4
D
5266
;
--color-den
:
#5
A
6172
;
--color-danger
:
#660000
;
}
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