Advertisement
sleeplessthemes

Incomplex

May 17th, 2012
11,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Incomplex Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Incomplex Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Incomplex Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Incomplex Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Incomplex Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Incomplex Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:Background" content="#ececec"/>
  19. <meta name="color:post" content="#ffffff"/>
  20. <meta name="color:sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#464646"/>
  22. <meta name="color:text headers" content="#232323"/>
  23. <meta name="color:bold text" content="#232323"/>
  24. <meta name="color:label background" content="#f4f4f4"/>
  25. <meta name="color:link" content="#969696"/>
  26. <meta name="color:link hover" content="#ffffff"/>
  27. <meta name="color:notes" content="#ffffff"/>
  28. <meta name="color:notes hover" content="#464646"/>
  29. <meta name="color:notes background" content="#000000"/>
  30. <meta name="color:post separator" content="#c8c8c8"/>
  31.  
  32.  
  33. <meta name="image:Portrait" content=""/>
  34. <meta name="image:Background" content=""/>
  35.  
  36. <meta name="if:Show Infinite Scroll" content="1" />
  37. <meta name="if:Show Photo Caption" content="1" />
  38.  
  39. <meta name="text:Font Size" content="9px"/>
  40. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  41.  
  42. <meta name="text:Custom Link One" content="" />
  43. <meta name="text:Custom Link One Title" content="" />
  44. <meta name="text:Custom Link Two" content="" />
  45. <meta name="text:Custom Link Two Title" content="" />
  46. <meta name="text:Custom Link Three" content="" />
  47. <meta name="text:Custom Link Three Title" content="" />
  48. <meta name="text:Custom Link Four" content="" />
  49. <meta name="text:Custom Link Four Title" content="" />
  50.  
  51.  
  52. <title>{Title}</title>
  53. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  54. <link rel="shortcut icon" href="{Favicon}">
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59.  
  60. <script> $("#entry").css({ opacity: 0.5 }); </script>
  61. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  62.  
  63. <style type="text/css">
  64. body{
  65. height:100%;
  66. margin-top:0px;
  67. text-align:justify;
  68. color: {color:Text};
  69. font-family: {font:Body};
  70. font-size: {text:Font Size};
  71. line-height: 12px;
  72. background-color:{color:Background};
  73. background-image:url({image:Background});
  74. background-attachment: fixed;
  75. background-position:bottom center;
  76. background-repeat: repeat;}
  77.  
  78. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  79. font-family: {font:Body};
  80. font-size: {text:Font Size}; line-height:12px; }
  81. a:hover{color: {color:link hover}; line-height:12px;}
  82.  
  83. #tumblr_controls{
  84. position:fixed!important;}
  85.  
  86. b, strong{color: {color:bold text};
  87. font-family: {font:Body};
  88. font-size: {text:Font Size}; line-height:12px;}
  89.  
  90. #wtf {
  91. box-shadow: 0 6px 26px rgba(0, 0, 0, 0.3);
  92. background-color: {color:post};
  93. margin-top:10px;
  94. width:402px;
  95. overflow: visible;
  96. margin-left: auto;
  97. margin-right: auto;
  98. padding:4px;
  99. color: {color:Text};
  100. font-family: {font:Body};
  101. font-size: {text:Font Size};
  102. line-height: 12px;}
  103.  
  104. #entry {
  105. position:relative;
  106. background-color: {color:post};
  107. border: 0px solid {color:post};
  108. z-index:6;
  109. overflow:hidden;
  110. width:400px;
  111. height: auto;
  112. padding: 1px;
  113. margin:0px 0px 0px 0px;}
  114.  
  115.  
  116. #info {
  117. background-color: {color:post};
  118. border: 0px solid {color:post};
  119. z-index:6;
  120. overflow:visible;
  121. width:400px;
  122. height: auto;
  123. padding: 1px;
  124. margin:0px 0px 10px 0px;}
  125.  
  126. #notes {
  127. background-color: {color:post};
  128. border: 0px solid {color:post};
  129. z-index:6;
  130. overflow:visible;
  131. width:400px;
  132. height: auto;
  133. padding: 1px;
  134. margin:0px 0px 10px 0px;}
  135.  
  136.  
  137. #sidebar {
  138. box-shadow: 0 6px 26px rgba(0, 0, 0, 0.3);
  139. overflow:hidden;
  140. top:150px;
  141. margin-left:-360px;
  142. position:fixed;
  143. left: 50%;
  144. background-color:{color:sidebar};
  145. width: 128px;
  146. height: auto;
  147. padding: 4px;}
  148.  
  149. p{
  150. margin-top:0px;
  151. margin-bottom:0px;}
  152.  
  153. #question{
  154. overflow:SHOW;
  155. padding-bottom:3px;
  156. margin-bottom:3px;}
  157.  
  158. #askr{
  159. display:block;
  160. float:left;
  161. width:33px;
  162. overflow:hidden;
  163. margin-right:3px;}
  164.  
  165. ul {
  166. list-style: disc;
  167. padding: 4px 0px 6px 20px;}
  168.  
  169. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  170.  
  171. blockquote img{display:block; width:100%;}
  172.  
  173. blockquote p{padding:0px; margin:0px;}
  174.  
  175. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  176.  
  177. #bottominfo{
  178. padding:2px 0px 0px 0px;
  179. display:block;}
  180.  
  181. .answer p{margin:0px;}
  182. .notes img{
  183. width:10px;
  184. position:relative;
  185. top:1px;}
  186.  
  187. ol.notes, .notes li{
  188. list-style:none;
  189. margin:0px;
  190. padding:0px;}
  191.  
  192. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  193. big {font-family:arial black; color:{color:text}; font-size:14px;}
  194.  
  195. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  196.  
  197. a img{border:none;}
  198.  
  199. .label {
  200. color: {color:bold text};font-weight: bold; line-height:12px;}
  201.  
  202. .odd {
  203. background-color:{color:label background};}
  204.  
  205.  
  206. h1 {
  207. font-size: 38px;
  208. line-height: 38px;
  209. font-family: impact;
  210. font-weight:normal;
  211. text-transform: uppercase;
  212. letter-spacing: -1px;
  213. color:{color:text headers};
  214. text-align:center;
  215. margin:0px;
  216. padding-bottom:4px;}
  217.  
  218. h2 {
  219. font-size: 16px;
  220. line-height: 16px;
  221. font-family: impact;
  222. font-weight:normal;
  223. text-transform: uppercase;
  224. letter-spacing: -1px;
  225. color:{color:text headers};
  226. text-align:left;}
  227.  
  228.  
  229. a.links1 {
  230. text-align:center;
  231. float:left;
  232. width: 28px;
  233. height:auto;
  234. margin-top:2px;
  235. margin-bottom:8px;
  236. color: {color:post};
  237. display: inline-block;
  238. text-transform: uppercase;
  239. font-family:consolas;
  240. font-weight:bold;
  241. font-size:6px;
  242. letter-spacing:1px;
  243. padding: 2px;
  244. -webkit-transition-property:color, text;
  245. -webkit-transition-duration: .2s;
  246. -moz-transition-duration: .2s;
  247. -webkit-transition-timing-function: linear, ease-in;
  248. margin-bottom:2px;
  249. background-color: {color:text headers};}
  250.  
  251.  
  252. a.links1:hover {
  253. color: {color:text headers};
  254. -webkit-transition-duration: .2s;
  255. -moz-transition-duration: .2s;
  256. background-color: {color:post};}
  257.  
  258.  
  259. #ask {
  260. font-size:10px;
  261. line-height:12px;
  262. background-color: {color:text headers};
  263. padding:4px;
  264. margin-bottom:4px;}
  265.  
  266.  
  267. img.middle {
  268. vertical-align:middle;
  269. margin-bottom:3px;}
  270.  
  271.  
  272.  
  273. .notez a {top:-10px;
  274. color: {color:notes};
  275. font-family: consolas;
  276. font-size: 8px;
  277. line-height: 10px;
  278. letter-spacing:1px;
  279. text-transform: uppercase;}
  280.  
  281. .notez a:hover {color: {color:notes hover};}
  282.  
  283. hr {
  284. background-color: {color:post separator};
  285. border: 0;
  286. height: 1px;}
  287.  
  288.  
  289. #entry #infos {
  290. z-index:10;
  291. -moz-box-shadow: 0px 0px 12px 0px #000;
  292. -webkit-box-shadow: 0px 0px 12px 0px #000;
  293. box-shadow: 0px 0px 12px 0px #000;
  294.  
  295. /* For IE 8 */
  296. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
  297. /* For IE 5.5 - 7 */
  298. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
  299. opacity:0.8;
  300. filter: alpha(opacity=80);
  301. -moz-opacity:0.8;
  302. background-color:{color:notes background};
  303. width:402px;
  304. position: absolute;
  305. top:-46px;
  306. margin-left:0px;
  307. -webkit-transition: all .4s ease-out;
  308. -moz-transition: all .4s ease-out;
  309. -o-transition: all .4s ease-out;
  310. transition: all .4s ease-out;
  311. z-index:10;
  312. overflow-y:hidden;
  313. height: 20px;}
  314.  
  315. #entry:hover #infos {
  316. z-index:10;
  317. top: 0px;
  318. -webkit-transition: all .4s ease-out;
  319. -moz-transition: all .4s ease-out;
  320. -o-transition: all .4s ease-out;
  321. transition: all .4s ease-out;}
  322.  
  323. #entry #infos #details {
  324. background-image:url();
  325. background-position:top center;
  326. background-repeat:repeat;
  327. float:left;
  328. display:block;
  329. width:402px;
  330. height: auto;
  331. padding: 4px 0px 0px 0px;}
  332.  
  333.  
  334. {CustomCSS}
  335. </style>
  336.  
  337. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  338.  
  339. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  340.  
  341. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  342. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  343.  
  344. </head>
  345.  
  346.  
  347. <body>
  348.  
  349. <div id="wtf">
  350.  
  351.  
  352. <div id="sidebar">
  353.  
  354. {block:IfPortraitImage}
  355. <a href="http://{name}.tumblr.com"><img src="{image:Portrait}" width="128" ></a>
  356. {/block:IfPortraitImage}
  357.  
  358. <div style="margin-left:0px;"><center>
  359. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  360. <a href="/ask" class="links1">Ask</a>
  361. <a href="/archive" class="links1">Archive</a>
  362. <a href="http://sleeplessthemes.com" class="links1">Theme</a>
  363. </center></div>
  364.  
  365. {block:Description}{Description}<br><br>{/block:Description}
  366.  
  367.  
  368. <center>
  369. {block:AskEnabled}<a href="/ask" class="links2">Ask</a>{/block:AskEnabled}
  370.  
  371. {block:SubmissionsEnabled}<a href="/submit" class="links2">Submit</a>{/block:SubmissionsEnabled}
  372.  
  373. {block:HasPages}
  374. {block:Pages}
  375. <a href="{URL}" class="links2">{Label}</a>
  376. {/block:Pages}
  377. {/block:HasPages}
  378.  
  379. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links2">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  380.  
  381. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links2">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  382.  
  383. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links2">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  384.  
  385. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links2">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  386. </center>
  387. {block:Pagination}
  388. <center><table width="250" border="0" cellspacing="0" cellpadding="0">
  389. <tr>
  390. <td width="125">
  391. {block:PreviousPage}<div align="left"><a href="{PreviousPage}">◄ Previous</a></div>{/block:PreviousPage}
  392. </td>
  393.  
  394. <td width="125">{block:NextPage}<div align="right"><a href="{NextPage}">Next ►</a></div>{/block:NextPage}
  395. </td>
  396. </tr>
  397. </table></center>
  398. {/block:Pagination}
  399.  
  400. <div id="credit">
  401. <center><b><small>Theme By:</small></b> <a href="http://destroyer.tumblr.com"><small>Destroyer</small></a> <small>/</small> <a href="http://sleeplessthemes.tumblr.com"><small>Sleepless</small></a></center></div>
  402. </div>
  403.  
  404.  
  405.  
  406. <div class="autopagerize_page_element">
  407. {block:Posts}
  408. <div id="entry">
  409.  
  410. {block:IndexPage}
  411. <center><div id="infos">
  412. <div id="details">
  413. <div class="notez"><center><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{TimeAgo}</a> - <a href="{ReblogURL}">Reblog</a></center></div>
  414. </div>
  415. </div></center>
  416. {/block:IndexPage}
  417.  
  418.  
  419. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  420.  
  421. {block:Photo}
  422. {block:IndexPage}
  423. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  424. {block:IfShowPhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaption}
  425. {/block:IndexPage}
  426.  
  427. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  428.  
  429. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  430.  
  431. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  432.  
  433. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  434.  
  435. {block:Chat}
  436. {block:Title}{Title}{/block:Title}
  437. {block:Lines}
  438. {block:Label}
  439. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  440. <span class="line">{Line}</span></div>
  441. {/block:Label}
  442. {/block:Lines}
  443. {/block:Chat}
  444.  
  445. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  446.  
  447. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  448. {/block:Video}
  449.  
  450. {block:Audio}
  451. <center><div class="audio">{AudioPlayerBlack}</div></center>
  452. {block:Caption}{Caption}{/block:Caption}
  453. {/block:Audio}
  454.  
  455. {block:Answer}
  456. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  457. <p>{Answer}</p>
  458. {/block:Answer}
  459.  
  460.  
  461. <hr>
  462.  
  463. </div>
  464.  
  465.  
  466. {block:PermalinkPage}
  467. {block:Date}
  468. <div id="info"><div id="bottominfo">
  469.  
  470. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  471.  
  472. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  473.  
  474. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  475.  
  476. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  477.  
  478. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  479.  
  480. </div></div>
  481. {/block:Date}
  482. {/block:PermalinkPage}
  483.  
  484.  
  485. {block:PostNotes}
  486. <div id="notes">{PostNotes}</div>
  487. {/block:PostNotes}
  488.  
  489. {/block:Posts}
  490.  
  491.  
  492.  
  493. </div> </*Infinite Scroll*/>
  494.  
  495.  
  496.  
  497. </div> </*WTF*/>
  498.  
  499.  
  500.  
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement