123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- global-reset()
- @import "bootstrap.css"
- @import "fontawesome.css"
- text_color = white;
- alt_color = #a2a2a2
- body {
-
- }
- 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 {
- background-color: #191919;
- border: 0px solid
- border-radius: 0px;
- color: alt_color;
- min-height: 170px;
- padding: 1px;
- }
- .card:hover {
- border: 1px solid
- padding: 0px;
- }
- .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;
- }
- .presskit h2 {
- text-align: center;
- //text-transform: uppercase;
- font-weight: 200;
- font-size: 2.5em;
- }
- .presskit a:hover {
- color: black;
- }
- .presskit .presskit-content h2 {
- margin-top: 80px;
- margin-bottom: 40px;
- }
- .presskit p {
- margin-bottom: 25px;
- }
- .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: 100px;
- }
- .spacer-bottom {
- margin-bottom: 100px;
- }
- .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;
- }
|