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
8ddd1ecd
Commit
8ddd1ecd
authored
Oct 17, 2013
by
fred
Browse files
change big top titles into invisible links
parent
f2995725
Changes
8
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
8ddd1ecd
...
...
@@ -286,6 +286,9 @@ body{
padding
:
0
0
0
0
;
}
#Changing
h1
.top
a
:hover
{
opacity
:
1.0
;
}
@media
screen
and
(
max-width
:
760px
)
{
#All
h1
.top
{
...
...
panikweb_templates/templates/emissions.html
View file @
8ddd1ecd
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Emissions{% endblock %}
{% block title %}Émissions{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Programme
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'grid' %}"
>
Programme
</
a></
h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="emissions" %}
...
...
panikweb_templates/templates/emissions/archives.html
View file @
8ddd1ecd
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Emissions{% endblock %}
{% block title %}Archives{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Programme
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'grid' %}"
>
Programme
</
a></
h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="archives" %}
...
...
panikweb_templates/templates/emissions/emission_detail.html
View file @
8ddd1ecd
...
...
@@ -5,7 +5,7 @@
{% block bodyID %}Emissions{% endblock %}
{% block title %}{{ emission.title }}{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Programme
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'grid' %}"
>
Programme
</
a></
h1>
{% endblock %}
{% block nav %}
{% emission_nav %}
...
...
panikweb_templates/templates/grid.html
View file @
8ddd1ecd
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Grid{% endblock %}
{% block title %}La grille{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Programme
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'grid' %}"
>
Programme
</
a></
h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="grid" %}
...
...
panikweb_templates/templates/home.html
View file @
8ddd1ecd
...
...
@@ -10,7 +10,7 @@
<div
class=
"sided wrapper navigation"
id=
"specialHome"
>
<div>
<div
class=
"leftPart"
>
<h1
class=
"top"
>
Programme
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'grid' %}"
>
Programme
</
a></
h1>
<h2><a
href=
"{% url 'program' %}"
>
Cette semaine sur Panik
</a></h2>
{% weeknav %}
...
...
panikweb_templates/templates/news.html
View file @
8ddd1ecd
...
...
@@ -3,7 +3,7 @@
{% load i18n %}
{% block title %}Actus{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Actus
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'news' %}"
>
Actus
</
a></
h1>
{% endblock %}
{% block nav %}
{% news_nav %}
...
...
panikweb_templates/templates/program.html
View file @
8ddd1ecd
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Program{% endblock %}
{% block title %}Programme{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Programme
</h1>
<h1
class=
"top"
>
<a
href=
"{% url 'grid' %}"
>
Programme
</
a></
h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="program" %}
...
...
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