Advertisement
liveforharold

theme #11 by rollpsds

Oct 1st, 2013
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!---THEME BY ROLLPSDS! PLS DO NOT TAKE OFF THE CREDITS OR CLAIM THIS AS YOURS ENJOY XX
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  17. <meta name="color:Border" content="#dddddd"/>
  18. <meta name="color:Hover" content="#f2f2f2"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:ScrollbarBg" content="#ffffff"/>
  21. <meta name="color:Post Links" content="#c0bfbf"/>
  22. <meta name="color:Answer Backg" content="#000000"/>
  23. <meta name="color:Title" content="#000000"/>
  24. <meta name="color:Title1" content="#000000"/>
  25. <meta name="color:infobg" content="#bebebe"/>
  26. <meta name="color:ask" content="#bebebe"/>
  27.  
  28. <meta name="image:Sidebar" content=""/>
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:sidebarbg" content=""/>
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="if:Show Link 3" content="1" />
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar-thumb {
  46. height:auto;
  47. background-color:{color:Scrollbar};
  48. }
  49.  
  50. ::-webkit-scrollbar {
  51. height:9px;
  52. width:4px;
  53. background-color:{color:ScrollbarBg};
  54. }
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:calibri;
  61. font-size:10px;
  62. line-height:100%;
  63. letter-spacing:0px;
  64. text-align:justify;
  65. background-image:url('{image:Background}');
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:Post Links};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:8px;
  91. letter-spacing:2px;
  92. text-transform:uppercase;
  93. font-family:'CAMBRIA';
  94. font-style:none;
  95. line-height:10px;
  96. text-align:left;
  97. padding:0px;
  98. }
  99.  
  100. a:hover {
  101. color:#000000;
  102. -moz-transition-duration:0.3s;
  103. -webkit-transition-duration:0.3s;
  104. -o-transition-duration:0.3s;
  105. }
  106.  
  107.  
  108. /*ENTRIES*/
  109.  
  110. #entries {
  111. padding:10px;
  112. width:500px;
  113. margin-left:302px;
  114. margin-top:5px;
  115. font-size:10px;
  116. font-family:'arial';
  117. letter-spacing:0px;
  118. }
  119.  
  120. #post {
  121. width:500px;
  122. padding-bottom:40px;
  123. padding:25px;
  124. margin-top:50px;
  125. }
  126.  
  127. /*SIDEBAR*/
  128.  
  129.  
  130.  
  131. #sidebar {
  132. width: 280px;
  133. position: fixed;
  134. left: 0px;
  135. top: 0px;
  136. height: 100%;
  137. background-color:#000;
  138. z-index:1;
  139. }
  140.  
  141. #sidebar img {
  142. width: 280px;
  143. position: fixed;}
  144.  
  145. .posts {
  146. width: 500px;
  147. margin: auto;
  148. background-color: #f9f9f9;}
  149.  
  150. #sidebarimage {
  151. width 50px;
  152. }
  153.  
  154. #sidebarimage img {
  155. width:50px;
  156. position:fixed;
  157. margin-top:220px;
  158. padding:1px;
  159. margin-left:950px;
  160. border:8px solid;
  161. border-color:{color:Border};
  162. }
  163.  
  164. #sidebarimage img:hover {
  165. opacity:0.7;
  166. -moz-transition-duration:0.6s;
  167. -webkit-transition-duration:0.6s;
  168. -o-transition-duration:0.6s;
  169. }
  170.  
  171. #title {
  172. font-size:8px;
  173. position:fixed;
  174. font-family:'calibri';
  175. text-transform:uppercase;
  176. text-align:left;
  177. margin-top:290px;
  178. left:950px;
  179. width:80px;
  180. letter-spacing:0px;
  181. color: {color:title};
  182. }
  183.  
  184. .links { opacity:0.7;
  185. width:160px;
  186. font-family:'calibri';
  187. padding: 0px;
  188. text-align:center;
  189. text-transform:uppercase;
  190. position:fixed;
  191. margin-top:450px;
  192. margin-left:60px;
  193. z-index:100;
  194. }
  195.  
  196. .links a {
  197. width:30px;
  198. padding-top:2px; padding-bottom:2px;
  199. font-size:8px;
  200. letter-spacing:0px;
  201. color:{color:Sidebar Links};
  202. display:inline-block;
  203. background-color: #fff;
  204. }
  205.  
  206. .links a:hover {
  207. -moz-transition-duration:0.3s;
  208. -webkit-transition-duration:0.3s;
  209. -o-transition-duration:0.3s;
  210. color:{color:Hover};
  211. }
  212.  
  213. #description { z-index:100;
  214. text-align:justify;
  215. font-family:'arial';
  216. width:147px;
  217. margin-top:4px;
  218. margin-left:0px;
  219. max-height:55px;
  220. padding:6px;
  221. font-size:9px;
  222. position:fixed;
  223. text-transform:none;
  224. color:{color:Sidebar Links};
  225. background-color: #fff;
  226. }
  227.  
  228. #title:first-letter { font-style:bold; color:{color:title1}; font-size:11px;}
  229.  
  230. #pagi{
  231. width:100px;
  232. font-size:15px;
  233. text-align:center;
  234. margin-left:990px;
  235. margin-top:250px;
  236. position:fixed;
  237. font-family:cambria;
  238. letter-spacing:0px;
  239. z-index:101;
  240. }
  241.  
  242. /*POST INFO*/
  243.  
  244. #info {
  245. width:500px;
  246. text-align:right;
  247. font-family:'trebuchet ms';
  248. margin-top:3px;
  249. margin-left:0px;
  250. letter-spacing:1px;
  251. font-size:7px;
  252. font-style:none;
  253. padding-top:6px; padding-bottom:12px; padding-right:8px;
  254. line-height:10px;
  255. text-transform:uppercase;
  256. background-color: {color:infobg};
  257. }
  258.  
  259. #info a {
  260. text-align:center;
  261. color:{color:Post Links};
  262. }
  263.  
  264. #info a:hover {
  265. -moz-transition-duration:0.3s;
  266. -webkit-transition-duration:0.3s;
  267. -o-transition-duration:0.3s;
  268. color:{color:Hover}
  269. }
  270.  
  271. #tags {
  272. float:right;
  273. width:489px;
  274. margin-top:0px;
  275. margin-left:0px;
  276. text-align:right;
  277. font-size:7px;
  278. font-size:8px;
  279. opacity:1;
  280. transition-duration: 0.5s;
  281. -moz-transition-duration: 0.5s;
  282. -webkit-transition-duration: 0.5s;
  283. -o-transition-duration: 0.5s
  284. color:{color:Post Links};
  285. }
  286.  
  287. #tags a {
  288. letter-spacing:0px;
  289. font-size:8px;
  290. text-align:center;
  291. font-family:'CALIBRI';
  292. text-decoration:none;
  293. display:inline-block;
  294. color:#ddd;
  295. }
  296.  
  297. #tags a:hover {
  298. background-color:#fff;
  299. -moz-transition-duration:0.3s;
  300. -webkit-transition-duration:0.3s;
  301. -o-transition-duration:0.3s;
  302. color:{color:Hover};
  303. }
  304.  
  305. /*QUESTION*/
  306.  
  307. #asker {
  308. color:{color:ask};
  309. padding:14px;
  310. font-family:'arial';
  311. font-size:11px;
  312. letter-spacing:0px;
  313. text-align:left;
  314. margin-top:0px;
  315. text-transform:lowercase;
  316. line-height:100%;
  317. background-color:{color:Answer Backg}
  318. }
  319.  
  320. /*CREDIT*/
  321.  
  322. #cred {
  323. position:fixed;
  324. font-family:'Calibri';
  325. text-transform:uppercase;
  326. font-size:8px;
  327. right:9px;
  328. bottom:9px;
  329. padding:4px;
  330. letter-spacing:1px;
  331. }
  332.  
  333.  
  334.  
  335. {CustomCSS}</style></head><body>
  336.  
  337.  
  338.  
  339. <div id="title">{Title}</div>
  340.  
  341. <div class="sidebar"></div>
  342.  
  343. <div class="posts"></div>
  344.  
  345. <div id="sidebarimage">
  346. <a title="home" href="/">
  347. <img src="{image:Sidebar}">
  348. </a>
  349. </div>
  350.  
  351. <div id="sidebar"><img src="{image:sidebarbg}"></div>
  352.  
  353.  
  354.  
  355. <div id="pagi">
  356. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  357. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  358. </div>
  359.  
  360. <div class="links">
  361. <a href="/">Home</a>
  362. <a href="/ask">Ask</a>
  363. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  364. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  365. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  366.  
  367. <div id="description">{Description} </div> </div>
  368.  
  369.  
  370. <div id="entries">
  371. {block:Posts}
  372. <div id="post">
  373.  
  374. {block:Text}
  375. <h1>{block:Title}{Title}{/block:Title}</h1>
  376. {Body}{/block:Text}
  377.  
  378. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  379. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  380.  
  381. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  382. {/block:Caption}{/block:Photoset}
  383.  
  384. {block:Quote}<h2>"{Quote}"</h2>
  385. {block:Source}<div class="qsource"> —{Source}</div>
  386. {/block:Source}{/block:Quote}
  387.  
  388. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  389.  
  390. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  391.  
  392. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  393. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  394. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  395. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  396. {/block:Audio}<br>
  397.  
  398. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  399.  
  400. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  401.  
  402. <div id="info">
  403. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  404. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  405. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  406. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  407. with <a href="{Permalink}"><font color=#f90667>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  408. {block:HasTags}<div id="tags">
  409.  
  410. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  411. </div>{block:HasTags}
  412. </div>
  413. </div>
  414. {/block:Posts}
  415. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  416. {/block:Posts}</div></div></div>
  417. <br><br><br><br>
  418.  
  419. <div id="cred">
  420. <a href="http://rollpsds.tumblr.com/">RP</a>
  421. </div>
  422. </div>
  423.  
  424.  
  425.  
  426.  
  427. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement