Advertisement
pattybuns94

rjblogroll002

Jan 4th, 2013
1,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2.  
  3. <!--
  4. RJ Tumblr Theme - Blogroll Page - 002
  5. Made by Patty of Rekindling-Joy.Webs.Com
  6. DO NOT REMOVE CREDIT.
  7. DO NOT USE AS BASE.
  8. DO NOT REDISTRIBUTE AS YOUR OWN.
  9. -->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15. <link rel="shortcut icon" href="{Favicon}" />
  16.  
  17. <title>Blogroll</title>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24.  
  25. body {
  26. background-color: #000000;
  27. background-image: url('http://static.tumblr.com/d7pwg4v/6N1mg3f82/dark_wall.png');
  28. background-repeat:repeat;
  29. background-position: center center;
  30. margin:0px 0px; padding:0px;
  31. text-align:center;
  32. }
  33.  
  34. ::-webkit-scrollbar-thumb:vertical {
  35. background-color: #d5d5d5;
  36. }
  37.  
  38. ::-webkit-scrollbar {
  39. height: 10px;
  40. width: 10px;
  41. background-color: #323641;
  42. }
  43.  
  44. #content {
  45. text-align:left;
  46. width: 800px;
  47. margin:0px auto 0px auto;
  48. }
  49.  
  50. #sidebg {
  51. width: 780px;
  52. height: auto;
  53. padding: 10px;
  54. margin-top: 50px;
  55. z-index: 499;
  56. background: #dadada;
  57. text-align: center;
  58. }
  59.  
  60. #sidebg2 img{
  61. width: 800px;
  62. height: 100px;
  63. z-index: 499;
  64. text-align: center;
  65. }
  66.  
  67. #blogroll {
  68. text-align: center;
  69. width:780px;
  70. height:400px;
  71. padding: 10px;
  72. background: #c0c0c0;
  73. overflow: auto;
  74. background-image: url('http://static.tumblr.com/d7pwg4v/yI9mg3f4m/light_toast.png');
  75. background-repeat:repeat;
  76. background-position: center center;
  77. z-index: 899;
  78. }
  79.  
  80. #sidebarlinks {
  81. position: fixed;
  82. text-align:center;
  83. z-index: 799;
  84. }
  85.  
  86. #titletext {
  87. padding:10px;
  88. padding-right: 20px;
  89. font-family: 'Trochut', 'Georgia', 'Times New Roman', serif;
  90. font-weight:200;
  91. font-style: italic;
  92. text-align: right;
  93. text-transform: none;
  94. color: #9c2a32;
  95. z-index: 899;
  96. font-size: 20pt;
  97. line-height: 19pt;
  98. background: #dadada;
  99. }
  100.  
  101. #theme {
  102. right: 5px;
  103. bottom: 5px;
  104. position: fixed;
  105. text-transform: lowercase;
  106. font-size: 6pt;
  107. letter-spacing: 5px;
  108. font-family: 'Georgia', serif;
  109. font-style: italic;
  110. z-index: 999;
  111. }
  112.  
  113. #following{
  114. width: 230px;
  115. display: inline-block;
  116. padding: 5px;
  117. text-align:center;
  118. background: #ecebeb;
  119. color:#60994b;
  120. margin:3px;
  121. letter-spacing: 1pt;
  122. font-size: 7.5pt;
  123. font-weight:300;
  124. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  125. text-transform: uppercase;
  126. }
  127.  
  128. #following img{
  129. width:48px;
  130. border: 5px solid #d5d5d5;
  131. vertical-align: middle;
  132. margin: 3px;
  133. filter:alpha(opacity=80);
  134. -moz-opacity:0.8;
  135. -khtml-opacity: 0.8;
  136. opacity: 0.8;
  137. }
  138.  
  139. #following:hover img{
  140. border: 5px solid #323641;
  141. filter:alpha(opacity=100);
  142. -moz-opacity:1.0;
  143. -khtml-opacity: 1.0;
  144. opacity: 1.0;
  145. -webkit-transition: all 0.8s ease-in-out;
  146. -moz-transition: all 0.8s ease-in-out;
  147. -o-transition: all 0.8s ease-in-out;
  148. -ms-transition: all 0.8s ease-in-out;
  149. transition: all 0.8s ease-in-out;
  150. }
  151.  
  152. a, a:link, a:visited {
  153. color: #522736;
  154. text-decoration: none;
  155. }
  156.  
  157. a:hover {
  158. color: #90435e;
  159. text-decoration: none;
  160. }
  161.  
  162. a.nav, a.nav:link, a.nav:active, a.nav:visited {
  163. text-decoration: none;
  164. text-transform: uppercase;
  165. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  166. font-weight: normal;
  167. font-style: none;
  168. font-size: 9pt;
  169. line-height: 9pt;
  170. padding:4px;
  171. color: #4f5c58;
  172. background: #dadada;
  173. margin:3px;
  174. width: 100px;
  175. display:block;
  176. letter-spacing: 1pt;
  177. text-align: left;
  178. }
  179.  
  180. a.nav:hover {
  181. text-decoration: none;
  182. color: #141b19;
  183. background: #dadada;
  184. width: 150px;
  185. letter-spacing: 3pt;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. -ms-transition: all 0.5s ease-in-out;
  190. transition: all 0.5s ease-in-out;
  191. }
  192.  
  193. </style>
  194. </head>
  195.  
  196. <body>
  197. <div id="theme">
  198. <a href="http://rekindling-joy.webs.com/portfolio/tumblrthemes.html" title="Theme Creator" target="_blank" class="theme">RJ<br/>Tumblr<br />Themes</a>
  199. </div>
  200.  
  201. <div id="content">
  202.  
  203. <div id="sidebg">
  204. <div id="sidebarlinks">
  205. <a href="/" class="nav" title="index">Index</a>
  206. <a href="/ask" class="nav" title="askbox">Askbox</a>
  207. </div>
  208. <div id="side">
  209. <div id="titletext">Blogroll</div>
  210. </div>
  211. </div>
  212.  
  213. <div id="blogroll">
  214. {block:Following}
  215. {block:Followed}
  216. <div id="following"><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" /><br />{FollowedName}</a></div>
  217. {/block:Followed}
  218. {/block:Following}
  219. </div>
  220.  
  221. <div id="sidebg2"><img src="http://static.tumblr.com/d7pwg4v/BD7mg3eid/blogrollbottom001.png"></div>
  222.  
  223. </div>
  224.  
  225. </body>
  226. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement