Advertisement
singforabsolution

Theme By Kelsey #8 Remake

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