Advertisement
pattybuns94

rjblogroll001

Oct 1st, 2012
2,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2.  
  3. <!--
  4. RJ Tumblr Theme - Blogroll Page - 001
  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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  14. <link rel="shortcut icon" href="{Favicon}" />
  15.  
  16. <title>Blogroll</title>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Sue+Ellen+Francisco' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background-color: #ecebeb;
  26. background-image: url('http://static.tumblr.com/d7pwg4v/KDAmb8n0o/crazykira03.jpg');
  27. background-repeat: repeat;
  28. background-attachment:fixed;
  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. #sidecontent {
  51. top:50%;
  52. position:fixed;
  53. margin-left: 0px;
  54. }
  55.  
  56. #sidebg {
  57. width: 180px;
  58. height: 120%;
  59. margin-top: -70px;
  60. margin-left: -30px;
  61. position:fixed;
  62. z-index: 499;
  63. background: #dadada;
  64. -moz-border-radius: 1000px 25px 50px 25px;
  65. border-radius: 1000px 25px 50px 25px;
  66. }
  67.  
  68. #blogroll {
  69. width:650px;
  70. font-family: 'Oswald', sans-serif;
  71. color: {color:posttext};
  72. font-size: 8.5pt;
  73. margin-top: 20px;
  74. margin-left: 165px;
  75. padding: 3px;
  76. padding-bottom: 0px;
  77. position: absolute;
  78. z-index: 899;
  79. }
  80.  
  81. #sidebarlinks {
  82. position: fixed;
  83. margin-top: -150px;
  84. margin-left: 85px;
  85. text-align:center;
  86. width: 70px;
  87. z-index: 799;
  88. }
  89.  
  90. #titletext {
  91. padding:10px;
  92. padding-right: 20px;
  93. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  94. font-weight:200;
  95. text-align: right;
  96. text-transform: uppercase;
  97. color: #9c2a32;
  98. position: fixed;
  99. margin-top: -20px;
  100. margin-left: -155px;
  101. width: 400px;
  102. z-index: 899;
  103. font-size: 40pt;
  104. line-height: 40pt;
  105. background: #dadada;
  106. -webkit-transform: rotate(-90deg);
  107. -moz-transform: rotate(-90deg);
  108. -ms-transform: rotate(90deg);
  109. -o-transform: rotate(-90deg);
  110. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  111. -moz-border-radius:100px 1000px;
  112. border-radius:100px 1000px;
  113. }
  114.  
  115. #theme {
  116. right: 5px;
  117. bottom: 5px;
  118. position: fixed;
  119. text-transform: lowercase;
  120. font-size: 6pt;
  121. letter-spacing: 5px;
  122. font-family: 'Georgia', serif;
  123. font-style: italic;
  124. z-index: 999;
  125. }
  126.  
  127. #following{
  128. display: inline-block;
  129. width: 100px;
  130. padding: 10px;
  131. text-align:center;
  132. background: #ecebeb;
  133. color:#60994b;
  134. margin:3px;
  135. letter-spacing: 1pt;
  136. font-size: 7.5pt;
  137. font-weight:300;
  138. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  139. text-transform: uppercase;
  140. }
  141.  
  142. #following img{
  143. width:48px;
  144. border: 5px solid #d5d5d5;
  145. vertical-align: middle;
  146. margin: 3px;
  147. filter:alpha(opacity=80);
  148. -moz-opacity:0.8;
  149. -khtml-opacity: 0.8;
  150. opacity: 0.8;
  151. }
  152.  
  153. #following:hover img{
  154. border: 5px solid #323641;
  155. filter:alpha(opacity=100);
  156. -moz-opacity:1.0;
  157. -khtml-opacity: 1.0;
  158. opacity: 1.0;
  159. -webkit-transition: all 0.8s ease-in-out;
  160. -moz-transition: all 0.8s ease-in-out;
  161. -o-transition: all 0.8s ease-in-out;
  162. -ms-transition: all 0.8s ease-in-out;
  163. transition: all 0.8s ease-in-out;
  164. }
  165.  
  166. a, a:link, a:visited {
  167. color: #522736;
  168. text-decoration: none;
  169. }
  170.  
  171. a:hover {
  172. color: #90435e;
  173. text-decoration: none;
  174. }
  175.  
  176. a.nav, a.nav:link, a.nav:active, a.nav:visited {
  177. text-decoration: none;
  178. text-transform: uppercase;
  179. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  180. font-weight: normal;
  181. font-style: none;
  182. font-size: 7pt;
  183. line-height: 7pt;
  184. padding:4px;
  185. color: #4f5c58;
  186. background: #dadada;
  187. margin:3px;
  188. display:block;
  189. letter-spacing: 1px;
  190. text-align: right;
  191. }
  192.  
  193. a.nav:hover {
  194. text-decoration: none;
  195. color: #141b19;
  196. background: #dadada;
  197. letter-spacing: 1px;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. -ms-transition: all 0.5s ease-in-out;
  202. transition: all 0.5s ease-in-out;
  203. }
  204.  
  205. </style>
  206. </head>
  207.  
  208. <body>
  209. <div id="theme">
  210. <a href="http://rekindling-joy.webs.com/portfolio/tumblrthemes.html" title="Theme Creator" target="_blank" class="theme">RJ<br/>Tumblr<br />Themes</a>
  211. </div>
  212.  
  213. <div id="content">
  214.  
  215. <div id="sidecontent">
  216. <div id="sidebarlinks">
  217. <a href="/" class="nav" title="index">Index</a>
  218. <a href="/ask" class="nav" title="askbox">Askbox</a>
  219. </div>
  220. <div id="sidebg"></div>
  221. <div id="side">
  222. <div id="titletext">Blogroll</div>
  223. </div>
  224. </div>
  225.  
  226. <div id="blogroll">
  227. {block:Following}
  228. {block:Followed}
  229. <div id="following"><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" /></a> <br />{FollowedName}</div>
  230. {/block:Followed}
  231. {/block:Following}
  232. </div>
  233.  
  234. </div>
  235.  
  236. </body>
  237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement