Advertisement
sleeplessthemes

Charming

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