CSS
69
socialmedia css
Guest on 23rd July 2022 03:28:48 AM
/*twitter, yahoo mail, Gmail*/
body{
margin:10px 0;
padding:0;
background-color:#ffffff;
font-family:"Lucida Grande","Lucida Sans Unicode", Arial, san-serif;
font-size:14px;
line-height:21px;
color: #2791b4;
}
p#twitter{
background:url(https://zzusis-utilities.wsu.edu/psportal/port-img/twitter-sm.png) #f2f2f2 no-repeat left;
padding:20px 20px 20px 60px;
margin: 20px 0 5px;
display:block;
}
#twitter_update{
border:1px solid #b6bcbf;
border-bottom:1px solid #ebebeb;
border-right:1px solid #ebebeb;
}
textarea{
border:none;
color:#5e6a71;
display:block;
height: 50px;
margin:0 !important;
padding:0 !important;
text-align:left;
font-size:12px;
line-height:12px;
background:#fff;
width:100%;
}
input.twtrsignin{
background:#33ccff;
padding:8px 25px;
float:left;
font-family:"Lucida Grande","Lucida Sans Unicode", Arial, san-serif;
border:none;
color:#fff;
text-transform:uppercase;
font-size:12px;
line-height:12px;
margin:8px 20px 16px 0;
}
input.twtrsignin:hover{
cursor:pointer;
background:#2fbae8;
}
#twitter_mentions ul {
list-style-type:square;
list-style-image:url(/psportal/port-img/twitter-tiny.png);
margin-left:5px;
padding:0px 0px 24px 0px;
color:#464646;
}
#twitter_mentions li {
font-size:11px;
line-height:14px;
margin:0;
padding-bottom:12px;
}
.tweet{
list-style-type:square;
list-style-image:url(/psportal/port-img/twitter-tiny.png);
margin-left:20px;
padding:5px 10px 4px 10px;
color:#464646;
background-color: #f4f5f6;
}
/*yahoo mail and Gmail*/
#yahoo_pglt{
border-top:1px solid #e7e9ea;
padding:4px 0 0;
}
p.title{
font-size:11px;
line-height:16px;
margin:0;
overflow:hidden;
padding:4px 0 1px;
white-space:nowrap;
}
p.title a{
background:#f7f7f7;
color:#262a2d;
padding:1px 4px;
text-decoration:none;
}
p.title a:hover{
background:#ddd;
}
p.from{
border-bottom:1px solid #e7e9ea;
color:#5e6a71;
font-size:10px;
line-height:12px;
margin:0 0 4px;
padding:0 8px 4px;
overflow:hidden;
white-space:nowrap;
}
a.logout_yahoo{
font-size: 10px;
text-decoration: none;
padding: 2px 8px;
background: #7b0099;
color: #fff;
}
a.logout_yahoo:hover{
background:#5f1973;
}
#yahoo-mail p{
background:url(/psportal/port-img/yahoo-sm.png) #eaeaea no-repeat left;
padding:20px 20px 20px 60px;
margin: 20px 0 5px;
display:block;
color: #7b0099;
font-size: 14px;
}
#yahoo-mail p#ymailerror{
background:none;
border:none;
color:#262a2d;
padding:0;
margin:0;
}
.ymloginbutton{
background:#7b0099;
padding:8px 25px;
float:left;
border:none;
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:12px;
line-height:12px;
margin-top:8px;
}
.ymloginbutton:hover{
cursor:pointer;
background:#5f1973;
}
/*gmail*/
#gmail{
background:url(/psportal/port-img/gmail.png) #fff no-repeat;
text-transform:uppercase;
color:#5e6a71;
font-size:10px;
padding:45px 0 0;
}
#gmail .inputs{
background:#e7e9ea;
width:100%;
border:none;
color:#5e6a71;
font-size:11px;
line-height:18px;
margin:0;
}
.gloginLink{
background:#426bde;
padding:8px 25px;
float:left;
border:none;
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:12px;
line-height:12px;
margin-top:8px;
}
.gloginLink:hover{
cursor:pointer;
background:#2e4a9a;
}