forked from DGNum/gestioCOF
CSS++
This commit is contained in:
parent
6d72644ee3
commit
6d6ba70bd7
5 changed files with 94 additions and 65 deletions
|
@ -157,48 +157,61 @@ header nav .lang-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
/* line 89, ../sass/screen.scss */
|
/* line 90, ../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 102, ../sass/screen.scss */
|
||||||
header nav .lang-select a {
|
header nav .lang-select a {
|
||||||
padding: 5px;
|
padding: 10px 20px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
/* line 92, ../sass/screen.scss */
|
/* line 106, ../sass/screen.scss */
|
||||||
header nav .lang-select a img {
|
header nav .lang-select a img {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-height: 30px;
|
max-height: 20px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 103, ../sass/screen.scss */
|
/* line 117, ../sass/screen.scss */
|
||||||
article {
|
article {
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
/* line 105, ../sass/screen.scss */
|
/* line 119, ../sass/screen.scss */
|
||||||
article p, article ul {
|
article p, article ul {
|
||||||
margin: 0.4em 0;
|
margin: 0.4em 0;
|
||||||
}
|
}
|
||||||
/* line 108, ../sass/screen.scss */
|
/* line 122, ../sass/screen.scss */
|
||||||
article ul {
|
article ul {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
/* line 110, ../sass/screen.scss */
|
/* line 124, ../sass/screen.scss */
|
||||||
article ul li {
|
article ul li {
|
||||||
list-style: outside;
|
list-style: outside;
|
||||||
}
|
}
|
||||||
/* line 114, ../sass/screen.scss */
|
/* line 128, ../sass/screen.scss */
|
||||||
article:last-child {
|
article:last-child {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 119, ../sass/screen.scss */
|
/* line 133, ../sass/screen.scss */
|
||||||
.container {
|
.container {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/* line 124, ../sass/screen.scss */
|
/* line 138, ../sass/screen.scss */
|
||||||
.container .aside-wrap {
|
.container .aside-wrap {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
|
@ -206,7 +219,7 @@ article:last-child {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
}
|
}
|
||||||
/* line 131, ../sass/screen.scss */
|
/* line 145, ../sass/screen.scss */
|
||||||
.container .aside-wrap .aside {
|
.container .aside-wrap .aside {
|
||||||
color: #222;
|
color: #222;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -217,33 +230,33 @@ article:last-child {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
box-shadow: -4px 4px 1px rgba(153, 118, 0, 0.3);
|
box-shadow: -4px 4px 1px rgba(153, 118, 0, 0.3);
|
||||||
}
|
}
|
||||||
/* line 141, ../sass/screen.scss */
|
/* line 155, ../sass/screen.scss */
|
||||||
.container .aside-wrap .aside h2 {
|
.container .aside-wrap .aside h2 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* line 145, ../sass/screen.scss */
|
/* line 159, ../sass/screen.scss */
|
||||||
.container .aside-wrap .aside .calendar {
|
.container .aside-wrap .aside .calendar {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
/* line 150, ../sass/screen.scss */
|
/* line 164, ../sass/screen.scss */
|
||||||
.container .aside-wrap .aside a {
|
.container .aside-wrap .aside a {
|
||||||
color: #997000;
|
color: #997000;
|
||||||
}
|
}
|
||||||
/* line 156, ../sass/screen.scss */
|
/* line 170, ../sass/screen.scss */
|
||||||
.container .content {
|
.container .content {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
/* line 161, ../sass/screen.scss */
|
/* line 175, ../sass/screen.scss */
|
||||||
.container .content .intro {
|
.container .content .intro {
|
||||||
border-bottom: 3px solid #7f7f7f;
|
border-bottom: 3px solid #7f7f7f;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding: 15px 5px;
|
padding: 15px 5px;
|
||||||
}
|
}
|
||||||
/* line 170, ../sass/screen.scss */
|
/* line 184, ../sass/screen.scss */
|
||||||
.container .content section article {
|
.container .content section article {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 20px 30px;
|
padding: 20px 30px;
|
||||||
|
@ -251,31 +264,31 @@ article:last-child {
|
||||||
border: 1px solid rgba(153, 118, 0, 0.1);
|
border: 1px solid rgba(153, 118, 0, 0.1);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
/* line 176, ../sass/screen.scss */
|
/* line 190, ../sass/screen.scss */
|
||||||
.container .content section article a {
|
.container .content section article a {
|
||||||
color: #CC9500;
|
color: #CC9500;
|
||||||
}
|
}
|
||||||
/* line 181, ../sass/screen.scss */
|
/* line 195, ../sass/screen.scss */
|
||||||
.container .content section article + h2 {
|
.container .content section article + h2 {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
/* line 185, ../sass/screen.scss */
|
/* line 199, ../sass/screen.scss */
|
||||||
.container .content section article + article {
|
.container .content section article + article {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
/* line 189, ../sass/screen.scss */
|
/* line 203, ../sass/screen.scss */
|
||||||
.container .content section .image {
|
.container .content section .image {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
/* line 194, ../sass/screen.scss */
|
/* line 208, ../sass/screen.scss */
|
||||||
.container .content section .image img {
|
.container .content section .image img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
box-shadow: -7px 7px 1px rgba(153, 118, 0, 0.2);
|
box-shadow: -7px 7px 1px rgba(153, 118, 0, 0.2);
|
||||||
}
|
}
|
||||||
/* line 202, ../sass/screen.scss */
|
/* line 216, ../sass/screen.scss */
|
||||||
.container .content section.directory article.entry {
|
.container .content section.directory article.entry {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
@ -283,7 +296,7 @@ article:last-child {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 6%;
|
margin-left: 6%;
|
||||||
}
|
}
|
||||||
/* line 209, ../sass/screen.scss */
|
/* line 223, ../sass/screen.scss */
|
||||||
.container .content section.directory article.entry .entry-image {
|
.container .content section.directory article.entry .entry-image {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -298,31 +311,31 @@ article:last-child {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
transform: translateX(10px);
|
transform: translateX(10px);
|
||||||
}
|
}
|
||||||
/* line 223, ../sass/screen.scss */
|
/* line 237, ../sass/screen.scss */
|
||||||
.container .content section.directory article.entry .entry-image img {
|
.container .content section.directory article.entry .entry-image img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
/* line 231, ../sass/screen.scss */
|
/* line 245, ../sass/screen.scss */
|
||||||
.container .content section.directory article.entry ul.links {
|
.container .content section.directory article.entry ul.links {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-top: 1px solid #90001C;
|
border-top: 1px solid #90001C;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
/* line 239, ../sass/screen.scss */
|
/* line 253, ../sass/screen.scss */
|
||||||
.container .content section.actuhome {
|
.container .content section.actuhome {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: top;
|
align-items: top;
|
||||||
}
|
}
|
||||||
/* line 245, ../sass/screen.scss */
|
/* line 259, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article + article {
|
.container .content section.actuhome article + article {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
/* line 249, ../sass/screen.scss */
|
/* line 263, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu {
|
.container .content section.actuhome article.actu {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -332,7 +345,7 @@ article:last-child {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
/* line 258, ../sass/screen.scss */
|
/* line 272, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-header {
|
.container .content section.actuhome article.actu .actu-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: -4px 5px 1px rgba(153, 118, 0, 0.3);
|
box-shadow: -4px 5px 1px rgba(153, 118, 0, 0.3);
|
||||||
|
@ -346,7 +359,7 @@ article:last-child {
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
/* line 271, ../sass/screen.scss */
|
/* line 285, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-header h2 {
|
.container .content section.actuhome article.actu .actu-header h2 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -356,11 +369,11 @@ article:last-child {
|
||||||
text-shadow: 0 0 5px rgba(153, 118, 0, 0.8);
|
text-shadow: 0 0 5px rgba(153, 118, 0, 0.8);
|
||||||
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
||||||
}
|
}
|
||||||
/* line 279, ../sass/screen.scss */
|
/* line 293, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-header h2 a {
|
.container .content section.actuhome article.actu .actu-header h2 a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* line 285, ../sass/screen.scss */
|
/* line 299, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-misc {
|
.container .content section.actuhome article.actu .actu-misc {
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: -2px 2px 1px rgba(153, 118, 0, 0.2);
|
box-shadow: -2px 2px 1px rgba(153, 118, 0, 0.2);
|
||||||
|
@ -370,17 +383,17 @@ article:last-child {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
/* line 294, ../sass/screen.scss */
|
/* line 308, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-misc .actu-minical {
|
.container .content section.actuhome article.actu .actu-misc .actu-minical {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
/* line 297, ../sass/screen.scss */
|
/* line 311, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-misc .actu-dates {
|
.container .content section.actuhome article.actu .actu-misc .actu-dates {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
/* line 304, ../sass/screen.scss */
|
/* line 318, ../sass/screen.scss */
|
||||||
.container .content section.actuhome article.actu .actu-overlay {
|
.container .content section.actuhome article.actu .actu-overlay {
|
||||||
display: block;
|
display: block;
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -392,80 +405,81 @@ article:last-child {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
/* line 320, ../sass/screen.scss */
|
/* line 334, ../sass/screen.scss */
|
||||||
.container .content section.actulist article.actu {
|
.container .content section.actulist article.actu {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
/* line 325, ../sass/screen.scss */
|
/* line 339, ../sass/screen.scss */
|
||||||
.container .content section.actulist article.actu .actu-image {
|
.container .content section.actulist article.actu .actu-image {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
/* line 331, ../sass/screen.scss */
|
/* line 345, ../sass/screen.scss */
|
||||||
.container .content section.actulist article.actu .actu-infos {
|
.container .content section.actulist article.actu .actu-infos {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
/* line 335, ../sass/screen.scss */
|
/* line 349, ../sass/screen.scss */
|
||||||
.container .content section.actulist article.actu .actu-infos .actu-dates {
|
.container .content section.actulist article.actu .actu-infos .actu-dates {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
/* line 345, ../sass/screen.scss */
|
/* line 359, ../sass/screen.scss */
|
||||||
.container .aside-wrap + .content {
|
.container .aside-wrap + .content {
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 350, ../sass/screen.scss */
|
/* line 364, ../sass/screen.scss */
|
||||||
.calendar {
|
.calendar {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
|
width: 200px;
|
||||||
}
|
}
|
||||||
/* line 353, ../sass/screen.scss */
|
/* line 368, ../sass/screen.scss */
|
||||||
.calendar td, .calendar th {
|
.calendar td, .calendar th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
/* line 360, ../sass/screen.scss */
|
/* line 375, ../sass/screen.scss */
|
||||||
.calendar th {
|
.calendar th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/* line 364, ../sass/screen.scss */
|
/* line 379, ../sass/screen.scss */
|
||||||
.calendar td {
|
.calendar td {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
/* line 369, ../sass/screen.scss */
|
/* line 384, ../sass/screen.scss */
|
||||||
.calendar td.out {
|
.calendar td.out {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
/* line 372, ../sass/screen.scss */
|
/* line 387, ../sass/screen.scss */
|
||||||
.calendar td.today {
|
.calendar td.today {
|
||||||
border-bottom-color: #000;
|
border-bottom-color: #000;
|
||||||
}
|
}
|
||||||
/* line 375, ../sass/screen.scss */
|
/* line 390, ../sass/screen.scss */
|
||||||
.calendar td:nth-child(7), .calendar td:nth-child(6) {
|
.calendar td:nth-child(7), .calendar td:nth-child(6) {
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
/* line 378, ../sass/screen.scss */
|
/* line 393, ../sass/screen.scss */
|
||||||
.calendar td.hasevent {
|
.calendar td.hasevent {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #90001C;
|
color: #90001C;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
/* line 384, ../sass/screen.scss */
|
/* line 399, ../sass/screen.scss */
|
||||||
.calendar td.hasevent > a {
|
.calendar td.hasevent > a {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
color: #90001C !important;
|
color: #90001C !important;
|
||||||
}
|
}
|
||||||
/* line 389, ../sass/screen.scss */
|
/* line 404, ../sass/screen.scss */
|
||||||
.calendar td.hasevent ul.cal-events {
|
.calendar td.hasevent ul.cal-events {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -478,11 +492,11 @@ article:last-child {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #90001C;
|
background-color: #90001C;
|
||||||
}
|
}
|
||||||
/* line 402, ../sass/screen.scss */
|
/* line 417, ../sass/screen.scss */
|
||||||
.calendar td.hasevent ul.cal-events .datename {
|
.calendar td.hasevent ul.cal-events .datename {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* line 405, ../sass/screen.scss */
|
/* line 420, ../sass/screen.scss */
|
||||||
.calendar td.hasevent ul.cal-events:before {
|
.calendar td.hasevent ul.cal-events:before {
|
||||||
top: -12px;
|
top: -12px;
|
||||||
left: 38px;
|
left: 38px;
|
||||||
|
@ -491,33 +505,33 @@ article:last-child {
|
||||||
border: 6px solid transparent;
|
border: 6px solid transparent;
|
||||||
border-bottom-color: #90001C;
|
border-bottom-color: #90001C;
|
||||||
}
|
}
|
||||||
/* line 413, ../sass/screen.scss */
|
/* line 428, ../sass/screen.scss */
|
||||||
.calendar td.hasevent ul.cal-events a {
|
.calendar td.hasevent ul.cal-events a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* line 418, ../sass/screen.scss */
|
/* line 433, ../sass/screen.scss */
|
||||||
.calendar td.hasevent > a:hover {
|
.calendar td.hasevent > a:hover {
|
||||||
background-color: #90001C;
|
background-color: #90001C;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
/* line 422, ../sass/screen.scss */
|
/* line 437, ../sass/screen.scss */
|
||||||
.calendar td.hasevent > a:hover + ul.cal-events {
|
.calendar td.hasevent > a:hover + ul.cal-events {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 430, ../sass/screen.scss */
|
/* line 445, ../sass/screen.scss */
|
||||||
#calendar-wrap .details {
|
#calendar-wrap .details {
|
||||||
border-top: 1px solid #90001C;
|
border-top: 1px solid #90001C;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
/* line 435, ../sass/screen.scss */
|
/* line 450, ../sass/screen.scss */
|
||||||
#calendar-wrap .details li.datename {
|
#calendar-wrap .details li.datename {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
/* line 436, ../sass/screen.scss */
|
/* line 451, ../sass/screen.scss */
|
||||||
#calendar-wrap .details li.datename:after {
|
#calendar-wrap .details li.datename:after {
|
||||||
content: " :";
|
content: " :";
|
||||||
}
|
}
|
||||||
|
@ -618,7 +632,7 @@ header .minimenu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
position: absolute;
|
position: unset;
|
||||||
}
|
}
|
||||||
/* line 92, ../sass/_responsive.scss */
|
/* line 92, ../sass/_responsive.scss */
|
||||||
.container .aside-wrap .aside > h2 {
|
.container .aside-wrap .aside > h2 {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 300 B |
|
@ -87,7 +87,7 @@ header .minimenu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
position: absolute;
|
position: unset;
|
||||||
|
|
||||||
& > h2 {
|
& > h2 {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -85,14 +85,28 @@ header {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&: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;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding: 5px;
|
padding: 10px 20px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-height: 30px;
|
max-height: 20px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -349,6 +363,7 @@ article {
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
color: rgba(#000, 0.8);
|
color: rgba(#000, 0.8);
|
||||||
|
width: 200px;
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue