Advertisement
misscharliepace

Theme 20 by tristran-thorn

Aug 9th, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.56 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 20 by tristran-thorn, please don't do any of the stuff you're not supposed to do and I hope you have a very lovely day----->
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#cecece"/>
  14. <meta name="color:link" content="#435363"/>
  15. <meta name="color:linkhover" content="#cecece">
  16. <meta name="color:sidebar" content="#f9f9f9">
  17. <meta name="color:lines" content="#cecece">
  18. <meta name="color:linkshadow" content="#cecece">
  19.  
  20. <meta name="image:sidebar" content="">
  21. <meta name="image:bigsidebar" content="">
  22.  
  23. <meta name="text:subtitle" content=""/>
  24. <meta name="text:link1" content=""/>
  25. <meta name="text:link1text" content=""/>
  26. <meta name="text:link2" content=""/>
  27. <meta name="text:link2text" content=""/>
  28. <meta name="text:link3" content=""/>
  29. <meta name="text:link3text" content=""/>
  30. <meta name="text:link4" content=""/>
  31. <meta name="text:link4text" content=""/>
  32. <meta name="text:secret box" content=""/>
  33.  
  34. <style type="text/css">
  35.  
  36. body{
  37. font-family:times;
  38. font-size:10px;
  39. text-align:justify;
  40. background-color:{color:background};
  41. color:{color:text};
  42. }
  43.  
  44. a:link {
  45. -webkit-transition: all 0.5s ease;
  46. -moz-transition: all 0.5s ease;
  47. -o-transition: all 0.5s ease;
  48. text-decoration:none;}
  49. a:visited {text-decoration:none;}
  50. a:hover {
  51. -webkit-transition: all 0.5s ease-in-out;
  52. transition: all 0.5s ease-in-out;
  53. text-decoration:none;
  54. color:{color:linkhover};
  55. text-shadow:1px 1px {color:linkshadow};
  56. }
  57. a:active {text-decoration:none;}
  58.  
  59. #cent{
  60. width:540px;
  61. margin-left:230px;
  62. background-color:transparent;
  63. position:relative;
  64. }
  65.  
  66. #post{
  67. opacity:1;
  68. -webkit-transition: all 1s ease-in-out;
  69. transition: all 1s ease-in-out;
  70. padding:20px;
  71. background-color:transparent;
  72. width:500px;
  73. float:left;
  74. margin-top:0px;
  75. position:relative;
  76. }
  77.  
  78. #post:hover {
  79. opacity:0.85;
  80. -webkit-transition: all 1s ease;
  81. -moz-transition: all 1s ease;
  82. -o-transition: all 1s ease;
  83. }
  84.  
  85. #sidebarimage {
  86. opacity:1;
  87. -webkit-transition: all 0.7s ease-in-out;
  88. transition: all 0.7s ease-in-out;
  89. margin-top:80px;
  90. left:16px;
  91. position:fixed;
  92. border:double {color:lines};
  93. padding:5px;
  94. width:140px;
  95. height:90px;
  96. overflow:hidden;
  97. background:{color:sidebarcolor};
  98. }
  99.  
  100. #sidebarimage:hover {
  101. -webkit-transition: all 0.7s ease-in-out;
  102. transition: all 0.7s ease-in-out;
  103. -webkit-transform: rotate(3deg);
  104. -moz-transform: rotate(3deg);
  105. -o-transform: rotate(3deg);
  106. -ms-transform: rotate(3deg);
  107. transform: rotate(3deg);
  108. }
  109.  
  110. #description {
  111. margin-top:215px;
  112. left:41px;
  113. position:fixed;
  114. padding:5px;
  115. font-size:8px;
  116. width:100px;
  117. }
  118.  
  119. #linkses {
  120. position:fixed;
  121. margin-top:55px;
  122. text-align:right;
  123. left:38px;
  124. font-size:8px;
  125. width:100px;
  126. height:10px;
  127. padding:5px;
  128. text-transform:uppercase;
  129. background-color:transparent;
  130. }
  131.  
  132. #block {
  133. background:{image:bigsidebar};
  134. background:{color:sidebar};
  135. border:1px solid {color:lines};
  136. margin-left:-10px;
  137. margin-top:-10px;
  138. position:fixed;
  139. height:100%;
  140. width:190px;
  141. }
  142.  
  143. #block:hover ~ #secretbox {
  144. -webkit-transition: all 1s ease;
  145. -moz-transition: all 1s ease;
  146. -o-transition: all 1s ease;
  147. margin-top:-9px;
  148. }
  149.  
  150. #description:hover ~ #secretbox {
  151. -webkit-transition: all 1s ease;
  152. -moz-transition: all 1s ease;
  153. -o-transition: all 1s ease;
  154. margin-top:-9px;
  155. }
  156.  
  157. #sidebarimage:hover ~ #secretbox {
  158. -webkit-transition: all 1s ease;
  159. -moz-transition: all 1s ease;
  160. -o-transition: all 1s ease;
  161. margin-top:-9px;
  162. }
  163.  
  164. #linkses:hover ~ #secretbox {
  165. -webkit-transition: all 1s ease;
  166. -moz-transition: all 1s ease;
  167. -o-transition: all 1s ease;
  168. margin-top:-9px;
  169. }
  170.  
  171. #title:hover ~ #secretbox {
  172. -webkit-transition: all 1s ease;
  173. -moz-transition: all 1s ease;
  174. -o-transition: all 1s ease;
  175. margin-top:-9px;
  176. }
  177.  
  178. #credit {
  179. margin-top:0px;
  180. margin-left:10px;
  181. position:fixed;
  182. }
  183.  
  184. #secretbox {
  185. -webkit-transition: all 1s ease;
  186. -moz-transition: all 1s ease;
  187. -o-transition: all 1s ease;
  188. margin-top:-150px;
  189. left:825px;
  190. width:100px;
  191. height:80px;
  192. padding:15px;
  193. position:fixed;
  194. border:1px solid {color:lines};
  195. background:{color:background};
  196. font-size:8px;
  197. }
  198.  
  199. #secretbox:hover {
  200. -webkit-transition: all 1s ease;
  201. -moz-transition: all 1s ease;
  202. -o-transition: all 1s ease;
  203. margin-top:-9px;
  204. }
  205.  
  206. #noteybit {
  207. text-transform:uppercase;
  208. font-size:8px;
  209. font-family:calibri;
  210. padding:5px;
  211. border:solid 1px #f2f2f2;
  212. background:#f9f9f9;
  213. }
  214.  
  215. #quotee {
  216. font-size:12px;
  217. font-family:georgia;
  218. }
  219.  
  220. #pagination {
  221. font-size:18px;
  222. }
  223.  
  224. #title {
  225. margin-top:190px;
  226. left:7px;
  227. position:fixed;
  228. font-size:14px;
  229. font-family:georgia;
  230. width:175px;
  231. height:20px;
  232. }
  233.  
  234. #subtitle {
  235. margin-top:205px;
  236. left:7px;
  237. width:175px;
  238. position:fixed;
  239. font-size:8px;
  240. font-family:georgia;
  241. text-transform:uppercase;
  242. }
  243.  
  244. {CustomCSS}</style>
  245. </head>
  246. <body>
  247.  
  248. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  249.  
  250. <div id="block" width="124">
  251. <img src="{image:bigsidebar}" width="190">
  252. </div>
  253.  
  254. <div id="sidebarimage"><a href="/">
  255. <div class="sidebarimage img">
  256. <img src="{image:sidebar}" height="90" width="140"></a>
  257. </div></div>
  258.  
  259. <div id="description">
  260. {Description}
  261. <br><br>
  262. <center>
  263. <div id="pagination">
  264. {block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage}
  265. {block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}<br>
  266. </div>
  267. </center>
  268. </div>
  269.  
  270. <div id="linkses">
  271. <center>
  272. <span title="Home"><a href="/">.I</a href></span> -
  273. <span title="Ask"><a href="/ask">.II</a href></span> -
  274. <span title="{text:link1text}"><a href="{text:link1}">.III</a href></span> -
  275. <span title="{text:link2text}"><a href="{text:link2}">.IV</a href></span> -
  276. <span title="{text:link3text}"><a href="{text:link3}">.V</a href></span> -
  277. <span title="{text:link4text}"><a href="{text:link4}">.VI</a href></span>
  278. </center>
  279. </div>
  280.  
  281. <div style="position:fixed; bottom:0px; right:10px; font-size:13px;">
  282. <a href="http://tristran-thorn.tumblr.com/">© </a><br><br>
  283. </div>
  284.  
  285. <div id="title">
  286. <center>
  287. <a href="/"><b><i>{Title}</i></b></a>
  288. </center>
  289. </div>
  290.  
  291. <div id="subtitle">
  292. <center>
  293. {text:subtitle}
  294. </center>
  295. </div>
  296.  
  297. <div id="secretbox">
  298. {text:secret box}
  299. </div>
  300.  
  301. <div id="cent">
  302. {block:Posts}
  303. <div id="post">
  304.  
  305. {block:Text}
  306. <h1>
  307. {block:Title}{Title}{/block:Title}</h1>
  308. {Body}
  309. {/block:Text}
  310.  
  311. {block:Photo}
  312. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  313. {/block:Photo}
  314.  
  315. {block:Photoset}
  316. {Photoset-500}
  317. {/block:Photoset}
  318.  
  319. {block:Quote}
  320. <div id="quotee">
  321. ❝<i>{Quote}</i>❞
  322. </div>
  323. <div align="right">
  324. {block:Source}-{Source}{/block:Source}
  325. </div>
  326. {/block:Quote}
  327.  
  328. {block:Video}
  329. {Video-500}<br>
  330. {PlayCountWithLabel}
  331. {/block:Video}
  332.  
  333. {block:Link}
  334. <h1>
  335. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  336. {block:Description}{Description}{/block:Description}
  337. {/block:Link}
  338.  
  339. {block:Chat}
  340. {block:Lines}
  341. <b>
  342. {block:Label}
  343. <br>{Label}
  344. {/block:Label}
  345. </b>
  346. &nbsp;{Line}
  347. {/block:Lines}
  348. {/block:Chat}
  349.  
  350. {block:Audio}
  351. {AudioPlayerWhite}
  352. {/block:Audio}
  353.  
  354. {block:Answer}
  355. {Asker} asked <b>{Question}</b><br>
  356. {Answer}
  357. {/block:Answer}
  358.  
  359. {block:PermalinkPage}
  360. {NoteCountWithLabel}
  361. {block:Caption}
  362. {Caption}
  363. {/block:Caption}
  364. <br>
  365. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  366. {/block:PermalinkPage}
  367.  
  368. <div id="noteybit">
  369. <center>
  370. <a href="{Permalink}">{TimeAgo}</a> with
  371. <a href="{Permalink}">{NoteCountWithLabel} </a>|
  372. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  373. </center>
  374. </div>
  375.  
  376. </div>{/block:Posts}
  377.  
  378. </div>
  379. </body>
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement