Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
bff2568c
Commit
bff2568c
authored
Jul 12, 2016
by
fred
Browse files
style: change shade of highlight yellow
parent
001df157
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
bff2568c
/* COLORS
@black: #000000;
@orange: #
E1D555
; -- highlight & stuff
@orange: #
CFBE00
; -- highlight & stuff
@blue: #5f2167; -- focus & stuff
@white: #FFFFFF;
*/
...
...
@@ -291,7 +291,7 @@ body{
/**** Commons ****/
/****************************************************/
.audio
button
{
color
:
#
E1D555
!important
;}
.audio
button
{
color
:
#
CFBE00
!important
;}
/****************************************************/
/**** HEADER ****/
/****************************************************/
...
...
@@ -448,7 +448,7 @@ body{
}
#backgroundBox
h1
{
color
:
#
E1D555
!important
;
color
:
#
CFBE00
!important
;
}
#All
h1
.top
#radiopanik
{
...
...
@@ -469,7 +469,7 @@ div.focus {
}
h1
.top
#frequence
{
color
:
#
E1D555
;
color
:
#
CFBE00
;
}
/****************************************************/
...
...
@@ -540,7 +540,7 @@ h1.top#frequence {
/*#Home #player{ float: left; } */
#player-container
,
#player-container
*
{
border-color
:
#
E1D555
!important
;
color
:
#
E1D555
!important
;}
#player-container
*
{
border-color
:
#
CFBE00
!important
;
color
:
#
CFBE00
!important
;}
#player-container
.metas
,
#player-container
img
{
border-color
:
#fff
;}
#player-container
.padded
{
padding
:
0.3em
;}
...
...
@@ -730,7 +730,7 @@ h1.top#frequence {
padding
:
0.3em
;
font-size
:
0.9em
;
color
:
black
;
background-color
:
#
E1D555
;
background-color
:
#
CFBE00
;
border
:
2px
solid
black
;
background-image
:
linear-gradient
(
135deg
,
rgba
(
0
,
0
,
0
,
0.04
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
0
,
0
,
0
,
0.04
)
50%
,
rgba
(
0
,
0
,
0
,
0.04
)
75%
,
transparent
75%
,
transparent
);
}
...
...
@@ -744,7 +744,7 @@ h1.top#frequence {
color
:
white
;
}
#userLog
.log.error
{
background-color
:
#
E1D555
;
background-color
:
#
CFBE00
;
border-color
:
yellow
;
}
#main
{}
...
...
@@ -1455,7 +1455,7 @@ div.userContent a.tag { text-decoration: none; }
#player-container
{
width
:
100%
;
left
:
0
;
border-width
:
2px
0
0
0
;
border-style
:
solid
;}
#player-container
{
background
:
#
E1D555
;
background
:
#
CFBE00
;
}
#player-container
*
{
color
:
white
!important
;
}
#player-container
{
...
...
@@ -1518,14 +1518,14 @@ h3.episode-subtitle {
}
.waveform
span
.done.current
+
span
{
background
:
#
E1D555
;
background
:
#
CFBE00
;
}
.waveform
i
.duration
{
position
:
absolute
;
right
:
4px
;
bottom
:
4px
;
color
:
#
E1D555
;
color
:
#
CFBE00
;
text-shadow
:
-1px
0
black
,
0
1px
black
,
1px
0
black
,
0
-1px
black
;
font-style
:
normal
;
font-weight
:
bold
;
...
...
Write
Preview
Markdown
is supported
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