Advertisement
acatalepsy

[000] CHANGING OF THE SEASONS (v.1)

Jan 15th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.39 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>changing of the seasons.</title>
  4. <link type="image/png" rel="icon" href="http://i.imgur.com/a6qNfP4.png">
  5. <link type="text/css" rel="stylesheet" href="changing.css" />
  6.  
  7. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Oswald">
  8.  
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script type="text/javascript" src="http://sumeoseo.webs.com/scripts/tooltips.js"></script>
  11. <script type="text/javascript">
  12. (function($){
  13. $(document).ready(function(){
  14. $("[title],a[title],img[title]").style_my_tooltips({
  15.     tip_follows_cursor:true,
  16.     tip_delay_time:100,
  17.     tip_fade_speed:280,
  18.     attribute:"title"
  19. });
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24. <style>
  25. *{cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), progress;}
  26.  
  27. #s-m-t-tooltip {
  28. position: absolute;
  29. max-width: 250px;
  30. color: #7C7C7C;
  31. font: 8px 'Arial', sans-serif;
  32. font-size: 8px;
  33. font-family: 'Arial', sans-serif;
  34. line-height: 10px;
  35. font-weight: bold;
  36. font-style: italic;
  37. letter-spacing: 0px;
  38. margin-top: 10px;
  39. margin-bottom: 15px;
  40. padding: 3px;
  41. padding-right: 3px;
  42. padding-left: 3px;
  43. background-color: #FFFFFF;
  44. z-index: 999;}
  45.  
  46. #bottom{
  47. position: fixed;
  48. bottom: 0px;
  49. right: 0px;
  50. display: none;
  51. transition: all 0.5s ease-in-out;
  52. -webkit-transition: all 0.5s ease-in-out;
  53. -moz-transition: all 0.5s ease-in-out;
  54. -o-transition: all 0.5s ease-in-out;}
  55.  
  56. body{
  57. background-color: #FFFFFF;
  58. background-position: center;
  59. background-repeat: repeat;
  60. scrollbar-face-color: #FFFFFF;
  61. scrollbar-arrow-color: #FFFFFF;
  62. scrollbar-track-color: #FFFFFF;
  63. scrollbar-shadow-color: #FFFFFF;
  64. scrollbar-3dlight-color: #FFFFFF;
  65. scrollbar-highlight-color: #FFFFFF;
  66. scrollbar-darkshadow-color: #FFFFFF;}
  67.  
  68. ::-webkit-scrollbar-thumb:vertical {
  69. height: 7px;
  70. background-color: #FFFFFF;}
  71.  
  72. ::-webkit-scrollbar-thumb:horizontal {
  73. height: 7px!important;
  74. background-color: #FFFFFF;
  75. border-right: 2px solid #F0F0F0;
  76. border-left: 2px solid #F0F0F0;}
  77.  
  78. ::-webkit-scrollbar {
  79. width: 8px;
  80. height: 7px;
  81. background-color: #FFFFFF;}
  82.  
  83. b{color: #DA696C;}
  84. strong {color: #748B89;}
  85. i{color: #AC3548;}
  86. em{color: #E5403C;}
  87.  
  88. u{
  89. color: #700000;
  90. text-decoration: none;
  91. padding-bottom: 0px;
  92. border-bottom: 0px solid #AAAAAA;}
  93.  
  94. br{line-height: 5px;}
  95.  
  96. a, a:active, a:link, a:visited{
  97. color: #7F8795;
  98. text-decoration: none;}
  99.  
  100. a:hover{
  101. color: #CB0303;
  102. text-decoration: none;}
  103.  
  104. #navbar-iframe {display:none!important;}
  105.  
  106. #container{
  107. position: absolute;
  108. top: 0px;
  109. left: 0px;
  110. width: 100%;
  111. height: 100%;}
  112.  
  113. #one{
  114. position: relative;
  115. top: 20px;
  116. width: 660px;
  117. height: 100%;
  118. margin-right: auto;
  119. margin-left: auto;}
  120.  
  121. #navihold{
  122. position: relative;
  123. width: 660px;
  124. height: 30px;
  125. margin-right: auto;
  126. margin-left: auto;}
  127.  
  128. .navigate{
  129. padding: 5px;
  130. padding-top: 10px;}
  131.  
  132. .navigate a, .navigate a:active, .navigate a:link, .navigate a:visited{
  133. width: 74px;
  134. color: #000000;
  135. font: 8px 'Consolas', monospace;
  136. font-size: 8px;
  137. font-family: 'Consolas', monospace;
  138. line-height: 10px;
  139. font-weight: bold;
  140. text-align: center;
  141. letter-spacing: 1px;
  142. text-transform: uppercase;
  143. margin-left: 5px;
  144. padding: 5px;
  145. background-color: #F5F5F5;
  146. display: inline-block;
  147. transition: all 0.5s ease-in-out;
  148. -webkit-transition: all 0.5s ease-in-out;
  149. -moz-transition: all 0.5s ease-in-out;
  150. -o-transition: all 0.5s ease-in-out;}
  151.  
  152. .navigate a:hover{
  153. color: #7C7C7C;
  154. transition: all 0.5s ease-in-out;
  155. -webkit-transition: all 0.5s ease-in-out;
  156. -moz-transition: all 0.5s ease-in-out;
  157. -o-transition: all 0.5s ease-in-out;}
  158.  
  159. #sidebar{
  160. float: left;
  161. width: 140px;
  162. height: 100%;
  163. margin-top: 5px;
  164. padding: 5px;}
  165.  
  166. .icon img{
  167. width: 120px;
  168. height: 120px;
  169. background-color: #F0F0F0;
  170. border: 5px solid #F0F0F0;
  171. border-radius: 80%;
  172. opacity: 1;
  173. transition: all 0.7s ease-in-out;
  174. -webkit-transition: all 0.7s ease-in-out;
  175. -moz-transition: all 0.7s ease-in-out;
  176. -o-transition: all 0.7s ease-in-out;}
  177.  
  178. .icon img:hover{
  179. opacity: .8;
  180. transition: all 0.7s ease-in-out;
  181. -webkit-transition: all 0.7s ease-in-out;
  182. -moz-transition: all 0.7s ease-in-out;
  183. -o-transition: all 0.7s ease-in-out;}
  184.  
  185. .title{
  186. color: #000000;
  187. font: 18px 'Oswald', sans-serif;
  188. font-size: 18px;
  189. font-family: 'Oswald', sans-serif;
  190. line-height: 10px;
  191. text-align: left;
  192. letter-spacing: -1px;
  193. text-transform: uppercase;
  194. margin-top: 10px;
  195. padding: 5px;}
  196.  
  197. .sidelinks{
  198. color: #CFCFCF;
  199. font: 8px 'Calibri', sans-serif;
  200. font-size: 8px;
  201. font-family: 'Calibri', sans-serif;
  202. line-height: 10px;
  203. text-align: center;
  204. letter-spacing: 1px;
  205. text-transform: uppercase;
  206. margin-top: 5px;
  207. padding: 3px;}
  208.  
  209. .sidelinks a, .sidelinks a:active, .sidelinks a:link, .sidelinks a:hover{
  210. color: #7C7C7C;
  211. font: 8px 'Calibri', sans-serif;
  212. font-size: 8px;
  213. font-family: 'Calibri', sans-serif;
  214. line-height: 10px;
  215. letter-spacing: 1px;
  216. font-weight: bold;
  217. text-transform: uppercase;
  218. margin-left: 2px;
  219. display: inline-block;
  220. transition: all 0.5s ease-in-out;
  221. -webkit-transition: all 0.5s ease-in-out;
  222. -moz-transition: all 0.5s ease-in-out;
  223. -o-transition: all 0.5s ease-in-out;}
  224.  
  225. .sidelinks a:hover{
  226. color: #222222;
  227. transition: all 0.5s ease-in-out;
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out;}
  231.  
  232. h2{
  233. color: #555555;
  234. font: 10px 'Calibri', sans-serif;
  235. font-size: 10px;
  236. font-family: 'Calibri', sans-serif;
  237. line-height: 10px;
  238. font-weight: bold;
  239. letter-spacing: 5px;
  240. text-transform: uppercase;
  241. padding: 5px;
  242. padding-top: 0px;
  243. padding-left: 15px;
  244. border-bottom: 1px solid #CFCFCF;}
  245.  
  246. box{
  247. overflow: auto;
  248. max-height: 100px;
  249. color: #0000000;
  250. font: 8px 'Calibri', sans-serif;
  251. font-size: 8px;
  252. font-family: 'Calibri', sans-serif;
  253. line-height: 9px;
  254. font-weight: bold;
  255. text-transform: uppercase;
  256. padding: 5px;
  257. padding-top: 0px;
  258. padding-bottom: 0px;
  259. display: block;}
  260.  
  261. box blockquote{
  262. width: 95%;
  263. margin: 0px;
  264. padding: 5px;
  265. background-color: rgba(240, 240, 240, .5);}
  266.  
  267. /* Do not edit, please. */
  268. box blockquote.concern{
  269. width: 80%;
  270. font: 8px 'Calibri', sans-serif;
  271. font-size: 8px;
  272. font-family: 'Calibri', sans-serif;
  273. line-height: 9px;
  274. font-weight: bold;
  275. text-transform: uppercase;
  276. margin: 0px;
  277. padding: 5px;
  278. padding-left: 20px;
  279. background-color: rgba(240, 240, 240, .5);}
  280.  
  281. b.mirrors{color: #555555;}
  282.  
  283. a.mirrors, a.mirrors:active, a.mirrors:link, a.mirrors:visited{
  284. color: #AAAAAA;
  285. transition: all 0.5s ease-in-out;
  286. -webkit-transition: all 0.5s ease-in-out;
  287. -moz-transition: all 0.5s ease-in-out;
  288. -o-transition: all 0.5s ease-in-out;}
  289.  
  290. a.mirrors:hover{
  291. color: #CB0303;
  292. transition: all 0.5s ease-in-out;
  293. -webkit-transition: all 0.5s ease-in-out;
  294. -moz-transition: all 0.5s ease-in-out;
  295. -o-transition: all 0.5s ease-in-out;}
  296. /* Proceed editing. */
  297.  
  298. .pagination{
  299. float: left;
  300. color: 0000000;
  301. font: 8px'Calibri', sans-serif;
  302. font-size: 8px;
  303. font-family: 'Calibri', sans-serif;
  304. line-height: 10px;
  305. text-align: right;
  306. font-weight: bold;
  307. letter-spacing: 1px;
  308. text-transform: uppercase;
  309. margin-top: 15px;}
  310.  
  311. .pagination a, .pagination a:active, .pagination a:link, .pagination a:visited{
  312. color: #555555;
  313. padding: 5px;
  314. transition: all 0.5s ease-in-out;
  315. -webkit-transition: all 0.5s ease-in-out;
  316. -moz-transition: all 0.5s ease-in-out;
  317. -o-transition: all 0.5s ease-in-out;}
  318.  
  319. .pagination a:hover{
  320. color: #CFCFCF;
  321. transition: all 0.5s ease-in-out;
  322. -webkit-transition: all 0.5s ease-in-out;
  323. -moz-transition: all 0.5s ease-in-out;
  324. -o-transition: all 0.5s ease-in-out;}
  325.  
  326. a.clear, a.clear:active, a.clear:link, a.clear:visited{
  327. float: right;
  328. color: #464646;
  329. font: 8px 'Calibri', sans-serif;
  330. font-size: 8px;
  331. font-family: 'Calibri', sans-serif;
  332. line-height: 10px;
  333. text-align: right;
  334. letter-spacing: 1px;
  335. font-weight: bold;
  336. margin-top: 10px;
  337. padding: 5px;
  338. transition: all 0.5s ease-in-out;
  339. -webkit-transition: all 0.5s ease-in-out;
  340. -moz-transition: all 0.5s ease-in-out;
  341. -o-transition: all 0.5s ease-in-out;}
  342.  
  343. a.clear:hover{
  344. color: #CFCFCF;
  345. transition: all 0.5s ease-in-out;
  346. -webkit-transition: all 0.5s ease-in-out;
  347. -moz-transition: all 0.5s ease-in-out;
  348. -o-transition: all 0.5s ease-in-out;}
  349.  
  350. #content{
  351. float: right;
  352. width: 650px;
  353. height: 100%;}
  354.  
  355. .posts{
  356. width: 410px;
  357. margin-bottom: 5px;
  358. margin-left: -8px;}
  359.  
  360. .header{
  361. color: #7C7C7C;
  362. font: 22px 'Courier New', monospace;
  363. font-size: 22px;
  364. font-family: 'Courier New', monospace;
  365. line-height: 18px;
  366. letter-spacing: -1px;
  367. text-transform: uppercase;
  368. padding: 5px;
  369. display: block;
  370. transition: all 0.5s ease-in-out;
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;}
  374.  
  375. .header:hover{
  376. color: #464646;
  377. transition: all 0.5s ease-in-out;
  378. -webkit-transition: all 0.5s ease-in-out;
  379. -moz-transition: all 0.5s ease-in-out;
  380. -o-transition: all 0.5s ease-in-out;}
  381.  
  382. .text{
  383. color: #000000;
  384. font: 10px 'Consolas', monospace;
  385. font-size: 10px;
  386. font-family: 'Consolas', monospace;
  387. line-height: 12px;
  388. padding: 5px;
  389. padding-bottom: 0px;
  390. display: block;}
  391.  
  392. blockquote{
  393. color: #AAAAAA;
  394. font: 8pt 'Arial', sans-serif;
  395. font-size: 8pt;
  396. font-family: 'Arial', sans-serif;
  397. line-height: 8pt;
  398. padding: 5px;
  399. background-color: #E5E5E5;}
  400.  
  401. <MainOrArchivePage>
  402. p.blogger-labels {display: none;}
  403. </MainOrArchivePage>
  404.  
  405. <ItemPage>
  406. p.blogger-labels{
  407. color: #7C7C7C;
  408. font: 8px 'Calibri', sans-serif;
  409. font-size: 8px;
  410. font-family: 'Calibri', sans-serif;
  411. line-height: 10px;
  412. font-weight: bold;
  413. text-transform: uppercase;
  414. margin-top: 5px;
  415. padding: 5px;
  416. background-color: #F5F5F5;}
  417.  
  418. p.blogger-labels a, p.blogger-labels a:active, p.blogger-labels a:link, p.blogger-labels a:visited{
  419. color: #000000;
  420. transition: all 0.5s ease-in-out;
  421. -webkit-transition: all 0.5s ease-in-out;
  422. -moz-transition: all 0.5s ease-in-out;
  423. -o-transition: all 0.5s ease-in-out;}
  424.  
  425. p.blogger-labels a:hover{
  426. color: #AAAAAA;
  427. transition: all 0.5s ease-in-out;
  428. -webkit-transition: all 0.5s ease-in-out;
  429. -moz-transition: all 0.5s ease-in-out;
  430. -o-transition: all 0.5s ease-in-out;}
  431. </ItemPage>
  432.  
  433. .information{
  434. width: 70px;
  435. height: 100%;
  436. margin-bottom: 5px;
  437. padding: 10px;
  438. background-color: #000000;}
  439.  
  440. .information img{
  441. position: relative;
  442. width: 56px;
  443. height: 56px;
  444. margin-right: auto;
  445. margin-bottom: 5px;
  446. margin-left: auto;
  447. border: 7px solid #FAFAFA;}
  448.  
  449. .holders{
  450. width: 75px;
  451. color: #CFCFCF;
  452. font: 8px 'Calibri', sans-serif;
  453. font-size: 8px;
  454. font-family: 'Calibri', sans-serif;
  455. line-height: 10px;
  456. text-align: left;
  457. letter-spacing: 1px;
  458. text-transform: uppercase;
  459. margin-bottom: 3px;
  460. margin-left: -10px;
  461. padding: 3px;
  462. padding-right: 5px;
  463. padding-left: 10px;
  464. background-color: #000000;
  465. border-right: 10px solid #464646;
  466. transition: all 0.5s ease-in-out;
  467. -webkit-transition: all 0.5s ease-in-out;
  468. -moz-transition: all 0.5s ease-in-out;
  469. -o-transition: all 0.5s ease-in-out;}
  470.  
  471. .holders:hover{
  472. width: 65px;
  473. padding-left: 20px;
  474. border-right: 20px solid #F0F0F0;
  475. transition: all 0.5s ease-in-out;
  476. -webkit-transition: all 0.5s ease-in-out;
  477. -moz-transition: all 0.5s ease-in-out;
  478. -o-transition: all 0.5s ease-in-out;}
  479.  
  480. a.holders, a.holders:active, a.holders:link, a.holders:visited {
  481. width: 75px;
  482. color: #CFCFCF;
  483. font: 8px 'Calibri', sans-serif;
  484. font-size: 8px;
  485. font-family: 'Calibri', sans-serif;
  486. line-height: 10px;
  487. text-align: left;
  488. letter-spacing: 1px;
  489. text-transform: uppercase;
  490. margin-bottom: 3px;
  491. margin-left: -10px;
  492. padding: 3px;
  493. padding-right: 5px;
  494. padding-left: 10px;
  495. background-color: #000000;
  496. display: block;
  497. border-right: 10px solid #464646;
  498. transition: all 0.5s ease-in-out;
  499. -webkit-transition: all 0.5s ease-in-out;
  500. -moz-transition: all 0.5s ease-in-out;
  501. -o-transition: all 0.5s ease-in-out;}
  502.  
  503. a.holders:hover{
  504. width: 65px;
  505. padding-left: 20px;
  506. border-right: 20px solid #F0F0F0;
  507. transition: all 0.5s ease-in-out;
  508. -webkit-transition: all 0.5s ease-in-out;
  509. -moz-transition: all 0.5s ease-in-out;
  510. -o-transition: all 0.5s ease-in-out;}
  511.  
  512. #footer{
  513. position: relative;
  514. width: 654px;
  515. margin-top: -8px;
  516. margin-right: auto;
  517. margin-bottom: 10px;
  518. margin-left: auto;
  519. clear: both;}
  520. </style>
  521. </head>
  522.  
  523.  
  524. <body>
  525. <div id="container">
  526. <div id="one">
  527.  
  528. <table width="660" align="center"><tr>
  529. <td>
  530. <div id="navihold">
  531. <div class="navigate">
  532. <a href="/" style="margin-left: 0px;">refresh</a><a href="http://www.blogger.com/follow-blog.g?blogID=<$BlogID$>">+ follow</a><a href="">link I</a><a href="">link II</a><a href="">link III</a><a href="">link IV</a><a href="">link V</a><a style="min-width: 15px; width: 15px; max-width: 15px;" title="thank you for using changing of the seasons base code/template. i hope you enjoy it.">&diams;&diams;&diams;</a>
  533. </div>
  534. </div>
  535. </td>
  536. </tr>
  537. </table>
  538.  
  539.  
  540.  
  541.  
  542. <table width="660" align="center"><tr>
  543. <td align="left" valign="top">
  544. <div id="sidebar">
  545. <div class="icon">
  546. <img border="0" src="http://i.imgur.com/mvakJax.png" />
  547. </div>
  548.  
  549. <div class="title">a short title here.</div>
  550.  
  551. <div  class="sidelinks">
  552. <a onclick="document.getElementById('base').innerHTML=document.getElementById('profile').innerHTML" style="margin-left: 0px;" title="profile.">un</a><a onclick="document.getElementById('base').innerHTML=document.getElementById('links').innerHTML" title="loves.">deux</a><a onclick="document.getElementById('base').innerHTML=document.getElementById('archives').innerHTML" title="archives">trois</a><a onclick="document.getElementById('base').innerHTML=document.getElementById('credits').innerHTML" title="credits.">cred</a>
  553. </div>
  554.  
  555. <div id="base">
  556. <h2>welcome</h2>
  557. <box>
  558. Here’s where you can put in a any text you want. I recommend it being a small little welcome or a notice of some sort because there’s already a section for your profile. I also recommend that you keep it short, but in case you don’t, this area is set to scroll after 100px has been used. So go wild if you want! &hearts;
  559. </box>
  560. </div>
  561.  
  562. <div id="profile" style="display: none;">
  563. <h2>profile</h2>
  564. <box>
  565. Oh hello there&mdash;<b>bump that</b>, I’m utter trash at this.<br />
  566. Here’s where you fill in all your profile information. Just a little blurb, but remember write as much as you want as this starts to scroll after 100px have been used. <br />
  567. Go ahead and knock yourself out.
  568. </box>
  569. </div>
  570.  
  571. <div id="links" style="display: none;">
  572. <h2>affiliates</h2>
  573. <box>
  574. be right back to edit this.
  575. </box>
  576. </div>
  577.  
  578. <div id="archives" style="display: none;">
  579. <h2>archives</h2>
  580. <box>
  581. <select onchange='location=this.options[this.selectedIndex].value;' style="width: 130px; font: 8px 'Calibri', sans-serif; font-size: 8px; font-family: 'Calibri', sans-serif; line-height: 12px; font-weight: bold; text-transform: uppercase; margin-bottom: 3px; padding: 5px; padding-top: 0px; padding-bottom: 0px; border: 1px solid #CFCFCF;">  
  582. <option value="LINK HERE">LINK TITLE HERE</option>
  583. </select>
  584. </box>
  585. </div>
  586.  
  587. <div id="credits" style="display: none;">
  588. <h2>credits</h2>
  589. <box>
  590. &copy; [the years of activity on your blog], <a href="/">[blog name]</a>. all rights reserved.
  591.  
  592. <!--Do not edit this section. Thank you kindly.-->
  593. <fisheye style="height: 10px; display: block;"></fisheye>
  594. <em>Changing of the Seasons</em> is a basecode/base template created for <a href="http://blogger.com">blogger classic</a> by:
  595. <fisheye style="height: 5px; display: block;"></fisheye>
  596. <blockquote class="concern"><b class="mirrors">&mdash;&nbsp;&nbsp;&nbsp;<a class="mirrors" href="http://www.blogskins.com/me/acatalepsy">acatalep</a>.<a class="mirrors" href="http://untraversable.tk">sy</a></b></blockquote>
  597. </box>
  598. </div>
  599.  
  600. <div id="clear" style="display: none;">
  601. <h2>welcome</h2>
  602. <box>
  603. Here’s where you can put in a any text you want. I recommend it being a small little welcome or a notice of some sort because there’s already a section for your profile. I also recommend that you keep it short, but in case you don’t, this area is set to scroll after 100px has been used. So go wild if you want! &hearts;
  604. </box>
  605. </div>
  606.  
  607.  
  608.  
  609. <div class="pagination">
  610. <div style="text-align: right;">
  611. <span style="float: left;">
  612. <OlderPosts><a href="<$OlderPosts$>"> older</a></OlderPosts>
  613. </span>
  614. <NewerPosts>| <a href="<$NewerPosts$>">newer</a></NewerPosts>
  615. </div>
  616. </div>
  617.  
  618. <a class="clear" onclick="document.getElementById('base').innerHTML=document.getElementById('clear').innerHTML" title="clear.">&#x2764;</a>
  619.  
  620. <!--Do not edit this section. Thank you kindly.-->
  621. <fisheye style="display: block; clear: both;"></fisheye>
  622. </div>
  623. </td>
  624.  
  625. <td align="left" valign="top">
  626. <div id="content">
  627.  
  628. <Blogger>
  629. <table width="500" height="100%" align="left"><tr>
  630. <td align="left" style="width: 410px; height: 100%;" valign="top">
  631. <div class="posts">
  632. <BlogItemTitle><div class="header"><$BlogItemTitle$></div></BlogItemTitle>
  633.  
  634. <BlogItemBody>
  635. <div class="text">
  636. <$BlogItemBody$>
  637. </div>
  638. </BlogItemBody>
  639. </div>
  640. </td>
  641.  
  642.  
  643. <td align="left" style="width: 90px; height: 100%;" valign="top">
  644. <div class="information">
  645. <img border="0" src="http://i.imgur.com/fivK2bL.png" />
  646.  
  647. <div class="holders" title="<BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader>">posted on.</div>
  648. <div class="holders" title="<$BlogItemAuthor$>">posted by.</div>
  649. <BlogItemCommentsEnabled><a class="holders" href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>" title="<$BlogItemCommentCount$> comments.">comments</a></BlogItemCommentsEnabled>
  650.  
  651.  
  652. </div>
  653. </td></tr></table>
  654. </Blogger>
  655. </div>
  656. </td></tr></table>
  657.  
  658.  
  659. <table width="660" align="center"><tr>
  660. <td>
  661. <div id="footer">
  662. </div>
  663. </td>
  664. </tr></table>
  665.  
  666. </div>
  667. </div>
  668. </body>
  669. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement