2014-07-02 17:41:00 +02:00
|
|
|
@media all and (max-width: 1024px)
|
2016-10-21 13:46:32 +02:00
|
|
|
.links, a#banner
|
2014-11-29 19:48:10 +01:00
|
|
|
margin: 0.6em auto
|
|
|
|
|
|
|
|
table, table.list, table.dates, table.list.dates
|
2014-12-21 00:14:46 +01:00
|
|
|
border-spacing: 1px
|
2014-11-29 19:48:10 +01:00
|
|
|
tbody th
|
|
|
|
overflow: hidden
|
|
|
|
max-width: 3em
|
2014-07-29 00:00:13 +02:00
|
|
|
|
2014-07-02 17:41:00 +02:00
|
|
|
@media all and (max-width: 900px)
|
2014-07-02 01:07:10 +02:00
|
|
|
body
|
2014-07-02 17:41:00 +02:00
|
|
|
border: none
|
2014-07-02 01:07:10 +02:00
|
|
|
margin: 0
|
2017-05-20 16:02:07 +02:00
|
|
|
padding: 1%
|
2017-06-02 13:15:23 +02:00
|
|
|
font-size: smaller
|
2014-07-02 17:41:00 +02:00
|
|
|
main ul
|
|
|
|
margin-left: 0
|
|
|
|
|
2018-10-17 15:47:43 +02:00
|
|
|
form#orga_search, button.search, .digest
|
2017-05-05 00:05:27 +02:00
|
|
|
font-size: smaller !important
|
2014-07-02 01:07:10 +02:00
|
|
|
|
2018-04-08 23:04:52 +02:00
|
|
|
table.list.dates
|
|
|
|
th, td
|
|
|
|
&, a
|
|
|
|
padding: 0 !important
|
|
|
|
font-size: inherit
|
2017-05-20 16:02:07 +02:00
|
|
|
|
2014-07-29 00:00:13 +02:00
|
|
|
/* For small screen width */
|
2014-07-02 18:14:53 +02:00
|
|
|
@media all and (max-width: 34em)
|
2014-11-08 19:08:48 +01:00
|
|
|
body
|
|
|
|
padding: 0
|
2014-11-29 19:48:10 +01:00
|
|
|
p
|
|
|
|
padding-left: 0.4em
|
|
|
|
padding-right: 0.4em
|
2014-11-08 19:08:48 +01:00
|
|
|
|
2014-09-27 13:06:11 +02:00
|
|
|
header.top
|
2017-05-20 16:02:07 +02:00
|
|
|
nav
|
2014-11-09 12:00:41 +01:00
|
|
|
display: none
|
2017-05-20 17:23:57 +02:00
|
|
|
img.logo
|
|
|
|
margin-right: 0
|
2014-09-27 13:06:11 +02:00
|
|
|
|
2015-02-15 17:10:17 +01:00
|
|
|
form#orga_search
|
2014-08-16 12:35:51 +02:00
|
|
|
display: none
|
2014-07-29 00:00:13 +02:00
|
|
|
|
2016-02-27 18:54:57 +01:00
|
|
|
body.index
|
|
|
|
table thead
|
2014-07-02 17:41:00 +02:00
|
|
|
display: none
|
2016-02-27 18:54:57 +01:00
|
|
|
&.events table tr td
|
2014-07-02 17:41:00 +02:00
|
|
|
clear: both
|
|
|
|
width: auto
|
|
|
|
height: auto
|
|
|
|
margin: 1px
|
|
|
|
display: block
|
2014-11-29 20:30:02 +01:00
|
|
|
font-size: larger
|
2016-10-20 23:46:54 +02:00
|
|
|
min-height: 1em
|
2014-07-02 01:07:10 +02:00
|
|
|
border-width: 1px !important
|
2016-10-20 23:46:54 +02:00
|
|
|
&.prev-month, &.next-month, &.current-month.past
|
2014-11-09 12:36:37 +01:00
|
|
|
display: none
|
2014-07-02 17:41:00 +02:00
|
|
|
.day_number
|
2016-10-20 23:46:54 +02:00
|
|
|
font-size: initial
|
|
|
|
.event a
|
|
|
|
padding: 0.4em 1em
|
|
|
|
header
|
|
|
|
&:active, &:hover
|
|
|
|
& + table tr td.current-month.past
|
|
|
|
display: block
|
2014-07-07 20:53:24 +02:00
|
|
|
|
2016-02-27 18:54:57 +01:00
|
|
|
&.versions, &.orgas
|
|
|
|
table tbody
|
|
|
|
tr td
|
|
|
|
width: auto
|
|
|
|
padding: 0 0.2em
|
|
|
|
display: block
|
|
|
|
&:first-child
|
|
|
|
float: left
|
|
|
|
td + td + td
|
|
|
|
display: inline-block
|
|
|
|
td:first-child + td
|
|
|
|
width: 100%
|
|
|
|
display: block
|
|
|
|
|
2014-11-29 19:48:10 +01:00
|
|
|
dl
|
|
|
|
dt
|
|
|
|
min-width: auto
|
|
|
|
text-align: left
|
|
|
|
dd, dd.quantity
|
|
|
|
padding-right: 1em
|
|
|
|
|
2019-02-05 14:29:04 +01:00
|
|
|
#advises
|
|
|
|
font-size: smaller
|
|
|
|
& > *
|
|
|
|
display: none
|
|
|
|
& > :first-child:after
|
|
|
|
content: '...'
|
|
|
|
& > :first-child, &:hover > *
|
|
|
|
display: block
|
|
|
|
|
2014-08-16 12:35:51 +02:00
|
|
|
aside
|
2014-07-07 20:53:24 +02:00
|
|
|
display: none
|
2014-08-16 12:35:51 +02:00
|
|
|
|
2016-10-21 13:46:32 +02:00
|
|
|
.links, a#banner
|
2014-08-16 12:35:51 +02:00
|
|
|
float: none
|
2014-11-09 15:23:04 +01:00
|
|
|
padding: 0.4em 0
|
|
|
|
|
2019-02-05 14:29:04 +01:00
|
|
|
fieldset
|
|
|
|
padding-left: 0
|
|
|
|
padding-right: 0
|
|
|
|
|
2017-05-22 16:42:21 +02:00
|
|
|
.field
|
2019-02-05 14:29:04 +01:00
|
|
|
& > label
|
|
|
|
width: 100%
|
2017-05-27 13:02:27 +02:00
|
|
|
display: block
|
|
|
|
text-align: left
|
2019-02-05 14:29:04 +01:00
|
|
|
margin-left: 1%
|
|
|
|
&.locality, &.repeat, &.active
|
|
|
|
label
|
|
|
|
width: auto
|
2017-05-27 13:02:27 +02:00
|
|
|
input
|
|
|
|
width: 100%
|
|
|
|
display: block
|
2019-02-05 14:29:04 +01:00
|
|
|
&#event_repeat, &#orga_active
|
|
|
|
width: auto
|
|
|
|
.radios
|
|
|
|
margin-left: auto
|
|
|
|
|
|
|
|
body.mce-content-body
|
|
|
|
padding: 1px 0
|
|
|
|
.mce-btn-group .mce-btn
|
|
|
|
margin-left: 0 !important
|
2017-05-27 13:02:27 +02:00
|
|
|
|
|
|
|
@media all and (min-width: 1600px)
|
|
|
|
body
|
2017-05-29 23:30:49 +02:00
|
|
|
font-size: larger
|
2017-05-27 13:02:27 +02:00
|
|
|
|
|
|
|
#advises
|
|
|
|
max-width: 60em
|