318 lines
No EOL
5.5 KiB
CSS
318 lines
No EOL
5.5 KiB
CSS
|
|
BODY {
|
|
background-color:white;
|
|
font-size:12px;
|
|
font-family:sans-serif,arial;
|
|
color:blue;
|
|
}
|
|
.cell , #recover_box p{
|
|
font-size : 18px;
|
|
}
|
|
.remark {
|
|
border: solid black 1px;
|
|
font-family:sans-serif;
|
|
font-size: 9px;
|
|
color:blue;
|
|
width:200px;
|
|
padding:3px;
|
|
}
|
|
|
|
.gras {
|
|
font-size:12px;
|
|
font-family:sans-serif,arial;
|
|
color:red;
|
|
|
|
}
|
|
.input_text {
|
|
border:1px solid #4b4b91;
|
|
margin:1px;
|
|
padding: 10px;
|
|
border-radius: 4px;
|
|
font-size:16px;
|
|
font-size:1rem;
|
|
}
|
|
.button {
|
|
color:white;
|
|
font-weight: bold;
|
|
border:0px;
|
|
text-decoration:none;
|
|
font-family: helvetica,arial,sans-serif;
|
|
background-image: url("image/bg-submit2.gif");
|
|
background-repeat: repeat-x repeat-y;
|
|
background-position: left;
|
|
text-decoration:none;
|
|
font-family: helvetica,arial,sans-serif;
|
|
border-width:0px;
|
|
padding:2px 4px 2px 4px;
|
|
cursor:pointer;
|
|
margin:31px 2px 1px 2px;
|
|
-moz-border-radius:2px 2px;
|
|
border-radius:2px 2px;
|
|
font-size : 1rem;
|
|
margin-bottom: 10px;
|
|
}
|
|
.button:hover {
|
|
cursor:pointer;
|
|
background-color:white;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
background-image: url("image/bg-submit3.gif");
|
|
background-repeat: repeat-x repeat-y;
|
|
}
|
|
#logo_id {
|
|
width:19%;
|
|
}
|
|
#alternate_browser {
|
|
display : none;
|
|
}
|
|
#logo_id {
|
|
position:absolute;
|
|
z-index:-1;
|
|
height:30%;
|
|
width:auto;
|
|
left:0px;
|
|
|
|
}
|
|
#login_frm {
|
|
position:absolute;
|
|
left:15%;
|
|
top:50%;
|
|
}
|
|
.input_text {
|
|
width:8em;
|
|
}
|
|
#recover_link {
|
|
position:absolute;
|
|
margin-bottom:30px;
|
|
width: 100%;
|
|
}
|
|
|
|
#alternate_browser {
|
|
display : none;
|
|
}
|
|
#logo_id {
|
|
position:absolute;
|
|
z-index:-1;
|
|
height:45%;
|
|
width:auto;
|
|
left:0px;
|
|
|
|
}
|
|
#login_frm {
|
|
position:absolute;
|
|
left:15%;
|
|
top:50%;
|
|
}
|
|
.input_text {
|
|
width:8em;
|
|
}
|
|
#recover_link {
|
|
position:absolute;
|
|
bottom:30px;
|
|
/*! width: 100%; */
|
|
}
|
|
#recover_box {
|
|
|
|
display: none;
|
|
position: absolute;
|
|
top: 15%;
|
|
z-index: 1;
|
|
border: 2px solid blue;
|
|
width: 96%;
|
|
margin-left: 1%;
|
|
background-color: whitesmoke;
|
|
}
|
|
#login_frm h1 {
|
|
display: block;
|
|
font-size: 2.5em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
opacity: 1;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
color: darkblue;
|
|
}
|
|
|
|
@media only screen and (max-width : 900px) {
|
|
#alternate_browser {
|
|
display : none;
|
|
}
|
|
#logo_id {
|
|
position:absolute;
|
|
z-index:-1;
|
|
height:auto;
|
|
width:10%;
|
|
left:1%;
|
|
top:30px;
|
|
|
|
}
|
|
.input_text {
|
|
width:20rem;
|
|
}
|
|
#recover_box {
|
|
|
|
display:none;
|
|
position: absolute;
|
|
top: 15%;
|
|
z-index: 1;
|
|
border: 2px solid blue;
|
|
width: 96%;
|
|
left: 1%;
|
|
background-color: whitesmoke;
|
|
|
|
}
|
|
#login_frm {
|
|
position:absolute;
|
|
left:15%;
|
|
right:35%;
|
|
top:15%;
|
|
}
|
|
}
|
|
@media only screen and (min-width : 901px) {
|
|
#alternate_browser {
|
|
position:absolute;
|
|
bottom: 30px;
|
|
left:0px;
|
|
z-index: -1;
|
|
display : block;
|
|
}
|
|
#logo_id {
|
|
z-index:-1;
|
|
position:absolute;
|
|
|
|
left:0px;
|
|
top:20px;
|
|
height: 15%;
|
|
}
|
|
#login_frm {
|
|
position:absolute;
|
|
left:30%;
|
|
top:20%;
|
|
}
|
|
.input_text {
|
|
width: 24em;
|
|
width: 24rem;
|
|
}
|
|
#recover_link {
|
|
position:absolute;
|
|
margin-top:397px;
|
|
left:1px;
|
|
background-color: white;
|
|
bottom: initial;
|
|
width: 20rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width : 1100px) {
|
|
#alternate_browser {
|
|
position:absolute;
|
|
bottom: 30px;
|
|
left:0px;
|
|
z-index: -1;
|
|
display : block;
|
|
}
|
|
#logo_id {
|
|
z-index:-1;
|
|
position:absolute;
|
|
width:19%;
|
|
left:8%;
|
|
top:19.5%;
|
|
}
|
|
#login_frm {
|
|
position:absolute;
|
|
left:25%;
|
|
top:30%;
|
|
}
|
|
.input_text {
|
|
width: 24em;
|
|
width: 24rem;
|
|
}
|
|
#recover_link {
|
|
position:absolute;
|
|
top:397px;
|
|
left:539px;
|
|
background-color: white;
|
|
width:auto;
|
|
|
|
}
|
|
#recover_box {
|
|
|
|
display: none;
|
|
position: absolute;
|
|
top: 15%;
|
|
z-index: 1;
|
|
border: 2px solid blue;
|
|
width: 96%;
|
|
margin-left: 1%;
|
|
background-color: whitesmoke;
|
|
|
|
}
|
|
}
|
|
@media only screen and (min-width : 1100px) {
|
|
#alternate_browser {
|
|
position:absolute;
|
|
bottom: 52px;
|
|
left:0px;
|
|
z-index: -1;
|
|
display : block;
|
|
}
|
|
#logo_id {
|
|
z-index: -1;
|
|
position: absolute;
|
|
width: 140px;
|
|
left: 5px;
|
|
top: 22px;
|
|
height: 140px;
|
|
}
|
|
#login_frm {
|
|
position:absolute;
|
|
left:39%;
|
|
top:28%;
|
|
}
|
|
.input_text {
|
|
width: 24em;
|
|
width: 24rem;
|
|
}
|
|
#recover_link {
|
|
position:absolute;
|
|
top:55%;
|
|
left:55%;
|
|
background-color: white;
|
|
margin-top:0px;
|
|
}
|
|
#recover_box {
|
|
|
|
display: none;
|
|
position: absolute;
|
|
top: 40%;
|
|
z-index: 1;
|
|
border: 2px solid blue;
|
|
width: 30%;
|
|
margin-left: 25%;
|
|
background-color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
#info_noalyss {
|
|
display: block;
|
|
position: fixed;
|
|
bottom: 2px;
|
|
width: 99%;
|
|
margin-right: 1%;
|
|
color: darkblue;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
font-size: 0.9rem;
|
|
opacity: 1;
|
|
}
|
|
@media only screen and (max-width:360px) {
|
|
#p_user{
|
|
width: 10rem;
|
|
}
|
|
#p_pass{
|
|
width:10rem
|
|
}
|
|
}
|
|
|