Advertisement
liveforharold

theme #8 by rollpsds

Aug 28th, 2013
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME BY ROLLPSDS! Please like/reblog if using these theme and do not take the credits! Enjoy xx
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Text" content="#bbbbbb"/>
  19. <meta name="color:Link" content="#aaaaaa"/>
  20. <meta name="color:Tags" content="#cccccc"/>
  21. <meta name="color:Hover" content="#f1f1f1"/>
  22. <meta name="color:Line" content="#f2f2f2"/>
  23. <meta name="color:scrollbarbg" content="ffffff"/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:bg" content=""/>
  27.  
  28. <meta name="text:linkA" content="">
  29. <meta name="text:linkA url" content="/">
  30. <meta name="text:linkB" content="">
  31. <meta name="text:linkB url" content="/">
  32. <meta name="text:linkC" content="">
  33. <meta name="text:linkC url" content="/">
  34. <meta name="text:linkD" content="">
  35. <meta name="text:linkD url" content="/">
  36. <meta name="text:linkE" content="">
  37. <meta name="text:linkE url" content="/">
  38. <meta name="color:border" content="#FAFAFA">
  39. <meta name="color:border1" content="#fde1b0"/>
  40. <meta name="color:border2" content="#fad0d1"/>
  41. <meta name="color:border3" content="#e8f290"/>
  42.  
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. ::-webkit-scrollbar {
  50. width: 5px;height: 5px;}
  51. ::-webkit-scrollbar-button:start:decrement,
  52. ::-webkit-scrollbar-button:end:increment {
  53. height: 6px;display: block;background-color: {color:white};}
  54. ::-webkit-scrollbar-track-piece {
  55. background-color: {color:scrollbarbg};}
  56. ::-webkit-scrollbar-thumb:vertical {
  57. height: 9px;background-color: {color:scrollbarbg};border-top:0px solid {color:scrollbarbg};border-bottom:0px solid {color:scrollbarbg};}
  58.  
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:Arial, Helvetica;
  65. font-size:9px;
  66. line-height:100%;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79.  
  80. h1 {
  81. font-size:12px;
  82. text-transform:uppercase;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95.  
  96. a:hover {
  97. opacity:1;
  98. color:{color:hover};
  99. -webkit-transition: all 0.5s ease;
  100. -moz-transition: all 0.5s ease;
  101. -o-transition: all 0.5s ease
  102. }
  103.  
  104.  
  105. #sidebar {
  106. position:fixed;
  107. width:80px;
  108. margin-left:250px;
  109. margin-top:200px;
  110. opacity:1;
  111. }
  112.  
  113. #sidebarimage {
  114. width 80px;
  115. position:absolute;
  116. z-index:101;
  117. left:800px;
  118. top:-30px;
  119. border:1px solid {color:Line};
  120. }
  121.  
  122. #sidebarimage img {
  123. width:80px;
  124. padding:6px;
  125. }
  126.  
  127.  
  128. .desc {
  129. position:fixed;
  130. margin-top:-20px;
  131. margin-left:900px;
  132. font-family:cambria;
  133. line-height:110%;
  134. font-size:11px;
  135. font-style:italic;
  136. width:110px;
  137. padding:9px;
  138. text-align:justify;
  139. color:{color:text};
  140. }
  141.  
  142. .desc a
  143. {color:{color:text};
  144. -moz-transition-duration:0.6s;
  145. -webkit-transition-duration:0.6s;
  146. -o-transition-duration:0.6s;
  147. }
  148.  
  149.  
  150. .links {
  151. position:fixed;
  152. margin-top:-252px;
  153. margin-left:-250px;
  154. width:260px;
  155. padding-top: 13px;
  156. padding-bottom:13px;
  157. padding-left:43%;
  158. padding-right:45%;
  159. word-spacing:2px;
  160. z-index:100;
  161. font-family:Arial, Helvetica;
  162. text-align:center;
  163. text-transform:uppercase;
  164. background-color:#000;
  165. word-spacing:15px;
  166. letter-spacing:2px;
  167. }
  168.  
  169. .links a {
  170. font-size: 9px;
  171. }
  172.  
  173. .links a:hover {
  174. color:{color:Hover}
  175. }
  176.  
  177.  
  178. #pagi{
  179. width:100px;
  180. font-size:8px;
  181. text-align:center;
  182. margin-left:800px;
  183. margin-top:75px;
  184. position:fixed;
  185. font-family:cambria;
  186. letter-spacing:0px;
  187. }
  188.  
  189.  
  190. #all {
  191. padding:10px;
  192. width:500px;
  193. margin-left:450px;
  194. margin-top:50px;
  195. font-size:10px;
  196. }
  197.  
  198.  
  199.  
  200. #posts {
  201. width:500px;
  202. padding-bottom:20px;
  203. padding:10px;
  204. margin-top:30px;
  205. background-color:{color:Post};
  206. }
  207.  
  208.  
  209. #details {
  210. text-align:right;
  211. margin-top:8px;
  212. text-transform:uppercase;
  213. font-size:7px;
  214. font-style:none;
  215. letter-spacing:1px;
  216. border-top:1px solid {color:Line};
  217. }
  218.  
  219.  
  220. #tags {
  221. font-family:cambria;
  222. letter-spacing:0px;
  223. text-transform:lowercase;
  224. font-size:10px;
  225. font-style:italic;
  226. margin-top:2px;
  227. text-align:right;
  228. }
  229.  
  230. #tags a {
  231. display:inline-block;
  232. padding:-3px;
  233. text-align:right;
  234. color:{color:Tags};
  235. -webkit-transition: all 0.6s ease-in-out;
  236. -moz-transition: all 0.6s ease-in-out;
  237. -o-transition: all 0.6s ease-in-out;
  238. -ms-transition: all 0.6s ease-in-out;
  239. -transition: all 0.6s ease-in-out;
  240. }
  241.  
  242.  
  243. #question {
  244. padding:8px;
  245. font-family:cambria;
  246. letter-spacing:2px;
  247. text-align:right;
  248. font-style:italic;
  249. border:2px {color:border} solid;
  250. color:{color:text};
  251. background-color:{color:background}
  252. }
  253.  
  254.  
  255. #border {
  256. position:fixed;
  257. margin-top:-17px;
  258. margin-left:-7px;
  259. width:100%;
  260. z-index:3;
  261. }
  262.  
  263. .border1 {
  264. height:4px;
  265. width:33.3%;
  266. float:left;
  267. background:{color:border1};
  268. }
  269. .border2 {
  270. height:4px;
  271. width:33.3%;
  272. float:left;
  273. background:{color:border2};
  274. }
  275.  
  276. .border3 {
  277. height:4px;
  278. width:33.3%;
  279. float:left;
  280. background:{color:border3};
  281. }
  282.  
  283. #scrollToTop:link,#scrollToTop:visited {color:transparent; background-color:transparent; display:none; position:fixed; bottom:10px; left:15px;}
  284.  
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/f52fdcd12521f53ad2eee718b1d0d015/tumblr_inline_mrt0yy5qhL1qz4rgp.png" border="0"></a>
  289.  
  290. <div id="border">
  291. <div class="border1"> </div>
  292. <div class="border2"> </div>
  293. <div class="border3"> </div>
  294. </div>
  295.  
  296. <div id="sidebar">
  297. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  298. <div class="desc">
  299. {Description}
  300. </div>
  301. <div class="links">
  302. {block:IfLinkA}
  303. <a href="{text:linkA url}">{text:linkA}</a>
  304. {/block:IfLinkA}
  305. {block:IfLinkB}
  306. <a href="{text:linkB url}">{text:linkB}</a>
  307. {/block:IfLinkB}
  308. {block:IfLinkC}
  309. <a href="{text:linkC url}">{text:linkC}</a>
  310. {/block:IfLinkC}
  311. {block:IfLinkD}
  312. <a href="{text:linkD url}">{text:linkD}</a>
  313. {/block:IfLinkD}
  314. {block:IfLinkE}
  315. <a href="{text:linkE url}">{text:linkE}</a>
  316. {/block:IfLinkE}
  317. </div>
  318. {block:Pagination}<div id="pagi">
  319. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  320. {block:JumpPagination length="3"}
  321. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  322. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  323. {/block:JumpPagination}
  324. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  325. </div>{/block:Pagination}
  326.  
  327. </div>
  328.  
  329. <div id="all">{block:Posts}<div id="posts">
  330.  
  331. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  332.  
  333. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  334.  
  335. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  336.  
  337. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  338.  
  339. {block:Quote}{Quote}{/block:Quote}
  340.  
  341. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  342. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  343. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  344. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  345. {/block:Audio}
  346.  
  347. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  348.  
  349. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  350.  
  351.  
  352. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  353.  
  354. <div id="details">
  355. <a href="{ReblogURL}">reblog</a><br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}"><font color=#f90667>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  356. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  357. {/block:Posts}
  358. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  359. {/block:Posts}</div></div></div>
  360. </div></div></div>
  361.  
  362.  
  363. <div style="position:fixed;bottom:6px; right:7px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://rollpsds.tumblr.com/">RP</a></center></div>
  364.  
  365.  
  366. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement