Advertisement
singforabsolution

Theme By Kelsey #4 Remake

Jun 19th, 2012
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.80 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="#CDC1C5"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Post Title" content="#1C1C1C"/>
  10. <meta name="color:Blog Title" content="#1C1C1C"/>
  11. <meta name="color:Link" content="#8B7D7B"/>
  12. <meta name="color:Link Hover" content="#CDB7B5"/>
  13. <meta name="color:Chat 1" content=""/>
  14. <meta name="color:Chat 2" content=""/>
  15. <meta name="color:Sidelinks Text" content="#CDCDC1"/>
  16. <meta name="color:Sidelinks Background" content="#838b8b"/>
  17. <meta name="color:Sidelinks Hover" content="#000"/>
  18. <meta name="color:Scrollbar Background" content="#f0f0f0"/>
  19. <meta name="color:Scrollbar" content="#000"/>
  20.  
  21. <!--Images-->
  22. <meta name="image:Background" content""/>
  23.  
  24. <!--Options-->
  25. <meta name="if:Infinite Scrolling" content=""/>
  26. <meta name="if:Tiny Cursor" content=""/>
  27. <meta name="if:Tiny Scrollbar" content=""/>
  28. <meta name="if:Italic Link Hover" content=""/>
  29. <meta name="if:Faded Images" content=""/>
  30. <meta name="if:Inverted Images" content=""/>
  31. <meta name="if:Link1" content="1"/>
  32. <meta name="if:Link2" content="1"/>
  33. <meta name="if:Link3" content="1"/>
  34. <meta name="if:Link4" content="1"/>
  35.  
  36. <!--Links-->
  37. <meta name="text:Link 1 URL" content="/"/>
  38. <meta name="text:Link 1 name" content="link1"/>
  39. <meta name="text:Link 2 URL" content="/"/>
  40. <meta name="text:Link 2 name" content="link2"/>
  41. <meta name="text:Link 3 URL" content="/"/>
  42. <meta name="text:Link 3 name" content="link3"/>
  43. <meta name="text:Link 4 URL" content="/"/>
  44. <meta name="text:Link 4 name" content="link4"/>
  45.  
  46. {block:iftinycursor}<style type="text/css">body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}</style>{/block:iftinycursor}
  47.  
  48. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  49.  
  50. </style>
  51.  
  52. <style type="text/css">
  53.  
  54. {block:iftinyscrollbar}
  55. ::-webkit-scrollbar {width: 5px; height: 5px; background: #F5F5F5; }
  56. ::-webkit-scrollbar-thumb { background-color: #E8E8E8; -webkit-border-radius: 1ex; border: 1px solid black;}
  57. {/block:iftinyscrollbar}
  58.  
  59. {block:ifInvertedImages}img{
  60. opacity: 1;
  61. filter:alpha(opacity=10);
  62. -moz-opacity: 0.1;
  63. -moz-transition: all .9s ease;
  64. -o-transition: all .9s ease;
  65. transition: all .9s ease;
  66. -webkit-transition: all .9s ease;}
  67. {/block:ifInvertedImages}
  68.  
  69.  
  70. {block:ifInvertedImages} img:hover{
  71. opacity: .8;
  72. filter:alpha(opacity=100);
  73. -moz-opacity: 1;
  74. -moz-transition: all .9s ease;
  75. -o-transition: all .9s ease;
  76. transition: all .9s ease;
  77. -webkit-transition: all .9s ease;}
  78. {/block:ifInvertedImages}
  79.  
  80. {block:ifFadedImages}img{
  81. opacity: .8;
  82. filter:alpha(opacity=10);
  83. -moz-opacity: 0.1;
  84. -moz-transition: all .9s ease;
  85. -o-transition: all .9s ease;
  86. transition: all .9s ease;
  87. -webkit-transition: all .9s ease;}
  88. {/block:ifFadedImages}
  89.  
  90.  
  91. {block:ifFadedImages} img:hover{
  92. opacity: 1;
  93. filter:alpha(opacity=100);
  94. -moz-opacity: 1;
  95. -moz-transition: all .9s ease;
  96. -o-transition: all .9s ease;
  97. transition: all .9s ease;
  98. -webkit-transition: all .9s ease;}
  99. {/block:ifFadedImages}
  100.  
  101. {block:iftinycursor}
  102. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  103.  
  104. body{
  105. background-color: {color:Background};
  106. background-image: url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. background-position: center;
  110. font-family: ;
  111. font-size: 12px;
  112. line-height: 13px;
  113. color:{color:Text};
  114. }
  115.  
  116. a:link, a:active, a:visited{
  117. color: {color:Link};
  118. -webkit-transition: all 0.2s linear;
  119. -moz-transition: all 0.2s linear;
  120. transition: all 0.2s linear;
  121. }
  122. a:hover{
  123. color: {color:Link Hover};
  124. {block:ifItalicLinkHover}
  125. font-style:italic;
  126. {/block:ifItalicLinkHover}
  127. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  128. }
  129.  
  130. #container {
  131. margin:auto;
  132. position:right;
  133. width:800px;
  134. overflow:hidden;
  135. color: {color:Title};
  136. _margin-left:10%;
  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.  
  149. #content {
  150. float:center;
  151. width:508px;
  152. padding: 4px;
  153. margin-top:15px;
  154. margin-left: 40px;
  155. background: transparent;
  156. }
  157.  
  158. #entry {
  159. margin-top:10px;
  160. padding:3px;
  161. }
  162.  
  163. #entry img{
  164. {block:IndexPage}max-width:500px;{/block:IndexPage}
  165. }
  166.  
  167. #entry .permalink a{
  168. color:{color:Link};
  169. }
  170.  
  171. #entry .permalink a:hover{
  172. color: {color:Link Hover};
  173. }
  174.  
  175. #entry .permalink{
  176. width:100px;
  177. padding-right:2px;
  178. padding-left:4px;
  179. position:absolute;
  180. text-align:right;
  181. font-size:10px;
  182. line-height:11px;
  183. overflow:hidden;
  184. background-color:transparent;
  185. margin-left:-110px;
  186. opacity:0.0;
  187. -webkit-transition: all 0.3s linear;
  188. -moz-transition: all 0.3s linear;
  189. transition: all 0.3s linear;
  190. }
  191.  
  192. #entry:hover .permalink{
  193. overflow:visible;
  194. -webkit-transition: opacity 0.3s linear; opacity: 1;
  195. -webkit-transition: all 0.3s linear;
  196. -moz-transition: all 0.3s linear;
  197. transition: all 0.3s linear;
  198. }
  199.  
  200. #permalink{
  201. text-align:right;
  202. font-size:10px;
  203. position:relative;
  204. }
  205.  
  206. #side {
  207. position:fixed !important;
  208. width: 250px;
  209. height: auto;
  210. margin-top:450px;
  211. margin-left:560px;
  212. padding:2px;
  213. }
  214.  
  215. .navigate{
  216. font-size:11px;
  217. text-transform:lowercase;
  218. text-align:right;
  219. margin-top:3px;
  220. color:{color:Link};
  221. }
  222.  
  223. .blogtitle{
  224. font-size: 25px;
  225. line-height: 20px;
  226. padding: 3px;
  227. border-bottom:1px dotted black;
  228. text-align:left;
  229. }
  230.  
  231. .blogtitle a {
  232. color: {color:Blog Title};
  233. text-decoration:none;
  234. }
  235.  
  236. .blogtitle a:hover {
  237. color: {color:Link Hover}
  238. }
  239.  
  240. .posttitle{
  241. font-size: 20px;
  242. line-height: 20px;
  243. text-transform: uppercase;
  244. color: {color:Post Title};
  245. }
  246.  
  247.  
  248. blockquote{
  249. padding:0px 0px 2px 5px;
  250. margin:0px 0px 2px 1px;
  251. border-left: 1px solid {color:Text};}
  252. blockquote p, ul{margin:0px; padding:0px;
  253. }
  254.  
  255. .chat .line{
  256. background-color:{color:Chat 1};
  257. margin: 0 0 0px;
  258. padding: 2px;
  259. }
  260. .chat .line.odd{
  261. background-color:{color:Chat 2};
  262. }
  263.  
  264. .label {font-weight:bold; color:{color:text}}
  265.  
  266. a img{border: 0px;}
  267.  
  268. .p { padding-top: 5px; }
  269. .ol, ul { margin-left: 10px; padding: 5px; }
  270. .ul { list-style-type: square; }
  271.  
  272. .albumart { margin-bottom:0px; }
  273. .albumart img, .audio embed {
  274. width:73px;
  275. padding-right:25px;
  276. }
  277.  
  278. .albumartovr {
  279. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  280. }
  281.  
  282. .name{
  283. font-size:14px;
  284. line-height:15px;
  285. margin-top:10px;
  286. }
  287. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  288.  
  289. .notes img{width:10px; position:left; top:3px;}
  290.  
  291. .tags {
  292. width:auto;
  293. solid {color:Links};
  294. font-size: 7.5px;
  295. text-transform:uppercase;
  296. color:{color:link};
  297. padding:3px 0px;
  298. line-height:1;
  299. letter-spacing: 1px;
  300. margin-left:1px;
  301. }
  302.  
  303. .tags a:hover{
  304. color: {color:Link Hover};
  305. }
  306.  
  307. {font-size: 100%;}
  308.  
  309. {CustomCSS}
  310. </style>
  311.  
  312. <link rel="shortcut icon" href="{Favicon}">
  313. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  314.  
  315. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  316. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  317. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  318.  
  319. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  320. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  321. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  322. <script type="text/javascript">
  323. $(document).ready(function() {
  324. $().UItoTop({ easingType: 'easeOutQuart' });
  325. });
  326. </script>{/block:ifinfinitescrolling}
  327.  
  328.  
  329. </head>
  330. <body>
  331. <div id="container">
  332. <div id="content">
  333. <div id="posts">
  334. <div id="side">
  335. <div class="blogtitle"><a href="/">{Title}</a></div>
  336. {Description}
  337. <br>
  338. <div class="navigate">
  339. {block:iflink1}
  340. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> •
  341. {/block:iflink1}
  342. {block:iflink2}
  343. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> •
  344. {/block:iflink2}
  345. {block:iflink3}
  346. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> •
  347. {/block:iflink3}
  348. {block:iflink4}
  349. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> •
  350. {/block:iflink4}
  351. <a href="http://tomkirk.tumblr.com/">©</a>
  352. </div></div>
  353. </div>
  354. </div>
  355.  
  356.  
  357.  
  358. <div id="content">
  359. {block:Posts}
  360. <div id="entry">
  361.  
  362. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}{Body}
  363. {block:IndexPage}
  364. <div id="permalink"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  365. </div>
  366. {/block:IndexPage}
  367. {/block:text}
  368.  
  369. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}
  370. {block:IndexPage}
  371. <div id="permalink"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  372. </div>
  373. {/block:IndexPage}
  374. {/block:link}
  375.  
  376. {block:Photo}
  377. {block:IndexPage}
  378. <div class="permalink" style="letter-spacing:1px;"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  379. </div>
  380. {/block:IndexPage}
  381. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  382. {block:ContentSource}
  383. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  384. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  385. {/block:SourceLogo}
  386. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  387. {/block:ContentSource}
  388. {block:ReblogParentURL}
  389. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  390. {/block:ReblogParentURL}
  391. {/block:Photo}
  392.  
  393. {block:Photoset}
  394. {block:IndexPage}
  395. <div class="permalink" style="letter-spacing:1px;"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  396. </div>
  397. {/block:IndexPage}
  398. <center>{Photoset-500}</center>
  399. {block:Caption}{Caption}{/block:Caption}
  400. {/block:Photoset}
  401.  
  402. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}
  403. {block:IndexPage}
  404. <div id="permalink"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  405. </div>
  406. {/block:IndexPage}
  407. {/block:Quote}
  408.  
  409. {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}">
  410. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  411. {block:IndexPage}
  412. <div id="permalink"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  413. </div>
  414. {/block:IndexPage}
  415. {/block:Chat}
  416.  
  417. {block:Audio}
  418. {block:albumart}
  419. <div class="albumartovr">
  420. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute;">
  421. <div class="albumart">
  422. <img src="{albumarturl}" align="left">
  423. </div></div>
  424. {/block:albumart}
  425. {AudioPlayerBlack}
  426. <div class="name">
  427. {block:TrackName}<span><strong>Title</strong>:
  428. {TrackName}</span>{/block:TrackName}<br>
  429. {block:Artist}<span><strong>Artist:</strong>
  430. {Artist}</span>{/block:Artist}
  431. </div>
  432. <br>
  433. {block:Caption}{Caption}{/block:Caption}
  434. {block:IndexPage}
  435. <div id="permalink"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  436. </div>
  437. {/block:IndexPage}
  438. {/block:Audio}
  439.  
  440. {block:Video}
  441. {block:IndexPage}
  442. <div class="permalink" style="letter-spacing:1px;"><a href="{Permalink}" target="_blank" class="details">{NoteCount}</a></l>
  443. </div>
  444. {/block:IndexPage}<center>{Video-500}<BR>
  445. {block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  446.  
  447. {block:PermalinkPage}
  448. <div id="permalink">
  449. <Br>
  450. {block:Date}
  451. {TimeAgo} on
  452. {ShortMonth} {DayofMonth},{Year}
  453. {/block:Date}
  454. {block:NoteCount} · {NoteCountWithLabel}
  455. {/block:NoteCount}
  456. {block:HasTags} · Tags:
  457. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  458. {/block:Tags}
  459. {/block:HasTags}
  460. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  461. </div>
  462. {/block:PermalinkPage}
  463.  
  464. {block:PostNotes}{PostNotes}
  465. {/block:PostNotes}</div>{/block:Posts}
  466.  
  467. <center>
  468. <br>
  469. {block:ifNotInfiniteScrolling}
  470. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">previous</font></a>{/block:PreviousPage}
  471. {block:NextPage}<a href="{NextPage}"><font size="2">next</font></a>{/block:NextPage}
  472. {/block:ifNotInfiniteScrolling}
  473. </center>
  474. </div>
  475.  
  476. </body>
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement