Twitter Css
@font-face {
    font-family: 'Qlassik';
    src: url('http://bmcenterprises.wdfiles.com/local--files/fonts/Qlassik_TB-webfont.eot');
    src: local('☺'), url('http://bmcenterprises.wdfiles.com/local--files/fonts/Qlassik_TB-webfont.woff') format('woff'), url('http://bmcenterprises.wdfiles.com/local--files/fonts/Qlassik_TB-webfont.ttf') format('truetype'), url('http://bmcenterprises.wdfiles.com/local--files/fonts/Qlassik_TB-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
#twitter {
    width: 600px;
    padding: 3px 5px;
    margin: 0 auto;
    border: 1px solid #ddc;
    -webkit-border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eef1f1));
    background-image: -moz-linear-gradient(top, #fff, #eef1f1);
}
.twitted {
    font-family: 'Qlassik', Georgia, sans-serif;
    font-size: 1.1em;
}
.twitted h2 {
    margin: 0;
    padding: 0.3em 0.8em;
    font-size: 1em;
    color: #22759e;
    font-weight: normal;
}
 
.twitted p.preLoader {
    margin: 0;
    padding: 1em 1em 1em 3em;
    background: transparent url("http://bmcenterprises.wikidot.com/css3:twitter/loader.gif") 1em center no-repeat;
    /* generate your own loader gif: http://www.ajaxload.info */
}
 
.twitted ul#twitter_update_list {
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
}
 
.twitted ul#twitter_update_list li {
    margin: 0;
    padding: 5px 0 0;
    border-bottom: 1px solid #ccc;
}
 
.twitted ul#twitter_update_list li span {
    /* tweet content */
    display: block;
}
 
.twitted ul#twitter_update_list li span a {
    /* links in tweet content */
    color: #39c;
    text-decoration: none;
    font-size: 1em;
}
.twitted ul#twitter_update_list li span a:hover {
    color: #39c;
    text-shadow: 0 0 3px rgba(33,112,151,0.78);
    text-decoration: none;
}
 
.twitted ul#twitter_update_list li a {
    /* timestamp link */
    color: #777;
    text-decoration: none;
    font-size: 0.8em;
}
.twitted ul#twitter_update_list li a:hover {
    text-decoration: underline;
}
 
.twitted ul#twitter_update_list li.firstTweet {
}
 
.twitted ul#twitter_update_list li.lastTweet {
    border-bottom: none;
}
 
.twitted p.profileLink {
    display: block;
    margin: 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 1em;
    float: right;
}
.twitted p.profileLink a {
    font-size: 0.8em;
    text-decoration: none;
    color: #2e71b0 !important;
}
.twitted p.profileLink a:hover {
    color: #2e71b0;
    text-shadow: 0 0 3px rgba(33,112,151,0.78);
    text-decoration: none;
}

Discussion

Add a new comment

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License