Advertisement
singforabsolution

Theme By Kelsey #13

Apr 1st, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.89 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code-->
  2.  
  3. <head>
  4.  
  5. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="#662e44"/>
  8. <meta name="color:Text" content="#E8E8E8"/>
  9. <meta name="color:Post Title" content="#1C1C1C"/>
  10. <meta name="color:Link" content="#8B7D7B"/>
  11. <meta name="color:Link Hover" content="#CDB7B5"/>
  12. <meta name="color:Blog Title" content="#8B7D7B"/>
  13. <meta name="color:Chat 1" content="#E8E8E8"/>
  14. <meta name="color:Chat 2" content="#A9A9A9"/>
  15. <meta name="color:Ask Background" content="#4F4F4F"/>
  16. <meta name="color:Main" content="#fffef0"/>
  17. <meta name="color:Sidelinks" content="#faecc5"/>
  18. <meta name="color:Sidelinks Text" content="#af8b97"/>
  19. <meta name="color:Sidelinks Text Hover" content="#af8b97">
  20.  
  21. <!--Images-->
  22. <meta name="image:Background" content"http://25.media.tumblr.com/tumblr_lyz4nmEMaZ1rnpeyto1_250.png"/>
  23. <meta name="image:Sidebar" content=""/>
  24.  
  25. <!--Options-->
  26. <meta name="if:Infinite Scrolling" content=""/>
  27. <meta name="if:Pagination" content=""/>
  28. <meta name="if:Tiny Cursor" content=""/>
  29. <meta name="if:Tiny Scrollbar" content=""/>
  30. <meta name="if:Box shadows" content=""/>
  31. <meta name="if:Box borders" content=""/>
  32. <meta name="if:Rainbow Links" content=""/>
  33. <meta name="if:Show Caption" content=""/>
  34. <meta name="if:Colored Main" content=""/>
  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:Description}
  47. <meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <title>
  49. {block:PostSummary}
  50. {PostSummary} - {/block:PostSummary}{Title}</title>
  51.  
  52. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  53.  
  54. </style>
  55. <link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>
  56. <style type="text/css">
  57.  
  58. {block:iftinycursor}
  59. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  60.  
  61.  
  62. {block:iftinyscrollbar}
  63. ::-webkit-scrollbar {width: 8px; height: 9px; background :#fff; }
  64. ::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 0ex; border: 0px #D4D8DB;}
  65. {/block:iftinyscrollbar}
  66.  
  67.  
  68. body{
  69. background-color: {color:Background};
  70. background-image:url({image:Background});
  71. background-attachment:fixed;
  72. background-repeat:repeat;
  73. background-position:center;
  74. font-family:helvetica;
  75. font-size:11px;
  76. line-height:12px;
  77. letter -spacing:0px;
  78. color:{color:Text};
  79. text-align:justify;
  80. }
  81.  
  82. a:link, a:active, a:visited{
  83. color: {color:Link};
  84. text-decoration:none;
  85. }
  86. a:hover{
  87. color: {color:Link Hover};
  88. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  89. }
  90.  
  91. #container {
  92. margin:auto;
  93. position:right;
  94. width:1200px;
  95. color: {color:Title};
  96. _margin-left:10%;
  97. }
  98.  
  99. #content {
  100. float:center;
  101. width:508px;
  102. padding:3px;
  103. margin-top:0px;
  104. margin-left:230px;
  105. background:transparent;
  106. }
  107.  
  108. #entry {
  109. margin-top:15px;
  110. padding:3px;
  111. {block:ifColoredMain}background-color:{color:Main}{/block:ifColoredMain};
  112. {block:ifColoredMain}background-color:clear{/block:ifColoredMain};
  113. {block:ifboxshadows};
  114. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  115. {/block:ifboxshadows}
  116. {block:ifboxborders}
  117. border: 1px solid black;
  118. {/block:ifboxborders}
  119. }
  120.  
  121. #entry img{
  122. {block:IndexPage}max-width:500px;{/block:IndexPage}
  123. }
  124.  
  125.  
  126. #entry .permalink a{
  127. color:{color:Link};
  128. }
  129.  
  130. #entry .permalink{
  131. width:auto;
  132. padding:1px;
  133. padding-left:5px;
  134. padding-right:5px;
  135. position:absolute;
  136. text-align:left;
  137. font-size:10px;
  138. height:13px;
  139. overflow:hidden;
  140. margin-left:395px;
  141. opacity:0.0;
  142. background-color:white;
  143. -webkit-border-radius: 15px;
  144. -moz-border-radius: 15px;
  145. border-radius: 15px;
  146. }
  147.  
  148. #entry:hover .permalink{
  149. position:center;
  150. margin-left:395px;
  151. overflow:visible;
  152. -webkit-transition: opacity 0.3s linear; opacity: 0.8;
  153. -webkit-transition: all 0.3s linear;
  154. -moz-transition: all 0.3s linear;
  155. transition: all 0.3s linear;
  156. }
  157.  
  158. #side {
  159. position:fixed !important;
  160. width:210px;
  161. height:auto;
  162. font-size:10px;
  163. line-height:9px;
  164. {block:ifColoredMain}background-color:{color:Main}{/block:ifColoredMain};
  165. {block:ifColoredMain}background-color:clear;{/block:ifColoredMain};
  166. margin-top:40px;
  167. margin-left:790px ;
  168. padding:4px;
  169. {block:ifboxshadows};
  170. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  171. {/block:ifboxshadows}
  172. {block:ifboxborders}
  173. border: 1px solid black;
  174. {/block:ifboxborders}
  175. }
  176.  
  177.  
  178. #linksbar {
  179. position:fixed !important;
  180. width:40px;
  181. height:10px;
  182. line-height:9px;
  183. background-color:clear;
  184. margin-top:85px;
  185. margin-left:755px;
  186. padding 2px;
  187. z-index:1;
  188. opacity: 1;
  189. }
  190.  
  191. #sidelinks {
  192. position:fixed !important;
  193. width:210px;
  194. height:15px;
  195. font-family: 'Doppio One', sans-serif;
  196. font-size:10px;
  197. line-height:9px;
  198. background-color:{color:Sidelinks};
  199. color:{color:Sidelinks Text};
  200. margin-top:85px;
  201. margin-left:533px;
  202. padding 2px;
  203. padding-top:4px;
  204. z-index:1;
  205. transition: all 0.6s linear;
  206. -o-transition-transition: all 0.6s linear;
  207. -webkit-transition: all 0.6s linear;
  208. -moz-transition: all 0.6s linear;
  209. opacity: 0.2;
  210. }
  211.  
  212. #sidelinks:hover {
  213. background-color:{color:Sidelinks};
  214. color:{color:Sidelinks Text Hover};
  215. opacity: 0.8;
  216. transition: all 0.6s linear;
  217. -o-transition-transition: all 0.6s linear;
  218. -webkit-transition: all 0.6s linear;
  219. -moz-transition: all 0.6s linear;
  220. }
  221.  
  222. .navigate a{
  223. width:35px;
  224. height:8px;
  225. padding:2px;
  226. padding-top:2px;
  227. margin-top:3px;
  228. margin-left:4px;
  229. font-family: 'Doppio One', sans-serif;
  230. font-size:10px;
  231. text-align:left;
  232. position:relative;
  233. z-index:1;
  234. display:block;
  235. transition: all 0.5s ease-out;
  236. -o-transition-transition: all 0.5s ease-out;
  237. -webkit-transition: all 0.5s ease-out;
  238. -moz-transition: all 0.5s ease-out;
  239. }
  240.  
  241. .navigate a:hover{
  242. margin-left:20px;
  243. transition: all 0.5s ease-out;
  244. -o-transition-transition: all 0.5s ease-out;
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. }
  248.  
  249.  
  250. .blogtitle{
  251. font-size:23px;
  252. line-height:30px;
  253. color: {color:Blog Title};
  254. font-family: 'Doppio One', sans-serif;
  255. }
  256.  
  257. .posttitle{
  258. font-size:16px;
  259. line-height:16px;
  260. color: {color:Post Title};
  261. letter-spacing: 1;
  262. font-family: 'Doppio One', sans-serif;
  263. font-weight:none;
  264. }
  265.  
  266. .nav{
  267. font-size:30px;
  268. font-family: 'Doppio One', sans-serif;
  269. color:{color:Blog Title};
  270. }
  271.  
  272. blockquote{
  273. padding:0px 0px 2px 5px;
  274. margin:0px 0px 2px 1px;
  275. border-left: 1px solid {color:Text};}
  276. blockquote p, ul{margin:0px; padding:0px;
  277. }
  278.  
  279. .chat .line{
  280. color:{color:Chat 1};
  281. margin: 0 0 0px;
  282. padding: 2px;
  283. }
  284. .chat .line.odd{
  285. color:{color:Chat 2};
  286. }
  287.  
  288. .label {font-weight:bold; color:{color:text}}
  289.  
  290. .question {
  291. color:{color:Text};
  292. font-size:10px;
  293. font-weight:normal;
  294. line-height:95%;
  295. background: {color:Ask Background};
  296. margin: 0 0 10px 0;
  297. padding: 10px 15px;
  298. position:relative;
  299. -moz-border-radius:5px; -webkit-border-radius:5px;
  300. }
  301.  
  302. .questionarrow {
  303. width:13px;
  304. height:7px;
  305. font-size:30px;
  306. position:absolute;
  307. color:{color:Ask Background};
  308. bottom: -3.5px;
  309. left: 260px;
  310. }
  311.  
  312.  
  313. .asker {
  314. width:500px;
  315. text-align:left;
  316. color:{color:Text};
  317. font-family: 'Doppio One', sans-serif;
  318. font-size:9px;
  319. }
  320.  
  321. .asker a {
  322. color:{color:Text};
  323. }
  324.  
  325. .asker img {
  326. float:left;
  327. margin-left:220px;
  328. vertical-align:top;
  329. margin-right:3px;
  330. max-height:15px;
  331. }
  332.  
  333. a img{border:0px;}
  334.  
  335. .p { padding-top:5px; }
  336. .ol, ul { margin-left:10px; padding:5px; }
  337. .ul { list-style-type:square; }
  338.  
  339. .albumart { margin-bottom:0px; }
  340. .albumart img, .audio embed { width:55px; padding-right:3px; }
  341.  
  342. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  343.  
  344. .notes img{width:10px; position:left; top:3px;}
  345.  
  346. .tags {
  347. width:auto;
  348. solid {color:Links};
  349. font-size:10px;
  350. color:{color:link};
  351. padding:2px;
  352. line-height:1;
  353. margin-left:1px;
  354. font-family: 'Doppio One', sans-serif;
  355. }
  356.  
  357. .tags a:hover{
  358. color: {color:Link Hover};
  359. }
  360.  
  361. .pages {
  362. width:200px;
  363. height:16px;
  364. padding-top:5px;
  365. margin-top:10px;
  366. font-size:12px;
  367. font-family:helvetica;
  368. background-color:clear;
  369. text-align:center;
  370. }
  371.  
  372. {font-size: 100%;}
  373.  
  374. {CustomCSS}
  375. 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;}
  376.  
  377. 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;}
  378. </style>
  379.  
  380. <link rel="shortcut icon" href="{Favicon}">
  381.  
  382. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  383.  
  384. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  385. "></script>{/block:ifrainbowlinks}
  386.  
  387. {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;
  388. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  389. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  390.  
  391. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  392. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  393. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  394. <script type="text/javascript">
  395. $(document).ready(function() {
  396. $().UItoTop({ easingType: 'easeOutQuart' });
  397. });
  398. </script>{/block:ifinfinitescrolling}
  399.  
  400.  
  401. </head>
  402. <body>
  403. <div id="container">
  404. <div id="content">
  405. <div id="sidelinks">
  406. <center>
  407. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> •
  408. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> •
  409. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> •
  410. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  411. </center>
  412. </div>
  413. <div id="linksbar">
  414. <br>
  415. <div class="navigate">
  416. <a href="/">home</a>
  417. <a href="/ask">ask</a>
  418. <a href="/archive">archive</a>
  419. <a href="sociallyawkwardgiraffe.tumblr.com">theme</a>
  420. </div>
  421. </div>
  422. </div>
  423. </div>
  424. <div id="side">
  425. <center>
  426. <div class="blogtitle"><a href="/">{Title}</a></div>
  427. </center>
  428. <img src="{image:sidebar}" width="210" style=" float:right; border:0px solid {color:borders}; padding:0px; background:transparent;"/>
  429. <br>
  430. {Description}
  431. <center>
  432. <div class="pages">
  433. {block:Pagination}
  434. <div class="pagination">
  435. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">« </font></a>{/block:PreviousPage}
  436. {block:JumpPagination length="5"}
  437. {block:CurrentPage}
  438. <span class="current_page">{PageNumber}&nbsp;</span>
  439. {/block:CurrentPage}
  440. {block:JumpPage}
  441. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  442. {/block:JumpPage}
  443. {/block:JumpPagination}
  444. {block:NextPage}<a href="{NextPage}"><font size="2">» </font></a>{/block:NextPage}
  445. </div>
  446. {/block:Pagination}
  447. </center>
  448. </div>
  449. </div>
  450. </div>
  451. </div>
  452.  
  453.  
  454.  
  455. <div id="content">
  456. {block:Posts}
  457. <div id="entry">
  458. {block:IndexPage}
  459. <div class="permalink">
  460. <a href="{permalink}">{NoteCountWithLabel}</a> • <a href="{reblogurl}" target="_blank">reblog</a></div>
  461. {/block:IndexPage}
  462.  
  463. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  464.  
  465. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  466.  
  467. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  468.  
  469. {block:Photoset}<center>{Photoset-500}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  470.  
  471. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
  472.  
  473. {block:Chat}{block:title}<div id="title">{Title}<br></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  474. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  475.  
  476. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  477. {TrackName}</span>{/block:TrackName}<br>
  478. {block:Artist}<span><strong>Artist:</strong>
  479. {Artist}</span>{/block:Artist}<br>
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Audio}
  482.  
  483. {block:Video}<center>{Video-500}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  484.  
  485.  
  486.  
  487. {block:Answer}
  488. <div class="question">
  489. <div class="questionarrow">▼</div>
  490. {Question}
  491. </div>
  492. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  493. <div class="answer">{Answer}</div>
  494. {/block:answer}
  495.  
  496. {block:HasTags}<div class="tags"> tags: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  497. </center>
  498.  
  499. {block:PermalinkPage}
  500. <div id="permapage"><Br>{block:Date}{Month} {DayofMonth},{Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}</div>
  501. {/block:PermalinkPage}
  502.  
  503. {block:PostNotes}{PostNotes}
  504. {/block:PostNotes}</div>{/block:Posts}
  505.  
  506.  
  507. </div></div>
  508. </div>
  509. </body>
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement