Advertisement
heydestiel

THEME ONE (long sidebar) by heydestiel

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