Advertisement
heydestiel

Theme TWO (links above sidebar)

Jun 26th, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.80 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 I T 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:scrollbar" content="#BBBBBB" />
  28. <meta name="color:scrollbg" content="#FFFFFF" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <meta name="text:linkC url aka about url" content="">
  33. <meta name="text:linkD" content="">
  34. <meta name="text:linkD url" content="/">
  35. <meta name="text:linkE" content="">
  36. <meta name="text:linkE url" content="/">
  37. <meta name="text:linkF" content="">
  38. <meta name="text:linkF url" content="/">
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  41.  
  42.  
  43. <head><title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <style type="text/css">
  48.  
  49.  
  50. ::-webkit-scrollbar {width: 5px; height:auto; background:{color :background}}
  51. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  52. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  53. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  54. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  55. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  56. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  57.  
  58.  
  59. body {
  60. background:{color:background};
  61. font-family: calibri;
  62. font-size:9px;
  63. letter-spacing:1px;
  64. color:{color:text};
  65. line-height:100%;
  66. }
  67.  
  68. a:link, a:active, a:visited{color: {color:link};}
  69. a:hover{color:{color:linkHover};}
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration:none;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. a:hover {
  80. color:{color:linkHover};
  81. text-decoration:none;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:12px;
  91. text-align:center;
  92. font-family:calibri;
  93. font-style:normal;
  94. line-height:80%;
  95. letter-spacing:1px;
  96. text-transform:uppercase;
  97. color:{color:text};
  98. }
  99.  
  100. h2 {
  101. font-size:15px;
  102. font-family:calibri;
  103. text-align:center;
  104. line-height:100%;
  105. letter-spacing:-0.5px;
  106. color:{color:text};
  107. font-weight:normal;
  108. padding:5px;
  109. padding-bottom:2px;
  110. }
  111.  
  112.  
  113. #cheesewhiz {
  114. width:700px;
  115. margin: 0 auto -12px auto;
  116. text-align: center;
  117. }
  118.  
  119. .sidelinks{
  120. font-size:9px;
  121. font-family:calibri;
  122. font-style:normal;
  123. text-transform:uppercase;
  124. text-align:center;
  125. line-height:110%;
  126. padding:6px;
  127. margin-bottom:6px;
  128. margin-top: -10px;
  129. margin-left: -65px;
  130. }
  131.  
  132. .sidelinks a{
  133. padding:5px;
  134. letter-spacing:3px;
  135. color:{color:link};
  136. -moz-transition-duration:0.4s;
  137. -webkit-transition-duration:0.4s;
  138. -o-transition-duration:0.4s;
  139. }
  140.  
  141. .sidelinks a:hover{
  142. color:{color:linkHover};
  143. text-decoration: underline;
  144. -moz-transition-duration:0.4s;
  145. -webkit-transition-duration:0.4s;
  146. -o-transition-duration:0.4s;
  147. }
  148.  
  149. .sidelinksdeux{
  150. font-size:9px;
  151. font-family:calibri;
  152. font-style:normal;
  153. text-transform:uppercase;
  154. text-align:center;
  155. line-height:90%;
  156. padding:6px;
  157. margin-bottom:-6px;
  158. margin-top: -4px;
  159. margin-left: 66px;
  160. width:150px;
  161. }
  162.  
  163. .sidelinksdeux a{
  164. padding:1px;
  165. letter-spacing:3px;
  166. color:{color:link};
  167. -moz-transition-duration:0.4s;
  168. -webkit-transition-duration:0.4s;
  169. -o-transition-duration:0.4s;
  170. }
  171.  
  172. .sidelinksdeux a:hover{
  173. color:{color:linkHover};
  174. -moz-transition-duration:0.4s;
  175. -webkit-transition-duration:0.4s;
  176. -o-transition-duration:0.4s;
  177. }
  178.  
  179. #sidebar {
  180. top: 200px;
  181. margin-left:-60px;
  182. position:fixed;
  183. width:245px;
  184. }
  185.  
  186. #butts {
  187. background-color:{color:background};
  188. width:150px;
  189. padding-left:15px;
  190. padding-right:15px;
  191. }
  192.  
  193. #butts img {
  194. width:150px;
  195. margin-bottom:10px;
  196. }
  197.  
  198. #rant {
  199. width:150px;
  200. line-height: 130%;
  201. text-align:justify;
  202. font-size: 10px;
  203. font-family:calibri;
  204. color:{color:text};
  205. letter-spacing:0px;
  206. }
  207.  
  208.  
  209. .pagination {
  210. margin-bottom:5px;
  211. font-size:8px;
  212. font-family:calibri;
  213. text-transform:uppercase;
  214. text-align:center;
  215. }
  216.  
  217. .audio {
  218. width:500px;
  219. padding-bottom:10px;
  220. background-color:{color:infobg};
  221. }
  222.  
  223. .albumart {
  224. float:left;
  225. padding:0px 10px 10px 0px;
  226. }
  227.  
  228. .albumart img {
  229. width:45px;
  230. height:45px;
  231. }
  232.  
  233. .playercontainer {
  234. text-align:left;
  235. padding:10px;
  236. background-color:#ffffff;
  237. width:480px;
  238. }
  239.  
  240. .audioinfo {
  241. padding:10px;
  242. color:{color:text};
  243. }
  244.  
  245. .ask {
  246. padding:20px;
  247. text-align:left;
  248. color:{color:text};
  249. background-color:{color:infobg};
  250. }
  251.  
  252. .ans {
  253. text-align:left;
  254. padding:10px;
  255. color:{color:text};
  256. }
  257.  
  258. blockquote {
  259. border-left:2px solid {color:text};
  260. padding-left:5px;
  261. margin:5px;
  262. }
  263.  
  264. #stuffcontainer {
  265. float:left;
  266. margin-left:210px;
  267. margin-top:65px;
  268. text-align:justify;
  269. color:{color:text};
  270. margin-bottom: 35px;
  271. }
  272.  
  273. #stuff {
  274. width:500px;
  275. margin-top:35px;
  276. text-align:justify;
  277. font-size:12px;
  278. line-height:110%;
  279. letter-spacing:0x;
  280. padding: 20px;
  281. padding-bottom: 10px;
  282. color:{color:text};
  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="sidebar">
  403.  
  404. <div class="sidelinks">
  405. <a href="/">home</a>
  406. <a href="/ask">inbox</a>
  407. <a href="{text:linkC url aka about url}">about</a>
  408.  
  409. <div class="sidelinksdeux">
  410. {block:IfLinkD}
  411. <a href="{text:linkD url}">{text:linkD}</a>
  412. {/block:IfLinkD}
  413. {block:IfLinkE}
  414. <a href="{text:linkE url}">{text:linkE}</a>
  415. {/block:IfLinkE}
  416. {block:IfLinkF}
  417. <a href="{text:linkF url}">{text:linkF}</a>
  418. {/block:IfLinkF}
  419. </div>
  420.  
  421. </div>
  422. <div id="butts">
  423.  
  424. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  425.  
  426.  
  427. <div id="rant">{Description}</div>
  428.  
  429. <br>
  430. {block:Pagination}
  431. <div class="pagination">
  432. {block:PreviousPage}
  433. <a href="{PreviousPage}">back</a>
  434. {/block:PreviousPage}
  435.  
  436. /
  437. {block:NextPage}
  438. <a href="{NextPage}">proceed</a>
  439. {/block:NextPage}
  440. </div>
  441. {/block:Pagination}
  442. </div></div>
  443.  
  444. <!---
  445. THEME BY HEYDESTEL. DO NOT STEAL OR USE AS BASE. KEEP THE CREDITS!!!
  446. --->
  447.  
  448.  
  449. <div id="stuffcontainer">
  450.  
  451. {block:Posts}<div id="stuff">
  452.  
  453. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  454.  
  455. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  456.  
  457. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  458.  
  459. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  460. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  461.  
  462. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  463.  
  464. {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}
  465.  
  466. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  467.  
  468. {block:Answer}<div class="ask"><b>{Asker}</b> whispered: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  469.  
  470. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  471. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  472. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  473. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  474. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  475.  
  476. {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}
  477. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource}</div>{/block:Date}
  478. <div class="tags">
  479. {block:HasTags}tagged as: {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  480. <div class="note">
  481. {block:PostNotes}{PostNotes}{/block:PostNotes}
  482. </div>
  483. </div>
  484. {/block:Posts}
  485.  
  486. </div></div>
  487.  
  488. <!---
  489. THEME BY HEYDESTEL. DO NOT STEAL OR USE AS BASE.
  490.  
  491.  
  492. DONT EVEN THINK ABOUT REMOVING THESE CREDITS.
  493. --->
  494.  
  495.  
  496. <div id="profoundbond"><a href="http://heydestiel.tumblr.com/"><b>©heydestiel </b></a></div>
  497. </body>
  498.  
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement