Advertisement
Guest User

williomherondale theme 1

a guest
Mar 17th, 2013
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME BY WILLIOMHERONDALE WO FOLLOW THE RULES OR ILL - TRY TO THINK OF SOMETHING WITTY BEFORE U POST THIS CAITLIN HM -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19. <meta name="color:sbtext" content="#c4c4c4">
  20. <meta name="color:sblinks" content="#c4c4c4">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -moz-transition-duration:0.5s;
  45. -webkit-transition-duration:0.5s;
  46. -o-transition-duration:0.5s;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57.  
  58. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  61.  
  62. body {
  63. background-color:{color:bg};
  64. font-family:georgia;
  65. font-weight:normal;
  66. font-size:5px;
  67. letter-spacing:0.5px;
  68. line-height:150%;
  69. text-style:normal;
  70. text-transform:lowercase;
  71. font-spacing:0px;
  72. }
  73.  
  74.  
  75.  
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:10px;
  80. text-align:center;
  81. font-style:italic;
  82. line-height:80%;
  83. letter-spacing:1px;
  84. text-transform:uppercase;
  85. color:{color:text};
  86. }
  87.  
  88. h2 {
  89. font-size:15px;
  90. text-align:center;
  91. line-height:100%;
  92. font-style:italic;
  93. letter-spacing:-0.5px;
  94. color:{color:text};
  95. font-weight:normal;
  96. padding:5px;
  97. padding-bottom:2px;
  98. }
  99.  
  100.  
  101. blockquote {
  102. border-left:2px solid {color:text};
  103. padding-left:5px;
  104. font-style:italic;
  105. margin:5px;
  106. }
  107.  
  108. #theme {
  109. background-color:{color:bg};
  110. width:700px;
  111. margin: 0 auto -12px auto;
  112. text-align: center;
  113. }
  114.  
  115. #sidebar {
  116. color:{color:text};
  117. position:fixed;
  118. width:200px;
  119. height:auto;
  120. margin-left:-30px;
  121. margin-top:50px;
  122. text-align:left;
  123. }
  124.  
  125. #sidebar img {
  126. width:200px;
  127. margin-top:135px;
  128. margin-left:-160px;
  129. margin-bottom:10px;
  130. }
  131.  
  132.  
  133. .links {
  134. margin-bottom:0px;
  135. margin-top:0px;
  136. margin-left:-330px;
  137. font-style:normal;
  138. font-size:9px;
  139. text-transform:uppercase;
  140. text-align:center;
  141. letter-spacing:1px;
  142. line-height:150%;
  143. }
  144.  
  145. .links a{
  146. padding:3px;
  147. color:{color:sblinks};
  148. letter-spacing:0px;
  149. text-decoration:none;
  150. -moz-transition-duration:1s;
  151. -webkit-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155. .links a:hover{
  156. color:{color:hover};
  157. -moz-transition-duration:1s;
  158. -webkit-transition-duration:1s;
  159. -o-transition-duration:1s;
  160. }
  161.  
  162. .desc {
  163. width:130px;
  164. margin-left:-130px;
  165. margin-top:5px;
  166. margin-bottom:10px;
  167. text-align:center;
  168. text-transform:lowercase;
  169. font-size:8px;
  170. color:{color:sbtext};
  171. letter-spacing:0.5px;
  172. line-height:150%;
  173. }
  174.  
  175. .desc a {
  176. color:{color:link};
  177. }
  178.  
  179. .pagi {
  180. font-size:8px;
  181. margin-left:-335px;
  182. margin-top:-5px;
  183. text-transform:uppercase;
  184. letter-spacing:3px;
  185. font-style:normal;
  186. text-align:center;
  187. }
  188.  
  189. .pagi a {
  190. color:{color:link};
  191. }
  192.  
  193. #stuffcontainer {
  194. float:left;
  195. margin-left:200px;
  196. margin-top:75px;
  197. text-align:justify;
  198. font-style:normal;
  199. background-color:{color:bg};
  200. color:{color:text};
  201. margin-bottom: 35px;
  202. }
  203.  
  204.  
  205. #stuff {
  206. width:500px;
  207. margin-top:75px;
  208. text-align:justify;
  209. font-style:normal;
  210. text-transform:normal;
  211. font-size:9px;
  212. line-height:120%;
  213. letter-spacing:0px;
  214. color:{color:text};
  215. }
  216.  
  217. .caption {
  218. width:500px;
  219. font-style:italic;
  220. text-align:justify;
  221. line-height:120%;
  222. }
  223.  
  224. .ask {
  225. padding:10px;
  226. text-align:left;
  227. color:{color:text};
  228. background-color:{color:infobg};
  229. border-bottom:1px solid {color:border};
  230. border-right:1px solid {color:border};
  231. }
  232.  
  233. .ans {
  234. text-align:left;
  235. padding:10px;
  236. color:{color:text};
  237. }
  238.  
  239. .audio {
  240. width:500px;
  241. padding-bottom:10px;
  242. background-color:{color:infobg};
  243. }
  244.  
  245. .albumart {
  246. float:left;
  247. padding:0px 10px 10px 0px;
  248. }
  249.  
  250. .albumart img {
  251. width:45px;
  252. height:45px;
  253. }
  254.  
  255. .playercontainer {
  256. text-align:left;
  257. padding:10px;
  258. background-color:#ffffff;
  259. width:480px;
  260. }
  261.  
  262. .audioinfo {
  263. padding:10px;
  264. color:{color:text};
  265. }
  266.  
  267. #postinfo {
  268. width:490px;
  269. padding:5px;
  270. font-size:8px;
  271. color:{color:link};
  272. text-transform:uppercase;
  273. font-style:italic;
  274. letter-spacing:2px;
  275. text-align:left;
  276. border-top:1px solid {color:border};
  277. border-bottom:1px solid {color:border};
  278. -moz-transition-duration:0.5s;
  279. -webkit-transition-duration:0.5s;
  280. -o-transition-duration:0.5s;
  281. }
  282.  
  283. #postinfo a {
  284. color:{color:link};
  285. text-align:center;
  286. letter-spacing:1px;
  287. font-style:normal;
  288. }
  289.  
  290. #postinfo a:hover {
  291. color:{color:hover};
  292. }
  293.  
  294. .note {
  295. text-transform:uppercase;
  296. font-style:italic;
  297. letter-spacing:0px;
  298. font-size: 9px;
  299. text-align:left;
  300. line-height:90%;
  301. margin-left:-40px;
  302. }
  303.  
  304. .note li {
  305. list-style-type:none;
  306. border-bottom:1px solid {color:border};
  307. padding:10px 25px 10px 25px;
  308. text-align:left;
  309. margin:0px;
  310. -moz-transition-duration:0.5s;
  311. -webkit-transition-duration:0.5s;
  312. -o-transition-duration:0.5s;
  313. }
  314.  
  315. .tags {
  316. font-style:normal;
  317. width:500px;
  318. text-transform:uppercase;
  319. font-style:italic;
  320. color:{color:tags};
  321. letter-spacing:2px;
  322. line-height:120%;
  323. font-size:8px;
  324. text-align:left;
  325. padding:2px;
  326. -moz-transition-duration:0.5s;
  327. -webkit-transition-duration:0.5s;
  328. -o-transition-duration:0.5s;
  329. }
  330.  
  331. .tags a {
  332. color:{color:tags};
  333. letter-spacing:1px;
  334. padding:1px;
  335. }
  336.  
  337. .tags a:hover {
  338. color:{color:link};
  339. }
  340.  
  341. ul.chat, .chat ol, .chat li {
  342. list-style:none;
  343. margin:0px;
  344. padding:2px;
  345. }
  346.  
  347. .label {
  348. text-decoration:underline;
  349. font-weight:700;
  350. font-style:italic;
  351. background-color:{color:infobg};
  352. margin-right:5px;
  353. }
  354.  
  355. #cred {
  356. position:fixed;
  357. font-size:8px;
  358. font-weight:normal;
  359. line-height:150%;
  360. letter-spacing:2px;
  361. right:10px;
  362. bottom:10px;
  363. text-transform:uppercase;
  364. text-align:center;
  365. }
  366.  
  367. #cred a {
  368. padding:3px;
  369. color:{color:bg};
  370. background-color:{color:link};
  371. -moz-transition-duration:0.5s;
  372. -webkit-transition-duration:0.5s;
  373. -o-transition-duration:0.5s;
  374. }
  375.  
  376. {CustomCSS}
  377.  
  378. </style></head>
  379.  
  380. <body>
  381. <div id="theme">
  382. <div id="sidebar">
  383. <img src="{image:sidebar}">
  384. <div class="links">
  385. {block:IfLinkA}
  386. <a href="{text:linkA url}">{text:linkA}</a>
  387. {/block:IfLinkA}
  388. {block:IfLinkB}
  389. <a href="{text:linkB url}">{text:linkB}</a>
  390. {/block:IfLinkB}
  391. {block:IfLinkC}
  392. <a href="{text:linkC url}">{text:linkC}</a>
  393. {/block:IfLinkC}
  394. {block:IfLinkD}
  395. <a href="{text:linkD url}">{text:linkD}</a>
  396. {/block:IfLinkD}
  397. </div>
  398. <div class="desc">
  399. {Description}
  400. </div>
  401. {block:Pagination}
  402. <div class="pagi">
  403. {block:PreviousPage}
  404. <a href="{PreviousPage}">←</a>
  405. {/block:PreviousPage}
  406. {block:NextPage}
  407. <a href="{NextPage}">→</a>
  408. {/block:NextPage}
  409. </div>
  410. {/block:Pagination}
  411. </div>
  412.  
  413. <div id="stuffcontainer">
  414.  
  415. {block:Posts}
  416.  
  417. <div id="stuff">
  418.  
  419. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  420.  
  421. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  422.  
  423. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  424. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  425.  
  426. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  427.  
  428. {block:Photoset}<center>{Photoset-500}</center>
  429. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  430.  
  431. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  432.  
  433. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434.  
  435. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  436.  
  437. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  438. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  439. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  440. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  441. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  442.  
  443.  
  444.  
  445. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  446. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  447. {block:HasTags}
  448. <div class="tags">
  449. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  450. {/block:HasTags}
  451. <div class="note">
  452. {block:PostNotes}{PostNotes}{/block:PostNotes}
  453. </div>
  454. </div>
  455. {/block:Posts}
  456.  
  457.  
  458. </div>
  459.  
  460. <div id="cred"><a href="http://williomherondale.tumblr.com/">WH</a></div>
  461.  
  462. </div>
  463. </div>
  464. </div>
  465. </body>
  466. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement