Advertisement
heydestiel

Theme FIVE

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