sluthowell

Theme 01

Jan 11th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. Theme 01 by
  5. _ _
  6. | | | |
  7. _ __ ___| |_ _____ _____ _ __ | |_ ____
  8. | '_ \ / __| __/ _ \ \ /\ / / _ \ '_ \| __|_ /
  9. | |_) | (__| || __/\ V V / __/ | | | |_ / /
  10. | .__/ \___|\__\___| \_/\_/ \___|_| |_|\__/___|
  11. | |
  12. |_|
  13. pctewentz.tumblr.com
  14. -
  15. pls dont remove credit
  16. -->
  17.  
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20.  
  21.  
  22. <head>
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:90,
  31. tip_fade_speed:600,
  32. attribute:"title"
  33. });
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38. <script type="text/javascript" src="http://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
  39.  
  40. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  41.  
  42. <script>
  43. $(document).ready(function(){
  44. $("#title").click(function(){
  45. $("#links").slideToggle("slow");
  46. });
  47. });
  48. </script>
  49.  
  50. <title>{Title}</title>
  51.  
  52. {block:Description}<meta name="description" content="{MetaDescription}"/>
  53. {/block:Description}
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56.  
  57. <meta name="color:bg" content="#ffffff">
  58. <meta name="color:link" content="#aaaaaa">
  59. <meta name="color:text" content="#000000">
  60. <meta name="color:tags" content="#b9b7b7">
  61. <meta name="color:hover" content="#eeeeee">
  62. <meta name="color:scrollbar" content="#aaaaaa">
  63. <meta name="color:desc" content="#aaaaaa">
  64. <meta name="color:navigation" content="#aaaaaa">
  65.  
  66. <meta name="image:sidebar" content=""/>
  67.  
  68. <meta name="text:navi title" content="navigation">
  69. <meta name="text:link 1" content="">
  70. <meta name="text:link 1 url" content="/">
  71. <meta name="text:link 2" content="">
  72. <meta name="text:link 2 url" content="/">
  73. <meta name="text:link 3" content="">
  74. <meta name="text:link 3 url" content="/">
  75. <meta name="text:link 4" content="">
  76. <meta name="text:link 4 url" content="/">
  77. <meta name="text:link 5" content="">
  78. <meta name="text:link 5 url" content="/">
  79.  
  80. <meta name="if:Cursor" content="1">
  81. <meta name="if:400pxPosts" content="1">
  82.  
  83. <style type="text/css">
  84. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
  85.  
  86. /*--scrollbar--*/
  87.  
  88. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  89. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  90. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  91. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  92. }
  93. /*--body--*/
  94.  
  95.  
  96. body {
  97. font-style:none;
  98. background-color:{color:bg};
  99. font-family:calibri;
  100. color:{color:text};
  101. font-size:9px;
  102. }
  103.  
  104.  
  105. a {
  106. color:{color:link};
  107. text-decoration:none;
  108. -webkit-transition: all 0.5s ease-out;
  109. -moz-transition: all 0.5s ease-out;
  110. transition: all 0.5s ease-out;
  111. }
  112.  
  113. a:hover {
  114. color:{color:hover};
  115. text-decoration:none;
  116. -webkit-transition: all 0.8s ease-out;
  117. -moz-transition: all 0.8s ease-out;
  118. transition: all 0.8s ease-out;
  119. }
  120.  
  121. img {
  122. border:none;
  123. }
  124.  
  125. blockquote {
  126. padding-left:5px;
  127. border-left:2px solid {color:border};
  128. padding-bottom:4px;
  129. }
  130.  
  131. h1 {
  132. font-size:17px;
  133. font-family:times;
  134. font-style:italic;
  135. font-weight:bold;
  136. line-height:15px;
  137. }
  138.  
  139. /*--Cursor code--*/
  140.  
  141. {block:ifCursor}
  142.  
  143. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  144.  
  145. {/block:ifCursor}
  146.  
  147.  
  148.  
  149. /*--sidebar--*/
  150.  
  151. #sidebar {
  152. color:{color:text};
  153. position:fixed;
  154. width:150px;
  155. margin-left:-30px;
  156. text-align:left;
  157. margin-top:-50px;
  158. }
  159.  
  160. #sidebarimage {
  161. width:140px;
  162. }
  163.  
  164. #sidebarimage img {
  165. max-width:200px;
  166. height:auto;
  167. margin-left:198px;
  168. padding:3px;
  169. padding-top:150px;
  170. }
  171.  
  172. #title {
  173. padding:6px; padding-bottom:5px;
  174. width:188px;
  175. height:15px;
  176. background:#fafafa;
  177. color:{color:navigation};
  178. font-family:arial;
  179. font-style:italic;
  180. font-weight:bold;
  181. font-size:11px;
  182. margin-left:201px;
  183. margin-top:5px;
  184. text-align:center;
  185. cursor:crosshair;
  186. }
  187.  
  188. /*--links--*/
  189.  
  190. #links {
  191. display:none;
  192. width:80px;
  193. font-family:'arial';
  194. position:fixed;
  195. text-transform:lowercase;
  196. text-align:center;
  197. margin-top:0px;
  198. margin-left:259px;
  199. letter-spacing:1px;
  200. }
  201.  
  202. #links a {
  203. display:block;
  204. padding:3px;
  205. font-size:9px;
  206. width:80px;
  207. color:{color:navigation};
  208. margin-bottom:6px;
  209. }
  210.  
  211. #links a:hover {
  212. color:{color:hover};
  213. font-style:italic;
  214. }
  215.  
  216. /*--description--*/
  217.  
  218. #description {
  219. width:200px;
  220. font-family:'arial';
  221. font-size:9px;
  222. text-align:center;
  223. margin-left:202px;
  224. margin-top:5px;
  225. color:{color:desc};
  226. }
  227.  
  228. /*--pagination--*/
  229.  
  230. #pagination {
  231. font-style:italic;
  232. text-align:center;
  233. font-size:9px;
  234. margin-left:184px;
  235. margin-top:6px;
  236. font-family:calibri;
  237. width:200px;
  238. }
  239.  
  240. #pagination a{
  241. color:{color:desc};
  242. }
  243.  
  244. #pagination a:hover {
  245. color:{color:hover};
  246. }
  247.  
  248. /*--posts--*/
  249.  
  250. #posts {
  251. {block:if400pxPosts}
  252. width:400px;
  253. {/block:if400pxPosts}
  254. {block:ifnot400pxPosts}
  255. width:500px;
  256. {/block:ifnot400pxPosts}
  257. margin-bottom:20px;
  258. padding:1px;
  259. font-size:11px;
  260. color:{color:text};
  261. line-height:90%;
  262. text-align:justify;
  263. }
  264.  
  265. #postscontainer {
  266. margin-bottom:20px;
  267. padding:1px;
  268. margin-left:450px;
  269. margin-top:55px;
  270. }
  271.  
  272.  
  273. .info {
  274. {block:if400pxPosts}
  275. width:390px;
  276. {/block:if400pxPosts}
  277. {block:ifnot400pxPosts}
  278. width:490px;
  279. {/block:ifnot400pxPosts}
  280. height: 13px;
  281. text-transform:lowercase;
  282. font-style:normal;
  283. color: black;
  284. letter-spacing:1px;
  285. line-height:140%;
  286. font-size:10px;
  287. text-align:left;
  288. font-family:calibri;
  289. margin-right:10px;
  290. padding: 3px; padding-top: 4px;
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. .info a{
  297. color: {color:links};
  298. margin-right:10px;
  299. }
  300.  
  301. .info a:hover {
  302. text-decoration:underline;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. .taggies {
  309. {block:if400pxPosts}
  310. width:400px;
  311. {/block:if400pxPosts}
  312. {block:ifnot400pxPosts}
  313. width:500px;
  314. {/block:ifnot400pxPosts}
  315. text-transform:lowercase;
  316. font-style:normal;
  317. color: black;
  318. letter-spacing:1px;
  319. line-height:140%;
  320. font-size:10px;
  321. text-align:left;
  322. font-family:calibri;
  323. padding: 3px;
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. .taggies a{
  330. margin-right: 10px;
  331. color:{color:tags};
  332. }
  333.  
  334. .taggies a:hover {
  335. text-decoration:underline;
  336. -moz-transition-duration:0.5s;
  337. -webkit-transition-duration:0.5s;
  338. -o-transition-duration:0.5s;
  339. }
  340.  
  341. /*--asks--*/
  342.  
  343. .que {
  344. padding:10px;
  345. text-align:left;
  346. font-style:normal;
  347. margin-top: -10px;
  348. color:#000;
  349. font-family: arial;
  350. font-size: 10px;
  351. line-height: 150%;
  352. {block:if400pxPosts}
  353. width:390px;
  354. {/block:if400pxPosts}
  355. {block:ifnot400pxPosts}
  356. width:490px;
  357. {/block:ifnot400pxPosts}
  358. background: #f9f9f9;
  359. }
  360.  
  361. .ans {
  362. text-align:left;
  363. padding: 10px;
  364. margin-top: 0px;
  365. line-height: 12px;
  366. font-family: arial;
  367. font-size: 10px;
  368. margin-left:-7px;
  369. {block:if400pxPosts}
  370. width:390px;
  371. {/block:if400pxPosts}
  372. {block:ifnot400pxPosts}
  373. width:490px;
  374. {/block:ifnot400pxPosts}
  375. }
  376.  
  377. #s-m-t-tooltip {
  378. padding: 4px;
  379. max-width: 300px;
  380. height:9px;
  381. display: none;
  382. text-align: center;
  383. position: absolute;
  384. margin-top:4px;
  385. margin-left:10px;
  386. line-height:10px;
  387. font-family:arial;
  388. z-index: 1000;
  389. background:#fff;
  390. padding:3px 6px;
  391. font-size:8px;
  392. letter-spacing:1px;
  393. text-transform:uppercase;
  394. color:{color:text};
  395. border:3px solid white;
  396. z-index:999999999999999999999999999999999999;
  397. }
  398.  
  399. .quote{
  400. padding-bottom:5px;
  401. }
  402.  
  403. .photo img {
  404. display:block;}
  405.  
  406. .audio {
  407. position:relative;
  408. height:156px;
  409. }
  410.  
  411. .audioimage {
  412. width:70px;
  413. height:70px;
  414. position:absolute;
  415. margin-top:-5px;
  416. padding-bottom:4px;
  417. }
  418.  
  419. .audioimage img {
  420. width:70px;
  421. height:70px;
  422. float:left;
  423. }
  424.  
  425. .track{
  426. font-size:14px;
  427. font-weight:bold;
  428. padding-bottom:4px;
  429. }
  430.  
  431. .audioinfo {
  432. margin-left:80px;
  433. margin-top:8px;
  434. height:50px;
  435. font-size:8px;
  436. line-height:10px;
  437. font-weight:bold;
  438. font-family:arial;
  439. text-transform:uppercase;
  440. text-align:left;}
  441.  
  442. #player {
  443. margin-top:15px;
  444. margin-left:15px;
  445. width:40px;
  446. height:40px;
  447. z-index:3;
  448. position:absolute;
  449. background:white;
  450. opacity:0.5;
  451. -webkit-border-radius: 20px;border-radius: 20px;
  452. -webkit-transition:all 0.6s ease-out;
  453. -moz-transition:all 0.6s ease-out;
  454. transition:all 0.6s ease-out; }
  455.  
  456. .audiopost:hover #player {
  457. opacity:1;
  458. -webkit-transition:all 0.6s ease-out;
  459. -moz-transition:all 0.6s ease-out;
  460. transition:all 0.6s ease-out;}
  461.  
  462. .player {
  463. width:20px;
  464. height:20px;
  465. margin-top:6px;
  466. margin-left:6px;
  467. overflow:hidden;
  468. background:#000;}
  469.  
  470. /*--credit--*/
  471.  
  472. #credit {padding: 2px; position:fixed; bottom:5px; right:0px; font-size:15px; letter-spacing:1px; font-family:Indie Star; }
  473.  
  474. #credit a {color: {color:navigation};}
  475.  
  476. {CustomCSS}
  477.  
  478. </style></head>
  479.  
  480.  
  481. <body>
  482. <div id="sidebar">
  483. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  484. <div id="description">{description}</div>
  485.  
  486. {block:Pagination}
  487. <div id="pagination">
  488. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  489. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  490. </div>
  491. {/block:Pagination}
  492.  
  493. <div id="title">{text:navi title}</div>
  494.  
  495. <div id="links">
  496. <a href="{text:link 1 url}">{text:link 1}</a>
  497. <a href="{text:link 2 url}">{text:link 2}</a>
  498. <a href="{text:link 3 url}">{text:link 3}</a>
  499. <a href="{text:link 4 url}">{text:link 4}</a>
  500. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  501. </div>
  502.  
  503. </div></div>
  504.  
  505.  
  506. <div id="postscontainer">
  507.  
  508. {block:Posts}
  509.  
  510. <div id="posts">
  511.  
  512.  
  513. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  514.  
  515.  
  516. {block:Photo}
  517. <div class="photo">{LinkOpenTag}{block:ifnot400pxPosts}<img src="{PhotoURL-500}"/>{/block:ifnot400pxPosts} {block:if400pxPosts}<img src="{PhotoURL-400}"/>{/block:if400pxPosts} </center></div>
  518. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  519.  
  520. {block:Photoset}
  521.  
  522. <div class="photo">{block:ifnot400pxPosts}{Photoset-500}{/block:ifnot400pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}</center></div>
  523.  
  524. {block:Caption}{Caption}{/block:Caption}
  525. {/block:Photoset}
  526.  
  527. <div class="quote">{block:Quote}<h1>❝ {Quote} ❞</h1>{block:Source} &#8212;{Source}{/block:Source}{/block:Quote} </div>
  528.  
  529. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  530.  
  531. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  532.  
  533. {block:Audio}
  534. <div class="audiopost"><div id="player"><div class="player">
  535. {AudioPlayerWhite}
  536. </div></div>
  537. <div class="audioimage"><img src="https://31.media.tumblr.com/819856548621e4a24a48e61458447c5d/tumblr_mzf490f3gD1stwwfvo1_250.png"></div>{block:AlbumArt}<div class="audioimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  538. <div class="audioinfo">
  539. {block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}
  540. {block:Artist}{Artist}{/block:Artist}<br>
  541. {block:Playcount}<big>{Playcount}</big> plays<br>{/block:Playcount}</div>
  542. <br><p>
  543. {block:Caption}{Caption}{/block:Caption}</div>
  544. {/block:Audio}
  545.  
  546. {block:Video}
  547. <center><div class="photo">{block:ifnot400pxPosts}{VideoEmbed-500}{/block:ifnot400pxPosts}{block:if400pxPosts}{VideoEmbed-400}{/block:if400pxPosts}</div></center>
  548. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  549.  
  550. {block:Answer}<div class="que"><span style="font-family:arial;font-size:11px; text-transform:lowercase; padding-right:10px; letter-spacing:1px; font-weight:bold">{Asker}:</span> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  551.  
  552. <div class="info">
  553. {block:Date}<a title="{TimeAgo}"href="{Permalink}">{Month} {DayOfMonth}</span></a> {/block:Date}
  554.  
  555. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  556. {block:ContentSource}<a href="{SourceURL}"> <a title="{SourceTitle}" href="{SourceURL}">Source</a>{/block:ContentSource}
  557.  
  558. <a href="{Permalink}">{NoteCount} notes</a></div>
  559.  
  560. {block:HasTags}<div class="taggies">tags:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  561. {/block:Posts}
  562. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  563. {/block:Posts}</div></div></div>
  564.  
  565.  
  566. <div id="credit"><a title="theme by pctewentz" href="http://pctewentz.tumblr.com/"><b>☾</b></a></center></div></body>
  567. </html>
Add Comment
Please, Sign In to add comment