Advertisement
heydestiel

Theme THREE (with header)

Jun 26th, 2013
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.60 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:notes" content="#d0b2db"/>
  23. <meta name="color:linkHover" content="#312f2b"/>
  24. <meta name="color:links background" content="#f4f4f4"/>
  25. <meta name="color:post border" content="#f4f4f4"/>
  26. <meta name="color:info background" content="#FCFCFC">
  27. <meta name="color:header background" content="#F4f4f4" />
  28. <meta name="color:header line" content="#000000" />
  29. <meta name="color:scrollbar" content="#BBBBBB" />
  30. <meta name="color:scrollbg" content="#FFFFFF" />
  31.  
  32. <meta name="image:sidebar" content=""/>
  33.  
  34. <meta name="text:linkA" content="">
  35. <meta name="text:linkA url" content="/">
  36. <meta name="text:linkB" content="">
  37. <meta name="text:linkB url" content="/">
  38. <meta name="text:linkC" content="">
  39. <meta name="text:linkC url" content="/">
  40. <meta name="text:linkD" content="">
  41. <meta name="text:linkD 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. #header {
  125. background:{color:header background};
  126. width: 550px;
  127. height: 70px;
  128. margin-top: -30px;
  129. margin-left: 170px;
  130. position: fixed;
  131. border-bottom: 5px solid {color:header line};
  132. }
  133.  
  134.  
  135. #sidebar {
  136. top: 200px;
  137. margin-left:-80px;
  138. position:fixed;
  139. width:245px;
  140. }
  141.  
  142.  
  143. .sidelinks{
  144. font-size:9px;
  145. font-family:calibri;
  146. font-style:normal;
  147. text-transform:uppercase;
  148. text-align:center;
  149. line-height:130%;
  150. padding:6px;
  151. margin-bottom:6px;
  152. margin-top: 5px;
  153. }
  154.  
  155. .sidelinks a{
  156. padding:5px;
  157. letter-spacing:1px;
  158. color:{color:link};
  159. background-color: {color:links background};
  160. -moz-transition-duration:0.4s;
  161. -webkit-transition-duration:0.4s;
  162. -o-transition-duration:0.4s;
  163. }
  164.  
  165. .sidelinks a:hover{
  166. color:{color:linkHover};
  167. -moz-transition-duration:0.4s;
  168. -webkit-transition-duration:0.4s;
  169. -o-transition-duration:0.4s;
  170. }
  171.  
  172. #sidebar {
  173. top: 200px;
  174. margin-left:-140px;
  175. position:fixed;
  176. width:10px;
  177. }
  178.  
  179. #butts {
  180. background-color:{color:background};
  181. width:245px;
  182. padding-left:15px;
  183. padding-right:15px;
  184. margin-left:20px;
  185. }
  186.  
  187. #butts img {
  188. width:130px;
  189. border: 8px double #f4f4f4;
  190. border-radius:90px;
  191. margin-bottom:-1px;
  192.  
  193. }
  194.  
  195. #rant {
  196. width:155px;
  197. line-height: 130%;
  198. text-align:justify;
  199. font-size: 10px;
  200. font-family:calibri;
  201. color:{color:text};
  202. margin-left: 45px;
  203. letter-spacing:0px;
  204. }
  205.  
  206.  
  207. .pagination {
  208. margin-bottom:5px;
  209. font-size:8px;
  210. font-family:calibri;
  211. text-transform:uppercase;
  212. text-align:center;
  213. }
  214.  
  215. .audio {
  216. width:500px;
  217. padding-bottom:10px;
  218. background-color:{color:infobg};
  219. }
  220.  
  221. .albumart {
  222. float:left;
  223. padding:0px 10px 10px 0px;
  224. }
  225.  
  226. .albumart img {
  227. width:45px;
  228. height:45px;
  229. }
  230.  
  231. .playercontainer {
  232. text-align:left;
  233. padding:10px;
  234. background-color:#ffffff;
  235. width:480px;
  236. }
  237.  
  238. .audioinfo {
  239. padding:10px;
  240. color:{color:text};
  241. }
  242.  
  243. .ask {
  244. padding:20px;
  245. text-align:left;
  246. color:{color:text};
  247. background-color:{color:infobg};
  248. }
  249.  
  250. .ans {
  251. text-align:left;
  252. padding:10px;
  253. color:{color:text};
  254. }
  255.  
  256. blockquote {
  257. border-left:2px solid {color:text};
  258. padding-left:5px;
  259. margin:5px;
  260. }
  261.  
  262. #stuffcontainer {
  263. float:left;
  264. margin-left:210px;
  265. margin-top:65px;
  266. text-align:justify;
  267. color:{color:text};
  268. margin-bottom: 35px;
  269. }
  270.  
  271. #stuff {
  272. width:500px;
  273. margin-top:10px;
  274. margin-left:-35px;
  275. text-align:justify;
  276. font-size:12px;
  277. line-height:110%;
  278. letter-spacing:0x;
  279. padding: 20px;
  280. padding-bottom: 10px;
  281. color:{color:text};
  282.  
  283. }
  284.  
  285. .caption {
  286. width:500px;
  287. text-align:left;
  288. line-height:100%;
  289. }
  290.  
  291. #postinfo {
  292. border-top:1px solid #f3f3f3;
  293. width:490px;
  294. padding:5px;
  295. font-size:8px;
  296. font-family:calibri;
  297. color:{color:link};
  298. background-color: #fcfcfc;
  299. text-transform:uppercase;
  300. font-style:normal;
  301. letter-spacing:2px;
  302. text-align:left;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. #postinfo a {
  309. color:{color:link};
  310. text-align:left;
  311. letter-spacing:1px;
  312. font-style:normal;
  313.  
  314.  
  315.  
  316. }
  317.  
  318. #postinfo a:hover {
  319. color:{color:linkHover};
  320. text-decoration: underline;
  321. }
  322.  
  323. .note {
  324. text-transform:uppercase;
  325. font-style:normal;
  326. font-size:8px;
  327. font-family:calibri;
  328. color:{color:notes};
  329. letter-spacing:1px;
  330. text-align:left;
  331. line-height:90%;
  332. }
  333.  
  334. .note li {
  335. list-style-type:none;
  336. text-align:left;
  337. margin:0px;
  338. color:{color:notes};
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;
  342. }
  343.  
  344. .tags {
  345. font-style:none;
  346. width:490px;
  347. margin-top:-1px;
  348. background-color:#fcfcf;
  349. text-transform:uppercase;
  350. font-style:normal;
  351. color:{color:link};
  352. letter-spacing:1px;
  353. font-family:calibri;
  354. line-height:100%;
  355. font-size:8px;
  356. text-align:left;
  357. padding:5px;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. }
  362.  
  363. .tags a {
  364. color:{color:link};
  365. letter-spacing:1px;
  366. font-family:calibri;
  367. padding:1px;
  368. }
  369.  
  370. .tags a:hover {
  371. color:{color:link};
  372. text-decoration:underline;
  373. letter-spacing:1px;
  374. font-family:calibri;
  375. padding:1px;
  376. }
  377.  
  378. #profoundbond {
  379. position:fixed;
  380. width:65px;
  381. font-family:calibri;
  382. text-transform:lowercase;
  383. font-size:10px;
  384. letter-spacing:1px;
  385. right:16px;
  386. bottom:10px;
  387. color:{color:text};
  388. }
  389.  
  390.  
  391. </style>
  392.  
  393. <style type="text/css">{CustomCSS}</style>
  394.  
  395.  
  396. </head>
  397. <body>
  398.  
  399.  
  400. <div id="cheesewhiz">
  401.  
  402. <div id="header"></div>
  403.  
  404. <div id="sidebar">
  405.  
  406. <div id="butts">
  407.  
  408. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  409.  
  410.  
  411.  
  412. <div class="sidelinks">
  413. {block:IfLinkA}
  414. <a href="{text:linkA url}">{text:linkA}</a>
  415. {/block:IfLinkA}
  416. {block:IfLinkB}
  417. <a href="{text:linkB url}">{text:linkB}</a>
  418. {/block:IfLinkB}
  419. {block:IfLinkC}
  420. <a href="{text:linkC url}">{text:linkC}</a>
  421. {/block:IfLinkC}
  422. {block:IfLinkD}
  423. <a href="{text:linkD url}">{text:linkD}</a>
  424. {/block:IfLinkD}
  425. </div>
  426.  
  427.  
  428.  
  429. <div id="rant">{Description}</div>
  430.  
  431. <br>
  432.  
  433. {block:Pagination}
  434. <div class="pagination">
  435. {block:PreviousPage}
  436. <a href="{PreviousPage}">back</a>
  437. {/block:PreviousPage}
  438.  
  439. /
  440. {block:NextPage}
  441. <a href="{NextPage}">proceed</a>
  442. {/block:NextPage}
  443. </div>
  444. {/block:Pagination}
  445. </div></div>
  446.  
  447. <!---
  448. THEME BY HEYDESTEL. DO NOT STEAL OR USE AS BASE. KEEP THE CREDITS!!!
  449. --->
  450.  
  451.  
  452. <div id="stuffcontainer">
  453.  
  454. {block:Posts}<div id="stuff">
  455.  
  456. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  457.  
  458. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  459.  
  460. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  461.  
  462. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  463. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  464.  
  465. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  466.  
  467. {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}
  468.  
  469. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  470.  
  471. {block:Answer}<div class="ask"><b>{Asker}</b> whispered: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  472.  
  473. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  474. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  475. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  476. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  477. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  478.  
  479. {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}
  480. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource}</div>{/block:Date}
  481. <div class="tags">
  482. {block:HasTags}tagged as: {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  483. <div class="note">
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. </div>
  486. </div>
  487. {/block:Posts}
  488.  
  489. </div></div>
  490.  
  491. <!---
  492. THEME BY HEYDESTEL. DO NOT STEAL OR USE AS BASE.
  493.  
  494.  
  495. DONT EVEN THINK ABOUT REMOVING THESE CREDITS.
  496. --->
  497.  
  498.  
  499. <div id="profoundbond"><a href="http://heydestiel.tumblr.com/"><b>©heydestiel </b></a></div>
  500. </body>
  501.  
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement