socialfeed.css in Social Feed 6
#socialfeed {
height:443px;
padding:0 0 10px 0;
margin:0;
}
#socialfeed p {
font-size:12px;
margin-bottom:7px;
margin-top:0px;
}
#socialfeed .fbitem, #socialfeed .twitem, #socialfeed .fsitem {
margin-bottom:20px;
padding:0px !important;
}
#socialfeed .fbitem a {
color:#3b5998;
font-weight:bold;
text-decoration:none;
}
#socialfeed .fbitem .messagehead {
color:#3b5998;
font-weight:bold;
}
#socialfeed .fbitem .messagebody {
color:#959595;
}
#socialfeed .fbitem .socialmessage {
padding-left:10px;
border-left:solid 1px #ccc;
}
#socialfeed .twitem a {
color:#2eb7e4;
}
#socialfeed .fsitem a {
color:#3b5998;
font-weight:bold;
}
#socialfeed .socialtitle {
margin-bottom:5px;
height:23px;
text-align:right;
}
#socialfeed .socialtitle span {
font-size:11px;
font-style:italic;
font-weight:bold;
}
#socialfeed .socialtitle.bpfacebook span {
color:#3b5998;
}
#socialfeed .socialtitle.bptwitter span {
color:#2185a6;
}
#socialfeed .socialtitle.bpyoutube span {
color:#a02323;
}
#socialfeed .socialtitle.bpfacebook {
background:url('../images/facebookfeedhead.gif') no-repeat;
background-color:#e1e6f3;
padding-right:10px;
}
#socialfeed .socialtitle.bptwitter {
background:url('../images/twitterfeedhead.gif') no-repeat;
background-color:#ddeef6;
padding-right:10px;
}
#socialfeed .socialtitle.bpyoutube {
background:url('../images/youtubefeedhead.gif') no-repeat;
background-color:#f5e7e7;
padding-right:10px;
}
#socialfeed .socialtitle.bpfoursaquare {
background:url('../images/foursquarefeedhead.gif') no-repeat;
background-color:#dfebbd;
padding-right:10px;
}
#socialfeed p.socialdate {
text-align:right;
font-size:10px;
color:#959595;
}
#socialfeed .asmediaimg {
margin: 0px 4px 4px 0px;
border: solid 4px white;
}
File
css/socialfeed.cssView source
- #socialfeed {
- height:443px;
- padding:0 0 10px 0;
- margin:0;
- }
-
- #socialfeed p {
- font-size:12px;
- margin-bottom:7px;
- margin-top:0px;
- }
-
- #socialfeed .fbitem, #socialfeed .twitem, #socialfeed .fsitem {
- margin-bottom:20px;
- padding:0px !important;
- }
-
- #socialfeed .fbitem a {
- color:#3b5998;
- font-weight:bold;
- text-decoration:none;
- }
-
- #socialfeed .fbitem .messagehead {
- color:#3b5998;
- font-weight:bold;
- }
-
- #socialfeed .fbitem .messagebody {
- color:#959595;
- }
-
- #socialfeed .fbitem .socialmessage {
- padding-left:10px;
- border-left:solid 1px #ccc;
- }
-
- #socialfeed .twitem a {
- color:#2eb7e4;
- }
-
- #socialfeed .fsitem a {
- color:#3b5998;
- font-weight:bold;
- }
-
- #socialfeed .socialtitle {
- margin-bottom:5px;
- height:23px;
- text-align:right;
- }
-
- #socialfeed .socialtitle span {
- font-size:11px;
- font-style:italic;
- font-weight:bold;
- }
-
- #socialfeed .socialtitle.bpfacebook span {
- color:#3b5998;
- }
-
- #socialfeed .socialtitle.bptwitter span {
- color:#2185a6;
- }
-
- #socialfeed .socialtitle.bpyoutube span {
- color:#a02323;
- }
-
- #socialfeed .socialtitle.bpfacebook {
- background:url('../images/facebookfeedhead.gif') no-repeat;
- background-color:#e1e6f3;
- padding-right:10px;
- }
-
- #socialfeed .socialtitle.bptwitter {
- background:url('../images/twitterfeedhead.gif') no-repeat;
- background-color:#ddeef6;
- padding-right:10px;
- }
-
- #socialfeed .socialtitle.bpyoutube {
- background:url('../images/youtubefeedhead.gif') no-repeat;
- background-color:#f5e7e7;
- padding-right:10px;
- }
-
- #socialfeed .socialtitle.bpfoursaquare {
- background:url('../images/foursquarefeedhead.gif') no-repeat;
- background-color:#dfebbd;
- padding-right:10px;
- }
-
- #socialfeed p.socialdate {
- text-align:right;
- font-size:10px;
- color:#959595;
- }
-
- #socialfeed .asmediaimg {
- margin: 0px 4px 4px 0px;
- border: solid 4px white;
- }