mirror of
https://github.com/hacks-guide/Guide-WiiU.git
synced 2026-08-24 17:44:12 -05:00
Add files via upload
This commit is contained in:
2319
assets/css/dark.css
Normal file
2319
assets/css/dark.css
Normal file
File diff suppressed because it is too large
Load Diff
2253
assets/css/light.css
Normal file
2253
assets/css/light.css
Normal file
File diff suppressed because it is too large
Load Diff
42
assets/css/main.css
Normal file
42
assets/css/main.css
Normal file
@@ -0,0 +1,42 @@
|
||||
.markdown-section iframe[src*="buttons.github.io"] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure.thumbnails img {
|
||||
margin: 0.75em 0;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
@media (min-width: 30em) {
|
||||
figure.thumbnails:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
figure.thumbnails img {
|
||||
float: left;
|
||||
width: calc(50% - 0.75em);
|
||||
}
|
||||
|
||||
figure.thumbnails img:nth-child(even) {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
@supports (display: flex) {
|
||||
figure.thumbnails {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
figure.thumbnails img {
|
||||
flex-grow: 1;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
figure.thumbnails img + img {
|
||||
margin: 0 0 0 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user