upda
This commit is contained in:
parent
d22dee98f3
commit
952f46fa64
|
|
@ -129,8 +129,6 @@
|
||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-right-radius: 8px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
overflow-y: scroll;
|
|
||||||
max-height: 21px;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -778,13 +776,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_signup {
|
.content_signup {
|
||||||
color: black;
|
color: white;
|
||||||
width: 970px;
|
max-width: 500px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 3px;
|
||||||
|
border-color: white;
|
||||||
|
border-radius: 5px;
|
||||||
margin: 30px auto 0 auto;
|
margin: 30px auto 0 auto;
|
||||||
background: rgb(255, 255, 255);
|
|
||||||
/* Fallback for IE 11*/
|
/* 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,
|
.content_signup h1,
|
||||||
|
|
@ -1081,12 +1083,12 @@ button:hover.greenbutton {
|
||||||
|
|
||||||
#footer_signup {
|
#footer_signup {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 970px;
|
max-width: 500px;
|
||||||
margin: auto auto;
|
margin: auto auto;
|
||||||
padding: 1em 5px;
|
padding: 1em 5px;
|
||||||
background: #e6e6e6;
|
/* background: #e6e6e6; */
|
||||||
/* Fallback for IE 11*/
|
/* Fallback for IE 11 */
|
||||||
background-color: #e6e6e6;
|
/* background-color: #e6e6e6; */
|
||||||
min-height: fit-content;
|
min-height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1094,7 +1096,7 @@ button:hover.greenbutton {
|
||||||
#footer a,
|
#footer a,
|
||||||
#footer_signup p,
|
#footer_signup p,
|
||||||
#footer_signup a {
|
#footer_signup a {
|
||||||
color: #555;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ColorChooser {
|
#ColorChooser {
|
||||||
|
|
@ -1185,7 +1187,7 @@ div#testingSitePanelWrapper,
|
||||||
|
|
||||||
.content_signup,
|
.content_signup,
|
||||||
#footer_signup {
|
#footer_signup {
|
||||||
width: 100%;
|
/*width: 100%;*/
|
||||||
}
|
}
|
||||||
.alert-system .alert {
|
.alert-system .alert {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
||||||
|
|
@ -73,11 +73,6 @@ body {
|
||||||
background: rgb(25, 25, 25);
|
background: rgb(25, 25, 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_signup {
|
|
||||||
color: rgb(167, 167, 167);
|
|
||||||
background: rgb(25, 25, 25);
|
|
||||||
}
|
|
||||||
|
|
||||||
.content p a,
|
.content p a,
|
||||||
.content a,
|
.content a,
|
||||||
.content_signup p a,
|
.content_signup p a,
|
||||||
|
|
@ -91,17 +86,6 @@ body {
|
||||||
background: rgb(31, 31, 31);
|
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,
|
a,
|
||||||
#navbarusername {
|
#navbarusername {
|
||||||
color: rgb(215, 215, 215);
|
color: rgb(215, 215, 215);
|
||||||
|
|
|
||||||
|
|
@ -261,3 +261,34 @@ body {
|
||||||
display: none;
|
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;
|
||||||
|
}
|
||||||
|
|
@ -99,12 +99,37 @@ body {
|
||||||
text-align: center;
|
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 {
|
#footer, #footer_signup {
|
||||||
background: rgba(0,0,0,0.75);
|
background: rgba(0,0,0,0.75) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_signup {
|
.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 {
|
.content, #footer {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue