Advertisement
singforabsolution

Theme By Kelsey #7 Remake

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