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/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()">
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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()">
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user