Skip to content

Instantly share code, notes, and snippets.

@jice-lavocat
Created November 23, 2015 09:46
Show Gist options
  • Save jice-lavocat/2d16418e11c69d3801c1 to your computer and use it in GitHub Desktop.
Save jice-lavocat/2d16418e11c69d3801c1 to your computer and use it in GitHub Desktop.
Tweetwall css
header.head {
height:200px;
background:url('../img/swtln.png?1436228541') no-repeat center;
margin-right: 1100px;
/*float: left;*/
}
.blue {
color:#FFF
}
.orange {
color:#73cede
}
html,body {
background: #73cede
}
button {
background: #FFF
}
div.nextpresent {
background: #FFF;
/*width: 600px;*/
margin-left: 600px;
margin-top: -150px;
margin-bottom: 100px;
/*height: 150px;*/
}
div.nextpresent div {
color: #73cede;
}
div.wrapper div.gauge div.mercury {
background: #FFF;
color: #73cede;
}
div.wrapper div.gauge div.nbTweets {
color: #73cede;
}
div.wrapper div.gauge div.nbTweets:before {
background-color: #FFF;
}
div.wrapper div.tweets div.table-tweets header div.stats span {
color: #73cede;
position: relative;
top: -70px;
}
div.popup div.content-popup h2 {
color: #73cede
}
.author{
clear: both;
float: left;
}
.text{
float: left;
position: relative;
top: -80px;
left: 250px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment