2019-11-05 22:32:15 +01:00
|
|
|
@import variables
|
2019-06-17 23:56:29 +02:00
|
|
|
|
2013-11-14 17:07:48 +01:00
|
|
|
*
|
2014-11-09 12:36:37 +01:00
|
|
|
height: auto
|
2013-12-10 23:49:01 +01:00
|
|
|
padding: 0
|
2019-06-27 22:17:40 +02:00
|
|
|
max-width: inherit
|
2019-06-16 17:07:37 +02:00
|
|
|
box-sizing: inherit
|
2014-08-16 11:19:27 +02:00
|
|
|
margin-left: auto
|
|
|
|
margin-right: auto
|
2013-11-24 16:11:44 +01:00
|
|
|
|
2013-12-10 23:49:01 +01:00
|
|
|
html
|
2014-08-24 14:24:53 +02:00
|
|
|
height: 100%
|
2019-06-27 22:17:40 +02:00
|
|
|
max-width: 100%
|
2019-06-16 17:07:37 +02:00
|
|
|
box-sizing: border-box
|
2019-06-27 22:17:40 +02:00
|
|
|
background-color: transparent
|
2014-08-24 14:24:53 +02:00
|
|
|
// Integrating adl in another website
|
2019-06-27 22:17:40 +02:00
|
|
|
&.iframe body
|
|
|
|
& > header, & > footer,
|
|
|
|
h2, nav, .orga_search, #banner
|
|
|
|
display: none
|
2013-12-10 23:49:01 +01:00
|
|
|
|
|
|
|
body
|
2019-05-01 15:31:16 +02:00
|
|
|
font-size: calc(6px + 0.8vw)
|
2019-06-27 22:17:40 +02:00
|
|
|
min-height: 100%
|
2018-09-16 23:17:24 +02:00
|
|
|
text-align: center
|
|
|
|
font-family: sans-serif
|
2019-06-27 22:17:40 +02:00
|
|
|
background-color: transparent
|
2014-07-17 16:45:12 +02:00
|
|
|
header, main, footer
|
|
|
|
*
|
2016-09-17 22:45:32 +02:00
|
|
|
transition-duration: 0.5s
|
2013-12-10 23:49:01 +01:00
|
|
|
|
2019-02-12 14:20:41 +01:00
|
|
|
img:-moz-broken
|
|
|
|
opacity: 0
|
|
|
|
|
2014-08-17 20:16:40 +02:00
|
|
|
a
|
|
|
|
&:link, &:visited
|
2016-09-17 22:45:32 +02:00
|
|
|
color: #258
|
2014-08-17 20:16:40 +02:00
|
|
|
text-decoration: none
|
2016-09-17 22:45:32 +02:00
|
|
|
&:hover, &:active, &:focus
|
|
|
|
color: #2E97FF
|
2013-12-10 23:49:01 +01:00
|
|
|
|
2017-05-20 16:02:07 +02:00
|
|
|
#flash-messages .flash
|
2014-08-09 18:59:11 +02:00
|
|
|
color: white
|
|
|
|
border: solid 1px #007ba0
|
|
|
|
margin: 1em auto
|
|
|
|
padding: 0.5em 1.1em
|
|
|
|
max-width: 50em
|
2017-05-29 23:30:49 +02:00
|
|
|
font-size: larger
|
2014-08-09 18:59:11 +02:00
|
|
|
text-align: justify
|
2016-09-17 22:45:32 +02:00
|
|
|
box-shadow: 0 0 0.3em gray
|
|
|
|
border-radius: 3px
|
2014-08-09 18:59:11 +02:00
|
|
|
background-color: #008cba
|
|
|
|
&.notice
|
|
|
|
border-color: #3a945b
|
|
|
|
background-color: #43ac6a
|
|
|
|
&.alert
|
|
|
|
border-color: #de2b0f
|
|
|
|
background-color: #f04124
|
|
|
|
|
|
|
|
h3.warning
|
|
|
|
color: white
|
|
|
|
margin: 0
|
|
|
|
padding: 1em
|
2016-09-17 22:45:32 +02:00
|
|
|
display: inline-block
|
2014-08-09 18:59:11 +02:00
|
|
|
text-align: center
|
2016-09-17 22:45:32 +02:00
|
|
|
box-shadow: 0 0 0.3em gray
|
|
|
|
border-radius: 1em
|
2018-09-16 23:17:24 +02:00
|
|
|
background-color: orange
|
2014-06-29 10:29:43 +02:00
|
|
|
|
2013-12-10 23:49:01 +01:00
|
|
|
header.top
|
2017-05-20 17:23:57 +02:00
|
|
|
text-align: left
|
2014-06-26 01:13:39 +02:00
|
|
|
img.logo
|
2017-05-20 17:23:57 +02:00
|
|
|
float: left
|
2019-05-01 21:53:26 +02:00
|
|
|
max-width: 12vw
|
2018-10-17 15:47:43 +02:00
|
|
|
margin-right: 1%
|
2013-12-10 23:49:01 +01:00
|
|
|
h1
|
2018-10-17 15:47:43 +02:00
|
|
|
margin: 0
|
|
|
|
padding: 0
|
2013-12-10 23:49:01 +01:00
|
|
|
h2
|
2014-09-27 13:06:11 +02:00
|
|
|
font:
|
2017-05-29 23:30:49 +02:00
|
|
|
size: inherit
|
2014-09-27 13:06:11 +02:00
|
|
|
style: italic
|
|
|
|
weight: normal
|
2018-10-17 15:47:43 +02:00
|
|
|
margin-top: 0.2em
|
2014-03-06 23:10:36 +01:00
|
|
|
|
2014-09-26 01:26:33 +02:00
|
|
|
main, body.mce-content-body
|
2018-10-17 15:47:43 +02:00
|
|
|
clear: both
|
2014-07-29 00:00:13 +02:00
|
|
|
position: relative
|
2013-12-29 23:25:38 +01:00
|
|
|
h3
|
|
|
|
text-align: left
|
|
|
|
ul, ol
|
|
|
|
text-align: left
|
2016-04-23 14:50:15 +02:00
|
|
|
padding-left: 1em
|
2016-03-06 01:51:13 +01:00
|
|
|
list-style-position: inside
|
2013-12-29 23:25:38 +01:00
|
|
|
p
|
2016-11-08 15:07:32 +01:00
|
|
|
text-align: left
|
2014-02-18 09:28:04 +01:00
|
|
|
&.label
|
|
|
|
text-align: center
|
2014-06-29 12:29:07 +02:00
|
|
|
span.label:after
|
|
|
|
content: ':'
|
2014-01-01 21:26:35 +01:00
|
|
|
hr
|
|
|
|
margin: 10px 20px
|
2013-12-28 15:45:21 +01:00
|
|
|
|
2015-02-28 17:28:05 +01:00
|
|
|
aside
|
|
|
|
float: right
|
|
|
|
border: 1px solid #96CFFF
|
|
|
|
margin: 0 1.2em
|
2016-10-18 15:37:03 +02:00
|
|
|
z-index: 10
|
2015-02-28 17:28:05 +01:00
|
|
|
padding: 5px
|
2016-10-18 15:37:03 +02:00
|
|
|
position: relative
|
2018-10-17 15:47:43 +02:00
|
|
|
max-width: 20em
|
2016-09-17 22:45:32 +02:00
|
|
|
box-shadow: 4px 4px 1em gray
|
2015-02-28 17:28:05 +01:00
|
|
|
margin-right: -4em
|
2017-05-22 16:42:21 +02:00
|
|
|
border-radius: 1em
|
2015-02-28 17:28:05 +01:00
|
|
|
background-color: #D6ECFF
|
2018-10-01 14:30:27 +02:00
|
|
|
h2
|
2015-02-28 17:28:05 +01:00
|
|
|
border-bottom: 1px black solid
|
|
|
|
padding-bottom: 0.3em
|
2018-10-01 14:30:27 +02:00
|
|
|
ul a
|
|
|
|
padding: 0.5em 1em 0.5em 0
|
|
|
|
display: block
|
2015-02-28 17:28:05 +01:00
|
|
|
|
2019-05-10 17:44:47 +02:00
|
|
|
main
|
2017-05-27 13:02:27 +02:00
|
|
|
width: 60em
|
2019-05-10 17:44:47 +02:00
|
|
|
body.index main
|
|
|
|
width: initial
|
|
|
|
|
|
|
|
fieldset
|
2014-08-09 18:59:11 +02:00
|
|
|
border: none
|
|
|
|
margin: 1em auto
|
2017-05-22 16:42:21 +02:00
|
|
|
padding: 2%
|
2019-06-17 23:56:29 +02:00
|
|
|
box-shadow: 1px 1px 5px $highlight
|
2016-09-17 22:45:32 +02:00
|
|
|
border-radius: 0.4em
|
2014-08-09 18:59:11 +02:00
|
|
|
legend
|
2017-06-02 13:15:23 +02:00
|
|
|
color: #666
|
2014-08-09 18:59:11 +02:00
|
|
|
padding: 0 1em
|
2017-06-02 13:15:23 +02:00
|
|
|
font-size: larger
|
2014-08-09 18:59:11 +02:00
|
|
|
background-color: white
|
|
|
|
h2
|
|
|
|
margin-top: 0
|
|
|
|
|
2013-12-28 15:45:21 +01:00
|
|
|
footer.bottom nav
|
2014-06-21 18:53:05 +02:00
|
|
|
clear: both
|
2014-10-19 00:40:22 +02:00
|
|
|
a
|
2014-10-31 14:24:40 +01:00
|
|
|
padding: 1.8%
|
2016-09-17 22:45:32 +02:00
|
|
|
display: inline-block
|
2014-12-29 01:29:01 +01:00
|
|
|
font-weight: bolder
|
2014-10-19 00:40:22 +02:00
|
|
|
&:hover
|
2016-09-17 22:45:32 +02:00
|
|
|
text-shadow: 0 0 1em lightgray
|
2014-07-17 16:45:12 +02:00
|
|
|
|
|
|
|
#loading
|
|
|
|
top: 45%
|
|
|
|
left: 45%
|
|
|
|
color: gray
|
|
|
|
display: none
|
|
|
|
position: fixed
|
|
|
|
font-size: 10vw
|
2016-09-17 22:45:32 +02:00
|
|
|
text-shadow: 0 0 4px gray
|
2014-07-17 16:45:12 +02:00
|
|
|
vertical-align: baseline
|
2014-08-16 11:19:27 +02:00
|
|
|
|
2016-01-10 14:41:20 +01:00
|
|
|
.pagination
|
|
|
|
span
|
|
|
|
display: none
|
|
|
|
span.next
|
|
|
|
display: block
|