Stylesheet specific to agenda des communs

This commit is contained in:
echarp 2015-04-06 22:14:08 +02:00
parent a60780a124
commit bed6719c8f
3 changed files with 33 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View 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

View File

@ -17,7 +17,9 @@
type: 'text/javascript'
= 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
= image_tag 'baby_gnu_adl.png', alt: 'Baby GNU', class: :logo,
width: 100, height: 83