forked from DGNum/gestioCOF
781 lines
19 KiB
CSS
781 lines
19 KiB
CSS
/* Welcome to Compass.
|
|
* In this file you should write your main styles. (or centralize your imports)
|
|
* Import this file using the following HTML or equivalent:
|
|
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
|
|
/* line 5, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font: inherit;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/* line 22, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
html {
|
|
line-height: 1;
|
|
}
|
|
|
|
/* line 24, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
|
|
/* line 26, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/* line 28, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
caption, th, td {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 30, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
q, blockquote {
|
|
quotes: none;
|
|
}
|
|
/* line 103, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
q:before, q:after, blockquote:before, blockquote:after {
|
|
content: "";
|
|
content: none;
|
|
}
|
|
|
|
/* line 32, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
/* line 116, ../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
|
display: block;
|
|
}
|
|
|
|
/* line 10, ../sass/screen.scss */
|
|
*, *:after, *:before {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* line 14, ../sass/screen.scss */
|
|
body {
|
|
background: #fefefe;
|
|
font: 17px "Source Sans Pro", "sans-serif";
|
|
color: #000;
|
|
}
|
|
|
|
/* line 20, ../sass/screen.scss */
|
|
header {
|
|
background: #5B0012;
|
|
}
|
|
|
|
/* line 24, ../sass/screen.scss */
|
|
h1, h2 {
|
|
font-family: "Carter One", "serif";
|
|
}
|
|
|
|
/* line 28, ../sass/screen.scss */
|
|
h1 {
|
|
font-size: 2.3em;
|
|
color: #90001C;
|
|
}
|
|
|
|
/* line 33, ../sass/screen.scss */
|
|
h2 {
|
|
font-size: 1.6em;
|
|
color: #b01432;
|
|
}
|
|
|
|
/* line 39, ../sass/screen.scss */
|
|
a {
|
|
color: #CC9500;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
padding: 0 2px;
|
|
margin: 0 -2px;
|
|
}
|
|
/* line 45, ../sass/screen.scss */
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* line 50, ../sass/screen.scss */
|
|
h2 a {
|
|
font-weight: inherit;
|
|
color: inherit;
|
|
}
|
|
|
|
/* line 56, ../sass/screen.scss */
|
|
header a {
|
|
color: #fefefe;
|
|
}
|
|
/* line 58, ../sass/screen.scss */
|
|
header a:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 62, ../sass/screen.scss */
|
|
header section {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
}
|
|
/* line 68, ../sass/screen.scss */
|
|
header section.bottom-menu {
|
|
justify-content: space-around;
|
|
text-align: center;
|
|
background: #90001C;
|
|
}
|
|
/* line 74, ../sass/screen.scss */
|
|
header h1 {
|
|
padding: 0 15px;
|
|
}
|
|
/* line 77, ../sass/screen.scss */
|
|
header nav {
|
|
display: inline-flex;
|
|
}
|
|
/* line 79, ../sass/screen.scss */
|
|
header nav ul {
|
|
display: inline-flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
/* line 82, ../sass/screen.scss */
|
|
header nav ul li {
|
|
display: inline-block;
|
|
}
|
|
/* line 84, ../sass/screen.scss */
|
|
header nav ul li > * {
|
|
display: block;
|
|
padding: 10px 15px;
|
|
font-weight: bold;
|
|
}
|
|
/* line 89, ../sass/screen.scss */
|
|
header nav ul li > *:hover {
|
|
background: #280008;
|
|
}
|
|
/* line 95, ../sass/screen.scss */
|
|
header nav .lang-select {
|
|
display: inline-block;
|
|
height: 100%;
|
|
vertical-align: top;
|
|
position: relative;
|
|
}
|
|
/* line 101, ../sass/screen.scss */
|
|
header nav .lang-select:before {
|
|
content: "";
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
border-left: 1px solid #fff;
|
|
height: calc(100% - 20px);
|
|
margin: 10px 0;
|
|
padding-left: 10px;
|
|
}
|
|
/* line 113, ../sass/screen.scss */
|
|
header nav .lang-select a {
|
|
padding: 10px 20px;
|
|
display: block;
|
|
}
|
|
/* line 117, ../sass/screen.scss */
|
|
header nav .lang-select a img {
|
|
display: block;
|
|
width: auto;
|
|
max-height: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 128, ../sass/screen.scss */
|
|
article {
|
|
line-height: 1.4;
|
|
}
|
|
/* line 130, ../sass/screen.scss */
|
|
article p, article ul {
|
|
margin: 0.4em 0;
|
|
}
|
|
/* line 133, ../sass/screen.scss */
|
|
article ul {
|
|
padding-left: 20px;
|
|
}
|
|
/* line 135, ../sass/screen.scss */
|
|
article ul li {
|
|
list-style: outside;
|
|
}
|
|
/* line 139, ../sass/screen.scss */
|
|
article:last-child {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
/* line 144, ../sass/screen.scss */
|
|
.container {
|
|
max-width: 1000px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
/* line 149, ../sass/screen.scss */
|
|
.container .aside-wrap {
|
|
position: absolute;
|
|
top: 30px;
|
|
height: 100%;
|
|
width: 25%;
|
|
left: 6px;
|
|
}
|
|
/* line 156, ../sass/screen.scss */
|
|
.container .aside-wrap .aside {
|
|
color: #222;
|
|
position: fixed;
|
|
position: sticky;
|
|
top: 5px;
|
|
width: 100%;
|
|
background: #FFC500;
|
|
padding: 15px;
|
|
box-shadow: -3px 3px 1px rgba(34, 6, 12, 0.3);
|
|
}
|
|
/* line 166, ../sass/screen.scss */
|
|
.container .aside-wrap .aside h2 {
|
|
color: #000;
|
|
}
|
|
/* line 170, ../sass/screen.scss */
|
|
.container .aside-wrap .aside .calendar {
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
/* line 174, ../sass/screen.scss */
|
|
.container .aside-wrap .aside .calendar:last-child {
|
|
margin-bottom: 40px;
|
|
}
|
|
/* line 179, ../sass/screen.scss */
|
|
.container .aside-wrap .aside a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 30%);
|
|
}
|
|
/* line 183, ../sass/screen.scss */
|
|
.container .aside-wrap .aside a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/* line 188, ../sass/screen.scss */
|
|
.container .aside-wrap .aside .aside-content {
|
|
max-height: 70vh;
|
|
max-height: calc(80vh - 150px);
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
/* line 196, ../sass/screen.scss */
|
|
.container .aside-wrap .aside ul.directory li {
|
|
list-style: "*" inside;
|
|
padding-left: 10px;
|
|
text-indent: -10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 206, ../sass/screen.scss */
|
|
.container .content {
|
|
max-width: 900px;
|
|
margin-left: auto;
|
|
margin-right: 6px;
|
|
}
|
|
/* line 211, ../sass/screen.scss */
|
|
.container .content h3 {
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
}
|
|
/* line 216, ../sass/screen.scss */
|
|
.container .content h4 {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
/* line 221, ../sass/screen.scss */
|
|
.container .content b, .container .content strong {
|
|
font-weight: bold;
|
|
}
|
|
/* line 225, ../sass/screen.scss */
|
|
.container .content i {
|
|
font-style: italic;
|
|
}
|
|
/* line 229, ../sass/screen.scss */
|
|
.container .content .intro, .container .content article.paragraph, .container .content article.entry {
|
|
line-height: 1.5;
|
|
}
|
|
/* line 232, ../sass/screen.scss */
|
|
.container .content .intro a, .container .content article.paragraph a, .container .content article.entry a {
|
|
color: #000;
|
|
background-image: linear-gradient(to top, rgba(255, 197, 0, 0.8) 30%, rgba(255, 197, 0, 0) 30%);
|
|
text-decoration: none;
|
|
}
|
|
/* line 238, ../sass/screen.scss */
|
|
.container .content .intro ul, .container .content .intro ol, .container .content article.paragraph ul, .container .content article.paragraph ol, .container .content article.entry ul, .container .content article.entry ol {
|
|
padding-left: 1em;
|
|
}
|
|
/* line 244, ../sass/screen.scss */
|
|
.container .content .intro ul li, .container .content article.paragraph ul li, .container .content article.entry ul li {
|
|
list-style: disc;
|
|
}
|
|
/* line 247, ../sass/screen.scss */
|
|
.container .content .intro ol li, .container .content article.paragraph ol li, .container .content article.entry ol li {
|
|
list-style: arabic;
|
|
}
|
|
/* line 252, ../sass/screen.scss */
|
|
.container .content .intro {
|
|
border-bottom: 3px solid #7f7f7f;
|
|
margin: 20px 0;
|
|
margin-top: 5px;
|
|
padding: 15px 5px;
|
|
}
|
|
/* line 261, ../sass/screen.scss */
|
|
.container .content section article {
|
|
background: #fff;
|
|
padding: 20px 30px;
|
|
box-shadow: -3px 3px 1px rgba(34, 6, 12, 0.3);
|
|
border: 1px solid rgba(34, 6, 12, 0.1);
|
|
border-radius: 2px;
|
|
}
|
|
/* line 269, ../sass/screen.scss */
|
|
.container .content section article + h2 {
|
|
margin-top: 15px;
|
|
}
|
|
/* line 273, ../sass/screen.scss */
|
|
.container .content section article + article {
|
|
margin-top: 25px;
|
|
}
|
|
/* line 277, ../sass/screen.scss */
|
|
.container .content section .image {
|
|
margin: 15px 0;
|
|
text-align: center;
|
|
padding: 20px;
|
|
}
|
|
/* line 282, ../sass/screen.scss */
|
|
.container .content section .image img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
box-shadow: -7px 7px 1px rgba(34, 6, 12, 0.2);
|
|
}
|
|
/* line 290, ../sass/screen.scss */
|
|
.container .content section.directory article.entry {
|
|
width: 90%;
|
|
max-width: 600px;
|
|
max-height: 100%;
|
|
position: relative;
|
|
margin-left: 6%;
|
|
}
|
|
/* line 297, ../sass/screen.scss */
|
|
.container .content section.directory article.entry .entry-image {
|
|
display: block;
|
|
float: right;
|
|
width: 150px;
|
|
background: #fff;
|
|
box-shadow: -4px 4px 1px rgba(34, 6, 12, 0.2);
|
|
border-right: 1px solid rgba(34, 6, 12, 0.2);
|
|
border-top: 1px solid rgba(34, 6, 12, 0.2);
|
|
padding: 1px;
|
|
overflow: hidden;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
transform: translateX(10px);
|
|
line-height: 0;
|
|
}
|
|
/* line 312, ../sass/screen.scss */
|
|
.container .content section.directory article.entry .entry-image img {
|
|
width: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
/* line 320, ../sass/screen.scss */
|
|
.container .content section.directory article.entry ul.links {
|
|
margin-top: 10px;
|
|
border-top: 1px solid #90001C;
|
|
padding-top: 10px;
|
|
font-weight: bold;
|
|
}
|
|
/* line 326, ../sass/screen.scss */
|
|
.container .content section.directory article.entry ul.links .label {
|
|
font-weight: normal;
|
|
}
|
|
/* line 333, ../sass/screen.scss */
|
|
.container .content section.actuhome {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
align-items: top;
|
|
}
|
|
/* line 339, ../sass/screen.scss */
|
|
.container .content section.actuhome article + article {
|
|
margin: 0;
|
|
}
|
|
/* line 343, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu {
|
|
position: relative;
|
|
background: none;
|
|
box-shadow: none;
|
|
border: none;
|
|
max-width: 400px;
|
|
min-width: 300px;
|
|
flex: 1;
|
|
}
|
|
/* line 352, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-header {
|
|
position: relative;
|
|
box-shadow: -4px 5px 1px rgba(34, 6, 12, 0.3);
|
|
border-right: 1px solid rgba(34, 6, 12, 0.2);
|
|
border-top: 1px solid rgba(34, 6, 12, 0.2);
|
|
min-height: 180px;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
/* line 365, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-header h2 {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 5px;
|
|
text-shadow: 0 0 5px rgba(34, 6, 12, 0.8);
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
|
}
|
|
/* line 373, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-header h2 a {
|
|
color: #fff;
|
|
}
|
|
/* line 379, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-misc {
|
|
background: white;
|
|
box-shadow: -2px 2px 1px rgba(34, 6, 12, 0.2);
|
|
border: 1px solid rgba(34, 6, 12, 0.2);
|
|
border-radius: 2px;
|
|
margin: 0 10px;
|
|
padding: 15px;
|
|
padding-top: 5px;
|
|
}
|
|
/* line 388, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-misc .actu-minical {
|
|
display: block;
|
|
}
|
|
/* line 391, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-misc .actu-dates {
|
|
display: block;
|
|
text-align: right;
|
|
font-size: 0.9em;
|
|
}
|
|
/* line 398, ../sass/screen.scss */
|
|
.container .content section.actuhome article.actu .actu-overlay {
|
|
display: block;
|
|
background: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 5;
|
|
opacity: 0;
|
|
}
|
|
/* line 414, ../sass/screen.scss */
|
|
.container .content section.actulist article.actu {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
/* line 419, ../sass/screen.scss */
|
|
.container .content section.actulist article.actu .actu-image {
|
|
width: 30%;
|
|
max-width: 200px;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
}
|
|
/* line 425, ../sass/screen.scss */
|
|
.container .content section.actulist article.actu .actu-infos {
|
|
padding: 15px;
|
|
flex: 1;
|
|
}
|
|
/* line 429, ../sass/screen.scss */
|
|
.container .content section.actulist article.actu .actu-infos .actu-dates {
|
|
font-weight: bold;
|
|
font-size: 0.9em;
|
|
}
|
|
/* line 439, ../sass/screen.scss */
|
|
.container .aside-wrap + .content {
|
|
max-width: 70%;
|
|
}
|
|
|
|
/* line 444, ../sass/screen.scss */
|
|
.calendar {
|
|
color: rgba(0, 0, 0, 0.8);
|
|
width: 200px;
|
|
}
|
|
/* line 448, ../sass/screen.scss */
|
|
.calendar td, .calendar th {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
border: 2px solid transparent;
|
|
padding: 1px;
|
|
}
|
|
/* line 455, ../sass/screen.scss */
|
|
.calendar th {
|
|
font-weight: bold;
|
|
}
|
|
/* line 459, ../sass/screen.scss */
|
|
.calendar td {
|
|
font-size: 0.8em;
|
|
width: 28px;
|
|
height: 28px;
|
|
}
|
|
/* line 464, ../sass/screen.scss */
|
|
.calendar td.out {
|
|
opacity: 0.3;
|
|
}
|
|
/* line 467, ../sass/screen.scss */
|
|
.calendar td.today {
|
|
border-bottom-color: #000;
|
|
}
|
|
/* line 470, ../sass/screen.scss */
|
|
.calendar td:nth-child(7), .calendar td:nth-child(6) {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 473, ../sass/screen.scss */
|
|
.calendar td.hasevent {
|
|
position: relative;
|
|
font-weight: bold;
|
|
color: #90001C;
|
|
font-size: 1em;
|
|
}
|
|
/* line 479, ../sass/screen.scss */
|
|
.calendar td.hasevent > a {
|
|
padding: 3px;
|
|
color: #90001C !important;
|
|
background: none !important;
|
|
}
|
|
/* line 485, ../sass/screen.scss */
|
|
.calendar td.hasevent ul.cal-events {
|
|
font-size: 0.9em;
|
|
text-align: left;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 2;
|
|
background: #fff;
|
|
width: 100px;
|
|
left: -30px;
|
|
margin-top: 10px;
|
|
padding: 5px;
|
|
background-color: #90001C;
|
|
}
|
|
/* line 498, ../sass/screen.scss */
|
|
.calendar td.hasevent ul.cal-events .datename {
|
|
display: none;
|
|
}
|
|
/* line 501, ../sass/screen.scss */
|
|
.calendar td.hasevent ul.cal-events:before {
|
|
top: -12px;
|
|
left: 38px;
|
|
content: "";
|
|
position: absolute;
|
|
border: 6px solid transparent;
|
|
border-bottom-color: #90001C;
|
|
}
|
|
/* line 509, ../sass/screen.scss */
|
|
.calendar td.hasevent ul.cal-events a {
|
|
color: #fff;
|
|
background: none !important;
|
|
}
|
|
/* line 515, ../sass/screen.scss */
|
|
.calendar td.hasevent > a:hover {
|
|
background-color: #90001C;
|
|
color: #fff !important;
|
|
}
|
|
/* line 519, ../sass/screen.scss */
|
|
.calendar td.hasevent > a:hover + ul.cal-events {
|
|
display: block;
|
|
}
|
|
/* line 527, ../sass/screen.scss */
|
|
.calendar tr.head th {
|
|
position: relative;
|
|
}
|
|
/* line 529, ../sass/screen.scss */
|
|
.calendar tr.head th a {
|
|
position: absolute;
|
|
display: block;
|
|
width: 150%;
|
|
padding: 5px;
|
|
top: -5px;
|
|
background: none !important;
|
|
}
|
|
/* line 537, ../sass/screen.scss */
|
|
.calendar tr.head th:first-child a {
|
|
left: 0;
|
|
text-align: left;
|
|
}
|
|
/* line 541, ../sass/screen.scss */
|
|
.calendar tr.head th:last-child a {
|
|
text-align: right;
|
|
right: 0;
|
|
}
|
|
|
|
/* line 549, ../sass/screen.scss */
|
|
#calendar-wrap .details {
|
|
border-top: 1px solid #90001C;
|
|
margin-top: 15px;
|
|
padding-top: 10px;
|
|
}
|
|
/* line 554, ../sass/screen.scss */
|
|
#calendar-wrap .details li.datename {
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* line 555, ../sass/screen.scss */
|
|
#calendar-wrap .details li.datename:after {
|
|
content: " :";
|
|
}
|
|
|
|
/* line 1, ../sass/_responsive.scss */
|
|
header .minimenu {
|
|
display: none;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
/* line 6, ../sass/_responsive.scss */
|
|
header {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
width: 100%;
|
|
max-height: 100vh;
|
|
height: 60px;
|
|
overflow: hidden;
|
|
}
|
|
/* line 16, ../sass/_responsive.scss */
|
|
header .minimenu {
|
|
display: block;
|
|
position: absolute;
|
|
right: 3px;
|
|
top: 3px;
|
|
}
|
|
/* line 23, ../sass/_responsive.scss */
|
|
header section {
|
|
display: block;
|
|
}
|
|
/* line 25, ../sass/_responsive.scss */
|
|
header section nav {
|
|
display: none;
|
|
}
|
|
|
|
/* line 31, ../sass/_responsive.scss */
|
|
header.expanded {
|
|
overflow: auto;
|
|
height: auto;
|
|
}
|
|
/* line 35, ../sass/_responsive.scss */
|
|
header.expanded nav {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
/* line 38, ../sass/_responsive.scss */
|
|
header.expanded nav ul {
|
|
flex-wrap: wrap;
|
|
justify-content: right;
|
|
}
|
|
/* line 41, ../sass/_responsive.scss */
|
|
header.expanded nav ul li > * {
|
|
padding: 18px;
|
|
}
|
|
|
|
/* line 48, ../sass/_responsive.scss */
|
|
.container {
|
|
margin-top: 65px;
|
|
}
|
|
/* line 51, ../sass/_responsive.scss */
|
|
.container .content {
|
|
max-width: unset;
|
|
margin: 6px;
|
|
}
|
|
/* line 56, ../sass/_responsive.scss */
|
|
.container .content section article {
|
|
padding: 10px;
|
|
}
|
|
/* line 60, ../sass/_responsive.scss */
|
|
.container .content section .image {
|
|
padding: 0;
|
|
margin: 10px -6px;
|
|
}
|
|
/* line 65, ../sass/_responsive.scss */
|
|
.container .content section.directory article.entry {
|
|
width: 100%;
|
|
margin-left: 0;
|
|
}
|
|
/* line 72, ../sass/_responsive.scss */
|
|
.container .aside-wrap + .content {
|
|
max-width: unset;
|
|
margin-top: 120px;
|
|
}
|
|
/* line 77, ../sass/_responsive.scss */
|
|
.container .aside-wrap {
|
|
z-index: 3;
|
|
top: 60px;
|
|
position: fixed;
|
|
width: 100%;
|
|
margin: 0;
|
|
height: auto;
|
|
left: 0;
|
|
}
|
|
/* line 86, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside {
|
|
margin: 0;
|
|
padding: 0;
|
|
top: 0;
|
|
position: unset;
|
|
}
|
|
/* line 92, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside > h2 {
|
|
position: relative;
|
|
cursor: pointer;
|
|
padding: 5px 10px;
|
|
}
|
|
/* line 96, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside > h2:after {
|
|
content: "v";
|
|
font-family: "Source Sans Pro", "sans-serif";
|
|
font-weight: bold;
|
|
color: #CC9500;
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
/* line 106, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside:not(.expanded) .aside-content {
|
|
display: none;
|
|
}
|
|
/* line 111, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside ul {
|
|
text-align: center;
|
|
}
|
|
/* line 113, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside ul li {
|
|
display: inline-block;
|
|
}
|
|
/* line 115, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside ul li > * {
|
|
display: block;
|
|
padding: 15px;
|
|
}
|
|
/* line 122, ../sass/_responsive.scss */
|
|
.container .aside-wrap .aside .aside-content {
|
|
max-height: calc(100vh - 110px);
|
|
}
|
|
}
|