mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
45 lines
726 B
CSS
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;
|
||
|
}
|