Advertisement
singforabsolution

Undisclosed Desires Theme

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