Advertisement
heydestiel

Theme SEVEN (500px posts)

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