jasonmcann

Theme: I can't be controlled

Oct 18th, 2013
3,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.37 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <html>
  3.  
  4. <!--
  5. - theme #15 / caulfielld(tumblr.com) -
  6. don't take parts of this.
  7. don't remove the credits.
  8. -->
  9.  
  10. <head>
  11.  
  12. <title>{Title}{block:PostTitle}, {PostTitle}{/block:PostTitle}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:text" content="#7e7175" />
  21. <meta name="color:link" content="#b64a6b" />
  22. <meta name="color:link hover" content="#7e7175" />
  23. <meta name="color:border" content="#f5f5f5" />
  24. <meta name="color:blockquote" content="#f5f5f5" />
  25. <meta name="color:selection" content="#b64a6b" />
  26. <meta name="color:selection text" content="#ffffff" />
  27.  
  28. <meta name="text:Link 01 URL" content="/" />
  29. <meta name="text:Link 01 title" content="Link 01">
  30. <meta name="text:Link 02 URL" content="/" />
  31. <meta name="text:Link 02 title" content="Link 02">
  32. <meta name="text:Link 03 URL" content="/" />
  33. <meta name="text:Link 03 title" content="Link 03">
  34. <meta name="text:Link 04 URL" content="/" />
  35. <meta name="text:Link 04 title" content="Link 04">
  36. <meta name="text:Link 05 URL" content="/" />
  37. <meta name="text:Link 05 title" content="Link 05">
  38. <meta name="text:Link 06 URL" content="/" />
  39. <meta name="text:Link 06 title" content="Link 06">
  40.  
  41. <meta name="image:background" content="">
  42. <meta name="image:sidebar" content="">
  43. <meta name="if:400px Posts" content="0">
  44. <meta name="if:link 01" content="1">
  45. <meta name="if:link 02" content="1">
  46. <meta name="if:link 03" content="1">
  47. <meta name="if:link 04" content="1">
  48. <meta name="if:link 05" content="1">
  49. <meta name="if:link 06" content="1">
  50. <meta name="if:bg image" content="0">
  51.  
  52. <!--- extras --->
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/nb65v05/XPQmpjoyl/jquery.style-my-tooltips.js"></script>
  55. <script src="http://static.tumblr.com/nb65v05/Xltmtyug1/jd.js"></script>
  56.  
  57. <script type="text/javascript">
  58. jQuery(document).ready(function() {
  59. jQuery(".sub").hide();
  60. //toggle the componenet with class msg_body
  61. jQuery(".cthrough").click(function()
  62. {
  63. jQuery(this).next(".sub").slideToggle(500);
  64. });});
  65. </script>
  66.  
  67. <script>
  68. (function($){
  69. $(document).ready(function(){
  70. $("[title]").style_my_tooltips({
  71. tip_follows_cursor:false,
  72. tip_delay_time:20,
  73. tip_fade_speed:300,
  74. attribute:"title"
  75. });});})(jQuery);
  76. </script>
  77.  
  78. <style type="text/css">
  79.  
  80. body{
  81. font:09px sans-serif, calibri;
  82. padding:0;
  83. margin:0;
  84. background:{color:Background} {block:ifBgImage}url('{image:Background}') fixed{/block:ifBgImage};
  85. color:{color:text};}
  86.  
  87. a{
  88. text-decoration:none;
  89. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  90. -o-transition:all 0.6s ease-in-out;/*opera*/
  91. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  92. -ms-transition:all 0.6s ease-in-out;/*ie*/
  93. transition:all 0.6s ease-in-out;/*w3c*/
  94. color:{color:link};}
  95.  
  96. a:hover{
  97. color:{color:link hover};}
  98.  
  99. em, strong, b, i {
  100. color:{color:link};}
  101.  
  102. blockquote{
  103. border-left:3px solid {color:border};
  104. margin-left:0px;
  105. padding-left:05px;}
  106.  
  107. li {
  108. list-style-type:circle; }
  109.  
  110. #entries {
  111. margin:0px 0 0 420px;
  112. /*top/bottom/right/left*/
  113. {block:if400pxPosts}
  114. width:442px;
  115. {/block:if400pxPosts}
  116. {block:ifNot400pxPosts}
  117. width:542px;
  118. {/block:ifNot400pxPosts}
  119. position:absolute;
  120. background-color:#fafafa;
  121. padding:40px;}
  122.  
  123. .posts {
  124. {block:if400pxPosts}
  125. width:400px;
  126. {/block:if400pxPosts}
  127. {block:ifNot400pxPosts}
  128. width:500px;
  129. {/block:ifNot400pxPosts}
  130. overflow:hidden;
  131. padding:20px;
  132. background-color:#fff;
  133. word-wrap: break-word;}
  134.  
  135. .title{
  136. text-transform:lowercase;
  137. font-weight:bold;
  138. font:bold 18px sans-serif;
  139. letter-spacing:-1px;}
  140.  
  141. #sidebar{
  142. position:fixed;
  143. width:75px;
  144. margin:190px 0 0 290px;
  145. padding-right:10px;
  146. padding-top:5px;
  147. padding-bottom:5px;
  148. border-right:4px dotted {color:border};}
  149.  
  150. #sidebar img{
  151. width:75px;
  152. overflow:hidden;
  153. z-index:99;
  154. position:relative;}
  155.  
  156. #title{
  157. margin-top:5px;
  158. font-weight:bold;
  159. text-align:right;
  160. position:relative;
  161. margin-bottom:5px;
  162. z-index:99;
  163. word-wrap: break-word;
  164. font:bold 18px sans-serif;
  165. letter-spacing:-1px;
  166. line-height:80%;}
  167.  
  168. .description{
  169. margin:5px 0 0 0;
  170. width:75px;
  171. position:relative;
  172. z-index:99;
  173. text-align:right;
  174. line-height:100%;
  175. word-wrap:break-word;}
  176.  
  177. #links {
  178. text-align:center;
  179. position:fixed;
  180. width:75px;
  181. background-color:white;
  182. opacity: 0;/*css3*/
  183. -moz-opacity: 0;/*ff*/
  184. filter:alpha(opacity=0);/*ie*/
  185. -khtml-opacity: 0;
  186. margin-top:1px;
  187. font:bold 09px sans-serif;
  188. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  189. -o-transition:all 0.6s ease-in-out;/*opera*/
  190. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  191. -ms-transition:all 0.6s ease-in-out;/*ie*/
  192. transition:all 0.6s ease-in-out;/*w3c*/}
  193.  
  194. #sidebar:hover #links{
  195. opacity: 1;/*css3*/
  196. -moz-opacity: 1;/*ff*/
  197. filter:alpha(opacity=100);/*ie*/
  198. -khtml-opacity: 1;
  199. margin-left:-80px;
  200. z-index:9;}
  201.  
  202. #links a{
  203. color:white;
  204. display:block;
  205. padding:5px;
  206. margin-top:2px;
  207. background-color:{color:link};}
  208.  
  209. #nav{
  210. padding-left:3px;}
  211. #nav a{
  212. display:inline;
  213. padding:0;
  214. background-color:{color:background};
  215. color:{color:link};}
  216.  
  217. #pagination{
  218. text-align:right;
  219. margin-top:5px;
  220. font:bold 18px sans-serif;
  221. margin-bottom:20px;}
  222.  
  223. #pagination a{
  224. padding:0 06px 02px 06px;
  225. color:white;
  226. -webkit-border-radius: 100px;
  227. -moz-border-radius: 100px;
  228. border-radius: 100%;
  229. background-color:{color:link};}
  230.  
  231. #answer{
  232. padding:10px;
  233. line-height:100%;
  234. background-color:#fafafa;
  235. border-radius:5px;}
  236.  
  237. #answer img{
  238. float:left;
  239. border-radius:5px;
  240. margin:0 10px 10px 0;}
  241.  
  242. .answer:first-letter{
  243. text-transform:uppercase;}
  244. .answer{
  245. background-color:#fafafa;
  246. border-left:7px solid {color:border};
  247. border-right:7px solid {color:border};}
  248.  
  249. .caption img, .answer img{
  250. max-width:400px;}
  251.  
  252. #audio a:hover{
  253. cursor:help;
  254. color:{color:text};}
  255.  
  256. #audio a{
  257. color:{color:text};}
  258.  
  259. #audio{
  260. 400px;}
  261.  
  262. #player-bg{
  263. width:100%;
  264. height:27px;
  265. font:bold 19px sans-serif;
  266. letter-spacing:-2px;
  267. text-align:left;
  268. text-transform:lowercase;}
  269.  
  270. .plays{
  271. border:1px solid {color:border};
  272. padding:5px;
  273. margin-bottom:-1px;}
  274.  
  275. .artist{
  276. border:1px solid {color:border};
  277. padding:5px;
  278. margin-bottom:-1px;}
  279.  
  280. .album{
  281. border:1px solid {color:border};
  282. padding:5px;
  283. margin-bottom:-1px;}
  284.  
  285. .player{
  286. overflow:hidden;
  287. width:400px;
  288. position:absolute;
  289. opacity: 0;
  290. filter:alpha(opacity:0);
  291. -moz-opacity: 0;
  292. -khtml-opacity: 0;
  293. /*end of opacity*/
  294. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  295. -o-transition:all 0.6s ease-in-out;/*opera*/
  296. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  297. -ms-transition:all 0.6s ease-in-out;/*ie*/
  298. transition:all 0.6s ease-in-out;/*w3c*/
  299. /*propiedad css/tiempo/función de tiempo/retardo*/}
  300.  
  301. .player:hover{
  302. opacity: 1;
  303. filter:alpha(opacity=100);
  304. -moz-opacity: 1;
  305. -khtml-opacity: 1;}
  306.  
  307. ol.notes{
  308. list-style-type: none;
  309. padding:0px;}
  310.  
  311. #notes img{
  312. border-radius:100%;
  313. float:left;
  314. margin-right:5px;}
  315.  
  316. #notes{
  317. margin:0;
  318. text-transform:uppercase;
  319. font-family:calibri;}
  320.  
  321. #notes li{
  322. padding:10px;
  323. list-style-type: none;
  324. border-bottom:1px solid {color:border};}
  325.  
  326. #info{
  327. padding:3px;
  328. text-align:left;
  329. margin-top:03px;
  330. margin-bottom:50px;}
  331.  
  332. #quotes{
  333. font-style:italic;
  334. margin-left:40px;
  335. padding-top:10px;}
  336.  
  337. .quotes{
  338. font-family:consolas;
  339. float:left;
  340. font-size:70px;
  341. position:absolute;
  342. color:{color:blockquote};}
  343.  
  344. #c{
  345. position:fixed;
  346. bottom:10px;
  347. right:10px;
  348. font:09px sans-serif;
  349. text-transform:lowercase;
  350. padding:3px;
  351. border-bottom:1px solid #cccccc;
  352. text-align:right;
  353. z-index:99;
  354. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  355. -o-transition:all 0.6s ease-in-out;/*opera*/
  356. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  357. -ms-transition:all 0.6s ease-in-out;/*ie*/
  358. transition:all 0.6s ease-in-out;/*w3c*/}
  359.  
  360. #c:hover{
  361. padding-right:30px;}
  362.  
  363. #c a:hover{
  364. cursor:help;}
  365.  
  366. /* extras */
  367.  
  368. #s-m-t-tooltip{
  369. z-index:10;
  370. margin:14px 14px 7px 12px;
  371. padding:0 3px 0 3px;
  372. font:italic 09px sans-serif;
  373. letter-spacing:1;
  374. text-transform:lowercase;
  375. line-height:16px;
  376. background-color:#fff;}
  377.  
  378. ::selection {
  379. background: {color:selection};
  380. color: {color:selection text};}
  381. ::-moz-selection {
  382. background: {color:selection};
  383. color: {color:selection text};}
  384. ::-webkit-selection {
  385. background: {color:selection};
  386. color: {color:selection text};}
  387.  
  388. iframe#tumblr_controls {
  389. right:3px !important;
  390. position: fixed !important;
  391. -webkit-transition: opacity 0.7s linear;
  392. opacity: 0.2;
  393. -webkit-transition: all 0.8s ease-out;
  394. -moz-transition: all 0.8s ease-out;
  395. transition: all 0.8s ease-out;}
  396. iframe#tumblr_controls:hover{
  397. -webkit-transition: opacity 0.7s linear;
  398. opacity: 1;
  399. -webkit-transition: all 0.4s ease-out;
  400. -moz-transition: all 0.4s ease-out;
  401. transition: all 0.4s ease-out;}
  402. iframe#tumblr_controls {
  403. top: 0% !important;
  404. right:0% !important;
  405. position: fixed !important;}
  406.  
  407. ::-webkit-scrollbar {
  408. height:08px;
  409. width:08px;
  410. background-color:{color:background};}
  411. ::-webkit-scrollbar-thumb {
  412. background-color:{color:link};}
  413. ::-webkit-scrollbar-button{
  414. background-color:{color:link};}
  415. ::-webkit-scrollbar-button:horizontal{
  416. width:10px;}
  417. ::-webkit-scrollbar-button:vertical{
  418. height:10px;}
  419.  
  420. .cthrough:hover{
  421. cursor:help;}
  422.  
  423. .notes{
  424. background-color:white;}
  425.  
  426.  
  427. </style>
  428. </head>
  429.  
  430. <body>
  431.  
  432. <div id="sidebar">
  433. <div id="links">
  434. <a href="/">refresh</a>
  435. <a href="/ask">askbox</a>
  436. <a class="cthrough" title="click">navigation</a>
  437. <div class="sub"><div id="nav">
  438. {block:ifLink01}
  439. <a href="{text:Link 01 URL}">{text:Link 01 title}</a>{/block:ifLink01}
  440. {block:ifLink02}
  441. <a href="{text:Link 02 URL}">{text:Link 02 title}</a>{/block:ifLink02}
  442. {block:ifLink03}
  443. <a href="{text:Link 03 URL}">{text:Link 03 title}</a>{/block:ifLink03}
  444. {block:ifLink04}
  445. <a href="{text:Link 04 URL}">{text:Link 04 title}</a>{/block:ifLink04}
  446. {block:ifLink05}
  447. <a href="{text:Link 05 URL}">{text:Link 05 title}</a>{/block:ifLink05}
  448. {block:ifLink06}
  449. <a href="{text:Link 06 URL}">{text:Link 06 title}</a>{/block:ifLink06}</div></div>
  450. </div>
  451. <img src="{image:sidebar}">
  452. <div class="description">
  453. <div id="title"><a href="/">{Title}</a></div>
  454. {Description}
  455. </div>
  456. </div><!--- sidebar --->
  457.  
  458. <div id="entries">
  459. {block:Posts}
  460.  
  461. {block:ContentSource}
  462. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  463. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  464. {/block:SourceLogo}
  465. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  466. {/block:ContentSource}
  467.  
  468. <div class="posts">
  469.  
  470. {block:More}
  471. <div class="title">
  472. <a href="{Permalink}">
  473. read more &rarr;</a></div>
  474. {/block:More}
  475.  
  476. {block:Text}
  477. {block:Title}
  478. <div class="title">
  479. {Title}</div>
  480. {/block:Title}
  481. {Body}
  482. {/block:Text}
  483.  
  484. {block:Photo}
  485. {LinkOpenTag}
  486. {block:ifNot400pxPosts}
  487. <img src="{PhotoURL-500}"/>
  488. {/block:ifNot400pxPosts}
  489. {block:if400pxPosts}
  490. <img src="{PhotoURL-400}"/>
  491. {/block:if400pxPosts}
  492. {LinkCloseTag}
  493. {block:Caption}
  494. <div class="caption">
  495. {Caption}
  496. </div>
  497. {/block:Caption}
  498. {/block:Photo}
  499.  
  500. {block:Photos}
  501. {block:ifNot400pxPosts}
  502. <img src="{Photoset-500}"/>
  503. {/block:ifNot400pxPosts}
  504. {block:if400pxPosts}
  505. <img src="{Photoset-400}"/>
  506. {/block:if400pxPosts}
  507. {block:Caption}
  508. <div class="caption">
  509. {Caption}
  510. </div>
  511. {/block:Caption}
  512. {/block:Photos}
  513.  
  514. {block:Quote}
  515. <div class="quotes">“</div>
  516. <div id="quotes">
  517. <p>{Quote}</p>
  518. {block:Source}
  519. <span style="text-transform:lowercase;float:right">— <u>{Source}</u></span>
  520. {/block:Source}
  521. </div><br />
  522. {/block:Quote}
  523.  
  524. {block:Link}
  525. <div class="title">
  526. <a href="{URL}" target="{Target}">
  527. {Name} &rarr;</a></div>
  528. {block:Description}
  529. {Description}
  530. {/block:Description}
  531. {/block:Link}
  532.  
  533. {block:Chat}
  534. {block:Title}
  535. <div class="title">
  536. {Title}</div>{/block:Title}
  537. {block:Lines}{block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>{/block:Lines}
  538. {/block:Chat}
  539.  
  540. {block:Audio}
  541. <div id="audio">
  542. <div id="player-bg">
  543. <div class="player">{AudioPlayerWhite}</div> {block:TrackName}
  544. {TrackName}{/block:TrackName}</div>
  545.  
  546. {block:PlayCount}<div class="plays"><span style="font:08px lucida console;text-transform:uppercase;">played:</span> {PlayCount} times</div>{/block:PlayCount}
  547. {block:Artist}<div class="artist"><span style="font:08px lucida console;text-transform:uppercase;">artist:</span>{Artist}</div>{/block:Artist}
  548. {block:Album}<div class="album"><span style="font:08px lucida console;text-transform:uppercase;">album:</span>{Album}</div>{/block:Album}</div>
  549. {block:Caption}<br>{Caption}{/block:Caption}
  550. {/block:Audio}
  551.  
  552. {block:Video}
  553. {block:ifNot400pxPosts}
  554. {Video-500}
  555. {/block:ifNot400pxPosts}
  556. {block:if400pxPosts}
  557. {Video-400}
  558. {/block:if400pxPosts}
  559. {block:Caption}
  560. <div class="caption">
  561. {Caption}
  562. </div>
  563. {/block:Caption}
  564. {PlayCountWithLabel}
  565. {/block:Video}
  566.  
  567. {block:Answer}
  568. <div id="answer">
  569. <img src="{AskerPortraitURL-24}"/><b><u>{Asker}</u></b><br><div style="margin-top:4px;">
  570. {Question}</div></div>
  571. <div class="answer">
  572. {Answer}
  573. </div>
  574. {/block:Answer}
  575. </div><!--- posts --->
  576.  
  577. {block:Date}
  578. <div id="info">
  579. {block:IndexPage}
  580. {block:Date}<span style="padding:5px;font:09px lucida console;"><a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}</a></span>{/block:Date}
  581. {block:HasTags}<span style="text-transform:lowercase;font-size:08px;"><b>#</b> {block:Tags}<a href="{TagURL}">{Tag} &nbsp; </a>{/block:Tags}</span>{/block:HasTags}
  582. {/block:IndexPage}
  583.  
  584. {block:PermalinkPage}
  585. {block:RebloggedFrom}<b><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a></b>{/block:RebloggedFrom}
  586.  
  587. <span style="text-transform:lowercase;font-size:08px;">{block:Date} &nbsp; <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  588.  
  589. {block:NoteCount} &nbsp; <a href="{Permalink}">w/ {NoteCountWithLabel}</a>{/block:NoteCount}</span>
  590. {/block:PermalinkPage}
  591. </div>
  592. {/block:Date}
  593.  
  594. {block:PermalinkPage}
  595. {block:PostNotes}
  596. <div id="notes">{PostNotes}</div>
  597. {/block:PostNotes}
  598. {/block:PermalinkPage}
  599.  
  600. {/block:Posts}
  601.  
  602. {block:Pagination}<div id="pagination">
  603. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  604. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  605. {/block:Pagination}
  606.  
  607. </div> <!--- container --->
  608.  
  609. </body>
  610. </html>
Advertisement
Add Comment
Please, Sign In to add comment