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
e32595db
Commit
e32595db
authored
Sep 25, 2013
by
Simon Daron
Browse files
Fixing color (default blue) and unused block padding problems
parent
bc81562c
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
e32595db
...
...
@@ -188,8 +188,8 @@ button.check:before, a.check:before {
/**** BODY ****/
/****************************************************/
body
{
background
:
#
333
;
color
:
white
;
background
:
#
ddd
;
color
:
#333
;
}
/****************************************************/
/**** metaNAV ****/
...
...
@@ -200,7 +200,6 @@ body{
color
:
white
;
background-color
:
black
;
position
:
fixed
;
border-bottom
:
2px
solid
black
;
z-index
:
1000
;
top
:
0px
;
width
:
100%
;
...
...
@@ -231,7 +230,7 @@ body{
opacity
:
0.8
;
}
#metaNav
ul
li
.active
,
#metaNav
ul
li
.active
a
{
background
:
#
3333FF
!important
;
background
:
#
0000ff
!important
;
color
:
#ffffff
;
font-weight
:
normal
;
}
...
...
@@ -254,7 +253,9 @@ body{
/****************************************************/
/* PANIK LOGO */
#Commons
{
background
:
#fff
;
}
#Commons
.wrapper
{
padding-bottom
:
50px
;
}
...
...
@@ -279,17 +280,18 @@ body{
padding
:
0
0
0
0
;
}
#Player
#player-container
#audioPlayer
,
#Player
.withPlaylist
#player-container
#audioPlayer
,
.style-ffffff
#Player
.withPlaylist
#player-container
#Playlist
{
µ
#Player
#player-container
#audioPlayer
,
#Player
.withPlaylist
#player-container
#audioPlayer
{
margin
:
1em
0
;
}
/****************************************************/
/**** SCREEN NAV ****/
#Nav
{
background
:
#3333FF
;
background
:
#0000ff
;
color
:
white
;
}
#Nav
nav
{
padding
:
0.1em
;}
/*#Nav form{background:#800000;}*/
#Nav
input
{
color
:
#333
;}
#Nav
ul
li
button
,
#Nav
ul
li
a
{
...
...
@@ -301,10 +303,9 @@ body{
#Nav
.active
,
#Nav
.icon-check
,
#Nav
.active
*
{
font-weight
:
bold
;
background
:
white
;
color
:
#
3333FF
;
color
:
#
0000ff
;
padding
:
0.3em
;
}
#Nav
nav
ul
.columns
{
column-rule
:
2px
solid
#342E2E
;
-moz-column-rule
:
2px
solid
#342E2E
;
-webkit-column-rule
:
2px
solid
#342E2E
;}
#Nav
nav
{
margin
:
0
;
...
...
@@ -521,7 +522,6 @@ body{
/**** #Changing #Footer ... ****/
/****************************************************/
#Changing
{
padding-bottom
:
100px
;
}
#Main
{
color
:
#333
;
...
...
@@ -581,8 +581,6 @@ body{
#Footer
{
border-top
:
2px
solid
#333
;
background
:
#333
;
color
:
white
;
padding-top
:
2em
;
padding-bottom
:
80px
;
}
...
...
@@ -1105,16 +1103,7 @@ div.episode.resume div.title {
/*******************************/
/**** VARIANTES ****************/
/*******************************/
body
{
background
:
#ffffff
;}
#Footer
{
border-color
:
inherit
;}
#Nav
,
#metaNav
ul
li
.active
,
#metaNav
ul
li
.active
a
{
background
:
#111111
!important
;
color
:
#ffffff
;}
#Nav
.active
,
#Nav
.active
*,
.sectionLabel
{
background
:
white
;
color
:
#111111
;}
.style-333333
#Nav
,
.style-333333
#metaNav
ul
li
.active
,
...
...
panikweb_templates/templates/base.html
View file @
e32595db
...
...
@@ -24,13 +24,13 @@
{% block extrascripts %}{% endblock %}
</head>
<body
id=
"{{sectionName}}"
class=
"section-{{sectionName}}
style-0000ff
"
>
<body
id=
"{{sectionName}}"
class=
"section-{{sectionName}}"
>
<div
id=
"StyleSwitcher"
class=
"small"
style=
"position:fixed;right:0; top:0em;z-index:3000;width:2.5em;"
>
<button
class=
"small icon-sign-blank"
data-class=
"style-ff6633"
style=
"color:#ff6633;padding:0;margin:0;"
></button>
<div
id=
"StyleSwitcher"
class=
"small"
style=
"position:fixed;right:2px; top:0em;z-index:3000;width:1em;text-align:right;"
>
<button
class=
"small icon-sign-blank"
data-class=
"style-0000ff"
style=
"color:#0000ff;padding:0;margin:0;"
></button>
<button
class=
"small icon-sign-blank"
data-class=
"style-333333"
style=
"color:#333333;padding:0;margin:0;"
></button>
<button
class=
"small icon-sign-blank"
data-class=
"style-111111"
style=
"color:#ffffff;padding:0;margin:0;"
></button>
<button
class=
"small icon-sign-blank"
data-class=
"style-333333"
style=
"color:#333333;padding:0;margin:0;"
></button>
<button
class=
"small icon-sign-blank"
data-class=
"style-ff6633"
style=
"color:#ff6633;padding:0;margin:0;"
></button>
</div>
<script
type=
"text/javascript"
>
$
(
function
()
{
...
...
@@ -65,21 +65,15 @@
<div
id=
"Related"
class=
"cf"
>
{% block related %}{% endblock %}
</div>
<div
id=
"Links"
>
{% block links %}{% endblock %}
</div>
</div>
<div
id=
"Footer"
>
<nav
class=
"wrapper"
>
<ul><li>
hello
</li><li>
hello
</li></ul>
{% show_menu "footer-menu" 1 1 "all" %}
</nav>
</div>
<div
id=
"userLog"
></div>
</div>
{% block pageend %}
{% endblock %}
{% piwik %}
</body>
...
...
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