Skip to content

Instantly share code, notes, and snippets.

@Karanjax
Created October 14, 2013 01:04
Show Gist options
  • Save Karanjax/6969266 to your computer and use it in GitHub Desktop.
Save Karanjax/6969266 to your computer and use it in GitHub Desktop.
Embedded Timeline CSS
.twitter-widget{
height:420px;
background-color:#4e4f53;
position:relative;
padding:1px;
border-radius:5px;
margin-bottom:10px;
}
.twitter-header-text{
margin:10px;
color:#FFFFFF;
}
.twitter-header-name {
font-size: 22px;
line-height: 16px;
font-family: "Helvetica Neue",Arial,sans-serif;
}
.twitter-header-description{
font-size:14px;
font-family:"Helvetica Neue",Arial,sans-serif;
}
.twitter-header-handle, .twitter-header-handle a{
font-family: Georgia,Palatino,serif;
font-style: italic;
font-size: 12px;
margin-bottom:10px;
color:#ffffff;
}
.twitter-logo{
float:right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment