Advertisement
flyawayfromzayn

Theme #04 by Hayley

Apr 25th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{title}</title>
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <!-- Theme Variables -->
  12.  
  13. <meta name="if:ShowLink3" content="1" />
  14. <meta name="if:ShowLink4" content="1" />
  15. <meta name="if:ShowLink5" content="1" />
  16. <meta name="if:ShowLink6" content="1" />
  17. <meta name="if:Infinte Scroll" content="1"/>
  18.  
  19.  
  20. <meta name="color:border" content="#000000" />
  21. <meta name="color:text" content="#0000000" />
  22. <meta name="color:link" content="#000000" />
  23. <meta name="color:link hover" content="#fff" />
  24. <meta name="color:scrollbar" content="#000000" />
  25. <meta name="color:scrollbarbg" content="#ffffff" />
  26. <meta name="color:descriptiontext" content="#fff" />
  27. <meta name="color:pagination" content="#353535" />
  28.  
  29.  
  30. <meta name="text:Home Title" content="Home" />
  31.  
  32. <meta name="text:Ask Title" content="Ask" />
  33.  
  34. <meta name="text:Link3 URL" content="/" />
  35. <meta name="text:Link3 Title" content="Link3" />
  36.  
  37. <meta name="text:Link4 URL" content="/" />
  38. <meta name="text:Link4 Title" content="Link4" />
  39.  
  40. <meta name="image:background" content="" />
  41. <meta name="image:sidebg" content="" />
  42. <meta name="if:tinycursor" content="1"/>
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45.  
  46. <link rel="shortcut icon" href="{Favicon}" />
  47.  
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. {block:iftinycursor}
  57. body, a, a:hover{
  58. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  59. }
  60. {/block:iftinycursor}
  61.  
  62. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  63. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  64. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  65.  
  66.  
  67.  
  68. body {
  69. color: {color:text};
  70. line-height: 100%;
  71. text-transform: lowercase;
  72. }
  73.  
  74. a:link, a:active, a:visited {
  75. text-decoration: none;
  76. color: {color:link};
  77. -moz-transition-duration:.6s;
  78. -webkit-transition-duration:.6s;
  79. -o-transition-duration:.6s;
  80. }
  81.  
  82. a:hover {
  83. color: {color:link hover};
  84. text-decoration: line-through;
  85. -moz-transition-duration:.6s;
  86. -webkit-transition-duration:.6s;
  87. -o-transition-duration:.6s;
  88. }
  89.  
  90. #entries {
  91. width: 500px;
  92. text-align: justify;
  93. margin-top: 15px;
  94. margin-left: 510px;
  95. font-style:italic;
  96. font-size: 10px;
  97. }
  98.  
  99. #posts {
  100. width: 500px;
  101. text-align: justify;
  102. font-family: cambria;
  103. }
  104.  
  105. #info {
  106. margin-top: -25px;
  107. padding-bottom: 50px;
  108. letter-spacing: 1px;
  109. line-height:7px;
  110. font-family: cambria;
  111. font-size: 8px;
  112. font-style:italic;
  113. }
  114.  
  115. #sidebar {
  116. width: 250px;
  117. height: 900px;
  118. display: block;
  119. position: fixed;
  120. margin-top: -10px;
  121. margin-left: 120px;
  122. background-image: url('{image:sidebg}');
  123.  
  124. }
  125.  
  126.  
  127.  
  128. #description {
  129. font-family:baskerville;
  130. font-size:12px;
  131. letter-spacing:1px;
  132. text-align:center;
  133. color:{color:descriptiontext};
  134. line-height:14px;
  135. width:185px;
  136. height:80px;
  137. margin-left:34px;
  138. margin-top:-1px;
  139.  
  140. }
  141.  
  142.  
  143.  
  144. #linkbar {
  145. margin-left: 225px;
  146. margin-top: 270px;
  147. position: fixed;
  148. text-align:left;
  149.  
  150. }
  151.  
  152.  
  153.  
  154. #links a {
  155. font-size:11px;
  156. font-family: baskerville;
  157. font-style:italic;
  158. text-transform: lowercase;
  159. color: {color:descriptiontext};
  160. line-height:15px;
  161. letter-spacing:1px;
  162. display:block;
  163.  
  164. }
  165.  
  166.  
  167. .title {
  168. font-family:baskerville;
  169. font-size:11.2px;
  170. text-transform:uppercase;
  171. letter-spacing:1px;
  172. text-align:center;
  173. color:{color:descriptiontext};
  174. line-height:15px;
  175. margin-left:80px;
  176. margin-top:260px;
  177. width:70px;
  178. height:70px;
  179. padding:5px;
  180. border: 2px solid #fff;
  181. }
  182.  
  183.  
  184.  
  185.  
  186.  
  187. #pagination {
  188. position: fixed;
  189. display: block;
  190. top: 48%;
  191. font-size: 20px;
  192. font-family: cambria;
  193. left: 355px;
  194. width: 71px;
  195. text-align: center;
  196. margin-top: -25px;
  197. opacity: .8;
  198. color: {color:pagination};
  199.  
  200.  
  201. }
  202.  
  203.  
  204.  
  205.  
  206. h1{
  207. background-color: transparent;
  208. font-family: baskerville;
  209. font-size: 13px;
  210. line-height: 10px;
  211. letter-spacing: 2px;
  212. text-align: left;
  213. text-transform: uppercase;
  214. color: {color:link};
  215. }
  216.  
  217. #question {
  218. font-family: calibri;
  219. font-size: 9.25px;
  220. text-align: left;
  221. border: 1.5px dotted {color:border};
  222. padding: 5px;
  223. }
  224.  
  225. #answer {
  226. font-size: 9.25px;
  227. margin-top: 5px;
  228. }
  229.  
  230. blockquote {
  231. margin: 10px 2px 10px 10px;
  232. border-left: 4px solid {color:border};
  233. padding-left: 3px;
  234. }
  235.  
  236. blockquote img, blockquote a img {
  237. max-width: 490px;
  238. }
  239.  
  240. p {
  241. margin-top: 5px;
  242. margin-bottom: 10px;
  243. }
  244.  
  245. img a{
  246. border: none;
  247. }
  248.  
  249. img a:hover {
  250. opacity: 1;
  251. }
  252.  
  253. .audio{
  254. background-color: black;
  255. display: block;
  256. }
  257.  
  258.  
  259. .notes img{
  260. width: 10px;
  261. position: relative;
  262. top: 1px;
  263. }
  264.  
  265. ol.notes, .notes li{
  266. list-style: none;
  267. margin: 0px;
  268. padding: 0px;
  269. }
  270.  
  271. #credit a{
  272. position:fixed;
  273. right:3px;
  274. bottom:3px;
  275. padding:4px;
  276. background:black;
  277. font-size:11.5px;
  278. color:white;
  279. -moz-transition-duration:1s;
  280. -webkit-transition-duration:1s;
  281. -o-transition-duration:1s;
  282. }
  283.  
  284. #credit a:hover {
  285. opacity:1;
  286. color:#0dd7e2;
  287. background:black;
  288. -moz-transition-duration:1s;
  289. -webkit-transition-duration:1s;
  290. -o-transition-duration:1s;
  291. }
  292.  
  293.  
  294.  
  295. </style>
  296. <style type="text/css">
  297.  
  298. {CustomCSS}</style>
  299.  
  300. </head>
  301. <body>
  302.  
  303. <div id="pagination">
  304. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  305.  
  306. <div id="sidebar">
  307. {block:IfShowSidebarImage}<div id="sidebarimg"><img src="{image:sidebar}"></div><br>{/block:IfShowSidebarImage}
  308. <div class="title">{title}</div>
  309. <div id="description">{block:Description}{Description}{/block:Description}</div>
  310. </div>
  311.  
  312. <div id="linkbar"><div id="links">
  313. <a title="{text:Home Hover}"href="/">{text:Home Title}</a>
  314. <a title="{text:Ask Hover}"href="/ask">{text:Ask Title}</a>
  315. {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  316. {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  317.  
  318. </div></div>
  319.  
  320.  
  321.  
  322.  
  323.  
  324. <BR>
  325.  
  326. <div id="entries">
  327. {block:Posts}
  328.  
  329. <div id="posts">
  330.  
  331. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  332. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  333. {block:Text}{Body}{/block:Text}
  334.  
  335. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  336. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  337.  
  338. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  339. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  340.  
  341. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  342.  
  343. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  344.  
  345. {block:Answer}
  346. <div id="question">like {asker}</i> whispered:<br><font size="1.75">{Question}</font><br></div>
  347. <div id="answer"><small>and then i was like:</small> <font size="1.75">{Answer}</font></div>
  348. {/block:Answer}
  349.  
  350. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  351. </div>
  352.  
  353. <br>
  354.  
  355. <br>
  356. <div id="info">
  357. <div align="left">
  358. {block:Date}
  359. {block:NotReblog}
  360. posted{/block:NotReblog}
  361. {block:RebloggedFrom}
  362. reblogged{/block:RebloggedFrom}
  363. <a href="{Permalink}">
  364. {TimeAgo}
  365. </a>
  366. {/block:Date}
  367. {block:NoteCount}
  368. with <a href="{Permalink}">
  369. {NoteCountWithLabel}</a>
  370. {/block:NoteCount}
  371. {block:RebloggedFrom};
  372. via <a href="{ReblogParentURL}">
  373. {ReblogParentName}</a>
  374. {/block:RebloggedFrom}
  375. {block:ContentSource}+
  376. <a href="{SourceURL}">
  377. {SourceLink}</a>
  378. {/block:ContentSource}
  379. {/block:ContentSource}
  380. <br>
  381.  
  382. <left>-------------------------------------------------------</left>
  383. <br>
  384. {block:HasTags}
  385. {block:Tags}<a href="/tagged/{Tag}">
  386. ~{Tag}~</a>
  387. {/block:Tags}
  388. {/block:HasTags}
  389. </div>
  390. </div>
  391.  
  392. {/block:Posts}
  393. {block:PostNotes}{PostNotes}{/block:PostNotes}
  394.  
  395. </div>
  396.  
  397.  
  398.  
  399.  
  400.  
  401. <div id="credit"><a href="http://flyawayfromzayn.tumblr.com/">Credit</a></div>
  402. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement