FSN#35890 loginimage + color via css editor
svn path=/Website/trunk/; revision=28602
This commit is contained in:
@@ -53,11 +53,12 @@ th {
|
|||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
width:90%;
|
width:90%;
|
||||||
|
color:==logincolor==;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loginhtml {
|
#loginhtml {
|
||||||
background-color: #F4F6F9;
|
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-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size:cover;
|
-webkit-background-size:cover;
|
||||||
@@ -145,6 +146,7 @@ th {
|
|||||||
clear: both;
|
clear: both;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
color:==logincolor==;
|
||||||
}
|
}
|
||||||
#mobkey {
|
#mobkey {
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
@@ -313,6 +313,8 @@ FCLTHeader =
|
|||||||
textcolor: "#333",
|
textcolor: "#333",
|
||||||
backgroundcolor: "#fafafa",
|
backgroundcolor: "#fafafa",
|
||||||
headerimage: "../appl/pictures/banner.png",
|
headerimage: "../appl/pictures/banner.png",
|
||||||
|
loginimage: "../appl/pictures/loginbg.jpg",
|
||||||
|
logincolor: "#000000",
|
||||||
headerbackgroundcolor: "#fff",
|
headerbackgroundcolor: "#fff",
|
||||||
headercolor: "#666",
|
headercolor: "#666",
|
||||||
dividercolor: "#ddd",
|
dividercolor: "#ddd",
|
||||||
|
|||||||
Reference in New Issue
Block a user