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
483a2480
Commit
483a2480
authored
Aug 26, 2013
by
Simon Daron
Browse files
Fixing resizing for RADIO PANIK & 105.4 FM
parent
3275bf92
Changes
3
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
483a2480
...
...
@@ -224,6 +224,7 @@ nav a.active, nav button.active{
overflow
:
hidden
;
}
.block
{
display
:
block
;}
.inBlock
{
display
:
inline-block
;}
.right
{
float
:
right
;
margin-left
:
1em
;}
.left
{
float
:
left
;
margin-right
:
1em
;}
.smooth
{
opacity
:
0.5
;}
...
...
panikweb_templates/static/css/specifics.css
View file @
483a2480
...
...
@@ -59,9 +59,8 @@ 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
;}
#Panik
{
background
:
white
;
padding-top
:
2em
;
}
#Panik
img
{
display
:
block
;
margin
:
auto
;
max-height
:
200px
;}
#mainLegend
{
width
:
30%
;
text-align
:
right
;
...
...
@@ -503,12 +502,12 @@ body { font-size: 16px;}
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
;}
#Panik
{
padding-top
:
1em
}
#Panik
*
{
color
:
black
!important
;
border-bottom
:
2px
solid
black
;}
#Listen
.small-player
ul
.metas
{
display
:
none
;
}
#Listen
.small-player
div
.content
{
padding
:
5px
5%
;
}
...
...
panikweb_templates/templates/base.html
View file @
483a2480
...
...
@@ -30,7 +30,7 @@
<div
id=
"Commons"
>
<div
id=
"Panik"
class=
"center"
>
<h1>
Radio Panik
105.4 FM
</h1>
<h1>
<span
class=
"inBlock"
>
Radio Panik
</span>
<span
class=
"inBlock"
>
105.4 FM
</
span></
h1>
<!--{% block logo %}<img class="logo" src="{{ STATIC_URL }}/img/LogoPanik.jpg"/>{% endblock %}-->
</div>
<div
id=
"Listen"
class=
"{% block player-class %}{% endblock %}"
>
...
...
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