Advertisement
fengtai

Cosmic Latte Blogroll

Dec 24th, 2013
1,671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <!-- theme by boysjpeg do not remove theme credit-->
  2.  
  3. <link rel="shortcut icon" href="{favicon}">
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>{Title}</title>
  7.  
  8. <style type="text/css">
  9.  
  10. ::-webkit-scrollbar-thumb {
  11. background-color: #fff0f5;
  12. width:10px;
  13. height:100px;
  14. }
  15.  
  16. ::-webkit-scrollbar {
  17. height:10px;
  18. width:10px;
  19. background-color: #fff8e7;
  20. }
  21.  
  22. a:link, a:visited {
  23. color: #000;
  24. text-decoration: none;
  25. }
  26.  
  27. a:hover {
  28. color: #000;
  29. text-decoration: none;
  30. text-transform: uppercase;
  31. }
  32.  
  33. body {
  34. margin-top:50px;
  35. margin-left:100px;
  36. padding: 10px;
  37. background-image: -webkit-gradient(
  38. linear,
  39. left top,
  40. left bottom,
  41. color-stop(0.35, #fff8e7),
  42. color-stop(0.51, #fff0f5)
  43. );
  44. background-image: -o-linear-gradient(bottom, #fff0f5 35%, #fff8e7 51%);
  45. background-image: -moz-linear-gradient(bottom, #fff0f5 35%, #fff8e7 51%);
  46. background-image: -webkit-linear-gradient(bottom, #fff0f5 35%, #fff8e7 51%);
  47. background-image: -ms-linear-gradient(bottom, #fff0f5 35%, #fff8e7 51%);
  48. background-image: linear-gradient(to bottom, #fff0f5 35%, #fff8e7 51%);
  49. font-family: consolas;
  50. font-size: 70%;
  51. color: #000;
  52. background-attachment:fixed;
  53. }
  54.  
  55. #box {
  56. margin-top:20px;
  57. margin-left:140px;
  58. border: solid 1px;
  59. background-color:#fff;
  60. padding: 20px;
  61. width:500px;
  62. height:500px;
  63. box-shadow:10px 10px 20px rgba(245,255,250,1);
  64. overflow:scroll;
  65. }
  66.  
  67. #box img {
  68. border: solid 1px;
  69. border-color:#000;
  70. padding:5px;
  71. opacity:0.5;
  72. -webkit-transition: opacity 1s ease-in-out;
  73. -moz-transition: opacity 1s ease-in-out;
  74. -o-transition: opacity 1s ease-in-out;
  75. transition: opacity 1s ease-in-out;
  76. }
  77.  
  78. #box img:hover {
  79. box-shadow:10px 10px 20px rgba(245,255,250,1);
  80. opacity: 1.0;
  81. -webkit-transition: opacity 1s ease-in-out;
  82. -moz-transition: opacity 1s ease-in-out;
  83. -o-transition: opacity 1s ease-in-out;
  84. transition: opacity 1s ease-in-out;
  85. }
  86.  
  87. </style>
  88.  
  89. <body>
  90.  
  91. <div id="box">
  92. <center><h1><i>creamy</i></h1></center>
  93. <center><a href="/">back</a> / <a href="/ask">ask</a> / <a href="http://boysjpeg.tumblr.com/">theme</a></center>
  94.  
  95. <p></p>
  96.  
  97. {block:Following}
  98.  
  99. {block:Followed}
  100.  
  101. <a href="{FollowedURL}" title="{FollowedTitle}"><img src="{FollowedPortraitURL-64}">
  102.  
  103. {/block:Followed}
  104.  
  105. {/block:Following}
  106.  
  107. </div>
  108.  
  109. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement