123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- global-reset()
- @import "bootstrap.css"
- @import "fontawesome.css"
- text_color = white;
- alt_color = #a2a2a2
- p {
- margin-top: 0;
- margin-bottom: 1.4rem;
- }
- .content-area {
- width: 100%;
- height: 30%;
- min-height: 280px;
- }
- .center {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .logo {
- width: 25%;
- }
- .hidden {
- display: none;
- }
- .container {
- max-width: 720px;
- }
- .container.container-large {
- max-width: 100%;
- }
- .container-fluid.content {
- padding-left: 10%;
- padding-right: 10%;
- }
- .card.card-dark {
- background-color: #191919;
- border: 0px solid
- border-radius: 0px;
- color: alt_color;
- //min-height: 170px;
- padding: 1px;
- }
- .card.card-dark.hoverable:hover {
- border: 1px solid
- padding: 0px;
- }
- .card.card-dark ul {
- padding-left: 0rem;
- }
- .card.card-dark .list li {
- display: block;
- }
- .card-date {
- position: relative;
- bottom: 10px;
- margin-top: 0px;
- margin-bottom: 0px;
- padding-left: 1em;
- padding-right: 1em;
- }
- a { color: alt_color; }
- a:hover { color: text_color; }
- .group-header {
- margin-top: 150px;
- padding-bottom: 25px;
- text-align: center;
- color: text_color;
- //text-transform: uppercase;
- font-size: 1.8em;
- font-weight: 200;
- }
- .lead { color: alt_color; }
- .lead a {
- color: alt_color;
- text-decoration: underline;
- }
- .lead a:hover {
- color: text_color;
- text-decoration: underline;
- }
- .discord-color {
- background-color: #7289DA;
- color: text_color;
- }
- .post-content img {
- width: 100%;
- }
- .post-content h2 {
- margin-bottom: 26px;
- text-align: center;
- //text-transform: uppercase;
- font-size: 1.8em;
- font-weight: 200;
- }
- .post-content ul, .center-list ul {
- text-align: center;
- padding-left: 0px;
- margin-left: 0px;
- }
- .post-content li {
- display: block
- }
- .presskit h2 {
- text-align: center;
- //text-transform: uppercase;
- font-weight: 200;
- font-size: 2.5em;
- }
- .presskit a:hover {
- color: black;
- }
- .presskit-content {
- text-align: justify;
- }
- .presskit .presskit-content h2 {
- margin-top: 80px;
- margin-bottom: 40px;
- }
- .presskit p {
- margin-bottom: 25px;
- }
- .presskit-content ul {
- padding-left: 3em;
- padding-right: 3em;
- text-align: center;
- }
- .bg-dark2 {
- background-color: rgb(16, 16, 16);
- color: alt_color;
- }
- .bg-darker {
- background-color: #191919
- color: alt_color;
- }
- .space-bottom {
- margin-bottom: 30px;
- }
- .spacer-top {
- margin-top: 80px;
- }
- .spacer-bottom {
- margin-bottom: 80px;
- }
- .cover-bg {
- min-height: 300px;
- object-fit: cover;
- }
- li {
- display: inline-block;
- padding-bottom: 12px;
- }
- .ratio-steam iframe {
- height: 200px;
- width: 100%;
- }
- .btn-steam img {
- margin-top: 30px;
- width: 230px;
-
- }
- .btn-steam:hover img {
- width: 240px;
- margin-top: 27px;
- }
- .social-link {
- margin-right: 10px;
- }
- .ratio>* {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .tag-list {
- padding-left: 0px;
- }
- .dark-form.newsletter input { font-size: 1.2em; }
- .dark-form input, .dark-form textarea, .dark-form select {
- background-color: #1b1b1b;
- color: white;
- border-color: #2d2d2d;
- }
- .dark-form input:focus, .dark-form textarea:focus, .dark-form select:focus {
- background-color: #1b1b1b;
- color: white;
- border-color: #2d2d2d;
- }
- .dark-form input::placeholder, .dark-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
- color: alt_color;
- }
- .dark-form input:-ms-input-placeholder, .dark-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
- color: alt_color;
- }
- .dark-form input::-ms-input-placeholder, .dark-form textarea::-ms-input-placeholder { /* Microsoft Edge */
- color: alt_color;
- }
- .alert-success {
- color: #0f5132;
- background-color: #b3d0af;
- border-color: #badbcc;
- }
- .alert-danger {
- color: #7b0b15;
- background-color: #f99696;
- border-color: #f5c2c7;
- }
- .alert {
- padding: 0.5rem 1rem;
- }
- .justify { text-align: justify; }
- .image-box {
- display: flex;
- align-items: center;
- justify-content: center;
- background-image: url("transparency-grid.png");
- background-size: 50px;
- padding: 1em;
- }
- .image-box img {
- max-width: 100%;
- max-height: 75px;
- }
- .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
- color: #fff;
- background-color: #6c757d;
- }
- .nav-link {
- color: text_color;
- text-decoration: none;
- }
- .nav-link:hover {
- color: alt_color;
- }
- .favicon-link {
- font-size: 18px;
- display: list-item;
- }
|