Advertisement
singforabsolution

Theme By Kelsey #18

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