FSN#35890 loginimage + color via css editor

svn path=/Website/trunk/; revision=28602
This commit is contained in:
Ruud Lipper
2016-03-23 15:06:02 +00:00
parent e6a6e33e8f
commit 509cf1ecd8
2 changed files with 5 additions and 1 deletions

View File

@@ -53,11 +53,12 @@ th {
padding-top: 70px;
padding-bottom: 40px;
width:90%;
color:==logincolor==;
}
#loginhtml {
background-color: #F4F6F9;
background: url(../appl/Pictures/loginbg.jpg) no-repeat center center fixed;
background: url(==loginimage==) no-repeat center center fixed;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size:cover;
@@ -145,6 +146,7 @@ th {
clear: both;
text-align: center;
font-size: 12px;
color:==logincolor==;
}
#mobkey {
float: right;

View File

@@ -313,6 +313,8 @@ FCLTHeader =
textcolor: "#333",
backgroundcolor: "#fafafa",
headerimage: "../appl/pictures/banner.png",
loginimage: "../appl/pictures/loginbg.jpg",
logincolor: "#000000",
headerbackgroundcolor: "#fff",
headercolor: "#666",
dividercolor: "#ddd",