Advertisement
misscharliepace

Theme 18 by tristran-thorn

Jul 28th, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 18 by tristran-thorn, Thank you so much for using it and don't remove the credit or do any of that other stuff I'm meant to put here----->
  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.  
  18.  
  19. <meta name="image:sidebar" content="">
  20.  
  21. <meta name="text:link1" content=""/>
  22. <meta name="text:link1text" content=""/>
  23. <meta name="text:link2" content=""/>
  24. <meta name="text:link2text" content=""/>
  25. <meta name="text:link3" content=""/>
  26. <meta name="text:link3text" content=""/>
  27. <meta name="text:link4" content=""/>
  28. <meta name="text:link4text" content=""/>
  29.  
  30. <style type="text/css">
  31.  
  32. body{
  33. font-family:times;
  34. font-size:10px;
  35. text-align:justify;
  36. background-color:{color:background};
  37. color:{color:text};
  38. }
  39.  
  40. a:link {
  41. -webkit-transition: all 0.5s ease;
  42. -moz-transition: all 0.5s ease;
  43. -o-transition: all 0.5s ease;
  44. text-decoration:none;}
  45. a:visited {text-decoration:none;}
  46. a:hover {
  47. -webkit-transition: all 0.5s ease-in-out;
  48. transition: all 0.5s ease-in-out;
  49. text-decoration:none;
  50. color:{color:linkhover}}
  51. a:active {text-decoration:none;}
  52.  
  53. #cent{
  54. width:540px;
  55. margin-left:380px;
  56. background-color:transparent;
  57. position:relative;
  58. }
  59.  
  60. #post{
  61. opacity:1;
  62. -webkit-transition: all 1s ease-in-out;
  63. transition: all 1s ease-in-out;
  64. padding:20px;
  65. background-color:transparent;
  66. width:500px;
  67. float:left;
  68. margin-top:0px;
  69. position:relative;
  70. }
  71.  
  72. #post:hover {
  73. opacity:0.85;
  74. -webkit-transition: all 1s ease;
  75. -moz-transition: all 1s ease;
  76. -o-transition: all 1s ease;
  77. }
  78.  
  79. #sidebarimage {
  80. margin-top:140px;
  81. left:125px;
  82. position:fixed;
  83. }
  84.  
  85. #credit {
  86. margin-top:0px;
  87. margin-left:10px;
  88. position:fixed;
  89. }
  90.  
  91. #noteybit {
  92. text-transform:uppercase;
  93. font-family:calibri;
  94. font-size:8px;
  95. padding:5px;
  96. border:solid 1px #f2f2f2;
  97. background:#f9f9f9;
  98. }
  99.  
  100. #quotee {
  101. font-size:12px;
  102. font-family:georgia;
  103. }
  104.  
  105. #pagination {
  106. font-size:22px;
  107. }
  108.  
  109. #description {
  110. opacity:0;
  111. -webkit-transition: all 1s ease-in-out;
  112. transition: all 1s ease-in-out;
  113. margin-top:160px;
  114. left:145px;
  115. position:fixed;
  116. padding:15px;
  117. font-size:8px;
  118. height:180px;
  119. width:105px;
  120. background:{color:background};
  121. }
  122.  
  123. #description:hover {
  124. opacity:1;
  125. -webkit-transition: all 1s ease-in-out;
  126. transition: all 1s ease-in-out;
  127. }
  128.  
  129. #description:hover ~ #linksesleft {
  130. opacity:1;
  131. -webkit-transition: all 1s ease-in-out;
  132. transition: all 1s ease-in-out;
  133. }
  134.  
  135. #description:hover ~ #linksesright {
  136. opacity:1;
  137. -webkit-transition: all 1s ease-in-out;
  138. transition: all 1s ease-in-out;
  139. }
  140.  
  141. #linksesleft {
  142. opacity:0;
  143. -webkit-transition: all 1s ease-in-out;
  144. transition: all 1s ease-in-out;
  145. position:fixed;
  146. text-transform:lowercase;
  147. text-align:right;
  148. margin-top:170px;
  149. left:20px;
  150. width:100px;
  151. font-size:9px;
  152. letter-spacing:0.5em;
  153. }
  154.  
  155. #linksesleft:hover {
  156. opacity:1;
  157. }
  158.  
  159. #linksesright {
  160. opacity:0;
  161. -webkit-transition: all 1s ease-in-out;
  162. transition: all 1s ease-in-out;
  163. position:fixed;
  164. text-transform:lowercase;
  165. text-align:left;
  166. margin-top:170px;
  167. left:315px;
  168. font-size:9px;
  169. letter-spacing:0.5em;
  170. }
  171.  
  172. #linksesright:hover {
  173. opacity:1;
  174. }
  175.  
  176.  
  177. {CustomCSS}</style>
  178. </head>
  179. <body>
  180.  
  181. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  182.  
  183. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}" height="250" width="175"></a></div>
  184.  
  185. <div id="description">
  186. {Description}
  187. <br><br>
  188. <center>
  189. <div id="pagination">
  190. {block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage}
  191. {block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}
  192. </div>
  193. </center>
  194. </div>
  195.  
  196. <div id="linksesleft">
  197. <a href="/"> Home </a href><br>
  198. <a href="/ask">Ask </a href><br>
  199. <a href="{text:link1}">{text:link1text} </a href><br>
  200. </div>
  201.  
  202. <div id="linksesright">
  203. <a href="{text:link2}">{text:link2text} </a href><br>
  204. <a href="{text:link3}">{text:link3text} </a href><br>
  205. <a href="{text:link4}">{text:link4text} </a href><br>
  206. </div>
  207.  
  208. <div style="position:fixed; bottom:0px; right:10px; font-size:13px;">
  209. <a href="http://tristran-thorn.tumblr.com/">© </a><br><br>
  210. </div>
  211.  
  212. <div id="cent">
  213. {block:Posts}
  214. <div id="post">
  215.  
  216. {block:Text}
  217. <h1>
  218. {block:Title}{Title}{/block:Title}</h1>
  219. {Body}
  220. {/block:Text}
  221.  
  222. {block:Photo}
  223. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  224. {/block:Photo}
  225.  
  226. {block:Photoset}
  227. {Photoset-500}
  228. {/block:Photoset}
  229.  
  230. {block:Quote}
  231. <div id="quotee">
  232. ❝<i>{Quote}</i>❞
  233. </div>
  234. <div align="right">
  235. {block:Source}-{Source}{/block:Source}
  236. </div>
  237. {/block:Quote}
  238.  
  239. {block:Video}
  240. {Video-500}<br>
  241. {PlayCountWithLabel}
  242. {/block:Video}
  243.  
  244. {block:Link}
  245. <h1>
  246. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  247. {block:Description}{Description}{/block:Description}
  248. {/block:Link}
  249.  
  250. {block:Chat}
  251. {block:Lines}
  252. <b>
  253. {block:Label}
  254. <br>{Label}
  255. {/block:Label}
  256. </b>
  257. &nbsp;{Line}
  258. {/block:Lines}
  259. {/block:Chat}
  260.  
  261. {block:Audio}
  262. {AudioPlayerGrey}
  263. <br><div align="right">{block:Artist}
  264. Artist: {Artist}</div>
  265. {/block:Artist}<br>
  266. {block:Caption}{Caption}{/block:Caption}
  267. {/block:Audio}
  268.  
  269. {block:Answer}
  270. {Asker} asked <b>{Question}</b><br>
  271. {Answer}
  272. {/block:Answer}
  273.  
  274. {block:PermalinkPage}
  275. {NoteCountWithLabel}
  276. {block:Caption}
  277. {Caption}
  278. {/block:Caption}
  279. <br>
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  281. {/block:PermalinkPage}
  282.  
  283. <div id="noteybit">
  284. <center>
  285. <a href="{Permalink}">{TimeAgo}</a> with
  286. <a href="{Permalink}">{NoteCountWithLabel} </a> -
  287. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  288. </center>
  289. </div>
  290.  
  291. </div>{/block:Posts}
  292.  
  293. </div>
  294. </body>
  295. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement