Advertisement
getbackwithyous

I Hate You, Don't Leave Me theme

May 20th, 2013
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 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. <!-- I Hate You, Don't Leave Me theme by shakenmyexistance -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <meta name="color:bg" content="#ffffff">
  11. <meta name="color:link" content="#6e6e6e">
  12. <meta name="color:text" content="#6a6a6b">
  13. <meta name="color:border" content="#e5e5e5">
  14. <meta name="color:scrollbar" content="#e5e5e5">
  15. <meta name="color:sidebarbg" content="#f6f6f4">
  16. <meta name="color:navlinksbg" content="#e5e5e5">
  17. <meta name="color:askbg" content="#f6f6f4">
  18. <meta name="color:postinfobg" content="#f6f6f4">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link1" content="">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:link5" content="">
  31. <meta name="text:link5 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. iframe#tumblr_controls {
  41. right:3px !important;
  42. position: fixed !important;
  43. -webkit-transition: opacity 0.7s linear;
  44. opacity: 0.5;
  45. -webkit-transition: all 0.8s ease-out;
  46. -moz-transition: all 0.8s ease-out;
  47. transition: all 0.8s ease-out;
  48. }
  49.  
  50. iframe#tumblr_controls:hover {
  51. -webkit-transition: opacity 0.7s linear;
  52. opacity: 1;
  53. -webkit-transition: all 0.4s ease-out;
  54. -moz-transition: all 0.4s ease-out;
  55. transition: all 0.4s ease-out;
  56. }
  57.  
  58. a {
  59. opacity:1;
  60. color:{color:link};
  61. text-decoration:none;
  62. -moz-transition-duration:0.5s;
  63. -webkit-transition-duration:0.5s;
  64. -o-transition-duration:0.5s;
  65. }
  66.  
  67. a:hover {
  68. cursor:help;
  69. -moz-transition-duration:0.5s;
  70. -webkit-transition-duration:0.5s;
  71. -o-transition-duration:0.5s;
  72. }
  73.  
  74.  
  75. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  76. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  77. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  78.  
  79. body {
  80. background-color:{color:bg};
  81. font-family:times;
  82. font-weight:normal;
  83. }
  84.  
  85.  
  86. h1 {
  87. font-weight:normal;
  88. font-size:8px;
  89. text-align:center;
  90. font-style:italic;
  91. line-height:80%;
  92. letter-spacing:1px;
  93. text-transform:uppercase;
  94. color:{color:text};
  95. padding:2px;
  96. }
  97.  
  98. h2 {
  99. font-size:10px;
  100. text-align:center;
  101. padding:10px;
  102. background-color:{color:postinfobg};
  103. text-transform:uppercase;
  104. font-family:;
  105. line-height:100%;
  106. letter-spacing:1px;
  107. color:{color:text};
  108. font-weight:bold;
  109. }
  110.  
  111. blockquote {
  112. border-left:2px solid {color:text};
  113. padding-left:5px;
  114. margin:5px;
  115. }
  116.  
  117. #theme {
  118. background-color:{color:bg};
  119. width:700px;
  120. margin: 0 auto -12px auto;
  121. text-align: center;
  122. }
  123.  
  124. #sidebar img {
  125. opacity:1;
  126. position:fixed;
  127. width:200px;
  128. height:auto;
  129. border:10px solid {color:border};
  130. z-index:-1;
  131. margin-left:53px;
  132. margin-top:110px;
  133. -moz-transition-duration:0.8s;
  134. -webkit-transition-duration:0.8s;
  135. -o-transition-duration:0.8s;
  136. }
  137.  
  138. #sidebar {
  139. color:{color:text};
  140. position:fixed;
  141. width:310px;
  142. height:100%;
  143. background-color:{color:sidebarbg};
  144. text-align:left;
  145. top:0;
  146. left:0;
  147. -moz-transition-duration:0.8s;
  148. -webkit-transition-duration:0.8s;
  149. -o-transition-duration:0.8s;
  150. }
  151.  
  152. .links {
  153. opacity:1;
  154. text-align:center;
  155. background-color:{color:navlinksbg};
  156. width:220px;
  157. margin-top:334px;
  158. margin-left:53px;
  159. line-height:140%;
  160. font-style:none;
  161. text-transform:uppercase;
  162. font-family:;
  163. -moz-transition-duration:0.8s;
  164. -webkit-transition-duration:0.8s;
  165. -o-transition-duration:0.8s;
  166. }
  167.  
  168. .links a {
  169. font-size: 7px;
  170. display:inline;
  171. color:{color:link};
  172. padding:5px;
  173. -moz-transition-duration:0.8s;
  174. -webkit-transition-duration:0.8s;
  175. -o-transition-duration:0.8s;
  176. }
  177.  
  178. .desc {
  179. font-family:;
  180. width:200px;
  181. padding:10px;
  182. text-align:center;
  183. font-size:9px;
  184. font-style:italic;
  185. text-transform:lowercase;
  186. margin-left:53px;
  187. color:{color:text};
  188. opacity:1;
  189. letter-spacing:1px;
  190. line-height:150%;
  191. -moz-transition-duration:0.8s;
  192. -webkit-transition-duration:0.8s;
  193. -o-transition-duration:0.8s;
  194. }
  195.  
  196. .pagi {
  197. font-size:8px;
  198. font-family:;
  199. text-transform:uppercase;
  200. position:fixed;
  201. padding:10px;
  202. width:200px;
  203. z-index:999;
  204. letter-spacing:1px;
  205. margin-left:53px;
  206. text-align:center;
  207. }
  208.  
  209. #stuffcontainer {
  210. float:left;
  211. margin-left:70px;
  212. margin-top:35px;
  213. text-align:justify;
  214. background-color:{color:bg};
  215. color:{color:text};
  216. margin-bottom: 35px;
  217. }
  218.  
  219. #title {
  220. width:480px;
  221. background-color:{color:sidebarbg};
  222. position:absolute;
  223. margin-left:0px;
  224. color:{color:text};
  225. font-size:8px;
  226. text-transform:uppercase;
  227. padding:10px;
  228. }
  229.  
  230. #stuff {
  231. width:500px;
  232. margin-top:50px;
  233. text-align:justify;
  234. font-size:11px;
  235. line-height:90%;
  236. background-color:{color:bg};
  237. letter-spacing:0px;
  238. color:{color:text};
  239. }
  240.  
  241. .caption {
  242. width:500px;
  243. text-align:justify;
  244. line-height:120%;
  245. }
  246.  
  247. .ask {
  248. padding:10px;
  249. text-align:left;
  250. color:{color:text};
  251. background-color:{color:askbg};
  252. }
  253.  
  254. .ans {
  255. text-align:left;
  256. padding:10px;
  257. color:{color:text};
  258. }
  259.  
  260. .audio {
  261. width:500px;
  262. padding-bottom:10px;
  263. background-color:{color:bg};
  264. }
  265.  
  266. .button {
  267. width:27px;
  268. margin-top:11px;
  269. height:27px;
  270. float:left;
  271. overflow:hidden;
  272. }
  273.  
  274. .audioinfo {
  275. padding:10px;
  276. text-align:left;
  277. margin-left:26px;
  278. color:{color:text};
  279. }
  280.  
  281. #postinfo {
  282. width:490px;
  283. padding:5px;
  284. margin-top:5px;
  285. font-size:7px;
  286. text-transform:uppercase;
  287. font-style:normal;
  288. font-family:;
  289. text-align:left;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295. #postinfo a {
  296. text-align:center;
  297. background-color:{color:postinfobg};
  298. letter-spacing:1px;
  299. color:{color:link};
  300. font-style:normal;
  301. padding:5px;
  302. }
  303.  
  304. .note {
  305. text-transform:uppercase;
  306. font-style:normal;
  307. letter-spacing:1px;
  308. font-size: 9px;
  309. text-align:left;
  310. font-family:;
  311. line-height:90%;
  312. margin-left:-40px;
  313. }
  314.  
  315. .note li {
  316. list-style-type:none;
  317. border-bottom:1px solid {color:border};
  318. padding:10px 25px 10px 25px;
  319. text-align:left;
  320. margin:0px;
  321. -moz-transition-duration:0.5s;
  322. -webkit-transition-duration:0.5s;
  323. -o-transition-duration:0.5s;
  324. }
  325.  
  326. .tags {
  327. font-style:normal;
  328. width:490px;
  329. text-transform:uppercase;
  330. font-style:normal;
  331. letter-spacing:2px;
  332. background-color:{color:bg};
  333. line-height:120%;
  334. font-size:8px;
  335. text-align:left;
  336. color:{color:link};
  337. margin-top:-2px;
  338. padding:5px;
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;
  342. }
  343.  
  344. .tags a {
  345. letter-spacing:1px;
  346. color:{color:link};
  347. }
  348.  
  349. .tags img {
  350. margin-bottom:-2px;
  351. width:12px;
  352. height:12px;
  353. }
  354.  
  355. ul.chat, .chat ol, .chat li {
  356. list-style:none;
  357. margin:0px;
  358. padding:2px;
  359. line-height:110%;
  360. }
  361.  
  362. .label {
  363. font-weight:bold;
  364. margin-right:5px;
  365. background-color:{color:postinfobg};
  366. }
  367.  
  368. {CustomCSS}
  369.  
  370. </style></head>
  371.  
  372. <body>
  373.  
  374. <div id="theme">
  375. <div id="sidebar">
  376. <img src="{image:sidebar}">
  377. <div class="links">
  378. <a href="{text:link1 url}">{text:link1}</a>
  379. <a href="{text:link2 url}">{text:link2}</a>
  380. <a href="{text:link3 url}">{text:link3}</a>
  381. <a href="{text:link4 url}">{text:link4}</a>
  382. <a href="{text:link5 url}">{text:link5}</a>
  383. <a href="http://www.gbwythemes.tumblr.com/">&copy;</a>
  384. </div>
  385. <div class="desc">
  386. {description}
  387. </div>
  388. {block:Pagination}
  389. <div class="pagi">
  390. {block:PreviousPage}
  391. <a href="{PreviousPage}">&larr;</a>
  392. {/block:PreviousPage}
  393. {block:JumpPagination length="5"}
  394. {block:CurrentPage}
  395. <span class="current_page">{PageNumber}</span>
  396. {/block:CurrentPage}
  397. {block:JumpPage}
  398. <a class="jump_page" href="{URL}">{PageNumber}</a>
  399. {/block:JumpPage}
  400. {/block:JumpPagination}
  401.  
  402. {block:NextPage}
  403. <a href="{NextPage}">&rarr;</a>
  404. {/block:NextPage}
  405. </div>
  406. {/block:Pagination}
  407. <br>
  408. <br>
  409. </div>
  410.  
  411. <div id="stuffcontainer">
  412. <div id="title">{title}</div>
  413.  
  414. {block:Posts}
  415.  
  416. <div id="stuff">
  417.  
  418. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  419.  
  420. {block:Quote}<h2>“{Quote}”</h2><h1>—{Source}</h1>{/block:Quote}
  421.  
  422. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  423. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  424.  
  425. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  426.  
  427. {block:Photoset}<center>{Photoset-500}</center>
  428. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  431.  
  432. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  433.  
  434. {block:Answer}<div class="ask"><big><b><i>{Asker}</big></b> ― {Question}</div><div class="ans">{Answer}</i></div>{/block:answer}
  435.  
  436. {block:Audio}<div class="audio"><div class="button">{AudioPlayergrey}</div>
  437. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  438. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  439. <br></div>
  440. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  441.  
  442. </div>
  443.  
  444. {block:Date}<div id="postinfo">
  445. <a href="{Permalink}">{month} {dayofmonth}</a>{block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  446. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  447. <a href="{Permalink}">{NoteCountWithLabel}</a>
  448. {/block:NoteCount}</div>
  449. {/block:Date}
  450. <div class="note">
  451. {block:PostNotes}{PostNotes}{/block:PostNotes}
  452. </div>
  453. {block:HasTags}
  454. <div class="tags"><img src="http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/48x48/tag.png">
  455. {block:Tags}<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}</div>
  456. {/block:HasTags}
  457. {/block:Posts}
  458.  
  459.  
  460. </div>
  461.  
  462. </div>
  463. </div>
  464. </div>
  465. </body>
  466. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement