cemu_graphic_packs/docs/css/index.css
Crementif 8433e2253c Replace with 1.14.0 repository
Also new website! We've got the version2 branch if people want to search in those files.
2018-10-31 11:03:04 +01:00

45 lines
726 B
CSS

---
layout: null
---
body {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.notification.jumbotron > p {
font-size: 16px;
margin: 0;
}
.notification.jumbotron p .btn-primary {
margin-top: 14px;
}
#game-list.version3-only [hidden] {
display: none;
}
#game-list.version3-only :not([hidden]) .version-label {
display: none;
}
#game-list.version3-only .panel-footer #see-less-footer {
display: none;
}
#game-list:not(.version3-only) .panel-footer #see-more-footer {
display: none;
}
#game-list .panel-footer a {
text-align: center;
display: block;
}
#game-list .panel-footer {
background-color: {{ site.navbar-col }};
}
#download-gfx-panel {
background-color: #dfe7e8;
}