Advertisement
misscharliepace

Theme 19 by tristran-thorn

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