Advertisement
liveforharold

Rollpsds theme #3

Jun 25th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 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. BASE CODE #1 BY SAM @ WOLVERWHORE! THEME BY ROLLPSDS!
  6. PLEASE DON'T TAKE THE CREDITS AND DON'T USE IT AS BASE!!
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><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:Sidebar" content="#ffffff"/>
  19. <meta name="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Tags" content="f0f0f0"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Border" content="#e4e4e4"/>
  24. <meta name="color:Post" content="#ffffff"/>
  25. <meta name="color:Answer" content="#f8f8f8"/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="text:Link 1 url" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 url" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 url" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="if:Show Link 1" content="1" />
  34. <meta name="if:Show Link 2" content="1" />
  35. <meta name="if:Show Link 3" content="1" />
  36. <meta name="color:scrollbarbg" content="ffffff"/>
  37. <meta name="color:infobg" content="ffffff"/>
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42.  
  43. ::-webkit-scrollbar {
  44. width: 6px;height: 5px;}
  45. ::-webkit-scrollbar-button:start:decrement,
  46. ::-webkit-scrollbar-button:end:increment {
  47. height: 0px;display: block;background-color: {color:white};}
  48. ::-webkit-scrollbar-track-piece {
  49. background-color: {color:scrollbarbg};}
  50. ::-webkit-scrollbar-thumb:vertical {
  51. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  52.  
  53.  
  54.  
  55. body {
  56. background:#fff;
  57. margin:0px;
  58. color:{color:text};
  59. font-family:Calibri;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. h1 {
  86. font-size:9px;
  87. text-transform:uppercase;
  88. }
  89.  
  90. a:hover {
  91. opacity:10;
  92. color:{color:hover};
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease
  96. }
  97.  
  98.  
  99.  
  100. #entries {
  101. padding:10px;
  102. width:500px;
  103. margin-left:450px;
  104. margin-top:240px;
  105. font-size:10px;
  106. }
  107.  
  108.  
  109.  
  110.  
  111. #post {
  112. width:500px;
  113. padding:10px;
  114. margin-top:30px;
  115. background-color:{color:Post};
  116. border:solid;
  117. border-width:1px;
  118. border-color:{color:border};
  119. }
  120.  
  121.  
  122.  
  123.  
  124. #sidebar {
  125. width:100px;
  126. position:fixed;
  127. z-index:100;
  128. margin-left:460px;
  129. margin-top:-240px;
  130. opacity:none;
  131. background-color:{color:Link&DescBG};
  132. }
  133.  
  134. #sidebarimage {
  135. width 100px;
  136. }
  137.  
  138. #sidebarimage img {
  139. width:522px;
  140. height:200px;
  141. background-color:{color:Sidebar};
  142. }
  143.  
  144.  
  145.  
  146.  
  147. .links {
  148. width:522px;
  149. font-family:'calibri';
  150. padding-top: 5px;
  151. padding-bottom: 7px;
  152. font-size:10px;
  153. margin-left: 0px;
  154. text-align:center;
  155. margin-top:-2px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. background-color:{color:Sidebar};
  159. border:0px solid;
  160. border-color: {color:Sidebar};
  161. border-radius:2px;
  162. color: {color:desc};
  163. }
  164.  
  165. .links a {
  166. width:90px;
  167. padding:4px;
  168. font-size: 8px;
  169. letter-spacing:1px;
  170. }
  171.  
  172. .links a:hover {
  173. color:{color:Hover}
  174. background-color:{color:Sidebar};
  175. }
  176.  
  177.  
  178.  
  179.  
  180. #description {
  181. position:fixed;
  182. z-index: 200;
  183. text-align:center;
  184. text-transform:uppercase;
  185. font-family:Trebuchet ms;
  186. line-height:90%;
  187. font-size:9px;
  188. width:522px;
  189. letter-spacing:1px;
  190. height:29px;
  191. padding-top:2px;
  192. margin-top:18px;
  193. margin-left:0px;
  194. color:{color:link};
  195. background-color: {color:Sidebar};
  196. }
  197.  
  198. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  199. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  200.  
  201.  
  202.  
  203.  
  204. #pagination {
  205. width:520px;
  206. font-size:8px;
  207. text-align:center;
  208. margin-left:460px;
  209. margin-top:-4px;
  210. position:fixed;
  211. z-index: 300;
  212. font-family:trebuchet ms;
  213. letter-spacing:0px;
  214. color: {color:desc};
  215. }
  216.  
  217.  
  218.  
  219. #tags {
  220. font-family:trebuchet ms;
  221. letter-spacing:0px;
  222. text-transform:uppercase;
  223. font-size:7px;
  224. margin-top:4px;
  225. text-align:left;
  226. background-color: {color:infobg};
  227. }
  228.  
  229. #tags
  230. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  231. -webkit-transition: all 0.6s ease-in-out;
  232. -moz-transition: all 0.6s ease-in-out;
  233. -o-transition: all 0.6s ease-in-out;
  234. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  235.  
  236.  
  237.  
  238. #asker {
  239. padding:7px;
  240. font-family:'Trebuchet Ms';
  241. font-size:7px;
  242. letter-spacing:1px;
  243. text-align:left;
  244. text-transform:uppercase;
  245. border:1px solid;
  246. border-color: {color:Border};
  247. border-radius:5px;
  248. background-color:{color:Answer}
  249. }
  250.  
  251.  
  252. #info { color:{color:text};
  253. background-color: {color: infobg}
  254. text-align:left;
  255. font-family:'Trebuchet Ms';
  256. margin-top:8px;
  257. text-transform:uppercase;
  258. letter-spacing:1px;
  259. font-size:7px;
  260. font-style:none;
  261. padding-top:0px;
  262. padding-bottom:3px;
  263. padding-left:3px;
  264. padding-right:3px;
  265. border-top:1px solid {color:border};
  266. background-color:#eae8e8;
  267. line-height:92%;
  268. background-color: {color:infobg};
  269. }
  270.  
  271. #info a {
  272. text-align:center;
  273. letter-spacing:1px;
  274. }
  275.  
  276. #info a:hover {
  277. color:#000;
  278. }
  279.  
  280. {CustomCSS}</style></head><body>
  281.  
  282. <div id="sidebar">
  283. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  284.  
  285.  
  286. <div id="description">
  287. {Description}
  288. </div>
  289.  
  290.  
  291. <div class="links">
  292. <a href="/">home</a>
  293. <a href="/ask">mssg</a>
  294. {block:IfShowLink1}<a href="{text:Link 1 url}">{text:Link 1}</a>{/block:IfShowLink1}
  295. {block:IfShowLink2}<a href="{text:Link 2 url}">{text:Link 2}</a>{/block:IfShowLink2}
  296. {block:IfShowLink3}<a href="{text:Link 3 url}">{text:Link 3}</a>{/block:IfShowLink3}
  297. <a href="http://rollpsds.tumblr.com">©</a></div>
  298. </div>
  299.  
  300.  
  301. {block:Pagination}<div id="pagination">
  302. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  303. {block:JumpPagination length="5"}
  304. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  305. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  306. {/block:JumpPagination}
  307. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  308. </div>{/block:Pagination}
  309.  
  310. </div>
  311.  
  312. <div id="entries">{block:Posts}<div id="post">
  313.  
  314. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  315.  
  316. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317.  
  318. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. {block:Quote}{Quote}{/block:Quote}
  321.  
  322. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  325.  
  326. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  327. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  328. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  329. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  330. {/block:Audio}
  331.  
  332. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Answer}<div id="asker"><span style="font-style:bold;font-family:'Trebuchet Ms';font-size:7px;font-style:italic;"><b>{Asker}:</b></span> {Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
  335.  
  336. <div id="info">
  337. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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}">{NoteCountWithLabel}</a>
  338. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  339. {/block:Posts}
  340. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  341. {/block:Posts}</div></div></div>
  342.  
  343.  
  344. <div style="position:fixed;bottom:5px; right:5px; font-size:9px; letter-spacing:1px; font-family:cambria;"><a href="http://rollpsds.tumblr.com/">© RP</a></center></div>
  345.  
  346.  
  347. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement