Advertisement
chezshay

theme 06 "chelsea"

Sep 8th, 2013
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.96 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:Sidebar Links" content="#b8b8b8"/>
  16. <meta name="color:DescriptionText" 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:postbg" content="#ffffff"/>
  24. <meta name="image:sidebar1" content=""/>
  25. <meta name="image:png" content=""/>
  26. <meta name="image:link1" content="" />
  27. <meta name="image:link2" content="" />
  28. <meta name="image:link3" content="" />
  29. <meta name="image:link4" content="" />
  30. <meta name="image:link5" content="" />
  31. <meta name="image:Background" content=""/>
  32.  
  33.  
  34. <style type="text/css">
  35. #mango{
  36. z-index:9;
  37. position:fixed !important;
  38. width:350px;
  39. height:150px;
  40. top:200px;
  41. left: 55px;
  42. padding:2px;
  43. background-color:{color:postbg};
  44. border: solid 1px {color:border};
  45. -webkit-transition: all 1s ease;
  46. -moz-transition: all 1s ease;
  47. -o-transition: all 1s ease;
  48. transition: all 1s ease;
  49. }
  50.  
  51. #mango:hover{
  52. z-index:99;
  53. position:fixed !important;
  54. top:100px;
  55. left: 55px;
  56. padding:2px;
  57. -webkit-transition: all 1s ease;
  58. -moz-transition: all 1s ease;
  59. -o-transition: all 1s ease;
  60. transition: all 1s ease;
  61. }
  62.  
  63. .linkzz {
  64. display:block;
  65. display:inline-block;
  66. margin-bottom: 4px;
  67. border-top-left-radius: 100px;
  68. border-bottom-right-radius: 100px;
  69. margin: 2px;
  70. width: 100px;
  71. padding: 4px;
  72. text-align:center;
  73. }
  74.  
  75. div#kiwi{
  76. z-index:99;
  77. position:fixed !important;
  78. width:350px;
  79. height:auto;
  80. min-height:200px;
  81. top:300px;
  82. left: 55px;
  83. padding:2px;
  84. background-color:{color:postbg};
  85. border: solid 1px {color:border};
  86. -webkit-transition: all 1s ease;
  87. -moz-transition: all 1s ease;
  88. -o-transition: all 1s ease;
  89. transition: all 1s ease;
  90.  
  91. }
  92.  
  93.  
  94. #papaya{
  95. z-index:99;
  96. position:fixed !important;
  97. width:350px;
  98. height:270px;
  99. overflow:hidden;
  100. top:250px;
  101. left: 55px;
  102. padding:2px;
  103. font-family: calibri;
  104. background-color:{color:postbg};
  105. border: solid 1px {color:border};
  106. -webkit-transition: all 1s ease;
  107. -moz-transition: all 1s ease;
  108. -o-transition: all 1s ease;
  109. transition: all 1s ease;
  110.  
  111. }
  112.  
  113. #papaya:hover{
  114. z-index:99;
  115. z-index:10;
  116. position:absolute !important;
  117. position:fixed !important;
  118. top:30px;
  119. left: 55px;
  120. padding:2px;
  121. -webkit-transition: all 1s ease;
  122. -moz-transition: all 1s ease;
  123. -o-transition: all 1s ease;
  124. transition: all 1s ease;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb {
  128. height:auto;
  129. background-color:{color:Scrollbar};
  130. }
  131.  
  132. ::-webkit-scrollbar {
  133. height:9px;
  134. width:4px;
  135. background-color:{color:ScrollbarBg};
  136. }
  137.  
  138. body {
  139. background:{color:background};
  140. margin:0px;
  141. color:{color:text};
  142. font-family:calibri;
  143. font-size:10px;
  144. line-height:100%;
  145. letter-spacing:0px;
  146. text-align:justify;
  147. background-image:url('{image:Background}');
  148. }
  149.  
  150. a {
  151. text-decoration:none;
  152. outline:none;
  153. -moz-outline-style:none;
  154. color:{color:Post Links};
  155. }
  156.  
  157. img {
  158. border:none;
  159. }
  160.  
  161. blockquote {
  162. padding-left:5px;
  163. border-left:2px solid;
  164. }
  165.  
  166. blockquote blockquote {
  167. padding-left:5px;
  168. border-left:2px solid;
  169. }
  170.  
  171. h1 {
  172. font-size:14px;
  173. text-transform:lowercase;
  174. font-family:'times';
  175. font-style:italic;
  176. line-height:10px;
  177. text-align:left;
  178. padding:0px;
  179. }
  180.  
  181. a:hover {
  182. color:{color:postbg};
  183. -moz-transition-duration:0.3s;
  184. -webkit-transition-duration:0.3s;
  185. -o-transition-duration:0.3s;
  186. }
  187.  
  188.  
  189. /*ENTRIES*/
  190.  
  191. #entries {
  192. padding:20px;
  193. width:500px;
  194. margin-left:450px;
  195. margin-top:5px;
  196. font-size:10px;
  197. font-family:'calibri';
  198. letter-spacing:0px;
  199. }
  200.  
  201. #post {
  202. width:500px;
  203. padding-bottom:10px;
  204. padding:20px;
  205. margin-top:20px;
  206. background-color:{color:postbg};
  207. }
  208.  
  209. /*SIDEBAR*/
  210.  
  211. #sidebar {
  212. position:fixed;
  213. margin-left:100px;
  214. margin-top:80px;
  215. margin-left:170px;
  216. z-index:9999;
  217. }
  218.  
  219. #sidebarimage3 {
  220. position:fixed;
  221. width: 187px;
  222. margin-top:220px;
  223. margin-left:-190px;
  224. }
  225.  
  226. #description {
  227. position:fixed;
  228. text-align:justify;
  229. font-family:'calibri';
  230. width:100px;
  231. margin-top:250px;
  232. margin-left:120px;
  233. font-size:10px;
  234. position:fixed;
  235. text-transform:none;
  236. color:{color:DescriptionText};
  237. background-color:{color:postbg};
  238. padding:5px;
  239. }
  240.  
  241. #pagination {
  242. font-style:bold;
  243. padding:2px;
  244. font-family:'calibri';
  245. letter-spacing:0px;
  246. font-size:9px;
  247. text-align:center;
  248. padding:2px;
  249. margin-top:10px;
  250. margin-left:0px
  251. text-transform:lowercase;
  252. }
  253.  
  254.  
  255. /*POST INFO*/
  256.  
  257. #info {
  258. width:500px;
  259. text-align:left;
  260. font-family:'arial';
  261. margin-top:3px;
  262. margin-left:px;
  263. letter-spacing:1px;
  264. font-size:7px;
  265. font-style:none;
  266. padding:1px;
  267. line-height:10px;
  268. text-transform:uppercase;
  269. border-top:1px solid;
  270. border-color:{color:Border};
  271. }
  272.  
  273. #info a {
  274. text-align:center;
  275. color:{color:Post Links};
  276. }
  277.  
  278. #info a:hover {
  279. -moz-transition-duration:0.3s;
  280. -webkit-transition-duration:0.3s;
  281. -o-transition-duration:0.3s;
  282. color:{color:Hover}
  283. }
  284.  
  285. #tags {
  286. float:left;
  287. width:489px;
  288. margin-top:-7px;
  289. margin-left:-5px;
  290. text-align:left;
  291. font-size:7px;
  292. padding:5px;
  293. font-size:8px;
  294. opacity:1;
  295. transition-duration: 0.5s;
  296. -moz-transition-duration: 0.5s;
  297. -webkit-transition-duration: 0.5s;
  298. -o-transition-duration: 0.5s
  299. color:{color:background};
  300. }
  301.  
  302. #tags a {
  303. letter-spacing:0px;
  304. font-size:8px;
  305. text-align:center;
  306. font-family:'CALIBRI';
  307. text-decoration:none;
  308. display:inline-block;
  309. color:#ddd;
  310. }
  311.  
  312. #tags a:hover {
  313. background-color:#fff;
  314. -moz-transition-duration:0.3s;
  315. -webkit-transition-duration:0.3s;
  316. -o-transition-duration:0.3s;
  317. color:{color:Hover};
  318. }
  319.  
  320. /*QUESTION*/
  321.  
  322. #asker {
  323. color:{color:text};
  324. padding:14px;
  325. font-family:'arial';
  326. font-size:11px;
  327. letter-spacing:0px;
  328. text-align:left;
  329. margin-top:0px;
  330. text-transform:lowercase;
  331. line-height:100%;
  332. background-color:{color:Answer Backg}
  333. }
  334.  
  335. /*CREDIT*/
  336.  
  337. #cred {
  338. position:fixed;
  339. font-family:'Calibri';
  340. text-transform:uppercase;
  341. font-size:8px;
  342. right:9px;
  343. bottom:9px;
  344. padding:4px;
  345. letter-spacing:1px;
  346. }
  347.  
  348. {CustomCSS}</style></head><body>
  349. <div id="mango">
  350. <center><img src="{image:link1}"></center>
  351. <center><div class="linkzz"><a href="/"><img src="{image:link3}"</a> </div>
  352.  
  353. <div class="linkzz"><a href="LINKURL" class="links1"><img src="{image:link4}"</a></div>
  354.  
  355. <div class="linkzz"><a href="LINKURL" class="links1"><img src="{image:link5}"</a></div></a>
  356. </center>
  357. </div></div>
  358.  
  359. <div id="papaya">
  360. <center><img src="{image:link2}"></center>
  361. <p><iframe frameborder="0" width="350" id="ask_form" src="http://www.tumblr.com/ask_form/jsmoores.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  362.  
  363. </div>
  364.  
  365.  
  366. <div id="kiwi">
  367. <left>
  368.  
  369.  
  370. <img src="{image:sidebar1}" width=230px height=auto>
  371. <br>
  372. </div>
  373. <div id="sidebar">
  374. <div id="sidebarimage3"><img src="{image:png}"></div>
  375.  
  376.  
  377. <div id="description">{Description}
  378.  
  379. {block:Pagination}
  380. <div id="pagination">
  381. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  382. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  383. </div>
  384. {/block:Pagination}
  385. </div>
  386. </div>
  387. </div>
  388.  
  389. <div id="entries">
  390. {block:Posts}
  391. <div id="post">
  392.  
  393. {block:Text}
  394. <h1>{block:Title}{Title}{/block:Title}</h1>
  395. {Body}{/block:Text}
  396.  
  397. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  398. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  399.  
  400. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  401. {/block:Caption}{/block:Photoset}
  402.  
  403. {block:Quote}<h2>"{Quote}"</h2>
  404. {block:Source}<div class="qsource"> —{Source}</div>
  405. {/block:Source}{/block:Quote}
  406.  
  407. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  408.  
  409. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  410.  
  411. {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>
  412. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  413. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  414. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  415. {/block:Audio}<br>
  416.  
  417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {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}
  420.  
  421. <div id="info">
  422. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  423. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  424. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  425. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  426. with {NoteCountWithLabel}</a>
  427. {block:HasTags}<div id="tags">
  428.  
  429. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  430. </div>{block:HasTags}
  431. </div>
  432. </div>
  433.  
  434. {/block:Posts}
  435. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  436. {/block:Posts}</div></div></div>
  437. <br><br><br><br>
  438.  
  439. <div id="cred">
  440. <a href="http://shayofrp.tumblr.com/">CREDIT</a>
  441. </div>
  442. </div>
  443.  
  444.  
  445.  
  446. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement