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
radiopanik
panikweb
Commits
b554c804
Commit
b554c804
authored
Aug 26, 2013
by
Simon Daron
Browse files
Give some colors to Screen Navs
parent
ebe2c687
Changes
3
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
b554c804
...
...
@@ -9,7 +9,6 @@ body {
margin
:
1.8em
auto
;
/*padding: 0px 10px;*/
clear
:
both
;
}
a
{
color
:
inherit
;
...
...
panikweb_templates/static/css/specifics.css
View file @
b554c804
...
...
@@ -59,21 +59,12 @@ text-transform: uppercase;
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
);
}
#main
{}
#Panik
{
background
:
white
;
padding-top
:
2em
;}
#Panik
img
{
display
:
block
;
margin
:
auto
;
max-height
:
200px
;}
#mainLegend
{
width
:
30%
;
text-align
:
right
;
float
:
right
;
padding
:
1em
;
}
#Nav
{
border-width
:
0
0
2px
0
;
border-style
:
solid
;
}
#Nav
nav
ul
{
margin
:
1em
0
1em
0
;
}
.wrapper
{
max-width
:
1024px
;
margin
:
auto
;}
.wrapper.half
{
max-width
:
600px
;
margin
:
auto
;}
...
...
@@ -182,9 +173,36 @@ button.tag {
}
/* PANIK LOGO */
#Panik
{
background
:
white
;
padding-top
:
2em
;}
#Panik
img
{
display
:
block
;
margin
:
auto
;
max-height
:
200px
;}
#Panik
*
{
color
:
black
!important
;}
/* SCREEN NAV */
#Nav
{
border-width
:
0
0
2px
0
;
border-style
:
solid
;
}
#Nav
nav
ul
{
margin
:
1em
0
1em
0
;
}
#Nav
{
background
:
#EED1B1
;}
#Nav
*
{
color
:
#342E2E
;
border-color
:
#342E2E
;}
#Nav
nav
ul
.distributed
li
{
border-width
:
0
2px
0
2px
;
border-style
:
solid
;}
#Nav
nav
ul
.columns
{
column-rule
:
2px
solid
#342E2E
;
-moz-column-rule
:
2px
solid
#342E2E
;
-webkit-column-rule
:
2px
solid
#342E2E
;}
/****************************************************/
/**** PLAYER ****/
/*#Home #player{ float: left; } */
#player
.metas
,
#player
img
{
border-color
:
#fff
;}
#Player
,
#player
{
background-color
:
#ff6633
;
border-color
:
#fff
;
color
:
white
!important
;}
#player
*
{
border-color
:
#fff
;
color
:
white
!important
;
background-color
:
#ff6633
;}
#player
{
border-top
:
2px
solid
black
;
border-bottom
:
2px
solid
black
;
}
#player
.content
{
padding
:
3%
;
max-width
:
350px
;
...
...
@@ -487,21 +505,19 @@ body { font-size: 16px;}
html
#All
{
font-size
:
100%
;
}
}
/**** COLOR VARIANTS ****/
/*
#News,
.news,
.news *
{background-color:#1663d5; border-color:#fff !important;color:#fff !important;}
/
*
*
/
#News
,
#news
,
.news
,
.news
*,
.mainLegend.news
{
background-color
:
#fff
;
border-color
:
#1663d5
!important
;
color
:
#1663d5
!important
;
}
*/
#Panik
*
{
color
:
black
!important
;}
}
#player
.metas
,
#player
img
{
border-color
:
#fff
;}
#Player
,
#player
{
background-color
:
#ff6633
;
border-color
:
#fff
;
color
:
white
!important
;}
#player
.simple
*,
#Player
a
,
#Player
button
{
color
:
white
!important
;}
#Listen
.small-player
ul
.metas
{
display
:
none
;
}
...
...
panikweb_templates/static/css/type.css
View file @
b554c804
...
...
@@ -85,3 +85,4 @@
.error
:before
{
content
:
"\f056 "
;
}
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