mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-19 10:23:03 +00:00
Implement a per-SSID embedded Captive Portal making use of OpenNDS Authentication type:None Fix for WIFI-596 Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
93 lines
1.5 KiB
CSS
93 lines
1.5 KiB
CSS
body{
|
|
background-image:url('/images/wlan1/TipBackLogo.png');
|
|
background-attachment:fixed;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
}
|
|
/*body {
|
|
background-color: lightgrey;
|
|
color: black;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
text-align: left;
|
|
}*/
|
|
|
|
hr {
|
|
display:block;
|
|
margin-top:0.5em;
|
|
margin-bottom:0.5em;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
border-style:inset;z
|
|
border-width:5px;
|
|
}
|
|
|
|
.offset {
|
|
background: rgba(300, 300, 300, 0.6);
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
max-width:600px;
|
|
min-width:200px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.insert {
|
|
background: rgba(350, 350, 350, 0.7);
|
|
border: 2px solid #aaa;
|
|
border-radius: 4px;
|
|
min-width:200px;
|
|
max-width:100%;
|
|
padding: 5px;
|
|
}
|
|
|
|
img {
|
|
width: 40%;
|
|
max-width: 180px;
|
|
margin-left: 0%;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
input[type=text], input[type=email], input[type=password] {
|
|
font-size: 1em;
|
|
line-height: 2.0em;
|
|
height: 2.0em;
|
|
color: black;
|
|
background: lightgrey;
|
|
}
|
|
|
|
input[type=submit], input[type=button] {
|
|
font-size: 1em;
|
|
line-height: 2.0em;
|
|
height: 2.0em;
|
|
color: black;
|
|
font-weight: bold;
|
|
background: lightblue;
|
|
}
|
|
|
|
med-blue {
|
|
font-size: 1.2em;
|
|
color: blue;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
big-red {
|
|
font-size: 1.5em;
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
italic-black {
|
|
font-size: 1.0em;
|
|
color: black;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
copy-right {
|
|
font-size: 0.7em;
|
|
color: darkgrey;
|
|
font-weight: bold;
|
|
font-style:italic;
|
|
}
|