CSS
61
w 1 login css
Guest on 23rd July 2022 03:32:54 AM
*{padding:0;margin:0;}
ul, menu, dir {
list-style-type: none;
}
html, body{
padding:0;
margin:0;
height:100%;
}
body{
margin:0;
padding:0;
background:url(/psportal/port-img/bg-fade.png) #eaebea top repeat-x;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,san-serif;
}
#wrapper{
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -200px;
}
.clear{
clear:both;
text-indent:-99999px;
font-size:1px;
line-height:1px;
}
#cougar-head{
position:absolute;
top:0;
width:74px;
left:50%;
margin-left:-37px;
z-index:9999;
}
#zzusis {
height:52px;
width:94%;
margin:0 3%;
padding-bottom:75px;
}
#global_nav{
background:#465258;
width:100%;
height:30px;
border-bottom:1px solid #505c62;
}
h1.siteid_title{
background:url(/psportal/port-img/header-zzusis_portal.png) no-repeat center top;
height:60px;
left:50%;
margin:0 0 80px;
margin-left:-56px; /*used -56px instead of -60 to match mocked design*/
padding:0;
position:relative;
text-indent:-99999px; /*moves the <h1> text off screen*/
top:90px;
width:120px;
}
a.logohead img{
border:none;
}
/********main content*************/
#content-wrap h2.warning{
color:#981e32;
font-weight:normal;
margin-bottom:10px;
text-transform:uppercase;
}
h2.widget-head{
text-transform:uppercase;
color:#981e32;
font-size:12px;
letter-spacing:.075em;
margin:0 0 16px;
}
input{
padding:0;
margin:0;
}
input.field{
color:#5e6a71;
display:block;
width:242px;
margin-bottom:8px;
text-align:center;
font-size:12px;
line-height:12px;
background:#fff;
border:1px solid #b6bcbf;
border-bottom:1px solid #ebebeb;
border-right:1px solid #ebebeb;
float:left;
padding:7px 5px;
}
input#userid{
margin-right:16px;
}
input.psloginbutton{
background:#981e32;
padding:5px 20px;
float:right;
border:1px solid #721625;
border-bottom:1px solid #981e32;
border-right:1px solid #981e32;
color:#fff;
text-transform:uppercase;
font-size:11px;
line-height:12px;
margin:8px 0 16px;
}
input.psloginbutton:hover{
cursor:pointer;
background:#830624;
}
#content-wrap{
padding:48px 32px;
margin:0 auto;
width:558px;
}
#login{
background:#eaebea;
padding:75px 40px 0;
text-align:center;
}
.extra-content{
float:left;
padding:16px 16px 0;
width:524px;
}
.extra-content a{
color:#474644;
font-size:10px;
text-decoration:none;
text-transform:uppercase;
}
.extra-content a:hover{
color:#262a2d;
font-size:10px;
text-decoration:none;
text-transform:uppercase;
}
li.head{
color:#474644;
cursor:pointer;
font-size:11px;
text-transform:uppercase;
}
ul#help{
float:left;
}
ul#resources{
float:right;
text-align:right;
}
/***help dropdown*******/
li.item{
display:none;
}
li.last{
margin-bottom:25px;
}
ul#help:hover li.head{
color:#9a1705;
}
ul#help:hover li.item{
display:block;
}
/*********/
#return{
}
#return a{
background:#981e32;
display:block;
padding:12px 16px;
width:120px;
margin:30px auto 75px;
border:1px solid #721625;
border-bottom:1px solid #830624;
border-right:1px solid #830624;
color:#fff;
text-transform:none;
font-size:13px;
line-height:12px;
text-decoration:none;
}
#return a:hover{
cursor:pointer;
background:#830624;
text-decoration:none;
}
/*footer************************************************/
#footer{
background:#5e6a71;
padding:30px 0;
height:160px;
text-align:center;
font-size:11px;
color:#a8afb3;
margin-top:32px;
}
.pusher{
height:200px;
}
#footer, .pusher{
clear:both;
}
#footer a{
color:#a8afb3;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
a.globe{
padding:0 8px;
}
img.wsu-logo{
margin:25px 0;
}
p.announce{
color:#5e6a71;
font-size:11px;
line-height:16px;
}
a img{
border:none;
}
p#descr{
padding-top: 10px;
font-size: 11px;
color: #981E32;
}