Advertisement
chezshay

theme 13 "liv"

Dec 19th, 2013
1,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 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. <!---@shayofrp--->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:DescriptionText" content="#b8b8b8"/>
  16. <meta name="color:Hover" content="#f2f2f2"/>
  17. <meta name="color:Scrollbar" content="#000000"/>
  18. <meta name="color:ScrollbarBg" content="#ffffff"/>
  19. <meta name="color:Post Links" content="#c0bfbf"/>
  20. <meta name="color:Answer Backg" content="#000000"/>
  21. <meta name="color:postbg" content="#ffffff"/>
  22. <meta name="color:sidebarbg" content="#ffffff"/>
  23. <meta name="color:Accent" content="#ffffff"/>
  24. <meta name="image:sidebar1" content=""/>
  25. <meta name="image:icon" content=""/>
  26. <meta name="image:Background" content=""/>
  27. <meta name="text:Link 1" content="">
  28. <meta name="text:Link 1 URL" content="/">
  29. <meta name="text:Link 2" content="">
  30. <meta name="text:Link 2 URL" content="/">
  31. <meta name="text:Link 3" content="">
  32. <meta name="text:Link 3 URL" content="/">
  33. <style type="text/css">
  34.  
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. height:auto;
  38. background-color:{color:Scrollbar};
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. height:9px;
  43. width:4px;
  44. background-color:{color:ScrollbarBg};
  45. }
  46.  
  47. body {
  48. background:{color:background};
  49. margin:0px;
  50. color:{color:text};
  51. font-family:calibri;
  52. font-size:12px;
  53. line-height:100%;
  54. letter-spacing:0px;
  55. text-align:justify;
  56. background-image:url('{image:Background}');
  57. }
  58.  
  59. b, strong {color:#463959; font-family:calibri;}
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:Post Links};
  66. }
  67.  
  68. big{font-size:23px;
  69. background-color:{color:background};
  70. color:{color:post links};
  71. text-align:center;
  72. width:100%;
  73. }
  74. img {
  75. border:none;
  76. }
  77.  
  78. h1 {
  79. font-size:24px;
  80. text-transform:uppercase;
  81. font-family:'calibri';
  82. font-style:bold;
  83. text-align:center;
  84. padding:5px;
  85. background-color:{color:accent};
  86. }
  87.  
  88. a:hover {
  89. color:{color:postbg};
  90. -moz-transition-duration:0.3s;
  91. -webkit-transition-duration:0.3s;
  92. -o-transition-duration:0.3s;
  93. }
  94.  
  95. /*ENTRIES*/
  96.  
  97. #entries {
  98. padding:10px;
  99. width:500px;
  100. margin-left:400px;
  101. margin-top:190px;
  102. letter-spacing:0px;
  103. line-height:110%;
  104. position:absolute;
  105. }
  106.  
  107. #post {
  108. width:500px;
  109. padding-bottom:10px;
  110. padding:10px;
  111. margin-top:20px;
  112. background-color:{color:postbg};
  113. }
  114.  
  115. /*SIDEBAR*/
  116.  
  117. #sidebar {
  118. margin-left:300px;
  119. margin-top:-50px;
  120. margin-left:170px;
  121. }
  122.  
  123. #sidebarimage img{
  124. position:fixed;
  125. margin-top:55px;
  126. margin-left:230px;
  127. z-index:10000;
  128. }
  129.  
  130.  
  131. #sidebarimage2 {
  132. position:fixed;
  133. width: 175px;
  134. margin-top:220px;
  135. margin-left:0px;
  136. z-index:0;
  137. }
  138.  
  139. #description{position:fixed; margin-top:55px; margin-left:525px; width:310px;height:105px;color:{color:description text};background-color:{color:sidebarbg};padding:7px;font-size:10px; font-family:calibri;z-index:99;}
  140.  
  141. .links {
  142. background-color:{color:accent};
  143. width:50px;
  144. margin-top:55px;
  145. margin-left:335px;
  146. padding:5px;
  147. padding-top:12px;
  148. padding-bottom:7px;
  149. line-height:150%;
  150. text-align:center;
  151. font-size:10px;
  152. z-index:100000000;
  153. opacity:1;
  154. position:fixed;
  155. font-family:'Courier';
  156. text-transform:uppercase;
  157. text-align:center;}
  158.  
  159. .links a{
  160. width:50px;
  161. color:{color:text};
  162. display:block;
  163. margin-bottom:5px;
  164. -webkit-transition: all 1s ease-in-out;
  165. -moz-transition: all .7s ease-in-out;
  166. -o-transition: all .7s ease-in-out;
  167. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  168. }
  169.  
  170. .links a:hover{
  171. color:{color:postbg};
  172. -moz-transition-duration:.2s;
  173. -webkit-transition-duration:.2s;
  174. -o-transition-duration:.2s;
  175. }
  176.  
  177. #headerback{margin-top:-20px;
  178. width: 100%;
  179. height: 160px;
  180. margin-left:0px;
  181. background-color:{color:background};
  182. position:fixed;
  183. z-index:9;
  184. }
  185.  
  186. /*POST INFO*/
  187.  
  188. #info {
  189. width:500px;
  190. text-align:center;
  191. font-family:'calibri';
  192. margin-top:1px;
  193. margin-left:-4px;
  194. font-size:11px;
  195. font-style:none;
  196. padding:4px;
  197. line-height:10px;
  198. background-color:{color:accent};
  199. }
  200.  
  201. #info a {
  202. text-align:center;
  203. color:{color:text};
  204. }
  205.  
  206. #info 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.  
  214.  
  215. /*QUESTION*/
  216.  
  217. #asker {
  218. color:{color:postbg};
  219. padding:14px;
  220. font-family:'calibri';
  221. font-size:12px;
  222. letter-spacing:0px;
  223. text-align:left;
  224. margin-top:0px;
  225. text-transform:lowercase;
  226. line-height:100%;
  227. background-color:{color:Answer Backg}
  228. }
  229.  
  230.  
  231.  
  232. #pagination {
  233. position:fixed;
  234. width:45%;
  235. margin-top:140px;
  236. margin-left:350px;
  237. text-align:center;
  238. background-color:{color:postbg};
  239. padding:2px;
  240. border-top:solid 2px {color:accent};
  241. z-index:100000000;
  242. text-transform:uppercase;
  243. font-family:courier new;
  244. -webkit-border-radius: 5px;
  245. -moz-border-radius: 5px;
  246. border-radius: 5px;
  247. }
  248.  
  249. /*UPDATES*/
  250. #updates {
  251. text-align: center;
  252. font-size: 11px;
  253. position:fixed;
  254. left:725px;
  255. top:6px;
  256. -webkit-transition: all .3s ease-in-out;
  257. -moz-transition: all .4s ease-in-out;
  258. -o-transition: all .4s ease-in-out;
  259. z-index:10;
  260. }
  261.  
  262. #updates:hover {left:850px;}
  263.  
  264. #update {
  265. border-right-style:solid;
  266. border-bottom-style:solid;
  267. border-left-style:solid;
  268. border-width:1px;
  269. font-size:9px;
  270. padding: 5px 0 5px 0;
  271. background-color:{color:postbg};
  272. width:120px;
  273. height:108px;
  274. z-index:12;
  275. }
  276.  
  277. #updatestab {
  278. writing-mode:tb-rl;
  279. -webkit-transform:rotate(90deg);
  280. -moz-transform:rotate(90deg);
  281. -o-transform: rotate(90deg);
  282. white-space:nowrap;
  283. margin-left:75px;
  284. margin-top:-72px;
  285. text-align: center;
  286. height:10px;
  287. padding: 6px 0 8px 0;
  288. background-color:{color:postbg};
  289. -webkit-border-top-left-radius: 5px;
  290. -webkit-border-top-right-radius: 5px;
  291. -moz-border-radius-topleft: 5px;
  292. -moz-border-radius-topright: 5px;
  293. border-top-left-radius: 5px;
  294. border-top-right-radius: 5px;
  295. width: 119px;
  296. }
  297.  
  298. /*CREDIT*/
  299.  
  300. #cred {
  301. position:fixed;
  302. font-family:'calibri';
  303. text-transform:uppercase;
  304. font-size:8px;
  305. right:9px;
  306. bottom:9px;
  307. padding:4px;
  308. letter-spacing:1px;
  309. background-color:{color:postbg};
  310. }
  311.  
  312.  
  313. {CustomCSS}</style></head><body>
  314.  
  315. <div id="sidebar">
  316. <div id="sidebarimage"><img src="{image:icon}"></div>
  317. <div id="sidebarimage2"><img src="{image:sidebar1}"></div>
  318. </div>
  319. <div id class="links">
  320. <a href="/"> home</a>
  321. <a href="/ask"> ask</a>
  322. <a href="{text:link 1 url}">{text:link 1}</a>
  323. <a href="{text:link 2 url}">{text:link 2}</a>
  324. <a href="{text:link 3 url}">{text:link 3}</a>
  325. </div>
  326. <div id="description"><blockquote>{Description}</blockquote>
  327. </div></div></div>
  328.  
  329. <div id="updates">
  330. <div id="update"><center>
  331. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eu auctor lacus, in eleifend purus. Sed malesuada, lorem nec laoreet euismod, lectus purus sagittis enim, in tempus nulla lectus eget velit. Vivamus vitae porta arcu, eget hendrerit lorem.
  332. </center></div>
  333. <div id="updatestab">UPDATES</div>
  334. </div>
  335.  
  336. <div id="entries">
  337. {block:Posts}
  338. <div id="post">
  339.  
  340. {block:Text}
  341. <h1>{block:Title}{Title}{/block:Title}</h1>
  342. {Body}{/block:Text}
  343.  
  344. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  345. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  346.  
  347. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  348. {/block:Caption}{/block:Photoset}
  349.  
  350. {block:Quote}<h2>"{Quote}"</h2>
  351. {block:Source}<div class="qsource"> —{Source}</div>
  352. {/block:Source}{/block:Quote}
  353.  
  354. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  355.  
  356. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  357.  
  358. {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>
  359. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  360. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  361. {/block:ExternalAudio}<b>Played:</b> {PlayCount} calibri <br>
  362. {/block:Audio}<br>
  363.  
  364. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  365.  
  366. {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:12px;"><font face="calibri">{Answer}</font></div>{/block:Answer}
  367.  
  368. <div id="info">
  369. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  370. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  371. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} {NoteCountWithLabel}</a>
  372. </div>
  373. </div>
  374.  
  375. {/block:Posts}
  376. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  377. {/block:Posts}</div></div></div>
  378. <br><br><br><br>
  379. <div id="headerback"></div>
  380. <div id="cred">
  381. <a href="http://shayofrp.tumblr.com/">CREDIT</a>
  382. </div>
  383. </div>
  384. <div id="pagination">{title}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{block:Pagination}
  385. {block:PreviousPage}
  386. <a href="{PreviousPage}">←</a>
  387. {/block:PreviousPage}
  388.  
  389. {block:JumpPagination length="5"}
  390. {block:CurrentPage}
  391. <span class="current_page">{PageNumber}</span>
  392. {/block:CurrentPage}
  393.  
  394. {block:JumpPage}
  395. <a href="{URL}">{PageNumber}</a>
  396. {/block:JumpPage}
  397. {/block:JumpPagination}
  398.  
  399. {block:NextPage}
  400. <a href="{NextPage}">→</a>
  401. {/block:NextPage}
  402. </div>
  403. {/block:Pagination}
  404. </div>
  405. </body>
  406. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement