Advertisement
singforabsolution

Theme By Kelsey #35

Jul 8th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.00 KB | None | 0 0
  1. <!--Please do not take off the credit or use as a base for other themes/steal any codeing-->
  2.  
  3. <head>
  4.  
  5. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="#CDC1C5"/>
  8. <meta name="color:Text" content="#7a7979"/>
  9. <meta name="color:Italic" content="#df013a"/>
  10. <meta name="color:Bold" content="#610b21"/>
  11. <meta name="color:Link" content="#4d0f1f"/>
  12. <meta name="color:Link Hover" content="#ff001c"/>
  13. <meta name="color:Ask Background" content="#e8e8e8"/>
  14. <meta name="color:Icons Bar" content="#2e0100"/>
  15. <meta name="color:Border" content="#160700"/>
  16. <meta name="color:Paginations" content="#ffffff"/>
  17. <meta name="color:Scrollbar" content="#2e0100"/>
  18. <meta name="color:Scrollbar Background" content="#f5f5f5"/>
  19.  
  20. <!--Images-->
  21. <meta name="image:Background" content""/>
  22. <meta name="image:Sidebar" content=""/>
  23.  
  24. <!--Options-->
  25. <meta name="if:Infinite Scrolling" content=""/>
  26. <meta name="if:Faded Images" content=""/>
  27. <meta name="if:Inverted Images" content=""/>
  28.  
  29. <!--Links-->
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 1 name" content=""/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 2 name" content=""/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 3 name" content=""/>
  36.  
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <title>
  40. {block:PostSummary}
  41. {PostSummary} - {/block:PostSummary}{Title}</title>
  42.  
  43. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  44.  
  45. </style>
  46.  
  47. <style type="text/css">
  48.  
  49. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  50.  
  51.  
  52. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  53.  
  54. ::-webkit-scrollbar {
  55. width: 10px;
  56. height:auto;
  57. background:{color:Scroll Background};
  58. }
  59. ::-webkit-scrollbar-corner {
  60. background:{color:Scrollbar background};
  61. }
  62. ::-webkit-scrollbar-button:vertical {
  63. height:4px;
  64. display: block;
  65. background:{color:Scrollbar};
  66. }
  67. ::-webkit-scrollbar-button:horizontal {
  68. width:5px;
  69. height:4px!important;
  70. display: block;
  71. background:{color:Scrollbar};
  72. }
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background:{color:Scrollbar};
  75. border-top: 1px solid {color:Scrollbar Background};
  76. border-bottom: 1px solid {color:Scrollbar Background};
  77. }
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background:{color:Scrollbar};
  80. border-left: 1px solid {color:Scrollbar Background};
  81. border-right: 1px solid {color:Scrollbar Background};
  82. height:4px;
  83. }
  84. ::-webkit-scrollbar-thumb {
  85. background:{color:Scrollbar};
  86. border-top: 0px solid {color:Scrollbar Background};
  87. border-bottom: 0pt solid {color:Scrollbar Background};
  88. }
  89. ::-webkit-scrollbar-track-piece {
  90. background: {color:Scrollbar Background};
  91. width:4px;
  92. }
  93. ::-webkit-scrollbar:horizontal {
  94. height:10px!important;
  95. display: block;
  96. background:{color:Scrollbar};
  97. }
  98.  
  99. {block:ifInvertedImages}img{
  100. opacity: 1;
  101. filter:alpha(opacity=10);
  102. -moz-opacity: 0.1;
  103. -moz-transition: all .9s ease;
  104. -o-transition: all .9s ease;
  105. transition: all .9s ease;
  106. -webkit-transition: all .9s ease;}
  107. {/block:ifInvertedImages}
  108.  
  109.  
  110. {block:ifInvertedImages} img:hover{
  111. opacity: .8;
  112. filter:alpha(opacity=100);
  113. -moz-opacity: 1;
  114. -moz-transition: all .9s ease;
  115. -o-transition: all .9s ease;
  116. transition: all .9s ease;
  117. -webkit-transition: all .9s ease;}
  118. {/block:ifInvertedImages}
  119.  
  120. {block:ifFadedImages}img{
  121. opacity: .8;
  122. filter:alpha(opacity=10);
  123. -moz-opacity: 0.1;
  124. -moz-transition: all .9s ease;
  125. -o-transition: all .9s ease;
  126. transition: all .9s ease;
  127. -webkit-transition: all .9s ease;}
  128. {/block:ifFadedImages}
  129.  
  130.  
  131. {block:ifFadedImages} img:hover{
  132. opacity: 1;
  133. filter:alpha(opacity=100);
  134. -moz-opacity: 1;
  135. -moz-transition: all .9s ease;
  136. -o-transition: all .9s ease;
  137. transition: all .9s ease;
  138. -webkit-transition: all .9s ease;}
  139. {/block:ifFadedImages}
  140.  
  141. body{
  142. background-color: {color:Background};
  143. background-image: url({image:Background});
  144. background-attachment: fixed;
  145. background-repeat: repeat;
  146. background-position: center;
  147. font-family:calibri;
  148. font-size: 12px;
  149. line-height: 12px;
  150. color:{color:Text};
  151. }
  152.  
  153. a:link, a:active, a:visited{
  154. color: {color:Link};
  155. text-decoration:none;
  156. -webkit-transition: all 0.2s linear;
  157. -moz-transition: all 0.2s linear;
  158. transition: all 0.2s linear;
  159. }
  160. a:hover{
  161. color: {color:Link Hover};
  162. }
  163.  
  164. #container {
  165. margin:auto;
  166. position:right;
  167. width:900px;
  168. overflow:hidden;
  169. color: {color:Title};
  170. _margin-left:10%;
  171. }
  172.  
  173. #posts {
  174. margin:auto;
  175. position:relative;
  176. width:540px;
  177. background-color:;
  178. overflow:auto;
  179. overflow-y:hidden;
  180. }
  181.  
  182. #content {
  183. float:center;
  184. padding: 4px;
  185. margin-left:40px;
  186. background: transparent;
  187. }
  188.  
  189. #entry {
  190. width:400px;
  191. margin-left:350px;
  192. margin-top:20px;
  193. padding:3px;
  194. }
  195.  
  196. #permalink{
  197. width:400px;
  198. text-align:right;
  199. line-height:14px;
  200. font-size:10px;
  201. margin-top:3px;
  202. {block:IndexPage}
  203. border-top:1px solid {color:Text};
  204. {/block:IndexPage}
  205. }
  206.  
  207. #tags{
  208. text-align:right;
  209. font-size:10px;
  210. }
  211.  
  212. #side {
  213. position:fixed !important;
  214. width: 180px;
  215. height: auto;
  216. margin-top:50px;
  217. margin-left:-80px;
  218. padding:2px;
  219. }
  220.  
  221.  
  222. #links {
  223. position:fixed !important;
  224. width: 40px;
  225. height:100%;
  226. top:0;
  227. margin-left:-210px;
  228. padding:10px;
  229. padding-top:220px;
  230. background:{color:Icons Bar};
  231. border-right:10px solid {color:Border};
  232. border-left:10px solid {color:Border};
  233. }
  234.  
  235. .navigate{
  236. margin-top:6px;
  237. }
  238.  
  239. .icons a{
  240. padding:3px;
  241. padding-top:3px;
  242. margin-top:13px;
  243. position:relative;
  244. z-index:1;
  245. display:block;
  246. transition: all 0.3s ease-out;
  247. -o-transition-transition: all 0.3s ease-out;
  248. -webkit-transition: all 0.3s ease-out;
  249. -moz-transition: all 0.3s ease-out;
  250. }
  251.  
  252. .icons a:hover{
  253. -webkit-transform: rotate(-360deg);
  254. -moz-transform: rotate(-360deg);
  255. -o-transform: rotate(-360deg);
  256. transition: all 0.3s ease-out;
  257. -o-transition-transition: all 0.3s ease-out;
  258. -webkit-transition: all 0.3s ease-out;
  259. -moz-transition: all 0.3s ease-out;
  260. }
  261.  
  262. .blogtitle{
  263. font-size: 23px;
  264. line-height: 25px;
  265. padding: 3px;
  266. }
  267.  
  268. .blogtitle a {
  269. color: {color:Blog Title};
  270. }
  271.  
  272. .blogtitle a:hover {
  273. color: {color:Link Hover}
  274. }
  275.  
  276. .posttitle{
  277. font-size: 20px;
  278. line-height: 25px;
  279. }
  280.  
  281. .question {
  282. color:{color:Text};
  283. font-weight:normal;
  284. background: {color:Ask Background};
  285. margin: 0 0 10px 0;
  286. padding: 10px 15px;
  287. position:relative;
  288. }
  289.  
  290. .questionarrow {
  291. width:13px;
  292. height:7px;
  293. font-size:30px;
  294. position:absolute;
  295. color:{color:Ask Background};
  296. bottom: -3.5px;
  297. left: 260px;
  298. }
  299.  
  300. .asker {
  301. width:400px;
  302. margin-top:4px;
  303. text-align:left;
  304. color:{color:Text};
  305. }
  306.  
  307. .asker img {
  308. float:left;
  309. margin-left:220px;
  310. vertical-align:top;
  311. margin-right:3px;
  312. max-height:15px;
  313. }
  314.  
  315. blockquote{
  316. padding:5px;
  317. margin-left:10px;
  318. border-left: 3px solid {color:Text};}
  319.  
  320. blockquote p, ul{margin:0px; padding:0px;}
  321.  
  322. i{
  323. color:{color:Italic};
  324. font-style:italic;}
  325. b{
  326. color:{color:Bold};
  327. font-weight:bold;
  328. }
  329.  
  330.  
  331. .chat .line{
  332. margin-top:-2px;
  333. padding: 4px;
  334. }
  335. .chat .line.odd{
  336. margin-top:-2px;
  337. }
  338.  
  339. .label {font-weight:bold; color:{color:text}}
  340.  
  341. a img{border: 0px;}
  342.  
  343. .p { padding-top: 5px; }
  344. .ol, ul { margin-left: 10px; padding: 5px; }
  345. .ul { list-style-type: square; }
  346.  
  347.  
  348. .audio {
  349. position:relative;
  350. {block:IndexPage}
  351. overflow:hidden;
  352. {/block:IndexPage};
  353. min-height:150px;
  354. z-index:1;
  355. }
  356.  
  357. .player {
  358. position:absolute;
  359. z-index:3;
  360. background:#FFFFFF;
  361. margin-top:70px;
  362. margin-left:63px;
  363. opacity:0.8;
  364. border:2px {color:Border} solid;
  365. }
  366.  
  367. .audioplayer {
  368. width:15px;
  369. height:25px;
  370. overflow:hidden;
  371. padding:3px;
  372. margin-right:11px;
  373. }
  374.  
  375. .albumartovr {
  376. background-image:url(http://static.tumblr.com/jw8fmba/yIPlyo3f9/vinyl.png);
  377. }
  378.  
  379. .audioinfo {
  380. margin-left:245px;
  381. }
  382.  
  383. .names {
  384. font-size:15px;
  385. line-height:17px;
  386. margin-top:40px;
  387. margin-bottom:60px;
  388. }
  389.  
  390.  
  391. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  392.  
  393. .notes img{width:10px; position:left; top:3px;}
  394. #pg{
  395. font-size:46px;
  396. margin-left:160px;
  397. margin-top:-40px;
  398. position:fixed;
  399. }
  400.  
  401. #pg a {color:{color:Paginations};}
  402.  
  403. #pg a:hover {color:{color:Link Hover};}
  404.  
  405. #pg2{
  406. font-family:calibri;
  407. font-size:46px;
  408. margin-left:20px;
  409. margin-top:-40px;
  410. position:fixed;
  411. }
  412.  
  413. #pg2 a {color:{color:Paginations};}
  414.  
  415. #pg2 a:hover {color:{color:Link Hover};}
  416.  
  417. {CustomCSS}
  418. </style>
  419.  
  420. <link rel="shortcut icon" href="{Favicon}">
  421. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  422.  
  423. {block:ifinfinitescrolling}
  424. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  425. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  426. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  427. <script type="text/javascript">
  428. $(document).ready(function() {
  429. $().UItoTop({ easingType: 'easeOutQuart' });
  430. });
  431. </script>{/block:ifinfinitescrolling}
  432.  
  433.  
  434. </head>
  435. <body>
  436. <div id="container">
  437. <div id="content">
  438. <div id="posts">
  439. <div id="links">
  440.  
  441. <div class="icons">
  442. <a href="/" title="home"><img src="http://media.tumblr.com/tumblr_m6rir8NuwW1r869vr.png"></a>
  443. <br>
  444. <a href="/ask" title="message"><img src="http://media.tumblr.com/tumblr_m6rirhAFBi1r869vr.png"></a>
  445. <br>
  446. <a href="/archive" title="archive"><img src="http://media.tumblr.com/tumblr_m6rirlUBmI1r869vr.png"></a>
  447. <br>
  448. <a href="http://tomkirk.tumblr.com/" title="theme"><img src="http://media.tumblr.com/tumblr_m6rirtVPtx1r869vr.png"></a>
  449. </div>
  450. </div>
  451.  
  452. <div id="side">
  453. <center>
  454. <div class="blogtitle"><a href="/">{Title}</a></div>
  455. <a href="/">
  456. <img src="{image:sidebar}" width="180" style="margin-bottom:4px; border:5px solid {color:Border};"></a>
  457. {block:ifNotInfiniteScrolling}
  458. {block:Pagination}
  459. <div id="pg2">
  460. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  461. </div>
  462. <div id="pg">
  463. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  464. </div>
  465. {/block:Pagination}
  466. {/block:ifNotInfiniteScrolling}
  467. {Description}
  468. <br>
  469. <div class="navigate">
  470. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  471. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  472. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  473. </div>
  474. </div>
  475. </center>
  476. </div>
  477. </div>
  478.  
  479.  
  480.  
  481. <div id="content">
  482. {block:Posts}
  483. <div id="entry">
  484.  
  485. {block:Answer}
  486. <div class="question">
  487. <div class="questionarrow">▼</div>
  488. {Question}
  489. </div>
  490. <br>
  491. <div class="asker"><img src="{AskerPortraitURL-30}">{Asker}</div>
  492. <div class="answer">{Answer}</div>
  493. {/block:answer}
  494.  
  495. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i><br> - {Source}</i>{/block:Source}
  496. {/block:Quote}
  497.  
  498. {block:Photo}
  499. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  500. {block:ContentSource}
  501. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  502. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  503. {/block:SourceLogo}
  504. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  505. {/block:ContentSource}
  506. {block:ReblogParentURL}
  507. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  508. {/block:ReblogParentURL}
  509. {/block:Photo}
  510.  
  511. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}
  512. {/block:link}
  513.  
  514. {block:Chat}{block:title}<div id="posttitle"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  515. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  516. {/block:Chat}
  517.  
  518. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}{Body}
  519. {/block:text}
  520.  
  521. {block:Photoset}
  522. <center>{Photoset-400}</center>
  523. {block:Caption}{Caption}{/block:Caption}
  524. {/block:Photoset}
  525.  
  526. {block:Audio}
  527. <div class="audio">
  528. <span style="background-color:{color:Background}; position:absolute; width:160px; height:160px; margin-right:12px;">
  529. {block:AlbumArt}
  530. <img src="{AlbumArtURL}" width="160px"align="left" style="margin-right:12px;" />
  531. <div class="albumartovr">
  532. <img src="http://static.tumblr.com/jw8fmba/yIPlyo3f9/vinyl.png" style="position:absolute; margin-left:-95px; z-index:-1;" width="160">
  533. {/block:AlbumArt}
  534. </div>
  535. <div class="player">
  536. <div class="audioplayer">
  537. {AudioPlayerWhite}
  538. </div></div></span>
  539. <div class="audioinfo">
  540. <div class="names">
  541. {block:TrackName}
  542. <b>Title:</b><br>
  543. {TrackName}
  544. {/block:TrackName}
  545. <br>
  546. {block:Artist}
  547. <b>Artist:</b><br>
  548. {Artist}
  549. {/block:Artist}<br>
  550. </div></div>
  551. {block:Caption}{Caption}{/block:Caption}
  552. </div>
  553. {/block:Audio}
  554.  
  555. {block:Video}
  556. <center>{Video-400}<BR>
  557. {block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  558.  
  559. {block:IndexPage}
  560. <div id="permalink">
  561. Posted on
  562. <a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year}</a>
  563. with
  564. <a href="{Permalink}" >{NoteCountWithLabel}</a></l>
  565. </div>
  566. {/block:IndexPage}
  567.  
  568. {block:IndexPage}
  569. {block:HasTags}
  570. <div id="tags">
  571. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  572. {/block:Tags}
  573. </div>
  574. {/block:HasTags}
  575. {/block:IndexPage}
  576.  
  577. {block:PermalinkPage}
  578. <div id="permalink">
  579. <Br>
  580. {block:Date}
  581. {TimeAgo} on
  582. {ShortMonth} {DayofMonth},{Year}
  583. {/block:Date}
  584. {block:NoteCount} · {NoteCountWithLabel}
  585. {/block:NoteCount}
  586. {block:HasTags} · Tags:
  587. {block:Tags}#<a href="{TagURL}">{Tag} </a>
  588. {/block:Tags}
  589. {/block:HasTags}
  590. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  591. </div>
  592. {/block:PermalinkPage}
  593.  
  594. {block:PostNotes}
  595. <div style="text align:left">
  596. {PostNotes}
  597. </div>
  598. {/block:PostNotes}</div>{/block:Posts}
  599.  
  600. </div>
  601.  
  602. </body>
  603. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement