pamellabellegarde

Theme Tumblr 31 Blogroll black

Oct 6th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1.  
  2. <title>{title}</title> <link rel="shortcut icon" href="{favicon}" />
  3. <style>
  4.  
  5.  
  6. .p {width:150px;
  7. background: #666;
  8. -moz-transition: all 0.4s ease-out;
  9. -webkit-transition: all 0.8s ease-out;
  10. -o-transition: all 0.8s ease-out;
  11. -ms-transition: all 0.8s ease-out;
  12. transition: all 0.8s ease-out;
  13. height:48px;
  14. font-family:cambria;
  15. text-transform:uppercase;
  16. font-size:8px;
  17. overflow:hidden;
  18. display:inline-block;
  19. margin:5px;
  20. text-align:left;
  21. color:#ddd;
  22. }
  23.  
  24. .p:hover {width:150px;
  25. background: #ddd;
  26. -webkit-box-shadow: inset 550px 0 0px 0 #333; /** A MESMA COR Q VC COLOCOU A CIMA **/
  27. -moz-box-shadow: inset 550px 0 0px 0 #333;
  28. box-shadow: inset 550px 0 0px 0 #333;
  29. color: #fff ;
  30. }
  31.  
  32. body {background:#555;
  33. font-family:cambria;
  34. color:#ddd;
  35. font-family:cambria;
  36. font-size:10px;
  37. }
  38.  
  39. a {color:#9bc284;
  40. text-decoration:none;
  41. text-transform:lowercase;
  42. font-size:10px
  43.  
  44. }
  45.  
  46. .pp a:hover {border-bottom:1px solid #62a838;}
  47.  
  48. nav1 {font-style:italic;
  49. font-size:22px;
  50. color:#62a838;
  51. }
  52.  
  53. .p img {float:left;
  54. padding-right:5px;}
  55.  
  56. .p a{font-style:italic;
  57. text-decoration:none;
  58. text-transform:lowercase;
  59. font-size:10px;
  60. color:#95c37a}
  61.  
  62. .pp {margin-right:8px;
  63. color:#9bc284;
  64. text-decoration:none;
  65. text-transform:lowercase;
  66. }
  67.  
  68. .pp a {margin-right:8px;
  69. color:#9bc284;
  70. text-decoration:none;
  71. text-transform:lowercase;
  72. }
  73. </style>
  74.  
  75. <body>
  76.  
  77. <center>
  78.  
  79. <nav1>Blogroll</nav1><br>{title}
  80.  
  81. <br><p>
  82. <div class="pp">
  83. <a href="/">index</a> <a href="/ask">message</a> <a href="http://www.tumblr.com/dashboard">dashboard</a> <a href="http://baginsfrodo.tumblr.com/" target="_blank">theme</a></p></div><br>
  84. <div style="border: 1px (000, 000, 000); padding: 5px; overflow: auto; color: #444; width:680px;height:350px; text-align: justify; font-family: FONTE; font-size:11px; line-height: 100%; background-color: #515151">
  85.  
  86.  
  87.  
  88. {block:Following}{block:Followed}
  89. <div class="p"><a href="{FollowedURL}"><img src="{FollowedPortraitURL-48}"></a> <br><a href="{FollowedURL}">{FollowedName}</a><br>{FollowedTitle}</div>
  90. {/block:Followed}{/block:Following}
  91.  
  92.  
  93.  
  94.  
  95. </div>
  96.  
  97.  
  98.  
  99. </body>
Advertisement
Add Comment
Please, Sign In to add comment