Advertisement
jercydee

Blogroll #001 by striveattemptfail

May 25th, 2015
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. <!--
  2. CUSTOM PAGE 003: BLOGROLL #001
  3. THEME BY: Jercy @ striveattemptfail.tumblr.com
  4.  
  5. pl0x don't steal this code thx
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Sue+Ellen+Francisco' rel='stylesheet' type='text/css'>
  17.  
  18. <head>
  19. <style type="text/css">
  20.  
  21. body { font-family: Arial; font-size: 14px; margin: 0; padding: 0;
  22. background-color: #E1F5C4; /* changes page background */
  23. }
  24.  
  25. .title { font-family: 'Sue Ellen Francisco', cursive; font-size: 75px; font-style: italic; text-align: right; margin-top: 25px; margin-bottom: -35px; margin-left: auto; margin-right: auto; width: 696px;
  26. color: #FF4E50; /* changes title colour */
  27. }
  28.  
  29. #main { padding: 25px 15px 15px 15px; margin-left: auto; margin-right: auto; width: 696px;
  30. background-color: #F9D423; /* changes container background colour */
  31. border: 10px dashed #f97007; /* changes container border colour */
  32. }
  33.  
  34. /* USERS *//* CODE BY STRIVEATTEMPTFAIL */
  35. #avi { width: 96px; display: inline-block; margin-top: 5px; }
  36.  
  37. #avi img { width: 96px; border-top-left-radius: 50px; -webkit-border-top-left-radius: 50px; -moz-border-radius-topleft: 50px; border-top-right-radius: 50px; -webkit-border-top-right-radius: 50px; -moz-border-radius-topright: 50px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
  38.  
  39. #avi:hover .caption { opacity: 1; }
  40.  
  41. .caption { opacity: 0; margin-top: -3px; margin-bottom: 5px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
  42. background-color: #FF4E50; /* changes username background colour */
  43. }
  44.  
  45. .caption a { text-decoration: none; text-align: center; letter-spacing: 2px; padding: 3px; width: 90px; height: 17px; overflow: hidden; display: block; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
  46. color: #E1F5C4; /* changes username text colour */
  47. }
  48.  
  49. .caption a:hover { letter-spacing: 0px; }
  50.  
  51. /* LINKS */
  52. #links { width: 175px; margin-top: 7px; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
  53.  
  54. #links a { text-align: center; text-decoration: none; padding: 5px 0px; margin: 0px 3px; width: 175px; display: inline-block; letter-spacing: 2px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
  55. background-color: #FF4E50; /* changes bottom link background colour */
  56. color: #E1F5C4; /* changes bottom link text colour */
  57. }
  58.  
  59. #links a:hover { letter-spacing: 0px; }
  60.  
  61. /* SCROLLBAR */
  62. body::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
  63.  
  64. body::-webkit-scrollbar-track {
  65. background-color: #E1F5C4; /* changes scrollbar track colour */
  66. }
  67.  
  68. body::-webkit-scrollbar-thumb {
  69. background-color: #FF4E50; /* changes main scrollbar colour */
  70. }
  71.  
  72. body::-webkit-scrollbar-corner {
  73. background-color: #E1F5C4; /* changes scrollbar corner colour */
  74. }
  75.  
  76. /* CREDIT *//* CODE BY STRIVEATTEMPTFAIL */
  77. #cred { position: fixed; bottom: 10px; right: 5px; transition: all 0.75s ease-in-out; -webkit-transition: all 0.75s ease-in-out; -moz-transition: all 0.75s ease-in-out; }
  78.  
  79. #cred:hover { transform: translate(0,-10px); -webkit-transform: translate(0,-10px); -moz-transform: translate(0,-10px); }
  80.  
  81. #cred a {text-decoration: none; padding: 3px;
  82. background: #f97007; /* changes credit background colour */
  83. color: #E1F5C4; /* changes credit text colour */
  84. }
  85.  
  86. </style>
  87.  
  88. </head>
  89.  
  90. <body>
  91.  
  92. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  93.  
  94. <div class="title">
  95. blogroll
  96. </div>
  97.  
  98. {block:Following}
  99. <div id="main">
  100.  
  101. {block:Followed}<div id="avi"><a href="{FollowedURL}" target="_blank" /><img src="{FollowedPortraitURL-96}">
  102. <div class="caption">{FollowedName}</a></div></div>
  103. {/block:Followed}
  104.  
  105. </div>
  106. {/block:Following}
  107.  
  108. <div id="links">
  109. <a href="/">back to blog</a>
  110. </div>
  111.  
  112. <!----------------------------THEME CREDIT---------------------------->
  113. <div id="cred"><a href="http://striveattemptfail.tumblr.com" title="theme credit" />&#9903;</a></div>
  114.  
  115. </body>
  116. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement