Skip to content

Instantly share code, notes, and snippets.

@nsanta
Created November 15, 2010 23:16
Show Gist options
  • Save nsanta/701156 to your computer and use it in GitHub Desktop.
Save nsanta/701156 to your computer and use it in GitHub Desktop.
moron twitter page
<style type="text/css">
body {background-color: #000000;
background-image: url(http://curated.culturejam.com/wp-content/themes/curated_yamidoo/yamidoo/keisha/twittbkg3.jpg);
background-position: top center;
background-repeat: no-repeat;height: 1080px;
}
#footer ul li {display:inline;margin:0 3px;}
.connect-button {width:150px;margin:0 auto; text-align:center; margin-top:-360px}
#avatar-twitter {margin-left:-900px}
.icon-twitter {background: transparent url(/images/elements/social-icons.png) no-repeat 0 0; margin-left:-900px}
#message_image {margin-left:-900px}
</style>
<div id="twitter_inputs" class="inputs" style="width:300px; height:100px;margin-top:200px; margin-left:105px">
<h4><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;TWITTER</font></h4>
<fieldset>
<textarea class="twitter-message" id="twitter_text" name="twitter_text" style="width:375px; height:100px; "></textarea>
</fieldset>
<div class="clearfix"></div>
</div>
<div id="facebook_inputs" class="inputs" style="width:300px; height:100px;margin-top:50px; margin-left:105px">
<h4><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;FACEBOOK</font></h4>
<fieldset>
<textarea class="facebook-message" id="facebook_text" name="facebook_text" style="width:375px; height:100px; "></textarea>
</fieldset>
<div class="clearfix"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment