Advertisement
mcavoying

Cherry Pie

May 28th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 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. <!-- THEME #1 CHERRY PIE. ©MCAVOYING -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#b8b8b8"/>
  25. <meta name="color:accent" content="#bbb8b8">
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:Link 1 Title" content="/">
  30. <meta name="text:Link 1" content="/">
  31. <meta name="text:Link 2 Title" content="/">
  32. <meta name="text:Link 2" content="/">
  33. <meta name="text:Link 3 Title" content="/">
  34. <meta name="text:Link 3" content="/">
  35. <meta name="text:Link 4 Title" content="/">
  36. <meta name="text:Link 4" content="/">
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar-thumb:vertical {
  42. background-color:{color:scrollbar};
  43. -moz-border-radius:10px;
  44. -webkit-border-radius:10px;
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. width:7px;
  49. height:5px;
  50. background-color:#ffffff;
  51. }
  52.  
  53. body {
  54. font-style:none;
  55. background-color:{color:bg};
  56. font-family:helvetica;
  57. color:{color:text};
  58. font-size:9px;
  59. }
  60.  
  61. a {
  62. color:{color:link};
  63. text-decoration:none;
  64. -webkit-transition: all 0.5s ease-out;
  65. -moz-transition: all 0.5s ease-out;
  66. transition: all 0.5s ease-out;
  67. }
  68.  
  69. a:hover {
  70. color:{color:hover};
  71. text-decoration:none;
  72. -webkit-transition: all 0.8s ease-out;
  73. -moz-transition: all 0.8s ease-out;
  74. transition: all 0.8s ease-out;
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid {color:border};
  84. }
  85.  
  86. h1 {
  87. font-size:10px;
  88. font-family:helvetica;
  89. text-transform:uppercase;
  90. color:{color:text};
  91. }
  92.  
  93. h2 {
  94. font-size:9px;
  95. font-family:helvetica;
  96. text-transform:none;
  97. color:{color:text};
  98. }
  99.  
  100. #sidebar {
  101. position:fixed;
  102. width:140px;
  103. margin-left:200px;
  104. margin-top:140px;
  105. }
  106.  
  107. #sidebarimage {
  108. width:100px;
  109. margin-left:-9px;
  110. }
  111.  
  112. #sidebarimage img {
  113. width:100px;
  114. border:1px solid #eee;
  115. padding:6px;
  116. background:#f9f9f9;
  117. }
  118.  
  119. .links{
  120. word-spacing:6px;
  121. width:140px;
  122. text-align:center;
  123. line-height:160%;
  124. margin-top:10px;
  125. padding-top:5px;
  126. font-family:helvetica;
  127. margin-left:-22px;
  128. }
  129.  
  130. .links a{
  131. text-align:center;
  132. display:inline-block;
  133. letter-spacing: 2px;
  134. font-style:none;
  135. border-bottom:1px solid {color:Border};
  136. text-transform:uppercase;
  137. font-size:7px;
  138. font-family:helvetica;
  139. width:45px;
  140. margin-bottom:6px;
  141. padding:3px;
  142. background:#f5f5f5;
  143. }
  144.  
  145. .links:hover{
  146. background:#fff;
  147. color:{color:Hover};
  148. }
  149.  
  150. .links a:hover{
  151. background:#fff;
  152. }
  153.  
  154.  
  155. #description {
  156. margin-top:8px;
  157. margin-left:-7px;
  158. width:110px;
  159. font-family:helvetica;
  160. font-size:10px;
  161. text-align:justify;
  162. }
  163.  
  164. #pagination {
  165. font-size:8px;
  166. text-align:center;
  167. font-family:helvetica;
  168. letter-spacing:6px;
  169. width:500px;
  170. margin-left:450px;
  171. margin-bottom:50px;
  172. margin-top:30px;
  173. }
  174.  
  175. #posts {
  176. width:500px;
  177. margin-bottom:10px;
  178. padding:1px;
  179. font-size:10px;
  180. color:{color:text};
  181. line-height:90%;
  182. text-align:justify;
  183. }
  184.  
  185. #postscontainer {
  186. margin-bottom:20px;
  187. padding:1px;
  188. margin-left:450px;
  189. margin-top:55px;
  190. }
  191.  
  192. #info {
  193. margin-bottom:10px;
  194. font-size:8px;
  195. font-family:helvetica;
  196. margin-top:10px;
  197. text-align:left;
  198. text-transform:uppercase;
  199. padding:3px;
  200. color:{color:link};
  201. border-top:1px solid {color:border};
  202. }
  203.  
  204. #tags {
  205. width:490px;
  206. margin-left:0px;
  207. margin-top:-2px;
  208. font-size:8px;
  209. color:{color:tags}:
  210. }
  211.  
  212. #tags a {
  213. color:{color:tags};
  214. }
  215.  
  216. #tags a:hover {
  217. color:{color:hover}
  218. }
  219.  
  220.  
  221. #askbg {
  222. padding:12px;
  223. background-color:{color:ask};
  224. }
  225.  
  226. #ask {
  227. margin-top:-10px;
  228. font-family:helvetica;
  229. text-align:left;
  230. }
  231.  
  232. #ask img {
  233. margin-top:30px;
  234. width:50px;
  235. }
  236.  
  237. .date1 {
  238. display:inline-block;
  239. text-transform:uppercase;
  240. font-size:8px;
  241. letter-spacing: 1px;
  242. font-family:helvetica;
  243. margin-bottom:6px;
  244. padding:3px;
  245. background:#f5f5f5; }
  246.  
  247. .date2 {
  248. display:inline-block;
  249. text-transform:uppercase;
  250. font-size:8px;
  251. letter-spacing: 1px;
  252. font-family:helvetica;
  253. margin-bottom:6px;
  254. padding:3px;
  255. }
  256.  
  257. #credit {
  258. right:3px;
  259. bottom:6px;
  260. font-size:10px;
  261. padding:5px;
  262. color:{color:text};
  263. background-color:#fafafa;
  264. text-transform:uppercase;
  265. border:1px solid {color:border};
  266. position:fixed;
  267. }
  268.  
  269. #credit:hover {
  270. color:white;
  271. }
  272.  
  273. ol.notes {
  274. padding:70px;
  275. background-color: #ffffff;
  276. padding:0px;
  277. margin:-10px 0px;
  278. font-family:helvetica;
  279. text-transform:uppercase;
  280. font-size: 8px;
  281. width: 500px;
  282. list-style-type:none;
  283. }
  284.  
  285. ol.notes li.note {
  286. padding: 10px;
  287. }
  288.  
  289. ol.notes li.note img.avatar {
  290. vertical-align:-4px;
  291.  
  292. margin-right:10px;
  293. width:16px;
  294. height:16px;
  295. }
  296.  
  297. ol.notes li.note span.action {
  298. font-weight:normal;
  299. }
  300.  
  301. ol.notes li.note .answer_content {
  302. font-weight:normal;
  303. }
  304.  
  305. ol.notes li.note blockquote {
  306. padding:9px 6px 9px 6px;
  307. margin:10px 0px 0px 25px;
  308. }
  309.  
  310. {CustomCSS}
  311.  
  312. </style></head>
  313.  
  314.  
  315. <body>
  316.  
  317. <div id="sidebar">
  318. <div id="sidebarimage">
  319. <img src="{image:sidebar}"></div>
  320. <div id="description">{description}</div>
  321. <div class="links">
  322. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  323. <a href="{text:Link 2}">{text:Link 2 Title}</a><br>
  324. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  325. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  326.  
  327. </div></div>
  328.  
  329.  
  330. <div id="postscontainer">
  331.  
  332. {block:Posts}
  333.  
  334. <!-- {block:NoRebloggedFrom}
  335. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  336. {/block:NoRebloggedFrom} -->
  337.  
  338. {block:ContentSource}
  339. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  340. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  341. {/block:SourceLogo}
  342. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  343. {/block:ContentSource}
  344.  
  345. <div id="posts">
  346.  
  347.  
  348. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><h2>{Body}</h2>{/block:Text}
  349.  
  350.  
  351. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  352.  
  353. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  354.  
  355. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  356.  
  357. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  358.  
  359. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  360.  
  361. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  362.  
  363. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  364.  
  365. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  366.  
  367. {block:Date}<div id="info"><a href="{Permalink}"><div class="date1">{ShortMonth} {DayofMonth}</div></a>{/block:Date} &nbsp;<div class="date2"><font style="font-family:arial;font-size:8px;font-weight:bold;color:red;">{block:NoteCount}&hearts;</font><a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div>&nbsp;
  368. {block:RebloggedFrom}{block:PermalinkPage} — &nbsp;&nbsp;via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:PermalinkPage} © <a href="{ReblogRootURL}" style="background-color:transparent;">{ReblogRootName}</a>{/block:RebloggedFrom}
  369.  
  370. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}"> {Tag}</a> {/block:Tags}</div>{/block:HasTags}
  371. </div></div>
  372. <div class="note">
  373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  374. </div>
  375. {/block:Posts}
  376. </div>
  377. {block:Pagination}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  379. {block:JumpPagination length="5"}
  380. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  381. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385. </div>
  386.  
  387. <div id="credit"><a href="http://mcavoying.tumblr.com/">▽</a>
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement