chandlerbing

Fairudust theme by There-and-BackAgain

Jul 1st, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.80 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.  
  5. <!--
  6. Sweet Dreams theme by There-and-Backgain
  7. base codes by heartsandpurses
  8. PLEASE do not remove credits
  9. -->
  10.  
  11. <head>
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#FFFFFF" />
  14. <meta name="image:Background" content=""/>
  15. <meta name="color:box" content="#FFFFFF" />
  16. <meta name="color:text" content="#383838">
  17. <meta name="color:title" content="#9E9E9E" />
  18. <meta name="color:links bar" content="#F7F7F7" />
  19. <meta name="color:description background" content="#FDFDFD" />
  20. <meta name="color:text" content="#8A8A8A" />
  21. <meta name="color:link" content="#9E9E9E" />
  22. <meta name="color:link hover" content="#C7C7C7" />
  23. <meta name="font:body" content="georgia" />
  24. <meta name="font:title" content="georgia" />
  25. <meta name="text:font size" content="9px" />
  26.  
  27. <meta name="if:Hide Notes" content="1" />
  28. <meta name="if:Faded Images" content="0" />
  29. <meta name="if:Show Archive Link" content="1"/>
  30. <meta name="if:Show Ask Link" content="1" />
  31.  
  32. <meta name="text:Custom Link One" content="" />
  33. <meta name="text:Custom Link One Title" content="" />
  34. <meta name="text:Custom Link Two" content="" />
  35. <meta name="text:Custom Link Two Title" content="" />
  36. <meta name="text:Custom Link Three" content="" />
  37. <meta name="text:Custom Link Three Title" content="" />
  38. <meta name="text:Custom Link Four" content="" />
  39. <meta name="text:Custom Link Four Title" content="" />
  40.  
  41. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  42. <script type="text/javascript">
  43. jQuery(document).ready(function() {
  44. jQuery(".content").hide();
  45. //toggle the componenet with class msg_body
  46. jQuery(".heading").click(function()
  47. {
  48. jQuery(this).next(".content").slideToggle(500);
  49. });});
  50. </script>
  51.  
  52. <title>{Title}</title>
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56.  
  57. <style type="text/css">
  58.  
  59. {block:IfFadedImages}
  60.  
  61. {/block:IfFadedImages}
  62.  
  63.  
  64. body{
  65.  
  66. color:{color:Text};
  67. background-color:{color:Background};
  68. background-image:url({image:Background});
  69. background-postition:center;
  70. background-attachment: fixed;
  71. background-repeat: repeat;
  72. font-family: georgia;
  73. font-size: 10px;
  74. letter-spacing: px;
  75. line-height: 10px;
  76. text-align:justify;
  77. }
  78.  
  79. a:link, a:active, a:visited{
  80. color: {color:Link};
  81. text-decoration:none;
  82. -webkit-transition-duration: 0.4s;
  83.  
  84. }
  85.  
  86. a:hover{
  87. color:{color:Hover};
  88.  
  89. }
  90.  
  91. h1, big{
  92. color: #886D5B;
  93. font-family: georgia;
  94. font-size:20px;
  95. line-height:30px;
  96. letter-spacing:-1px;
  97. font-weight:normal;
  98. text-transform:;
  99. margin:0px;
  100. padding:0px;
  101. text-align:left;
  102.  
  103. }
  104.  
  105. h3{
  106. color: #886D5B;
  107. font-family: georgia;
  108. font-size:20px;
  109. line-height:14px;
  110. letter-spacing:1px;
  111. font-weight:normal;
  112. margin:0px;
  113. padding:0px;
  114. margin-bottom:-0px;
  115. text-align:left;
  116.  
  117. }
  118.  
  119. .title {
  120. color: #ffffff;
  121. font-family: georgia;
  122. font-size:32px;
  123. line-height:10px;
  124. letter-spacing:2px;
  125. font-weight:normal;
  126. text-align:;
  127. text-transform:;
  128. padding-left:10px;
  129. border-bottom:0px solid ;
  130.  
  131. }
  132.  
  133. #bottominfo{
  134. border-top:1px solid #ffffff;
  135. padding:2px 0px 0px 0px;
  136. display:block;
  137. }
  138. div.navi a{
  139. text-align: center;
  140. padding:3px 0px;
  141. color: {color:Link};
  142. background-color: {color:Post};
  143. border: 1px dashed {color:Link};
  144. margin-top:2px;
  145. position:relative;
  146. width: 100px;
  147. display: inline-block;
  148. }
  149.  
  150. div.navi a:hover{
  151. padding:3px 0;
  152. color: {color:Link Hover};
  153. background-color: {color:Post};
  154. border: 1px solid {color:Link Hover};
  155. z-index:2; }
  156. }
  157.  
  158. #info{
  159. float:left;
  160. width:475px;
  161. padding:3px;
  162. margin:5px;
  163. margin-right:23px;
  164. background-color: #FFF8F2;
  165. border: 1px solid #;
  166.  
  167. }
  168.  
  169. #side{
  170. float: left;
  171. width:400px;
  172. position:fixed;
  173. top: 15px;
  174. left: 0px;
  175. margin-top:30px;
  176. height:100%;
  177. margin-left:40px;
  178. padding:5px;
  179. background-color:#FFFFFF;
  180. top:15px;
  181. border: 1px dashed:#000000;
  182. }
  183.  
  184. div#sidebar2{
  185. width:400px;
  186. position:fixed;
  187. margin-top:30px;
  188. height:100%;
  189. margin-left:970px;
  190. padding:5px;
  191. background-color: #FFFFFF;
  192. top:15px;
  193. border: 1px dashed:#000000;
  194. }
  195.  
  196. #center{
  197. width:550px;
  198. position: absolute;
  199. margin-top:30px;
  200. margin-left:440px;
  201. top:15px;
  202. padding-right:2px;
  203. background-color: #FFFFFF;
  204. border: 1px solid #;
  205.  
  206. }
  207.  
  208. #entry {
  209. background-color:#F7EBE1;
  210. border: 2px dashed:#000000;
  211. float:left;
  212. {block:IndexPage}
  213. width:500px;
  214. overflow:hidden; {/block:IndexPage}
  215. {block:PermalinkPage}
  216. width:500px;
  217. {/block:PermalinkPage}
  218. padding:6px;
  219. margin:4px;}
  220.  
  221.  
  222. #navigate {
  223. width:500px;
  224. padding:5px;
  225. background-color:#9E9E9E;
  226. text-transform:uppercase; font-size:8px;
  227. }
  228.  
  229. #title{
  230. text-transform:;
  231. font-weight:;
  232. text-align:right;
  233. padding-bottom:5px;
  234. font-family:georgia, serif;
  235. font-size:10px;
  236. margin-top:-3px;
  237. }
  238.  
  239. #notes{
  240. display:block;
  241. width:500px;
  242. float:left;
  243. padding:3px;
  244. margin:5px;
  245.  
  246. }
  247. #foot{
  248. display:block;
  249. width:500px;
  250. position:absolute;
  251. padding:10px;
  252. height:15px;
  253. bottom:-45px;
  254. border-top: 1px dashed #000000;
  255. _bottom:-55px;
  256. _margin-left:370px;
  257. background-color: #FFFFFF;
  258.  
  259.  
  260. #question{
  261. border-bottom:1px solid #ffffff;
  262. overflow:SHOW;
  263. padding-bottom:3px;
  264. margin-bottom:3px;}
  265.  
  266. #entry:hover #perma {display: block; opacity:1;}
  267. .alignleft {float: left;}
  268. .alignright {float: right;}
  269. .right { background-color:{color:header}; margin: 0 0 px 0; padding: px; overflow:hidden; -moz-border-radius:3px; border-radius:3px; text-align: left; text-transform:; }
  270. .totalright {float:right; margin-top:0px;}
  271. #ask{ display:block; float: left; width:50px; overflow:hidden; word-wrap:break-word; margin-right:3px;}
  272. blockquote{ background-color: #E79FBE; padding: 7px; padding-left:8px; border-left:1px solid {color:background}; border-right:1px solid {color:background};
  273. b, strong{color:{color:title};}
  274. i, em {color:{color:text};}
  275. p{margin-top:3px; margin-bottom:3px;}
  276. blockquote img{display:block; width:100%;}
  277. border-left: 2px solid #616161;
  278. padding: 0 0 0 15px;
  279. margin-left: 0px;
  280. blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  281. a img{border:none;}
  282. .audio{background-color:#C7C7C7; display:block;}
  283. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  284. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  285. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  286. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  287. .notes img{width:10px; position:relative; top:1px;}
  288. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  289. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  290.  
  291.  
  292. <style type="text/css">{CustomCSS]</style>
  293. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  294.  
  295. </head>
  296.  
  297.  
  298. <body>
  299.  
  300. <!-- IMPORTANT -->
  301. <center><font size="100">name of your blog</font><br></center>
  302. <div id="center">
  303. <div id="side">
  304. <br><center>
  305. <font size="8">about me</font><br></center><br>
  306. {block:Description}
  307. <div style="overflow:auto; width: 400px; height: 70px; border: 1px solid #000000; background-color: #ffffff; text-align: center;">{Description}</div>
  308. {/block:Description}
  309. <BR><BR>
  310. <center><font size="8">navigation</font><br></center><br>
  311. <center><div class="navi"><br>
  312. <a href="/">home</a>
  313. <a href="/ask">message</a>
  314. <a href="http://there-and-backagain.tumblr.com">theme</a>
  315. <br></center>
  316. <BR>
  317. <center><font size="8">my calendar</font><br></center><br>
  318. <a href="http://tinypic.com?ref=33jnt78" target="_blank"><img src="http://i51.tinypic.com/33jnt78.jpg" border="0" alt="Image and video hosting by TinyPic"></a><br>
  319. <center><font size="8">my playlist</font><br></center><br>
  320. <center><a href="http://tinypic.com?ref=2ur1iep" target="_blank"><img src="http://i56.tinypic.com/2ur1iep.jpg" border="0" alt="Image and video hosting by TinyPic"></center></a><br>
  321. <div class="navigate">
  322.  
  323. </div>
  324. <BR>
  325.  
  326. {/block:Pagination}
  327.  
  328. </div>
  329. <div class = "autopagerize_page_element" >
  330. {block:Posts}<div id="entry">
  331. {block:IndexPage}<div id="bar"></div>{/block:IndexPage}<div id="title"><a href="{permalink}"><a href="{Permalink}" class="date"><span><font color="{color:tiny heart}"></font> {block:NoteCount} <center>{month}{dayofmonth} {/block:NoteCount} </span></a><a href="{ReblogURL}" target="_blank" class="details">{notecountwithlabel}</a></span> {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title} {/block:Text}{block:Chat}{block:Title}{Title}{/block:Title} {/block:Chat}{block:Link}{/block:Link}{block:Quote}<h2>"{Quote}"</h2>{/block:Quote}{block:Photo}{/block:Photo}{block:Photoset}{/block:Photoset}{block:Video}{/block:Video}{block:Audio}{/block:Audio}{block:Answer}{/block:Answer}</div>
  332. {block:Text}{Body}{/block:Text}
  333.  
  334. {block:Photo}<center>{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:PermalinkPage}</center>{/block:Photo}
  335. {block:Photoset}<center>{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  336. {block:Quote}{block:Source}{Source}{/block:Source}{/block:Quote}
  337. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a><BR>{block:Description}{Description}{/block:Description}{/block:Link}
  338. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  339. {block:Video}<center>{block:IndexPage}<div id="video">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>{/block:Video}
  340. {block:Audio}<span class="audio">{AudioPlayerBlack}</span>{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:Audio}
  341. {block:Answer}
  342. <img src="{AskerPortraitURL-30}"/>
  343. {Asker}: <b>{Question}</b><br><font color=#fff>_____________________________________________________________________________________</font>
  344. {Answer}
  345. {/block:Answer}</div>
  346. {block:PermalinkPage}{block:Date}<div id="info">{block:Caption}{Caption}{/block:Caption}
  347.  
  348. <div id="bottominfo">
  349. Posted: <a href="{Month}{DayofMonth}{NoteCount} notes{/block:Date}{NoteCount} {block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  350. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  351. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  352. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  353. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>{NoteCount}{/block:NoteCount}
  354. </div></div> {/block:Date}{/block:PermalinkPage}
  355. {/block:Posts}
  356. </div>
  357. {block:PostNotes}{PostNotes}{/block:PostNotes}
  358. <p id="footer">
  359. <br>
  360.  
  361. </div>
  362.  
  363.  
  364. <div id="sidebar2">
  365. <br>
  366. <a href="http://tinypic.com?ref=ol16x" target="_blank"><img src="http://i54.tinypic.com/ol16x.jpg" border="0" alt="Image and video hosting by TinyPic"></a><b>
  367. <center><font size="8">inspiration</font><br></center><br>
  368. <br>
  369. <div style="overflow:auto; width: 400px; height: 80px; border: 1px solid #000000; background-color: #ffffff; text-align: center;"><i><center>write here the quote, phrase or poem that inspires you the most. for example: "It's a dangerous business, Frodo, going out of your door," he used to say. "You step into the Road, and if you don't keep your feet, there is no knowing where you might be swept off to. -J.R.R. Tolkien or I believe in pink, I believe that laughing is the best calorie burner. I believe in kissing, kissing a lot.
  370. I believe in being strong when everything seems to be going wrong.
  371. I believe that happy girls are the prettiest girls.
  372. I believe that tomorrow is another day,
  373. and I believe in miracles. ~ Audrey Hepburn</b><br></div>
  374. <br><br><br>
  375. <center><font size="1">how to edit this part? go to 'theme' and use your keyboard to find the sentence 'WRITE HERE' or the part of the theme you want to change by clicking control F, delete it and write whatever you want.</font><br></center><br>
  376. <div class="navy"><h2><center>{block:PreviousPage}<a href="{PreviousPage}" title="newer entries"><font size="20">«</font><br></center><br>
  377. </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older entries"><font size="20">»</font></a>{/block:NextPage}</center></div></h2> <br><br><br><br><br>
  378. <br><br><br><br><br><br><br>
  379.  
  380.  
  381.  
  382.  
  383. </div>
  384.  
  385. </body>
  386. </html>
Advertisement
Add Comment
Please, Sign In to add comment