mirror of https://github.com/ThmmyNoLife/mTHMMY
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
175 lines
2.7 KiB
175 lines
2.7 KiB
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
|
|
}
|
|
|
|
a {
|
|
color: #333333;
|
|
-webkit-transition: all .35s;
|
|
transition: all .35s;
|
|
}
|
|
|
|
a:hover, a:focus {
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
|
|
font-weight: 200;
|
|
}
|
|
|
|
p {
|
|
font-size: 18px;
|
|
line-height: 1.5;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
section {
|
|
padding: 100px 0;
|
|
}
|
|
|
|
section h2 {
|
|
font-size: 50px;
|
|
}
|
|
|
|
header.masthead {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 150px;
|
|
padding-bottom: 100px;
|
|
color: white;
|
|
background: #333333;
|
|
}
|
|
|
|
header.masthead .header-content {
|
|
max-width: 500px;
|
|
margin-bottom: 100px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
header.masthead .header-content h1 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
header.masthead .device-container {
|
|
max-width: 325px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
header.masthead .device-container .screen img {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
header.masthead {
|
|
height: 100vh;
|
|
min-height: 775px;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
header.masthead .header-content {
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
header.masthead .header-content h1 {
|
|
font-size: 30px;
|
|
}
|
|
header.masthead .device-container {
|
|
max-width: 325px;
|
|
}
|
|
}
|
|
|
|
header.masthead #badge {
|
|
max-width: 300px;
|
|
}
|
|
|
|
footer {
|
|
padding: 25px 0;
|
|
text-align: center;
|
|
color: #26A69A;
|
|
background-color: #3C3C3C;
|
|
}
|
|
|
|
footer p {
|
|
font-size: 12px;
|
|
margin: 0;
|
|
}
|
|
|
|
footer ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
footer ul li a {
|
|
font-size: 12px;
|
|
color: rgba(255, 255, 255, 0.3);
|
|
}
|
|
|
|
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
|
|
text-decoration: none;
|
|
}
|
|
|
|
footer ul.list-social {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
footer ul.list-social li a {
|
|
font-size: 40px;
|
|
line-height: 80px;
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
color: white;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
footer ul.list-social li.social-discord a {
|
|
background-color: #7289da;
|
|
}
|
|
|
|
footer ul.list-social li.social-discord a:hover {
|
|
background-color: #5e78d5;
|
|
}
|
|
|
|
footer ul.list-social li.social-github a {
|
|
background-color: #24292e;
|
|
}
|
|
|
|
footer ul.list-social li.social-github a:hover {
|
|
background-color: #191c20;
|
|
}
|
|
|
|
footer ul.list-social li.social-mail a {
|
|
background-color: #dd4b39;
|
|
}
|
|
|
|
footer ul.list-social li.social-mail a:hover {
|
|
background-color: #d73925;
|
|
}
|
|
|
|
.bg-primary {
|
|
background: #333333;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
|
|
background: linear-gradient(#333333, #262626);
|
|
}
|
|
|
|
.text-primary {
|
|
color: #333333;
|
|
}
|
|
|
|
.no-gutter > [class*='col-'] {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|
|
|