Advertisement
heydestiel

Theme SIX

Jun 28th, 2013
3,204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1.  
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6.  
  7. <head>
  8.  
  9. <!---
  10.  
  11. █──█ █▀▀ █──█ █▀▀▄ █▀▀ █▀▀ ▀▀█▀▀ ─▀─ █▀▀ █──
  12. █▀▀█ █▀▀ █▄▄█ █──█ █▀▀ ▀▀█ ──█── ▀█▀ █▀▀ █──
  13. ▀──▀ ▀▀▀ ▄▄▄█ ▀▀▀─ ▀▀▀ ▀▀▀ ──▀── ▀▀▀ ▀▀▀ ▀▀▀
  14.  
  15.  
  16. you know the rules DO NOT STEAL, DO NOT REMOVE C R E D IT OR USE AS BASE!!
  17.  
  18. --->
  19.  
  20.  
  21. <meta name="color:background" content="#FFFFFF" />
  22. <meta name="color:text" content="#a8a5a5"/>
  23. <meta name="color:link" content="#a8a5a5"/>
  24. <meta name="color:linkHover" content="#312f2b"/>
  25. <meta name="color:scrollbar" content="#BBBBBB" />
  26. <meta name="color:scrollbg" content="#FFFFFF" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36. <meta name="text:linkD" content="">
  37. <meta name="text:linkD url" content="/">
  38. <meta name="text:linkE" content="">
  39. <meta name="text:linkE url" content="/">
  40. <meta name="text:linkF" content="">
  41. <meta name="text:linkF url" content="/">
  42.  
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  45.  
  46.  
  47. <head><title>{Title}</title>
  48. <link rel="shortcut icon" href="{Favicon}">
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <style type="text/css">
  52.  
  53.  
  54. ::-webkit-scrollbar {width: 5px; height:auto; background:{color :background}}
  55. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  56. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  57. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  58. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  59. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  60. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  61.  
  62.  
  63. body {
  64. background:{color:background};
  65. font-family: calibri;
  66. font-size:9px;
  67. letter-spacing:1px;
  68. color:{color:text};
  69. line-height:100%;
  70. }
  71.  
  72. a:link, a:active, a:visited{color: {color:link};}
  73. a:hover{color:{color:linkHover};}
  74.  
  75. a {
  76. color:{color:link};
  77. text-decoration:none;
  78. -moz-transition-duration:0.5s;
  79. -webkit-transition-duration:0.5s;
  80. -o-transition-duration:0.5s;
  81. }
  82.  
  83. a:hover {
  84. color:{color:linkHover};
  85. text-decoration:none;
  86. -moz-transition-duration:0.5s;
  87. -webkit-transition-duration:0.5s;
  88. -o-transition-duration:0.5s;
  89. }
  90.  
  91.  
  92. h1 {
  93. font-weight:normal;
  94. font-size:12px;
  95. text-align:center;
  96. font-family:calibri;
  97. font-style:normal;
  98. line-height:80%;
  99. letter-spacing:1px;
  100. text-transform:uppercase;
  101. color:{color:text};
  102. }
  103.  
  104. h2 {
  105. font-size:15px;
  106. font-family:calibri;
  107. text-align:center;
  108. line-height:100%;
  109. letter-spacing:-0.5px;
  110. color:{color:text};
  111. font-weight:normal;
  112. padding:5px;
  113. padding-bottom:2px;
  114. }
  115.  
  116.  
  117. #cheesewhiz {
  118. width:700px;
  119. margin: 0 auto -12px auto;
  120. text-align: center;
  121. }
  122.  
  123.  
  124. .sidelinks{
  125. font-size:10px;
  126. font-family:calibri;
  127. font-style:normal;
  128. text-transform:normal;
  129. text-align:center;
  130. line-height:130%;
  131. padding:6px;
  132. margin-bottom:-5px;
  133. margin-top: -10px;
  134. width: 245px;
  135. }
  136.  
  137. .sidelinks a{
  138. padding: 3px;
  139. letter-spacing:1px;
  140. color: {color:sidebar link color};
  141. -moz-transition-duration:0.4s;
  142. -webkit-transition-duration:0.4s;
  143. -o-transition-duration:0.4s;
  144. }
  145.  
  146. .sidelinks a:hover{
  147. color:{color:linkHover};
  148. text-decoration: underline;
  149. -moz-transition-duration:0.4s;
  150. -webkit-transition-duration:0.4s;
  151. -o-transition-duration:0.4s;
  152. }
  153.  
  154. #sidebar {
  155. top: 200px;
  156. margin-left:-120px;
  157. position:fixed;
  158. width:150px;
  159. }
  160.  
  161. #butts {
  162. background-color:{color:background};
  163. width:245px;
  164. padding-left:15px;
  165. padding-right:15px;
  166. }
  167.  
  168. #butts img {
  169. width:245px;
  170. margin-bottom:10px;
  171. padding: 5px;
  172. }
  173.  
  174. #rant {
  175. width:245px;
  176. line-height: 130%;
  177. text-align:justify;
  178. font-size: 10px;
  179. font-family:calibri;
  180. color:{color:text};
  181. letter-spacing:0px;
  182. padding: 5px;
  183. }
  184.  
  185.  
  186. .pagination {
  187. padding:5px;
  188. font-family:calibri;
  189. font-size:8px;
  190. letter-spacing:2px;
  191. text-decoration:none;
  192. word-spacing:4px;
  193. width:140px;
  194. text-align:center;
  195. position:relative;
  196. margin-top:-6px;
  197. margin-left:50px;
  198. color:{color: link};
  199.  
  200. }
  201.  
  202. .audio {
  203. width:500px;
  204. padding-bottom:10px;
  205. background-color:{color:infobg};
  206. }
  207.  
  208. .albumart {
  209. float:left;
  210. padding:0px 10px 10px 0px;
  211. }
  212.  
  213. .albumart img {
  214. width:45px;
  215. height:45px;
  216. }
  217.  
  218. .playercontainer {
  219. text-align:left;
  220. padding:10px;
  221. background-color:#ffffff;
  222. width:480px;
  223. }
  224.  
  225. .audioinfo {
  226. padding:10px;
  227. color:{color:text};
  228. }
  229.  
  230. .ask {
  231. padding:10px;
  232. text-align:left;
  233. color:{color:text};
  234. background-color:#fcfcfc;
  235. }
  236.  
  237. .ans {
  238. text-align:left;
  239. padding:10px;
  240. color:{color:text};
  241. }
  242.  
  243. blockquote {
  244. border-left:2px solid {color:text};
  245. padding-left:5px;
  246. margin:5px;
  247. }
  248.  
  249. #stuffcontainer {
  250. float:left;
  251. margin-left:210px;
  252. margin-top:65px;
  253. text-align:justify;
  254. color:{color:text};
  255. margin-bottom: 35px;
  256. }
  257.  
  258. #stuff {
  259. width:500px;
  260. margin-top:35px;
  261. text-align:justify;
  262. font-size:12px;
  263. line-height:110%;
  264. letter-spacing:0x;
  265. padding: 20px;
  266. padding-bottom: 10px;
  267. color:{color:text};
  268. }
  269.  
  270. .caption {
  271. width:500px;
  272. text-align:left;
  273. line-height:100%;
  274. }
  275.  
  276. #postinfo {
  277. border-top: 1px solid #f4f4f4;
  278. width:490px;
  279. padding:5px;
  280. font-size:10px;
  281. font-family:calibri;
  282. color:{color:link};
  283. text-transform:uppercase;
  284. font-style:normal;
  285. letter-spacing:2px;
  286. text-align:center;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. }
  291.  
  292. #postinfo a {
  293. color:{color:link};
  294. text-align:left;
  295. letter-spacing:1px;
  296. font-style:normal;
  297.  
  298.  
  299.  
  300. }
  301.  
  302. #postinfo a:hover {
  303. color:{color:linkHover};
  304. text-decoration: underline;
  305. }
  306.  
  307. .note {
  308. text-transform:uppercase;
  309. font-style:normal;
  310. font-size:10px;
  311. padding-bottom: 3px;
  312. font-family:calibri;
  313. color:{color:notes};
  314. letter-spacing:1px;
  315. text-align:left;
  316. line-height:90%;
  317. }
  318.  
  319. .note li {
  320. list-style-type:none;
  321. text-align:left;
  322. margin:0px;
  323. color:{color:notes};
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. .tags {
  330. font-style:none;
  331. width:490px;
  332. margin-top:-5px;
  333. text-transform:uppercase;
  334. font-style:normal;
  335. color:{color:link};
  336. letter-spacing:1px;
  337. font-family:calibri;
  338. line-height:100%;
  339. font-size:10px;
  340. text-align:center;
  341. padding:5px;
  342. -moz-transition-duration:0.5s;
  343. -webkit-transition-duration:0.5s;
  344. -o-transition-duration:0.5s;
  345. }
  346.  
  347. .tags a {
  348. color:{color:link};
  349. letter-spacing:1px;
  350. font-family:calibri;
  351. padding:1px;
  352. }
  353.  
  354. .tags a:hover {
  355. color:{color:link};
  356. text-decoration:underline;
  357. letter-spacing:1px;
  358. font-family:calibri;
  359. padding:1px;
  360. }
  361.  
  362. #profoundbond {
  363. position:fixed;
  364. width:65px;
  365. font-family:calibri;
  366. text-transform:lowercase;
  367. font-size:10px;
  368. letter-spacing:1px;
  369. right:16px;
  370. bottom:10px;
  371. color:{color:text};
  372. }
  373.  
  374.  
  375. </style>
  376.  
  377. <style type="text/css">{CustomCSS}</style>
  378.  
  379.  
  380. </head>
  381. <body>
  382.  
  383.  
  384. <div id="cheesewhiz">
  385.  
  386. <div id="sidebar">
  387. <div id="butts">
  388.  
  389. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  390.  
  391. <div class="sidelinks">
  392. {block:IfLinkA}
  393. <a href="{text:linkA url}">{text:linkA}</a>
  394. {/block:IfLinkA}
  395. {block:IfLinkB}
  396. <a href="{text:linkB url}">{text:linkB}</a>
  397. {/block:IfLinkB}
  398. {block:IfLinkC}
  399. <a href="{text:linkC url}">{text:linkC}</a>
  400. {/block:IfLinkC}
  401. {block:IfLinkD}
  402. <a href="{text:linkD url}">{text:linkD}</a>
  403. {/block:IfLinkD}
  404. {block:IfLinkE}
  405. <a href="{text:linkE url}">{text:linkE}</a>
  406. {/block:IfLinkE}
  407. {block:IfLinkF}
  408. <a href="{text:linkF url}">{text:linkF}</a>
  409. {/block:IfLinkF}
  410. </div>
  411.  
  412. <div id="rant">{Description}</div>
  413.  
  414.  
  415. <br>
  416. {block:Pagination}
  417. <div class="pagination">
  418. {block:PreviousPage}
  419. <a href="{PreviousPage}">back</a>
  420. {/block:PreviousPage}
  421.  
  422. /
  423. {block:NextPage}
  424. <a href="{NextPage}">next</a>
  425. {/block:NextPage}
  426. </div>
  427. {/block:Pagination}
  428.  
  429.  
  430. </div></div>
  431.  
  432. <!---
  433. THEME BY HEYDESTEL. DO NOT STEAL OR USE AS BASE. KEEP THE CREDITS!!!
  434. --->
  435.  
  436.  
  437. <div id="stuffcontainer">
  438.  
  439. {block:Posts}<div id="stuff">
  440.  
  441. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  442.  
  443. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  444.  
  445. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  446.  
  447. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  448. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  449.  
  450. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Answer}<div class="ask"><b>{Asker}</b> whispered: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  457.  
  458. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  459. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  460. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  461. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  462. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  463.  
  464. {block:Date}<div id="postinfo"><a href="{Permalink}">posted on {Month} {DayOfMonthWithZero}</a><a href="{Permalink}"></a>{block:NoteCount} with <a href="{Permalink}"> {NoteCount} notes </a> {/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  465. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource}</div>{/block:Date}
  466. <div class="tags">
  467. {block:HasTags}tagged as: {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  468. <div class="note">
  469. {block:PostNotes}{PostNotes}{/block:PostNotes}
  470. </div>
  471. </div>
  472. {/block:Posts}
  473.  
  474. </div></div>
  475.  
  476. <!---
  477. THEME BY HEYDESTEL. DO NOT STEAL OR USE AS BASE.
  478.  
  479.  
  480. DONT EVEN THINK ABOUT REMOVING THESE CREDITS.
  481. --->
  482.  
  483.  
  484. <div id="profoundbond"><a href="http://heydestiel.tumblr.com/"><b>©heydestiel </b></a></div>
  485. </body>
  486.  
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement