Advertisement
singforabsolution

Theme By Kelsey#14

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