mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-05 17:19:35 +00:00
Rework gitbook, add Clever 4 instruction (#163)
Co-authored-by: sfalexrog <sfalexrog@gmail.com> * Rework the structure. * Add Clever 4 assembling instruction. * Rework setup articles. * Many additional changes.
This commit is contained in:
@@ -7,3 +7,44 @@ section ul li:before {
|
||||
margin-left: -20px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* Centered images */
|
||||
.book img.center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* Images with border */
|
||||
.book img.border {
|
||||
border: 1px #e9e9e9 solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.book.color-theme-2 img.border {
|
||||
border: none;
|
||||
background: #fffffa;
|
||||
}
|
||||
|
||||
/* Images groups in instructions */
|
||||
.book .image-group {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.book .image-group img {
|
||||
align-self: center;
|
||||
margin: 0 10px;
|
||||
width: 300px;
|
||||
margin-bottom: 0.85em;
|
||||
}
|
||||
|
||||
/* Main Clever image */
|
||||
.book img.bigclever {
|
||||
margin-bottom: -80px;
|
||||
}
|
||||
.book.color-theme-2 img.bigclever {
|
||||
/* change image for black background */
|
||||
content:url(assets/clever4-front-black-large.png);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user