updated css!!! again

This commit is contained in:
Thomas G 2022-07-13 22:06:25 +10:00
parent dee2625cb9
commit 7f401d50af
1 changed files with 438 additions and 439 deletions

View File

@ -1,502 +1,501 @@
@keyframes animatedbackground { @keyframes animatedbackground {
from { from {
background-position-x: 0px; background-position-x: 0px;
animation-timing-function: linear; animation-timing-function: linear;
}
to {
background-position-x: 2000px;
animation-timing-function: linear;
}
} }
#alert { to {
height: fit-content; background-position-x: 2000px;
margin: 0px; animation-timing-function: linear;
position: fixed;
top: 72px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
width: 100%;
text-align: center;
background: linear-gradient(#f07575 10%, #de2323 100%);
} }
}
.warningtext { #alert {
color: red; height: fit-content;
} margin: 0px;
position: fixed;
top: 72px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
width: 100%;
text-align: center;
background: linear-gradient(#f07575 10%, #de2323 100%);
}
.popupcontainer { .warningtext {
top: 0%; color: red;
position: fixed; }
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
z-index: 100000000;
}
.popup { .popupcontainer {
color: #000000; top: 0%;
text-align: center; position: fixed;
position: fixed; background-color: rgba(0, 0, 0, 0.5);
top: 50%; width: 100%;
left: 50%; height: 100%;
padding-top: 5px; z-index: 100000000;
padding-bottom: 5px; }
padding-left: 5px;
padding-right: 5px;
transform: translate(-50%, -50%);
width: max-content;
border-radius: 3px;
border: 1px solid #3D414A;
background: rgb(80, 80, 80);
/* Fallback for IE 11*/
background: linear-gradient(#cacbcc 10%, #2d2d2d 100%);
}
.navbar { .popup {
height: 40px; color: #000000;
margin: 0px; text-align: center;
padding-right: 5px; position: fixed;
padding-left: 5px; top: 50%;
padding-top: 2px; left: 50%;
position: fixed; padding-top: 5px;
top: 0px; padding-bottom: 5px;
padding-bottom: 2px; padding-left: 5px;
color: white; padding-right: 5px;
line-height: normal; transform: translate(-50%, -50%);
display: inline-flex; width: max-content;
vertical-align: middle; border-radius: 3px;
width: 100%; border: 1px solid #3D414A;
background: rgb(58, 83, 242); background: rgb(80, 80, 80);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background: linear-gradient(#759CF0 10%, #2362DE 100%); background: linear-gradient(#cacbcc 10%, #2d2d2d 100%);
} }
.navbarbuttoncontainer, .navbar {
.smallnavbarbuttoncontainer, height: 40px;
.navbarlogincontainer { margin: 0px;
padding-left: 5px; padding-right: 5px;
display: table-cell; padding-left: 5px;
vertical-align: middle; padding-top: 2px;
} position: fixed;
top: 0px;
padding-bottom: 2px;
color: white;
line-height: normal;
display: inline-flex;
vertical-align: middle;
width: 100%;
background: rgb(58, 83, 242);
/* Fallback for IE 11*/
background: linear-gradient(#759CF0 10%, #2362DE 100%);
}
#navbarlogincontainer, .navbarbuttoncontainer,
#navbarsignedincontainer { .smallnavbarbuttoncontainer,
position: relative; .navbarlogincontainer {
padding-right: 10px; padding-left: 5px;
margin-right: 3%; display: table-cell;
margin-left: auto; vertical-align: middle;
float: inline-end; }
top: 11px;
}
#profilefriendscontainer p, #navbarlogincontainer,
#profilefriendscontainer a { #navbarsignedincontainer {
display: inline; position: relative;
} padding-right: 10px;
margin-right: 0%;
margin-left: auto;
top: 11px;
}
#profiletopcontainer { #profilefriendscontainer p,
margin-bottom: 30px; #profilefriendscontainer a {
display: block; display: inline;
width: 100%; }
}
.onlinestatus_website { #profiletopcontainer {
color: #2260DD; margin-bottom: 30px;
} display: block;
width: 100%;
}
.onlinestatus_ingame { .onlinestatus_website {
color: green; color: #2260DD;
} }
.onlinestatus_offline { .onlinestatus_ingame {
color: black; color: green;
} }
#yes, .onlinestatus_offline {
#no { color: black;
width: 50%; }
}
#FeedBox { #yes,
width: 100%; #no {
height: 22px; width: 50%;
} }
#FeedButton { #FeedBox {
width: 100%; width: 100%;
height: 22px; height: 22px;
} }
#logo_signup, #FeedButton {
#logo-signup p { width: 100%;
margin: auto; height: 22px;
text-align: center; }
width: 200px;
}
#feed, #logo_signup,
#profileleftcontainer { #logo-signup p {
text-align: center; margin: auto;
padding-left: 5px; text-align: center;
padding-right: 5px; width: 200px;
width: 50%; }
}
#gamesframe, #feed,
#profilerightcontainer { #profileleftcontainer {
text-align: center; text-align: center;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
width: 50%; width: 50%;
} }
.FeedContainerBox, #gamesframe,
.ProfileContainerBox { #profilerightcontainer {
border-radius: 1px; text-align: center;
text-align: left; padding-left: 5px;
width: 100%; padding-right: 5px;
vertical-align: top; width: 50%;
display: inline-flex; }
border: 1px solid #000000;
border-width: 1px;
margin-bottom: 5px;
}
.FriendsContainerBox { .FeedContainerBox,
border-radius: 1px; .ProfileContainerBox {
text-align: left; border-radius: 1px;
width: 100%; text-align: left;
min-width: max-content; width: 100%;
vertical-align: top; vertical-align: top;
display: inline-flex; display: inline-flex;
border: 1px solid #000000; border: 1px solid #000000;
border-width: 1px; border-width: 1px;
margin-bottom: 5px; margin-bottom: 5px;
} }
#btncontainer { .FriendsContainerBox {
margin-left: 75%; border-radius: 1px;
} text-align: left;
width: 100%;
min-width: max-content;
vertical-align: top;
display: inline-flex;
border: 1px solid #000000;
border-width: 1px;
margin-bottom: 5px;
}
.navbarbutton { #btncontainer {
position: relative; margin-left: 75%;
top: 10px; }
text-align: center;
font-size: 18px;
}
.smallnavbarbutton { .navbarbutton {
position: relative; position: relative;
text-align: center; top: 10px;
font-size: 15px; text-align: center;
} font-size: 18px;
}
.smallnav { .smallnavbarbutton {
height: 25px; position: relative;
margin: 0px; text-align: center;
padding-left: 5px; font-size: 15px;
padding-right: 5px; }
position: fixed;
top: 43px;
padding-top: 2px;
padding-bottom: 2px;
display: inline-table;
vertical-align: middle;
width: 100%;
line-height: normal;
color: rgb(255, 255, 255);
text-size-adjust: auto;
text-align: left;
background: linear-gradient(#303030 10%, #000000 100%);;
}
.invisible, .smallnav {
#invisible { height: 25px;
display: none !important; margin: 0px;
} padding-left: 5px;
padding-right: 5px;
position: fixed;
top: 43px;
padding-top: 2px;
padding-bottom: 2px;
display: inline-table;
vertical-align: middle;
width: 100%;
line-height: normal;
color: rgb(255, 255, 255);
text-size-adjust: auto;
text-align: left;
background: linear-gradient(#303030 10%, #000000 100%);;
}
html { .invisible,
animation-name: animatedbackground; #invisible {
animation-duration: 50s; display: none !important;
animation-iteration-count: infinite; }
background: url('../img/animated.png');
background-position: center bottom;
background-repeat: repeat-x;
background-attachment: fixed;
margin: 0px;
font-family: "Helvetica";
src: url('Helvetica.ttf') format('truetype'), ;
font-style: normal;
background-color: rgb(49, 107, 223);
height: 100%;
color: white;
}
body { html {
margin-left: 0px; animation-name: animatedbackground;
margin-right: 0px; animation-duration: 50s;
margin-top: 0px; animation-iteration-count: infinite;
margin-bottom: 0px; background: url('../img/animated.png');
padding-bottom: 0px; background-position: center bottom;
height: 100%; background-repeat: repeat-x;
} background-attachment: fixed;
margin: 0px;
font-family: "Helvetica";
src: url('Helvetica.ttf') format('truetype'), ;
font-style: normal;
background-color: rgb(49, 107, 223);
height: 100%;
color: white;
}
.content_special, body {
#content_special { margin-left: 0px;
display: inline-flex; margin-right: 0px;
width: 100%; margin-top: 0px;
flex-direction: row; margin-bottom: 0px;
align-items: flex-start; padding-bottom: 0px;
flex-wrap: nowrap; height: 100%;
align-content: center; }
justify-content: flex-start;
}
.content { .content_special,
color: black; #content_special {
max-width: 1000px; display: inline-flex;
margin: auto; width: 100%;
margin-top: 105px; flex-direction: row;
padding-left: 5px; align-items: flex-start;
padding-right: 5px; flex-wrap: nowrap;
min-height: 300px; align-content: center;
background: rgb(255, 255, 255); justify-content: flex-start;
/* Fallback for IE 11*/ }
background-color: rgb(255, 255, 255);
padding-bottom: 5px;
padding-top: 5px;
}
.content_signup { .content {
color: black; color: black;
max-width: 500px; max-width: 1000px;
margin: auto; margin: auto;
margin-top: 30px; margin-top: 105px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
background: rgb(255, 255, 255); min-height: 300px;
/* Fallback for IE 11*/ background: rgb(255, 255, 255);
background-color: rgb(255, 255, 255); /* Fallback for IE 11*/
padding-bottom: 5px; background-color: rgb(255, 255, 255);
padding-top: 5px; padding-bottom: 5px;
} padding-top: 5px;
}
.content_signup input, .content_signup {
.content_signup button { color: black;
width: 90%; max-width: 500px;
} margin: auto;
margin-top: 30px;
padding-left: 5px;
padding-right: 5px;
background: rgb(255, 255, 255);
/* Fallback for IE 11*/
background-color: rgb(255, 255, 255);
padding-bottom: 5px;
padding-top: 5px;
}
.content p a, .content_signup input,
.content a, .content_signup button {
.content_signup p a, width: 90%;
.content_signup a, }
.content_special p a,
.content_special a {
color: black
}
#footer { .content p a,
text-align: center; .content a,
max-width: 1000px; .content_signup p a,
margin: auto; .content_signup a,
padding-left: 5px; .content_special p a,
padding-right: 5px; .content_special a {
padding-bottom: 5px; color: black
padding-top: 5px; }
background: rgb(172, 172, 172);
/* Fallback for IE 11*/
background-color: rgb(172, 172, 172);
min-height: fit-content;
}
.tab { #footer {
background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%); text-align: center;
font-weight: 400; max-width: 1000px;
text-align: center; margin: auto;
height: 20px; padding-left: 5px;
border-radius: 1px; padding-right: 5px;
border: 1px solid #3D414A; padding-bottom: 5px;
font-family: "Helvetica"; padding-top: 5px;
padding-left: 5px; background: rgb(172, 172, 172);
padding-right: 5px; /* Fallback for IE 11*/
color: #fff !important; background-color: rgb(172, 172, 172);
} min-height: fit-content;
}
.tab_selected { .tab {
background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%); background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%);
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
height: 20px; height: 20px;
border-radius: 1px; border-radius: 1px;
border: 1px solid #3D414A; border: 1px solid #3D414A;
font-family: "Helvetica"; font-family: "Helvetica";
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
color: #fff !important; color: #fff !important;
} }
.tab_selected {
background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%);
font-weight: 400;
text-align: center;
height: 20px;
border-radius: 1px;
border: 1px solid #3D414A;
font-family: "Helvetica";
padding-left: 5px;
padding-right: 5px;
color: #fff !important;
}
/*Button gradients by TersisWilvin*/ /*Button gradients by TersisWilvin*/
button { button {
background: rgb(45, 45, 45); background: rgb(45, 45, 45);
/*Fallback for IE 11*/ /*Fallback for IE 11*/
background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%); background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%);
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
height: 20px; height: 20px;
border-radius: 3px; border-radius: 3px;
border: 1px solid #3D414A; border: 1px solid #3D414A;
font-family: "Helvetica"; font-family: "Helvetica";
color: #fff; color: #fff;
} }
button:hover { button:hover {
cursor: pointer; cursor: pointer;
} }
button:disabled { button:disabled {
opacity: 0.5; opacity: 0.5;
cursor: not-allowed; cursor: not-allowed;
} }
button.bluebutton { button.bluebutton {
background: rgb(35, 98, 222); background: rgb(35, 98, 222);
/*Fallback for IE 11*/ /*Fallback for IE 11*/
background: linear-gradient(0deg,#00a2ff 0%,#0074bd 49%,#08f 50%,#57c2fe 95%,#99daff 100%); background: linear-gradient(0deg,#00a2ff 0%,#0074bd 49%,#08f 50%,#57c2fe 95%,#99daff 100%);
} }
button:hover.bluebutton { button:hover.bluebutton {
background: linear-gradient(0deg,#32b5ff 0%,#0074bd 49%,#2c99f8 50%,#71c9fa 95%,#b6e5ff 100%); background: linear-gradient(0deg,#32b5ff 0%,#0074bd 49%,#2c99f8 50%,#71c9fa 95%,#b6e5ff 100%);
} }
button:active.bluebutton, button:focus.bluebutton { button:active.bluebutton, button:focus.bluebutton {
background: linear-gradient(0deg,#32b5ff 0%,#0074bd 49%,#2c99f8 50%,#71c9fa 95%,#b6e5ff 100%); background: linear-gradient(0deg,#32b5ff 0%,#0074bd 49%,#2c99f8 50%,#71c9fa 95%,#b6e5ff 100%);
} }
button.greybutton { button.greybutton {
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
color: black; color: black;
/*Fallback for IE 11*/ /*Fallback for IE 11*/
background: linear-gradient(0deg,#fff 0%,#b8b8b8 49%,#e3e3e3 50%,#f2f2f2 95%,#fff 100%); background: linear-gradient(0deg,#fff 0%,#b8b8b8 49%,#e3e3e3 50%,#f2f2f2 95%,#fff 100%);
} }
button:hover.greybutton { button:hover.greybutton {
background: linear-gradient(0deg,#fff 0%,#b8b8b8 49%,#e3e3e3 50%,#f2f2f2 95%,#fff 100%); background: linear-gradient(0deg,#fff 0%,#b8b8b8 49%,#e3e3e3 50%,#f2f2f2 95%,#fff 100%);
} }
button.redbutton { button.redbutton {
background: rgb(223, 24, 24); background: rgb(223, 24, 24);
/*Fallback for IE 11*/ /*Fallback for IE 11*/
background: linear-gradient(0deg,#d86868 0%,#a95151 49%,#bc5c5c 50%,#e96f6f 95%,#fe7979 100%); background: linear-gradient(0deg,#d86868 0%,#a95151 49%,#bc5c5c 50%,#e96f6f 95%,#fe7979 100%);
} }
button:hover.redbutton { button:hover.redbutton {
background: linear-gradient(0deg,#e27676 0%,#a95151 49%,#ca6363 50%,#f07272 95%,#fd8888 100%); background: linear-gradient(0deg,#e27676 0%,#a95151 49%,#ca6363 50%,#f07272 95%,#fd8888 100%);
} }
button.greenbutton { button.greenbutton {
background: rgb(26, 92, 46); background: rgb(26, 92, 46);
/*Fallback for IE 11*/ /*Fallback for IE 11*/
background: linear-gradient(0deg,#02b757 0%,#118237 49%,#01a64e 50%,#3fc679 95%,#a3e2bd 100%); background: linear-gradient(0deg,#02b757 0%,#118237 49%,#01a64e 50%,#3fc679 95%,#a3e2bd 100%);
} }
button:hover.greenbutton { button:hover.greenbutton {
background: linear-gradient(0deg,#3fc679 0%,#15933f 49%,#3cc175 50%,#46dc86 95%,#53ff9d 100%); background: linear-gradient(0deg,#3fc679 0%,#15933f 49%,#3cc175 50%,#46dc86 95%,#53ff9d 100%);
} }
#footer_signup { #footer_signup {
text-align: center; text-align: center;
max-width: 500px; max-width: 500px;
margin: auto; margin: auto;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
background: rgb(172, 172, 172); background: rgb(172, 172, 172);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgb(172, 172, 172); background-color: rgb(172, 172, 172);
min-height: fit-content; min-height: fit-content;
} }
#footer p, #footer p,
#footer a, #footer a,
#footer_signup p, #footer_signup p,
#footer_signup a { #footer_signup a {
color: black; color: black;
} }
p, p,
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6 { h6 {
margin: 0px; margin: 0px;
} }
a, a,
#navbarusername { #navbarusername {
color: white; color: white;
text-decoration: none; text-decoration: none;
font-weight: bolder; font-weight: bolder;
} }
.nonbolded { .nonbolded {
font-weight: normal !important; font-weight: normal !important;
} }
.logoutframe { .logoutframe {
color: black; color: black;
max-width: fit-content; max-width: fit-content;
margin: auto; margin: auto;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
.w-5 { .w-5 {
display: none; display: none;
} }
.flex { .flex {
display: table; display: table;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
.iphone-sidebar { .iphone-sidebar {
position: fixed; position: fixed;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
width: 20%; width: 20%;
height: 100%; height: 100%;
margin-left: 0px; margin-left: 0px;
background-color: rgb(0,0,0); background-color: rgb(0,0,0);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
.iphone-content { .iphone-content {
position: relative; position: relative;
color: white; color: white;
width: 80%; width: 80%;
height: 100%; height: 100%;
left: 20%; left: 20%;
background-color: rgb(200,200,200); background-color: rgb(200,200,200);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
#InviteTreeContainer { #InviteTreeContainer {
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
} }