Advertisement
ashleighLL97

pierce the veil

Oct 28th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1. <!--
  2.  
  3. theme: PIERCE THE VEIL
  4. by ashleigh (playground-eyes)
  5.  
  6. -->
  7.  
  8. <html lang="en">
  9. <head>
  10.  
  11.  
  12. <title>{Title}
  13. </title>
  14. {Block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifinfinitescrolling}
  15.  
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17. <meta name="image:Background" content=""/>
  18. <meta name="color:Background" content="#474747"/>
  19. <meta name="color:Text" content="#000"/>
  20. <meta name="color:Title" content="#cfcfcf"/>
  21. <meta name="color:Link" content="#1f00ff"/>
  22. <meta name="color:Hover" content="#474747"/>
  23. <meta name="font:Text" content="century gothic"/>
  24. <meta name="font:Title" content="arial"/>
  25. <meta name="color:Content Background" content="#fff" />
  26. <meta name="color:Links Background" content="#e0e0e0" />
  27. <meta name="color:Links Background Hover" content="#fff" />
  28. <meta name="image:Sidebar" content="1"/>
  29. <meta name="if:Show Blog Title" content="1"/>
  30. <meta name="if:Show Photo" content="0"/>
  31. <meta name="if:Show Links" content="1"/>
  32. <meta name="if:Show Home Link" content="1"/>
  33. <meta name="if:Show Ask Link" content="1"/>
  34. <meta name="if:Show Theme Credit" content="1"/>
  35. <meta name="if:Show Captions" content="0"/>
  36. <meta name="if:Infinite Scrolling" content="0"/>
  37. <meta name="text:Home Title" content="Home" />
  38. <meta name="text:Ask Title" content="Message" />
  39. <meta name="text:Theme Credit" content="Theme" />
  40. <meta name="text:Permalink" content="+" />
  41. <meta name="text:Title Text Transform" content="uppercase"/>
  42. <meta name="text:Custom Link One" content="" />
  43. <meta name="text:Custom Link One Title" content="" />
  44. <meta name="text:Custom Link Two" content="" />
  45. <meta name="text:Custom Link Two Title" content="" />
  46. <meta name="text:Custom Link Three" content="" />
  47. <meta name="text:Custom Link Three Title" content="" />
  48. <meta name="text:Custom Link Four" content="" />
  49. <meta name="text:Custom Link Four Title" content="" />
  50. <meta name="text:Custom Link Five" content="" />
  51. <meta name="text:Custom Link Five Title" content="" />
  52. <meta name="text:Custom Link Six" content="" />
  53. <meta name="text:Custom Link Six Title" content="" />
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  
  60.  
  61. body {
  62. margin:0px;
  63. background-color: {color:Background};
  64. background-image:url({image:Background});
  65. background-attachment: fixed;
  66. background-repeat: repeat;}
  67. body, div, p, textarea, submit, input{
  68. font-family: {font:text};
  69. font-size: 10px;
  70. line-height:14px;
  71. letter-spacing:0px;
  72. color:{color:Text};
  73. }
  74.  
  75. p {
  76. margin:0px;
  77. margin-top:0px;
  78. }
  79.  
  80.  
  81. a:link, a:active, a:visited{
  82. color: {color:Link};
  83. letter-spacing: 0px;
  84. text-transform: {text:title text transform};
  85. font-weight: normal;
  86. text-decoration: none;
  87. }
  88.  
  89. a:hover {
  90. color:{color:Hover};
  91. text-transform: {text:title text transform};
  92. letter-spacing: 0px;
  93. font-weight: normal;
  94. text-decoration: none;
  95. }
  96.  
  97. div#center{
  98. margin:auto;
  99. position:relative;
  100. width:990px;
  101. background-color:;
  102. overflow:auto;
  103. overflow-y:hidden;
  104. }
  105.  
  106. div#content{
  107. float:left;
  108. width:400px;
  109. padding-right:2px;
  110. padding-left:2px;
  111. padding-top:2px;
  112. padding-bottom:2px;
  113. margin-left:165px;
  114. margin-top:10px;
  115. margin-bottom:10px;
  116. background-color:{color:content background};
  117. }
  118. div#entry{
  119. margin-top:0px;
  120. padding-top:0px;
  121. padding-bottom:0px;
  122. margin-bottom:0px;
  123. background-color:{color:content background};
  124. }
  125.  
  126.  
  127. div#sidebar{
  128. position:fixed !important;
  129. width:225px;
  130. height:100%;
  131. margin-top:0px;
  132. margin-left:605px;
  133. padding-top:20px;
  134. padding-right:2px;
  135. padding-left:2px;
  136. background-color:{color:content background};
  137. line-height:10px;
  138. }
  139.  
  140. .navlinks a {margin-bottom:1px;
  141. background-color:{color:links Background};
  142. padding:2px;
  143. text-align: left;
  144. text-transform: {text:title text transform};
  145. font-family: {font:Title};
  146. font-size: 10px;
  147. line-height: 11px;
  148. border-right: {color:links hover} 3px solid;
  149. -webkit-transition-duration: 0.4s;
  150. letter-spacing:1px;
  151. display:block;
  152. }
  153.  
  154. .navlinks a:hover {margin-bottom:1px;
  155. background-color: {color:Links Background Hover};
  156. padding:2px;
  157. text-align: center;
  158. font-family: {font:Title};
  159. font-size: 10px;
  160. line-height: 11px;
  161. text-transform: {text:title text transform};
  162. border-right: {color:links hover} 8px solid;
  163. border-left: {color:links hover} 8px solid;
  164. letter-spacing:4px;
  165. display:block;
  166. }
  167.  
  168. #postnotes{
  169. text-align: justify;}
  170.  
  171. #postnotes blockquote{
  172. border: 0px;}
  173.  
  174. .title{
  175. font-family: {font:title};
  176. text-transform: {text:title text transform};
  177. font-size: 14px;
  178. line-height: 14px;
  179. color: {color:Title};
  180. letter-spacing: 1px;
  181. font-weight: bold;
  182. padding:0px 0px 0px 0px;
  183. }
  184.  
  185. .title2{
  186. text-transform: {text:title text transform};
  187. font-family: {font:title};
  188. font-size: 15px;
  189. line-height: 14px;
  190. color: {color:Title};
  191. letter-spacing: 3px;
  192. font-weight: bold;
  193. padding:0px 0px 0px 0px;
  194. }
  195.  
  196. blockquote{
  197. padding:0px 0px 2px 5px;
  198. margin:0px 0px 0px 0px;
  199. border-left: 1px dotted #555555;
  200. }
  201.  
  202. blockquote p, ul{
  203. margin:0px;
  204. padding:0px;
  205. }
  206.  
  207.  
  208. a img{border: 0px;}
  209.  
  210. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  211.  
  212. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  213. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  214.  
  215. .notes img{width:10px; position:relative; top:3px;}
  216.  
  217.  
  218.  
  219.  
  220. small{font-size: 95%;}
  221.  
  222. .blogtitle{
  223. font-family: {font:title};
  224. font-size: 13px;
  225. line-height: 13px;
  226. color: {color:Title};
  227. letter-spacing: 3px;
  228. font-weight: normal;
  229. padding:0px 0px 0px 0px;
  230. }
  231.  
  232.  
  233. </style>
  234.  
  235.  
  236. <link rel="shortcut icon" href="{Favicon}">
  237. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  238. <meta name="viewport" content="width=820" />
  239. </head>
  240. <body>
  241.  
  242. <div id="cage">
  243. <div id="center">
  244. <div id="sidebar">
  245. {block:ifshowblogtitle}<center><span class=title>{block:ifnotshowhomelink}<a title="" href="/">{/block:ifnotshowhomelink}{Title}{block:ifnotshowhomelink}</a>{/block:ifnotshowhomelink}</span><br>{/block:ifshowblogtitle}<br>
  246.  
  247. {block:ifshowphoto}<center><img src="{image:sidebar}" width=225px></center>{/block:ifshowphoto}<br>
  248.  
  249. <center>{Description}</center><br>
  250.  
  251. {block:ifshowlinks}
  252. {block:ifshowhomelink}<div class="navlinks"><a href="/">{block:ifhometitle}{text:Home Title}{/block:ifhometitle}{block:ifnothometitle}{Title}{/block:ifnothometitle}</a></div>{/block:ifshowhomelink}
  253. {block:ifshowasklink}<div class="navlinks"><a href="/ask">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}{block:ifnotasktitle}Ask Me Anything{/block:ifnotasktitle}</a></div>{/block:ifshowasklink}
  254. {block:ifCustomLinkOneTitle}<div class="navlinks"><a href="{text:Custom Link One}">{text:Custom Link One Title}</a></div> {/block:ifCustomLinkOneTitle}
  255. {block:ifCustomLinkTwoTitle}<div class="navlinks"><a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a></div>{/block:ifCustomLinkTwoTitle}
  256. {block:ifCustomLinkThreeTitle}<div class="navlinks"><a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a></div> {/block:ifCustomLinkThreeTitle}
  257. {block:ifCustomLinkFourTitle}<div class="navlinks"><a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a></div> {/block:ifCustomLinkFourTitle}
  258. {block:ifCustomLinkFiveTitle}<div class="navlinks"><a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a></div> {/block:ifCustomLinkFiveTitle}
  259. {block:ifCustomLinkSixTitle}<div class="navlinks"><a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a></div> {/block:ifCustomLinkSixTitle}
  260. {block:ifshowthemecredit}<div class="navlinks"><a href="http://playground-eyes.tumblr.com/themes">{block:ifthemecredit}{text:Theme Credit}{/block:ifthemecredit}{block:ifnotthemecredit}Theme Credit{/block:ifnotthemecredit}</a></div>{/block:ifshowthemecredit}
  261. {/block:ifshowlinks}
  262.  
  263. <div align=center>
  264. <br>
  265. {block:ifnotinfiniteScrolling}{block:ifcenter}<center>{/block:ifcenter}{block:Pagination}
  266. {block:PreviousPage}
  267. <a href="{PreviousPage}"><font size="2">&larr; previous </font></a>
  268. {/block:PreviousPage}
  269. <font size="3">|</font>
  270. {block:NextPage}
  271. <a href="{NextPage}"><font size="2"> next &rarr;</font></a>
  272. {/block:NextPage}
  273. {/block:Pagination}{/block:ifnotinfinitescrolling}
  274. </div></div>
  275.  
  276. <div id="content">
  277. {block:Posts}
  278. <div id="entry">
  279. {block:Text}
  280. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  281. <span class="entrytext">{Body}</span>
  282. <span class="permalink"><a href="{Permalink}"><P ALIGN="center">{text:permalink}</a></p></span>
  283. {/block:Text}
  284.  
  285. {block:Link}<center>
  286. <a href="{URL}" class="title">{Name}</a></center>
  287. {block:Description}{Description}{/block:Description}
  288. <span class="permalink"><a href="{Permalink}"><P ALIGN="center">{text:permalink}</a></p></span>
  289. {block:Link}
  290.  
  291. {block:Photo}<Center>
  292. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>
  293.  
  294. {LinkCloseTag}</center>
  295. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  296. {/block:Photo}
  297.  
  298. {block:Quote}<center>
  299. <span class="title">{Quote}</span>
  300. {block:Source}{Source}{/block:Source}
  301. <span class="permalink"><a href="{Permalink}"><P ALIGN="center">{text:permalink}</a></p></span>
  302. {/block:Quote}
  303.  
  304. {block:Chat}
  305. {block:Title}<span class="title">{Title}</span>{/block:Title}
  306. <ul class="chat">
  307. {block:Lines}
  308. <li class="user_{UserNumber}">
  309. {block:Label}
  310. <span class="label">{Label}</span>
  311. {/block:Label}
  312.  
  313. {Line}
  314. </li>
  315. {/block:Lines}
  316. </ul>
  317. <span class="permalink"><a href="{Permalink}"><P ALIGN="center">{text:permalink}</a></p></span>
  318. {/block:Chat}
  319.  
  320.  
  321. {block:Audio}
  322. <div class="audio"><div style="width:400px; height:-10px;"><div style="float:center">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  323. {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  324. <span class="permalink"><a href="{Permalink}"><P ALIGN="center">{text:permalink}</a></p></span>
  325. {/block:Audio}
  326.  
  327. {block:Video}<center>
  328. {Video-400}</center>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  329. <span class="permalink"><a href="{Permalink}"><P ALIGN="center">{text:permalink}</a></p></span>
  330. {block:Video}
  331.  
  332.  
  333. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  334.  
  335. {block:PostNotes}{PostNotes}
  336. {/block:PostNotes}
  337. </div>
  338.  
  339. {/block:Posts}
  340.  
  341. </div></div>
  342.  
  343. </div>
  344. </center>
  345.  
  346. </body>
  347. </html>
  348.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement