Website/css/main.css

304 lines
6.6 KiB
CSS
Raw Normal View History

2016-08-26 17:01:25 +00:00
* {
2016-08-28 00:37:20 +00:00
margin: 0;
padding: 0;
2016-08-26 17:01:25 +00:00
}
body {
2016-08-28 00:37:20 +00:00
color: #fff;
font-family: 'Catamaran', sans-serif;
background: #222 url('../images/cover-1.png') no-repeat center fixed;
background-size: cover;
2016-08-26 17:01:25 +00:00
}
.brand-logo {
2016-08-28 00:37:20 +00:00
font-family: 'Catamaran', sans-serif;
2016-10-17 18:22:04 +00:00
margin-top: 5px;
margin-bottom: 5px;
}
.button-collapse {
margin-top: 5px;
margin-bottom: 10px;
2016-08-26 17:01:25 +00:00
}
.cover-1 {
2016-08-28 00:37:20 +00:00
font-size: 1.5em;
color: rgba(255, 255, 255, 0.4);
text-align: center;
height: 100vh;
2016-08-26 17:01:25 +00:00
}
2016-08-28 00:37:20 +00:00
.cover-1 h3,
.cover-1 a {
margin-top: 23%;
2016-08-26 17:01:25 +00:00
}
.button {
2016-08-28 00:37:20 +00:00
padding: 15px;
background: rgba(255, 255, 255, 0.1);
border-radius: 65px;
color: rgb(200, 200, 200);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 100;
2016-08-26 17:01:25 +00:00
}
.button:hover {
2016-08-28 00:37:20 +00:00
background: rgba(200, 200, 200, 0.2);
2016-08-26 17:01:25 +00:00
}
.cover-2 {
2016-08-28 00:37:20 +00:00
background: url('../images/cover-2.png') center fixed;
background-size: cover;
text-align: center;
height: auto;
padding-bottom: 40px;
2016-08-26 17:01:25 +00:00
}
.rule {
2016-08-28 00:37:20 +00:00
z-index: 100;
display: none;
padding: 30px;
2016-08-26 17:01:25 +00:00
}
#rules-title {
2016-09-25 04:17:55 +00:00
font-size: 2.2em;
2016-08-28 00:37:20 +00:00
z-index: 100;
display: inline-block;
background: rgba(230, 230, 230, 0.1);
padding: 10px;
cursor: pointer;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
2016-08-26 17:01:25 +00:00
}
#rules-title:hover {
2016-09-25 04:17:55 +00:00
background: rgba(210, 210, 210, 0.2);
2016-08-26 17:01:25 +00:00
}
i.rules-icon {
2016-08-28 00:37:20 +00:00
position: relative;
float: right;
color: rgba(150, 150, 150, 0.3);
2016-08-26 17:01:25 +00:00
-webkit-transition: all 0.2s ease-in-out;
2016-08-28 00:37:20 +00:00
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
2016-08-26 17:01:25 +00:00
}
i.rules-icon:hover {
2016-08-28 00:37:20 +00:00
color: rgba(150, 150, 150, 1);
2016-08-26 17:01:25 +00:00
}
2016-08-28 00:37:20 +00:00
.cover-2 p,
.cover-2 h2 {
width: 75%;
margin: 0 auto;
2016-08-26 17:01:25 +00:00
}
.cover-2 p {
2016-08-28 00:37:20 +00:00
font-size: 1.2em;
height: auto;
2016-08-26 17:01:25 +00:00
}
.section-title {
2016-08-28 00:37:20 +00:00
font-size: 4em;
color: rgba(255, 255, 255, 0.9);
z-index: 100;
2016-08-26 17:01:25 +00:00
}
.cover-3 {
2016-08-28 00:37:20 +00:00
background: url('../images/cover-3.png') no-repeat fixed;
background-size: cover;
2016-08-26 17:01:25 +00:00
}
.cover-3 .section-title {
2016-08-28 00:37:20 +00:00
text-align: center;
2016-08-26 17:01:25 +00:00
}
2016-10-15 05:30:18 +00:00
.admins > ul > a {
2016-08-28 00:37:20 +00:00
display: inline-block;
padding: 10px;
margin: 5px;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 150px;
z-index: 800;
2016-08-26 17:01:25 +00:00
}
2016-10-15 05:30:18 +00:00
.admins > ul > a:hover {
2016-08-28 00:37:20 +00:00
background: rgba(100, 100, 100, 0.3);
2016-08-26 17:01:25 +00:00
}
.admins ul {
2016-08-28 00:37:20 +00:00
text-align: center;
z-index: 101;
2016-08-26 17:01:25 +00:00
}
2016-10-15 05:30:18 +00:00
.admins a li {
2016-08-28 00:37:20 +00:00
color: rgba(255, 255, 255, 0.5);
font-size: 1.2em;
z-index: 102;
2016-08-26 17:01:25 +00:00
}
.rank {
2016-08-28 00:37:20 +00:00
font-size: 2em;
text-align: center;
z-index: 103;
2016-08-26 17:01:25 +00:00
}
2016-08-28 00:37:20 +00:00
.cover-1,
.cover-2,
.cover-3 {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
2016-08-26 17:01:25 +00:00
}
.rest > li > a {
2016-08-28 00:37:20 +00:00
font-size: 1.5em;
color: rgba(255, 255, 255, 0.6);
text-align: center;
padding: 10px;
border-radius: 50px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 100;
}
2016-08-26 17:01:25 +00:00
.rest > li > a:hover {
2016-08-28 00:37:20 +00:00
background: rgba(255, 255, 255, 0.2);
color: rgb(255, 255, 255);
2016-08-26 17:01:25 +00:00
}
.rest > li {
2016-08-28 00:37:20 +00:00
margin-top: 50px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
2016-08-26 17:01:25 +00:00
}
.rest > li:hover {
2016-10-15 05:20:04 +00:00
transform: translateX(5px);
2016-08-28 00:37:20 +00:00
}
2016-10-15 05:46:10 +00:00
.useful a {
2016-08-28 00:37:20 +00:00
display: inline-block;
font-size: 1.2em;
color: rgba(255, 255, 255, 0.6);
text-align: center;
border: 2px solid rgba(255, 255, 255, 0.6);
padding: 10px;
margin-right: 10px;
border-radius: 50px;
width: 200px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-bottom: 10px;
z-index: 100;
2016-08-26 17:01:25 +00:00
}
2016-08-30 11:37:20 +00:00
.useful > a > li > i {
2016-08-28 00:37:20 +00:00
font-size: 2em;
margin-bottom: 10px;
2016-08-26 17:01:25 +00:00
}
2016-10-15 05:46:10 +00:00
.useful a:hover {
2016-08-28 00:37:20 +00:00
background: rgba(255, 255, 255, 0.2);
color: rgb(255, 255, 255);
transform: translateY(-5px);
2016-08-26 17:01:25 +00:00
}
#note {
2016-08-28 00:37:20 +00:00
text-align: center;
color: #ccc;
border-radius: 150px;
padding: 15px;
z-index: 1;
2016-08-26 17:01:25 +00:00
}
#note h5 {
2016-08-28 00:37:20 +00:00
margin-bottom: -20px;
}
2016-08-27 19:59:44 +00:00
#note a {
2016-08-28 00:37:20 +00:00
color: rgb(200, 200, 200);
font-weight: bold;
2016-08-27 19:59:44 +00:00
}
2016-08-26 17:01:25 +00:00
.nav-wrapper {
2016-08-28 00:37:20 +00:00
background: rgba(0, 0, 0, 0.3);
2016-08-26 17:01:25 +00:00
}
.cover-2 a {
2016-08-28 00:37:20 +00:00
font-size: 1.3em;
color: rgba(255, 255, 255, 0.3);
2016-08-26 17:01:25 +00:00
}
.head-icon {
2016-10-15 05:20:04 +00:00
width: 20px;
height: 20px;
2016-08-28 00:37:20 +00:00
float: left;
margin-right: 5px;
border-radius: 50%;
}
.modal {
2016-08-28 00:37:20 +00:00
background: rgba(0, 0, 0, 0.5);
color: #ccc;
}
.modal a {
2016-08-28 00:37:20 +00:00
color: rgb(200, 200, 200);
}
.modal ul {
display: inline-block;
}
.modal h4 {
2016-08-28 00:37:20 +00:00
margin-bottom: 38px;
}
.modal > .modal-footer {
2016-08-28 00:37:20 +00:00
background: rgba(50, 50, 50, 0.6);
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: rgba(100,100,100,0.1);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgba(230,230,230,0.3);
2016-10-02 13:07:06 +00:00
}
2016-10-15 05:46:10 +00:00
.waves-effect.waves-brown .waves-ripple {
background-color: rgba(230,230,230, 0.3);
}
2016-10-02 13:07:06 +00:00
2016-10-24 12:52:27 +00:00
#load_screen {
background: rgba(40,40,40,1);
position: fixed;
top: 0px;
width: 100%;
height: 1600px;
z-index: 10;
opacity: 1;
}
#load_screen > #loading {
color: #fff;
width: 50%;
height: 240px;
margin: 300px auto;
text-align: center;
font-size: 1.5em;
}
.progress {
background: rgb(250,250,250);
}
2016-10-02 13:07:06 +00:00
@media only screen and (max-width: 768px) {
.cover-2 p,
.cover-2 h2 {
width: 100%;
}
2016-10-19 19:12:27 +00:00
.online-part {
padding: 25% 0.7%;
}
2016-10-02 13:47:25 +00:00
.rule {
padding: 15px;
}
2016-10-15 05:48:29 +00:00
.admins > ul > a {
2016-10-02 13:47:25 +00:00
display: block;
border-radius: 0;
}
.head-icon {
width: 20px;
height: 20px;
margin-right: 0;
float: left;
border-radius: 50%;
}
2016-08-26 17:01:25 +00:00
}