chandlerbing

Sweet Expectations theme by There-and-Backagain

Jun 30th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--Sweet Expectations Theme by There-and-BackAgain
  6. Base codes by Heart-Granade
  7. Please do not remove credits and enjoy the theme! :)
  8. -->
  9.  
  10. <head>
  11.  
  12. <title>{TITLE}</title>
  13.  
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18.  
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <!-- DEFAULT VARIABLES (CAN BE EDITED IN THE 'APPEARANCE' TAB) -->
  24.  
  25. <meta name="color:Background" content="#BDE6D5"/>
  26. <meta name="color:Header" content="#727272"/>
  27. <meta name="color:Title" content="#B3B1B1"/>
  28. <meta name="color:Text" content="#949191"/>
  29. <meta name="font:Body" content="courier new"/>
  30. <meta name="color:Posts" content="#F9F9F9"/>
  31. <meta name="color:Portrait Background" content="#F9F9F9"/>
  32. <meta name="color:Bottom Sidebar" content="#F9F9F9"/>
  33.  
  34. <meta name="color:Link" content="#666666"/>
  35. <meta name="color:Link Hover" content="#ADADAD"/>
  36.  
  37. <meta name="if:Enable Image Opacity" content="1"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="text:Background Image Position" content="none"/>
  41. <meta name="if:Background Image Not Repeat" content="0"/>
  42. <meta name="if:Background Image Fixed" content="1"/>
  43.  
  44. <style type="text/css">
  45.  
  46. body {
  47. background-color:{color:Background};
  48. background-image:url({image:Background});
  49. background-position:{text:Background Image Position};
  50. {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
  51. {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
  52. color:{color:Text};
  53. font-size:11px;
  54. line-height:15px;
  55. font-family:{font:body};
  56. }
  57.  
  58. a, a:visited, a:active {
  59. color:{color:Link};
  60. text-decoration: none;
  61. -webkit-transition-duration: 0.4s;
  62. }
  63.  
  64. a:hover {
  65. color:{color:link hover};
  66. text-decoration:none;
  67. }
  68.  
  69. p {
  70. margin: 2px 2px 2px 2px;
  71. line-height:10px;
  72. padding: 0;
  73. }
  74.  
  75. ol.notes {
  76. padding: 0px;
  77. margin: 25px 0px;
  78. list-style-type: none;
  79. border-bottom: dotted 1px {color:text};
  80. }
  81.  
  82. ol.notes li.note {
  83. border-top: dotted 1px {color:text};
  84. padding: 10px;
  85. }
  86.  
  87. ol.notes li.note img.avatar {
  88. margin-right: 10px;
  89. width: 20px;
  90. height: 20px;
  91. }
  92.  
  93. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
  94. blockquote img{display:block;}
  95. blockquote p{padding:0px; margin:0px;}
  96. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  97. a img{border:none;}
  98.  
  99. a.nav:link, a.nav:active, a.nav:visited {
  100. color: #FFFFFF;
  101. font: {font:Body};
  102. font-size: 25px;
  103. text-transform: lowercase;
  104. line-height: 11pt;
  105. }
  106.  
  107. a.nav:hover {
  108. color: #FFFFFF;
  109. font: {font:Body};
  110. font-size: 22px;
  111. text-transform: lowercase;
  112. line-height: 11pt;
  113. }
  114.  
  115. #content{
  116. position:absolute;
  117. top:95px;
  118. width:520px;
  119. left:428px;
  120. padding:10px;
  121. margin:auto;
  122. }
  123.  
  124. #header{
  125. background-color:{color:Header};
  126. position:fixed;
  127. top:20px;
  128. width:100%;
  129. height:60px;
  130. left:0px;
  131. padding:10px;
  132. margin:auto;
  133. z-index:1;
  134. }
  135.  
  136. #post{
  137. padding:10px;
  138. margin-bottom:10px;
  139. background-color:{Color:Posts};
  140. }
  141.  
  142.  
  143. h1 {
  144. font-size:24px;
  145. font-weight:normal;
  146. font:{font:title};
  147. color:{color:Title};
  148. text-transform:none;
  149. line-height:20px;
  150. letter-spacing:-2px;
  151. }
  152.  
  153.  
  154. .h2 {
  155. font-size:11px;
  156. font:{font:text};
  157. color:{color:text};
  158. background-color: transparent;
  159. text-align: right;
  160. padding:1px;
  161. }
  162.  
  163.  
  164. h3 {
  165. margin-top:10px;
  166. margin-bottom:10px;
  167. font-size:28px;
  168. font-weight:normal;
  169. font:{font:title};
  170. color:{color:Title};
  171. text-transform:none;
  172. line-height:23px;
  173. letter-spacing:-2px;
  174. }
  175.  
  176. h4 {
  177. font-size:30px;
  178. font:{font:title};
  179. color:{color:Title};
  180. text-transform:none;
  181. line-height:20px;
  182. letter-spacing:-2px;
  183. font-weight:normal;
  184. }
  185.  
  186. .name {
  187. color:{color:Name};
  188. font-size:28px;
  189. font:{font:title};
  190. text-transform:lowercase;
  191. line-height:25px;
  192. letter-spacing:-2px;
  193. font-weight:normal;
  194. }
  195.  
  196. #credit{
  197. padding-top:5px;
  198. text-align:center;
  199. width:500px;
  200. }
  201.  
  202.  
  203. .album-art {
  204. float: left;
  205. width: 100px;
  206. height: 100px;
  207. overflow: hidden;
  208. }
  209.  
  210. img {
  211. {block:IfEnableImageOpacity}
  212. opacity: 0.8; filter:alpha(opacity=85);
  213. {/block:IfEnableImageOpacity}
  214. -webkit-transition-duration: 0.8s;
  215. }
  216.  
  217. img:hover {
  218. {block:IfEnableImageOpacity}
  219. opacity:1; filter:alpha(opacity=99);
  220. {/block:IfEnableImageOpacity}
  221. }
  222.  
  223. img, a img {
  224. max-width:500px !important;
  225. border: 0px !important;
  226. }
  227.  
  228. {CustomCSS}
  229. </style>
  230. </head>
  231. <body>
  232. <div id="header"><center>
  233. <font size="15">name of your blog</font><br>
  234. <a href="/archive" class="nav"><font size="1">home</font>
  235. </a>
  236. <a href="/ask" class="nav"><font size="1">message</font>
  237. </a>
  238. <a href="/ask" class="nav"><font size="1"><font size="1">archive</font>
  239. </font></a>
  240. <a href="/ask" class="nav"><font size="1"><font size="1">theme</font>
  241. </font></a><br>
  242. <font size="2">write here about yourself, your blog, your interesses... whatever you'd like!</font>
  243. </center></div></div>
  244.  
  245.  
  246. <div id="sidebar">
  247. <a href="/"><img src={PortraitURL-148} width=170">
  248. </div>
  249.  
  250.  
  251. <div id="sidebar2">
  252. {block:Description}{Description}{/block:Description}
  253. </div>
  254.  
  255.  
  256. <div id="content">
  257. {block:Posts}
  258.  
  259.  
  260. <div id="post">
  261.  
  262. {block:Text}
  263. {block:Title}
  264. <h3><a href="{Permalink}">{Title}</a></h3>
  265. {/block:Title}
  266. {Body}
  267. {/block:Text}
  268.  
  269. {block:Photo}
  270. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  271. {block:Caption}
  272. {Caption}
  273. {/block:Caption}
  274. {/block:Photo}
  275.  
  276. {block:Photoset}
  277. <center>{Photoset-500}</center>
  278. {block:Caption}
  279. {Caption}
  280. {/block:Caption}
  281. {/block:Photoset}
  282.  
  283. {block:Quote}
  284. <h3>"{Quote}"</h3>
  285. {block:Source}
  286. -{Source}
  287. {/block:Source}
  288. {/block:Quote}
  289.  
  290. {block:Link}
  291. <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
  292. {block:Description}
  293. {Description}
  294. {/block:Description}
  295. {/block:Link}
  296.  
  297.  
  298. {block:Chat}
  299. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  300. {block:Lines}
  301. {block:Label}<b>{Label}</b>{/block:Label}
  302. {Line}<br>
  303. {/block:Lines}
  304. {/block:Chat}
  305.  
  306.  
  307. {block:Video}
  308. <center>{Video-500}</center>
  309. {block:Caption}
  310. {Caption}
  311. {/block:Caption}
  312. {/block:Video}
  313.  
  314.  
  315. {block:Audio}<br/>
  316. {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="90px"></div>{/block:AlbumArt}
  317. {AudioPlayerWhite}
  318. {block:Caption}
  319. {Caption}
  320. {/block:Caption}
  321. {PlayCountWithLabel}<br><br>
  322. {/block:Audio}<br>
  323.  
  324. {block:Answer}
  325. <b>{Asker} said:
  326. {Question}</b><br><br>
  327. {answer}
  328. {/block:answer}
  329.  
  330. <div class="h2">
  331. {block:NoteCount}<div style="width:501px; height:12px; background-color:#EEA9B8; text-align:left; color: #ffffff;">Posted on {Month} {DayOfMonth} ♥ {NoteCountWithLabel} ♥ </a> <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"><font color="#ffffff">reblog</font></a></div>
  332. {/block:NoteCount}<br>
  333. <a href="{Permalink}">
  334. {/Block:NoteCount}</a>
  335. </div>
  336.  
  337. {block:PermalinkPage}<br>
  338. <br>
  339. {block:HasTags} Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  340. {block:RebloggedFrom}
  341. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  342. Originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  343. </center>
  344. {block:PostNotes}{PostNotes}{/block:PostNotes}
  345. {/block:PermalinkPage}
  346. </div>
  347. {/block:Posts}
  348.  
  349. <div id="post">
  350. <div id="credit">
  351. <font size="5">
  352. <center>{block:Pagination}
  353. {block:PreviousPage}
  354. <a href="{PreviousPage}">&#171;</a>
  355. {/block:PreviousPage}
  356.  
  357. {block:JumpPagination length="5"}
  358. {block:CurrentPage}
  359. {PageNumber}
  360. {/block:CurrentPage}
  361.  
  362. {block:JumpPage}
  363. <a href="{URL}">{PageNumber}</a>
  364. {/block:JumpPage}
  365. {/block:JumpPagination}
  366.  
  367. {block:NextPage}
  368. <a href="{NextPage}">&#187;</a>
  369. {/block:NextPage}
  370. {/block:Pagination}</center>
  371. </font><br>
  372. Theme by There-and-BackAgain ♥ Base codes by Heart-Granade ♥ Best viewed in Google Chrome
  373.  
  374. </div>
  375. </div>
  376. </div>
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment