msstephyyanne

22: As We Go

Jul 6th, 2015
1,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.62 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--THEME 22 BY PURGATORYCAS / STARDUSTHEMES
  4.  
  5. DON'T BE A DICK; FOLLOW THE RULES
  6.  
  7. FEEL FREE TO COME TO ME WITH ANY QUESTIONS
  8.  
  9. ENJOY
  10.  
  11. -->
  12.  
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#838282"/>
  16. <meta name="color:blogtitle" content="#b8b8b8"/>
  17. <meta name="color:link" content="#b8b8b8"/>
  18. <meta name="color:link hover" content="#eeeeee"/>
  19. <meta name="color:border" content="#eeeeee"/>
  20. <meta name="color:bold" content="#eeeeee"/>
  21. <meta name="color:italic" content="#eeeeee"/>
  22.  
  23. <meta name="image:Sidebar" content=""/>
  24.  
  25. <meta name="text:firsttitle" content="/">
  26. <meta name="text:secondtitle" content="/">
  27.  
  28. <meta name="text:link1 url" content="/">
  29. <meta name="text:link1 hover" content="link 1">
  30. <meta name="text:link2 url" content="/">
  31. <meta name="text:link2 hover" content="link 2">
  32. <meta name="text:link3 url" content="/">
  33. <meta name="text:link3 hover" content="link 3">
  34. <meta name="text:link4 url" content="/">
  35. <meta name="text:link4 hover" content="link 4">
  36. <meta name="text:link5 url" content="/">
  37. <meta name="text:link5 hover" content="link 5">
  38.  
  39.  
  40.  
  41. <title>{Title}</title>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:2px; background-color:{color:border}}
  56. ::-webkit-scrollbar {background-color:#838282;height:3px;width:10px;border:5px solid #fff;}
  57.  
  58. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  59.  
  60. pre {
  61. white-space: pre-wrap;
  62. white-space: -moz-pre-wrap;
  63. white-space: -pre-wrap;
  64. white-space: -o-pre-wrap;
  65. word-wrap: break-word;
  66. }
  67.  
  68. #s-m-t-tooltip {
  69. max-width:200px;
  70. margin:10px;
  71. padding:2px 5px;
  72. border:1px solid #eeeeee;
  73. background:#fff;
  74. color:#{color:link};
  75. z-index:9999999999999999;
  76. font-size:9px;
  77. font-style:none;
  78. letter-spacing:1px;
  79. font-family:calibri;
  80. text-transform:uppercase;
  81. }
  82.  
  83. body {
  84. background:{color:background};
  85. margin:0px;
  86. color:{color:text};
  87. text-align:left;
  88. font-size:11px;
  89. font-family:arial;
  90. letter-spacing:.6px;
  91. line-height:14px;
  92. }
  93.  
  94. a {
  95. text-decoration:none;
  96. outline:none;
  97. -moz-outline-style:none;
  98. color:{color:link};
  99. -moz-transition-duration:0.8s;
  100. -webkit-transition-duration:0.8s;
  101. -o-transition-duration:0.8s;
  102. }
  103.  
  104. a:hover {
  105.  
  106. color:{color:text};
  107. }
  108.  
  109. img {
  110.  
  111. }
  112.  
  113. b, strong {color:{color:bold}}
  114. i, em {color:{color:italic}}
  115. p {margin-top:9px; margin-bottom:9px}
  116.  
  117. blockquote {
  118. border-left:1px solid {color:border};
  119. padding-left:5px;
  120. margin:0px 0px 0px 10px}
  121.  
  122. h1 {
  123. font-size:13px;
  124. text-align:center;
  125. font-family:'Noto Sans', sans-serif;
  126. letter-spacing:1px;
  127. text-transform:uppercase;
  128. color:{color:bold};
  129. }
  130.  
  131. h2 {
  132. font-size:8px;
  133. text-align:center;
  134. font-family:calibri;
  135. letter-spacing:1px;
  136. color:{color:text};
  137. }
  138.  
  139.  
  140.  
  141. #sidebar {
  142. width:150px;
  143. position:fixed;
  144. margin-left:200px;
  145. margin-top:90px;
  146. padding:15px;
  147. height:220px;
  148.  
  149. }
  150.  
  151. #sidebarim {margin-bottom:10px}
  152.  
  153. #sidebarim img {width:205px; }
  154.  
  155.  
  156. #firsttitle {
  157. color:{color:blogtitle};
  158. font-style:normal;
  159. font-family: 'Noto Sans', sans-serif;
  160. letter-spacing:1.5px;
  161. text-align:center;
  162. text-transform:uppercase;
  163. font-size:11px;
  164. margin-top:0px;
  165. padding:2px;
  166. width:180px;
  167. z-index:100;
  168. }
  169.  
  170. #secondtitle {
  171. color:{color:blogtitle};
  172. font-style:normal;
  173. font-family:'homemade apple';
  174. letter-spacing:1px;
  175. text-align:center;
  176. font-size:15.5px;
  177. margin-top:29px;
  178. padding:5px;
  179. width:175px;
  180. z-index:100;
  181.  
  182. }
  183.  
  184.  
  185. #link1 {
  186. color:{color:link};
  187. margin-left:10px;
  188. margin-top:10px;
  189. padding:5px;
  190. font-size:13px;
  191. text-align:center;
  192. letter-spacing:1px;
  193. position:absolute;
  194. float:left;
  195. width:15px;
  196. opacity:1;
  197. -moz-transition-duration:0.3s;
  198. -webkit-transition-duration:0.3s;
  199. -o-transition-duration:0.3s;
  200.  
  201. }
  202.  
  203. #link2 {
  204. color:{color:link};
  205. margin-left:50px;
  206. margin-top:5px;
  207. padding:5px;
  208. font-size:13px;
  209. text-align:center;
  210. letter-spacing:1px;
  211. position:absolute;
  212. float:left;
  213. width:13px;
  214. opacity:1;
  215. -moz-transition-duration:0.3s;
  216. -webkit-transition-duration:0.3s;
  217. -o-transition-duration:0.3s;
  218.  
  219. }
  220.  
  221. #link3 {
  222. color:{color:link};
  223. margin-left:85px;
  224. margin-top:10px;
  225. padding:5px;
  226. font-size:13px;
  227. text-align:center;
  228. letter-spacing:1px;
  229. position:absolute;
  230. float:left;
  231. width:15px;
  232. opacity:1;
  233. -moz-transition-duration:0.3s;
  234. -webkit-transition-duration:0.3s;
  235. -o-transition-duration:0.3s;
  236.  
  237. }
  238.  
  239. #link4 {
  240. color:{color:link};
  241. margin-left:120px;
  242. margin-top:5px;
  243. padding:5px;
  244. font-size:13px;
  245. text-align:center;
  246. letter-spacing:1px;
  247. position:absolute;
  248. float:left;
  249. width:15px;
  250. opacity:1;
  251. -moz-transition-duration:0.3s;
  252. -webkit-transition-duration:0.3s;
  253. -o-transition-duration:0.3s;
  254.  
  255. }
  256.  
  257. #link5 {
  258. color:{color:link};
  259. margin-left:160px;
  260. margin-top:10px;
  261. padding:5px;
  262. font-size:13px;
  263. text-align:center;
  264. letter-spacing:1px;
  265. position:absolute;
  266. float:left;
  267. width:15px;
  268. opacity:1;
  269. -moz-transition-duration:0.3s;
  270. -webkit-transition-duration:0.3s;
  271. -o-transition-duration:0.3s;
  272.  
  273. }
  274.  
  275.  
  276. #description {
  277. width:180px;
  278. font-size:10px;
  279. font-family:'Noto Sans', sans-serif;
  280. margin-top:5px;
  281. padding:7px;
  282. text-align:center;
  283. text-transform:none;
  284. letter-spacing:.5px;
  285. line-height:13px;
  286. border-top:1px solid {color:border};
  287.  
  288. }
  289.  
  290.  
  291. .pagination {
  292. width:195px;
  293. margin-top:7px;
  294. text-align:center;
  295. border-top:1px solid #eeeeee;
  296. padding-top:15px;
  297. }
  298.  
  299. #entries {
  300. width:500px;
  301. margin-left:505px;
  302. margin-top:20px;
  303. padding:40px;
  304. }
  305.  
  306. #post {
  307. width:500px;
  308. border: 1px solid {color:border};
  309. background:#ffffff;
  310. margin-top:5px;
  311. padding: 25px;
  312. margin-bottom: 70px;
  313. padding-bottom: 20px;
  314. }
  315.  
  316. #info {
  317. width:500px;
  318. margin-top:17px;
  319. padding:3px 0;
  320. color:{color:text};
  321. font:9px calibri;
  322. line-height:120%;
  323. text-align:center;
  324. letter-spacing:1px;
  325. text-transform:uppercase;
  326. border-top:1px solid {color:border};}
  327.  
  328.  
  329. #tags {
  330. width:500px;
  331. color:{color:text};
  332. font:9.5px calibri;
  333. text-align:center;
  334. letter-spacing:1px;
  335. margin-top:4px;}
  336.  
  337. #question {
  338. float:left;
  339. margin-top:-2px;
  340. margin-right:5px;
  341. padding:8px;
  342. width:480px;
  343. border:1px solid {color:border};}
  344.  
  345.  
  346. #quote{
  347. float:left;
  348. padding-top:5px;
  349. font-family:'Calibri';
  350. font-style:italic;
  351. font-size:15px;
  352. height:auto;
  353. margin-top:0px;
  354. }
  355.  
  356. #cred {
  357. position:fixed;
  358. font-size:10px;
  359. font-weight:normal;
  360. line-height:150%;
  361. letter-spacing:2px;
  362. right:25px;
  363. bottom:10px;
  364. text-transform:uppercase;
  365. text-align:center;
  366. }
  367.  
  368.  
  369. {CustomCSS}</style></head><body>
  370.  
  371.  
  372. <div id="sidebar">
  373. <div id="sidebarim"><img src="{image:Sidebar}"></div>
  374. <div id="firsttitle"> {text:firsttitle}</a></div>
  375.  
  376. <center><div id="link1"><a title="{text:link1 hover}" href="{text:link1 url}">✦</a></center>
  377. <center><div id="link2"><a title="{text:link2 hover}" href="{text:link2 url}">✦</a> </center>
  378. <center><div id="link3"><a title="{text:link3 hover}" href="{text:link3 url}">✦</a></center>
  379. <center><div id="link4"><a title="{text:link4 hover}" href="{text:link4 url}">✦</a></center>
  380. <center><div id="link5"><a title="{text:link5 hover}" href="{text:link5 url}">✦</a></center>
  381.  
  382. <div id="secondtitle">{text:secondtitle}</a></div>
  383.  
  384. <div id="description">{Description}</div>
  385.  
  386. <div class="pagination">
  387. {block:Pagination}
  388. {block:PreviousPage}
  389. <a href="{PreviousPage}">&larr; back</a>{/block:PreviousPage}&nbsp;
  390.  
  391. {block:NextPage}
  392. <a href="{NextPage}">forth &rarr;</a>
  393. {/block:NextPage}
  394. {/block:Pagination}
  395. </div>
  396.  
  397. </div>
  398.  
  399.  
  400. <div id="entries">{block:Posts}<div id="post">
  401.  
  402. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  403.  
  404. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  405.  
  406. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  407.  
  408. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  409. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  410. {/block:Quote}
  411.  
  412. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  413.  
  414. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  415.  
  416. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  417.  
  418. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  419. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div>{/block:Audio}
  420.  
  421. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:10px;font-style:italic;width:500px;">— {Asker}: </span>{Question}</div><left> <font face="calibri"><br><br><br>{Answer}</font>{/block:Answer}
  422.  
  423. <div id="info">
  424. {block:NoteCount}&hearts; {NoteCount} &mdash; {/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a> on {DayofMonthWithZero} {ShortMonth} {Year}{/block:Date} {block:RebloggedFrom}&mdash; via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}</div>
  425.  
  426. {block:HasTags}<div id="tags">
  427. {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  428. </div>{/block:HasTags}
  429.  
  430. </div>
  431.  
  432. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  433.  
  434. </div>
  435. </div>
  436.  
  437.  
  438. <div id="cred"><div id="credit"><a href="hgttp://purgatorycas.tumblr.com">&copy;STARDUST </a></div>
  439.  
  440. </body>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment