Files
clover/docs/clover.css
Alamoris 9de0034fb9 docs: add article on assembling Clover 4.2 ws (#275)
* docs: add article about soldering clever

* Rename soldering 4.2 to 4.2 WorldSkills

* Change 4.2 article title

* Add link to 4.2 WS to assembly page

* Edit orthography in 4.2 WS assembly

* Edit orthography in 4.2 assembly

* Edit orthography in 4.2 assemble (en)

* Edit ponctuation in 4.2 WS assemble article

* Edit punctuation in 4.2 assemble article

* assemble 4.2 WS: remove unnecessary emphases + editing

* assemble 4.2: remove unnecessary emphases + editing

* Edit assemble 4.2, remove unnecessary emphases (en)

* Make COEX Pix a link in assemble 4.2 article

* Make COEX Pix a link in assemble 4.2 WS article

Co-authored-by: Oleg Kalachev <okalachev@gmail.com>
2020-10-08 20:45:03 +03:00

85 lines
1.3 KiB
CSS

/* Dashed list items */
section ul li {
list-style-type: none;
}
section ul li:before {
content: "—";
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 Clover image */
.book img.bigclever {
margin-bottom: -12%;
}
.book.color-theme-2 img.bigclever {
/* change image for black background */
content:url(assets/clever4-front-black-large.png);
}
footer {
margin-top: 35px;
border-top: 1px solid #e9e9e9;
font-size: smaller !important;
padding-top: .85em
}
footer img {
float: left;
margin-right: .85em;
}
/*Assemble clover 4.2 article*/
.type_table tr td {
padding: 14px 20px;
}
table.versions td {
text-align: center;
background: white;
}
table.versions .subversion {
font-size: 80%;
}
.circle {
width: 0.8em;
height: 0.8em;
border-radius: 50%;
display: inline-block;
margin-right: 0.5em;
}