Add files via upload

This commit is contained in:
Steven Tracey
2021-04-12 23:30:40 -04:00
committed by GitHub
parent 615dc7f89b
commit bf74b812a7
18 changed files with 1588 additions and 0 deletions

158
css/rules.css Normal file
View File

@@ -0,0 +1,158 @@
.carousel-item {
height: auto;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#whythegrass {
text-align: center;
}
.borderwhite {
border-width: 5px;
border-color: white;
}
/* Website Color Themes */
/* Main Color */
.main-f-color {
color: rgb(140,93,215);
transition: 0.4s;
}
/* Color when hovering by the mouse pointer */
.main-f-color:hover {
box-shadow: 0 0 7px 2px rgb(92,45,179);
color: rgb(65, 179, 45);
transition: 0.4s;
}
/* Every TAG into Html files that uses this class, will
get a gray color */
.textgray {
color: gray;
}
/* Every TAG into Html files that uses this class, will
get a black color */
.textblack {
color: black;
}
/* Every TAG into Html files that uses this class, will
get a black color */
.textwhite {
color: white;
}
/* Every TAG into Html files that uses this class, will
get a gray background color */
.backgray {
background-color: rgb(248, 248, 248);
}
section div {
text-align: center;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
/* testimonials */
#testimonials {
padding: 1% 15%;
text-align: center;
color: white;
}
.testemonial-image {
width: 10%;
border-radius: 100%;
margin: 20px;
}
/*
#serverfeatures {
text-align: left;
}
*/
/* Server features blocks */
.featureboxes {
border: 0px solid white;
transition: 0.15s;
width: auto;
height: auto;
text-align: center;
}
.featureboxes:hover {
transition: 0.15s;
transform: scale(1.01); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
border-radius: 3px;
text-align: center;
}
/* The following class resizes the images for features */
.img-featureboxes {
max-width: 100px;
max-height: 100px;
width: auto;
height: auto;
text-align: center;
}
/* For the Player count */
.playercount {
display: inline-block;
}
/* For the News. Should have a predetermined size */
.img-news {
max-width: 700px;
max-height: 350px;
}
/* For footer Medias */
.medias {
color: gray;
text-decoration: none;
text-align: center;
}
.medias:hover
{
color: gray;
text-decoration: none;
cursor: pointer;
}
.card-img-top {
max-width: 150px;
max-height: 150px;
width: auto;
height: auto;
text-align: center;
align-content: center;
padding-top: 1rem;
}

98
css/setup.css Normal file
View File

@@ -0,0 +1,98 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.login-page {
width: 360px;
padding: 8% 0 0;
margin: auto;
}
.form {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 360px;
margin: 0 auto 100px;
padding: 45px;
text-align: center;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
font-family: "Roboto", sans-serif;
outline: 0;
background: #f2f2f2;
width: 100%;
border: 0;
margin: 0 0 15px;
padding: 15px;
box-sizing: border-box;
font-size: 14px;
}
.form button {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: rgb(114,20,195);
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
transition: all 0.3 ease;
cursor: pointer;
border-width: 10px;
transition: 0.3s;
}
.form button:hover,.form button:active,.form button:focus {
background: rgb(48,12,116);
transition: 0.3s;
}
.form .message {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 12px;
}
.form .message a {
color: #5F31B4;
text-decoration: none;
}
.form .register-form {
display: none;
}
.container {
position: relative;
z-index: 1;
max-width: 300px;
margin: 0 auto;
}
.container:before, .container:after {
content: "";
display: block;
clear: both;
}
.container .info {
margin: 50px auto;
text-align: center;
}
.container .info h1 {
margin: 0 0 15px;
padding: 0;
font-size: 36px;
font-weight: 300;
color: #1a1a1a;
}
.container .info span {
color: #4d4d4d;
font-size: 12px;
}
.container .info span a {
color: #000000;
text-decoration: none;
}
.container .info span .fa {
color: #EF3B3A;
}
.card-img-top {
height: 50px 50px;
}

158
css/style.css Normal file
View File

@@ -0,0 +1,158 @@
.carousel-item {
height: auto;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#whythegrass {
text-align: center;
}
.borderwhite {
border-width: 5px;
border-color: white;
}
/* Website Color Themes */
/* Main Color */
.main-f-color {
color: rgb(138,81,209);
transition: 0.4s;
}
/* Color when hovering by the mouse pointer */
.main-f-color:hover {
box-shadow: 0 0 7px 2px rgb(114,20,195);
color: rgb(114,20,195);
transition: 0.4s;
}
/* Every TAG into Html files that uses this class, will
get a gray color */
.textgray {
color: gray;
}
/* Every TAG into Html files that uses this class, will
get a black color */
.textblack {
color: black;
}
/* Every TAG into Html files that uses this class, will
get a black color */
.textwhite {
color: white;
}
/* Every TAG into Html files that uses this class, will
get a gray background color */
.backgray {
background-color: rgb(248, 248, 248);
}
section div {
text-align: center;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
/* testimonials */
#testimonials {
padding: 1% 15%;
text-align: center;
color: white;
}
.testemonial-image {
width: 10%;
border-radius: 100%;
margin: 20px;
}
/*
#serverfeatures {
text-align: left;
}
*/
/* Server features blocks */
.featureboxes {
border: 0px solid white;
transition: 0.15s;
width: auto;
height: auto;
text-align: center;
}
.featureboxes:hover {
transition: 0.15s;
transform: scale(1.01); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
border-radius: 3px;
text-align: center;
}
/* The following class resizes the images for features */
.img-featureboxes {
max-width: 100px;
max-height: 100px;
width: auto;
height: auto;
text-align: center;
}
/* For the Player count */
.playercount {
display: inline-block;
}
/* For the News. Should have a predetermined size */
.img-news {
max-width: 700px;
max-height: 350px;
}
/* For footer Medias */
.medias {
color: gray;
text-decoration: none;
text-align: center;
}
.medias:hover
{
color: gray;
text-decoration: none;
cursor: pointer;
}
.card-img-top {
max-width: 150px;
max-height: 150px;
width: auto;
height: auto;
text-align: center;
align-content: center;
padding-top: 1rem;
}