Sortierung der login-css Dateien sowie der Auslagerung in einzelne CSS-Dateien

This commit is contained in:
ja
2021-08-27 09:12:39 +02:00
parent f5f96df940
commit fe14e013fd
7 changed files with 56 additions and 52 deletions

12
css/login/LogggedIn.css Normal file
View 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
View 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
View File

@@ -0,0 +1,12 @@
body {
background-color: #fff;
background-image: none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}

View File

@@ -16,18 +16,7 @@
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.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>
</style>
<script type="text/javascript">
function FocusOnInput() {
@@ -85,6 +74,7 @@
setInterval("top.location.replace('../admin/admin.aspx')", 1);
}
</script>
<link rel="stylesheet" type="text/css" href="../css/login/LoggedIn.css"/>
</head>
<body onload="FocusOnInput()">

View File

@@ -5,28 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
<style>
@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>
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
</head>
<body>

View File

@@ -17,19 +17,7 @@
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.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">
function FocusOnInput() {
document.getElementById("UserID").focus();
@@ -76,6 +64,7 @@
window.history.back()
}
</script>
<link rel="stylesheet" type="text/css" href="../login/login_FLEX.css"/>
</head>
<body onload="FocusOnInput()">

View File

@@ -18,11 +18,7 @@
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
<style>
@media (min-width: 768px) {
}
</style>
<script type="text/javascript">
function FocusOnInput() {
document.getElementById("UserName").focus();