This commit is contained in:
Thomas G 2023-03-28 16:32:55 +11:00
parent d22dee98f3
commit 952f46fa64
4 changed files with 72 additions and 30 deletions

View File

@ -129,8 +129,6 @@
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
font-size: 16px;
overflow-y: scroll;
max-height: 21px;
padding: 10px;
margin: auto;
left: 0;
@ -778,13 +776,17 @@ body {
}
.content_signup {
color: black;
width: 970px;
color: white;
max-width: 500px;
padding: 5px;
border-style: solid;
border-width: 3px;
border-color: white;
border-radius: 5px;
margin: 30px auto 0 auto;
background: rgb(255, 255, 255);
/* Fallback for IE 11*/
background-color: rgb(255, 255, 255);
background-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}
.content_signup h1,
@ -1081,12 +1083,12 @@ button:hover.greenbutton {
#footer_signup {
text-align: center;
width: 970px;
max-width: 500px;
margin: auto auto;
padding: 1em 5px;
background: #e6e6e6;
/* Fallback for IE 11*/
background-color: #e6e6e6;
/* background: #e6e6e6; */
/* Fallback for IE 11 */
/* background-color: #e6e6e6; */
min-height: fit-content;
}
@ -1094,7 +1096,7 @@ button:hover.greenbutton {
#footer a,
#footer_signup p,
#footer_signup a {
color: #555;
color: white;
}
#ColorChooser {
@ -1185,7 +1187,7 @@ div#testingSitePanelWrapper,
.content_signup,
#footer_signup {
width: 100%;
/*width: 100%;*/
}
.alert-system .alert {
border-radius: 0;

View File

@ -73,11 +73,6 @@ body {
background: rgb(25, 25, 25);
}
.content_signup {
color: rgb(167, 167, 167);
background: rgb(25, 25, 25);
}
.content p a,
.content a,
.content_signup p a,
@ -91,17 +86,6 @@ body {
background: rgb(31, 31, 31);
}
#footer_signup {
background: rgb(0, 0, 0);
}
#footer p,
#footer a,
#footer_signup p,
#footer_signup a {
color: rgb(167, 167, 167);
}
a,
#navbarusername {
color: rgb(215, 215, 215);

View File

@ -260,4 +260,35 @@ body {
#logo_small {
display: none;
}
}
.content_signup {
color: black;
width: 970px;
padding: 5px;
margin: 30px auto 0 auto;
background: rgb(255, 255, 255);
/* Fallback for IE 11*/
background-color: rgb(255, 255, 255);
}
#footer_signup {
text-align: center;
width: 970px;
max-width: 500px;
margin: auto auto;
padding: 1em 5px;
background: #e6e6e6;
/* Fallback for IE 11*/
background-color: #e6e6e6;
background: #e6e6e6;
/* Fallback for IE 11 */
background-color: #e6e6e6;
min-height: fit-content;
}
#footer a,
#footer_signup p,
#footer_signup a {
color: #555;
}

View File

@ -99,12 +99,37 @@ body {
text-align: center;
}
#footer_signup {
text-align: center;
width: 970px;
max-width: 500px;
margin: auto auto;
padding: 1em 5px;
background: #e6e6e6;
/* Fallback for IE 11*/
background-color: #e6e6e6;
background: #e6e6e6;
/* Fallback for IE 11 */
background-color: #e6e6e6;
min-height: fit-content;
}
#footer, #footer_signup {
background: rgba(0,0,0,0.75);
background: rgba(0,0,0,0.75) !important;
}
.content_signup {
background: rgba(25, 25, 25,0.75);
color: white;
width: 970px;
padding: 5px;
margin: 30px auto 0 auto;
background: rgb(255, 255, 255);
/* Fallback for IE 11*/
background-color: rgb(255, 255, 255);
}
.content_signup {
background: rgba(25, 25, 25,0.75) !important;
}
.content, #footer {
max-width: 1000px;