Sortierung der login-css Dateien sowie der Auslagerung in einzelne CSS-Dateien
This commit is contained in:
12
css/login/LogggedIn.css
Normal file
12
css/login/LogggedIn.css
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
body {
|
||||||
|
background-color: #fff;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#Login1_LoginButton {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #003680;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
}
|
||||||
26
css/login/login.css
Normal file
26
css/login/login.css
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
@media (min-width:768px) {
|
||||||
|
#UserNameLabel
|
||||||
|
|
||||||
|
{
|
||||||
|
font-size: 20px;
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#PasswordLabel {
|
||||||
|
font-size: 20px;
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
#UserNameLabel {
|
||||||
|
font-size: 16px;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#PasswordLabel {
|
||||||
|
font-size: 16px;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
12
css/login/login_FLEX.css
Normal file
12
css/login/login_FLEX.css
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
body {
|
||||||
|
background-color: #fff;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#Login1_LoginButton {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #003680;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
}
|
||||||
@@ -16,18 +16,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
||||||
<style>
|
<style>
|
||||||
body{
|
|
||||||
background-color:#fff;
|
|
||||||
background-image:none;
|
|
||||||
}
|
|
||||||
#Login1_LoginButton{
|
|
||||||
color:#fff;
|
|
||||||
background-color:#003680;
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function FocusOnInput() {
|
function FocusOnInput() {
|
||||||
@@ -85,6 +74,7 @@
|
|||||||
setInterval("top.location.replace('../admin/admin.aspx')", 1);
|
setInterval("top.location.replace('../admin/admin.aspx')", 1);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../css/login/LoggedIn.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="FocusOnInput()">
|
<body onload="FocusOnInput()">
|
||||||
|
|||||||
@@ -5,28 +5,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
|
||||||
<style>
|
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
|
||||||
@media (min-width:768px) {
|
|
||||||
#UserNameLabel{
|
|
||||||
font-size: 20px;
|
|
||||||
font-size:1.25em;
|
|
||||||
}
|
|
||||||
#PasswordLabel{
|
|
||||||
font-size: 20px;
|
|
||||||
font-size:1.25em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
#UserNameLabel{
|
|
||||||
font-size: 16px;
|
|
||||||
font-size:1em;
|
|
||||||
}
|
|
||||||
#PasswordLabel{
|
|
||||||
font-size: 16px;
|
|
||||||
font-size:1em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -17,19 +17,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
||||||
<style>
|
|
||||||
body{
|
|
||||||
background-color:#fff;
|
|
||||||
background-image:none;
|
|
||||||
}
|
|
||||||
#Login1_LoginButton{
|
|
||||||
color:#fff;
|
|
||||||
background-color:#003680;
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function FocusOnInput() {
|
function FocusOnInput() {
|
||||||
document.getElementById("UserID").focus();
|
document.getElementById("UserID").focus();
|
||||||
@@ -76,6 +64,7 @@
|
|||||||
window.history.back()
|
window.history.back()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../login/login_FLEX.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="FocusOnInput()">
|
<body onload="FocusOnInput()">
|
||||||
|
|||||||
@@ -18,11 +18,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
||||||
<style>
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function FocusOnInput() {
|
function FocusOnInput() {
|
||||||
document.getElementById("UserName").focus();
|
document.getElementById("UserName").focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user