Advertisement
kawaiibuu

Prism Blogroll

Jan 9th, 2014
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. <link rel="shortcut icon" href="{Favicon}">
  2. <style>
  3.  
  4.  
  5. body { font-family: consolas; font-size: 10px;
  6. background: #eab4b5;
  7. background: -moz-linear-gradient(-45deg, #eab4b5 0%, #7db9e8 100%);
  8. background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eab4b5), color-stop(100%,#7db9e8));
  9. background: -webkit-linear-gradient(-45deg, #eab4b5 0%,#7db9e8 100%);
  10. background: -o-linear-gradient(-45deg, #eab4b5 0%,#7db9e8 100%);
  11. background: -ms-linear-gradient(-45deg, #eab4b5 0%,#7db9e8 100%);
  12. background: linear-gradient(135deg, #eab4b5 0%,#7db9e8 100%);
  13. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab4b5', endColorstr='#7db9e8',GradientType=1 ); }
  14. a {
  15. color: black;
  16. }
  17. ::-webkit-scrollbar {
  18. width: 6px;
  19. }
  20.  
  21.  
  22. ::-webkit-scrollbar-thumb {
  23. border-radius: 10px;
  24. -webkit-box-shadow: inset 0 0 6px rgba(72, 218, 234, 0.5);
  25. }
  26.  
  27. #vertical { top: -2px; border: 1px solid #9a4aa9;
  28. width: 605px; margin:0px 250px; position: fixed; height: 105%; background: rgba(255, 193, 94, 0.3);
  29. }
  30.  
  31. #horizontal {
  32.  
  33. }
  34.  
  35. #holder {
  36.  
  37. width: 600px; height: 495px; overflow: auto;
  38. }
  39.  
  40. #holder img {
  41. border: 1px solid #9a4aa9; padding: 2px; opacity: 0.5;
  42.  
  43. }
  44.  
  45. #title {
  46. margin-top: -70px; position:absolute; padding: 5px;
  47. }
  48.  
  49. #style { margin: -51px; margin-top: 150px; position:absolute;
  50. background: rgba(156, 156, 255, 0.2); width: 600px; height: 500px; padding: 50px; border: 1px solid #9a4aa9;
  51. }
  52.  
  53. </style>
  54.  
  55. <body>
  56. <div id="vertical">
  57.  
  58.  
  59.  
  60. <div id="style">
  61. <div id="title">
  62. {Title} - <a href="/">home</a> / <a href="/ask">message</a> / <a href="http://meancutie.tumblr.com">credit</a>
  63. </div>
  64. <div id="holder">
  65. {block:Following}
  66. <div align="center">
  67. {block:Followed}
  68. <a title="{FollowedName}" href="{FollowedURL}" target="_blank">
  69. <img src="{FollowedPortraitURL-48}" style="background: rgba(72, 218, 234, 0.5);"/></a>
  70. {/block:Followed}
  71. </div>
  72. {/block:Following}
  73. </div>
  74.  
  75.  
  76. </div>
  77.  
  78.  
  79.  
  80. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement