Skip to content

Instantly share code, notes, and snippets.

@esmooov
Created October 7, 2010 14:38
Show Gist options
  • Save esmooov/615182 to your computer and use it in GitHub Desktop.
Save esmooov/615182 to your computer and use it in GitHub Desktop.
<style>
.mw_retweet{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#e7e7e7;
background-image:none;
background-position:0 0;
background-repeat:repeat;
font-size:11px;
line-height:13px;
padding-left:3px;
padding-right:3px;
padding-top:1px;
padding-bottom:1px;
text-decoration:none;
display:inline-block;
}
.mw_retweet:hover{
background-color:#cecece;
}
.mw_retweet a{
color:#990000;
font-family:Helvetica,arial,sans-serif;
}
.mw_retweet a:hover{
text-decoration:none;
}
.mw_widewiretitle{
font-size:14px;
margin-bottom:8px;
color:#036;
}
ul.mw_widewire{
list-style-type:none;
padding-left:0px;
}
ul.mw_widewire li{
margin-top:0px;
list-style-position:outside;
}
.mw_widewireinfo{
font-weight:bold;
font-family:helvetica,arial,sans-serif;
font-size:11px;
}
.mw_widewiredate{
font-weight:normal;
font-size:11px;
}
.mw_widewireblurb{
line-height:16px;
font-family: times, georgia, serif;
font-size: 12px;
font-weight: normal;
}
ul.mw_widewire li.mw_blurbtweet{
background:#D4EDF2;
border-top:1px solid #1DCAFF;
padding:8px 10px 10px 10px;
margin: 0px 0px 10px 0px;
}
.mw_blurbtweet .mw_widewireblurb{
font-size:14px;
color:#036;
font-weight:bold;
font-family:helvetica,arial,sans-serif;
line-height:20px;
}
.mw_blurbtweet .mw_widewireinfo{
font-size:14px;
line-height:20px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment