Website/css/main.css

238 lines
5.4 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-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-08-28 00:37:20 +00:00
font-size: 2.8em;
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-08-28 00:37:20 +00:00
background: rgba(250, 250, 250, 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
}
.admins > ul > li {
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
}
.admins > ul > li: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
}
.admins li a {
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-08-28 00:37:20 +00:00
transform: translateX(10px);
}
.useful li {
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
}
.useful li: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-08-28 00:37:20 +00:00
width: 30px;
height: 30px;
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);
2016-08-26 17:01:25 +00:00
}