Advertisement
Guest User

R1,0

a guest
Sep 5th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.35 KB | None | 0 0
  1. #header {
  2.     background: url('http://agustinbarrientos.com/t/t1.jpg') #266a95;
  3.     border-bottom: 1px solid #16425b;
  4.     border-top: 1px solid #48b4ce;
  5. }
  6.  
  7. i.icon {
  8.     background-image: url('http://agustinbarrientos.com/t/16icons.png');
  9. }
  10.  
  11. div.fixme, div.navitem.nohide.hastipsy, i.icon.actividad,i.icon.info-p, i.icon.mi, i.icon.sprite-document-text-image, i.icon.sprite-block, i.icon.juegos-perfil {
  12.     display: none;
  13. }
  14.  
  15. div.navbar {
  16.     background: url('http://agustinbarrientos.com/t/t2.jpg');
  17.     border-bottom: 1px solid #133951;
  18.     border-left: 1px solid #13384e;
  19.     border-right: 1px solid #13384e;
  20.     border-top: 1px solid #133a51;
  21.     -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  22.     box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  23. }
  24.  
  25. div.navitem {
  26.     background: url('http://agustinbarrientos.com/t/t3.jpg') no-repeat top right;
  27. }
  28.  
  29. div.navitem.useritem {
  30.     background: none;
  31. }
  32.  
  33. img.avatar {
  34.     -webkit-border-radius: 0;
  35.     border-radius: 0;
  36.     height: 18px;
  37.     margin-right: 7px;
  38.     margin-top: 2px;
  39.     width: 18px;
  40. }
  41.  
  42. input.searchq.fast-search.suggest.suggest-mention.suggest-hashtag {
  43.     font-size: 11px;
  44. }
  45.  
  46. span.nick.floatL {
  47.     text-shadow: none;
  48.     font-size: 13px;
  49. }
  50.  
  51. i.icon.flag {
  52.     background-position: -0px -219px;
  53. }
  54.  
  55. span.country-name, span.nickname {
  56.     color: #97989a;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement