mode connection is ok

This commit is contained in:
Bachir Soussi Chiadmi
2018-02-27 16:09:52 +01:00
parent 4ce48857bb
commit bd1fc36384
8 changed files with 331 additions and 187 deletions
+31 -6
View File
@@ -774,11 +774,13 @@ h2.title {
h4.filet {
margin: 0.5em 0 0 70px; }
div.proposition:not(.chapitre), div.proposition.chapitre:first-of-type,
div.proposition:not(.chapitre), div.proposition.chapitre:first-of-type, div.proposition:not(.dot.nested),
div.appendice:not(.chapitre),
div.appendice.chapitre:first-of-type,
div.appendice:not(.dot.nested),
div.chapitre:not(.chapitre),
div.chapitre.chapitre:first-of-type {
div.chapitre.chapitre:first-of-type,
div.chapitre:not(.dot.nested) {
margin-top: 1em; }
div.proposition span.title,
@@ -883,7 +885,9 @@ main#content.mode-text .opened-link .close-link-btn {
border: 1px solid white;
width: 550px; }
.dot > span.title {
margin: 0 0.6em 0 0; }
padding: 0 0.6em 0 0; }
.dot.opened > span.title {
display: block; }
.dot > p.summary {
display: inline-block;
vertical-align: top;
@@ -913,7 +917,9 @@ main#content.mode-text .opened-link .close-link-btn {
text-decoration: none;
font-weight: bold; }
.dot.to-links > section.text {
border-top: 1px solid #e2e2e2; }
border-top: 1px solid #e2e2e2;
padding-top: 1.5em;
margin-top: -1.5em; }
.dot.from-links > section.text {
border-bottom: 1px solid #e2e2e2; }
.dot > nav.links {
@@ -925,8 +931,7 @@ main#content.mode-text .opened-link .close-link-btn {
padding-bottom: 10px; }
.dot > nav.links.from {
top: 100%;
padding-top: 10px;
margin-bottom: 15px; }
padding-top: 10px; }
.dot > nav.links:before {
content: "";
border-left: 1px solid #e2e2e2;
@@ -941,6 +946,26 @@ main#content.mode-text .opened-link .close-link-btn {
transition: opacity 0.4s ease-in-out; }
.dot.disabled > * {
color: grey; }
.dot.opened {
margin-bottom: 15px; }
.dot .bullet, .dot .close-link-btn {
position: absolute;
width: 20px;
left: -24px;
margin: -3px 0 0 0;
text-align: center; }
.dot .bullet span {
font-style: normal;
font-size: 0.2em;
font-weight: 300; }
.dot .close-link-btn {
cursor: pointer; }
.dot .close-link-btn span {
font-style: normal;
font-size: 0.7em;
font-weight: 300; }
.dot.nested {
font-size: 16px; }
footer {
position: fixed;