Advertisement
heydestiel

Theme TWO (links under sidebar)

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