First properly working version.
This commit is contained in:
23
css/main.css
23
css/main.css
@ -65,15 +65,32 @@ nav > a[href="#bottom"]:hover:before { background: #F00; color: #FFF; }
|
||||
}
|
||||
section > div > div img { display: block; width: 100%; }
|
||||
|
||||
#introduction > div > div { display: block; width: initial; }
|
||||
#introduction > div > div { display: block; width: initial; padding-right: initial; }
|
||||
|
||||
/* =======
|
||||
| Defined lists (as <ul>)
|
||||
|====== */
|
||||
|
||||
ul.dl { margin: 0; padding: 0; }
|
||||
ul.dl > li { margin: 0; padding: 0; list-style: none; }
|
||||
ul.dl > li:before { content: attr(data-title); }
|
||||
ul.dl > li { margin: 0 0 0 1em; padding: 0; list-style: none; }
|
||||
ul.dl > li:before { content: attr(data-title); display: block; font-weight: bold; margin-left: -1em; }
|
||||
|
||||
/* =======
|
||||
| Footer for options
|
||||
|====== */
|
||||
|
||||
#optionsFooter { display: flex; flex-flow: row wrap; padding: 1em 0; border-top: 1px solid #D6D6D6; }
|
||||
#optionsFooter > * { display: inline-block; flex: 1; min-width: 40%; max-width: 49%; }
|
||||
|
||||
#optionsFooter ul { margin: 0; padding: 0; list-style: none; }
|
||||
#optionsFooter ul > li { margin: 0; padding: 0; }
|
||||
#optionsFooter ul > li > a { display: block; margin: 0; padding: .5em;
|
||||
border-bottom: 1px solid #D6D6D6; transition: background .4s; }
|
||||
#optionsFooter ul > li > a:hover { background: #EEE; }
|
||||
|
||||
#optionsLangs { }
|
||||
#optionsLangs > li > a > * { vertical-align: middle; }
|
||||
#optionsLangs > li > a:before { content: " \01F4AC "; display: inline-block; margin-right: .5em; }
|
||||
|
||||
/* =============
|
||||
| Animations
|
||||
|
Reference in New Issue
Block a user