Stylesheet specific to agenda des communs
This commit is contained in:
parent
a60780a124
commit
bed6719c8f
BIN
app/assets/images/agendadescommuns.png
Normal file
BIN
app/assets/images/agendadescommuns.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
30
app/assets/stylesheets/agendadescommuns.sass
Normal file
30
app/assets/stylesheets/agendadescommuns.sass
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
body.agendadescommuns
|
||||||
|
font-family: georgia, serif
|
||||||
|
header.top
|
||||||
|
padding-left: 120px
|
||||||
|
padding-right: 120px
|
||||||
|
background-image: url(agendadescommuns.png)
|
||||||
|
background-repeat: no-repeat
|
||||||
|
background-position: 20px top
|
||||||
|
img.logo
|
||||||
|
display: none
|
||||||
|
|
||||||
|
ul.countries, form#orga_search, a#banner
|
||||||
|
display: none
|
||||||
|
|
||||||
|
.city
|
||||||
|
text-transform: uppercase
|
||||||
|
|
||||||
|
&.events.index table tr
|
||||||
|
.day_number
|
||||||
|
color: #727070
|
||||||
|
td.current-month.past, td.current-month.past .day_number
|
||||||
|
color: #FFFAEB
|
||||||
|
background-color: #7494B5
|
||||||
|
td.current-month.today
|
||||||
|
border-color: #FFFAEB
|
||||||
|
background-color: #DBEDFF
|
||||||
|
td.current-month.future,
|
||||||
|
color: #444
|
||||||
|
border-color: #EAE4D3
|
||||||
|
background-color: #F0E8D1
|
@ -17,7 +17,9 @@
|
|||||||
type: 'text/javascript'
|
type: 'text/javascript'
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
||||||
%body{ class: controller.controller_name + ' ' + controller.action_name }
|
- classes = [request.domain.split('.')[0],
|
||||||
|
controller.controller_name, controller.action_name]
|
||||||
|
%body{ class: classes }
|
||||||
%header.top
|
%header.top
|
||||||
= image_tag 'baby_gnu_adl.png', alt: 'Baby GNU', class: :logo,
|
= image_tag 'baby_gnu_adl.png', alt: 'Baby GNU', class: :logo,
|
||||||
width: 100, height: 83
|
width: 100, height: 83
|
||||||
|
Loading…
Reference in New Issue
Block a user