Advertisement
kero228

RandomStuffsCode

May 12th, 2011
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <head>
  5. <b:include data='blog' name='all-head-content'/>
  6. <title><data:blog.pageTitle/></title>
  7. <b:skin><![CDATA[/*
  8. -----------------------------------------------
  9. Blogger Template Style
  10. Name: Thisaway (Blue)
  11. Designer: Dan Rubin
  12. URL: www.superfluousbanter.org
  13. Date: 29 Feb 2004
  14. Updated by: Blogger Team
  15. ----------------------------------------------- */
  16.  
  17. /* Variable definitions
  18. ====================
  19. <Variable name="textColor" description="Text Color"
  20. type="color" default="#204063" value="#204063">
  21. <Variable name="blogTitleColor" description="Blog Title Color"
  22. type="color" default="#eef6fe" value="#cc0000">
  23. <Variable name="blogDescriptionColor" description="Blog Description Color"
  24. type="color" default="#eef6fe" value="#8facc8">
  25. <Variable name="postTitleColor" description="Post Title Color"
  26. type="color" default="#477fba" value="#477fba">
  27. <Variable name="dateHeaderColor" description="Date Header Color"
  28. type="color" default="#8facc8" value="#8facc8">
  29. <Variable name="sidebarHeaderColor" description="Sidebar Title Color"
  30. type="color" default="#809fbd" value="#809fbd">
  31. <Variable name="mainLinkColor" description="Link Color"
  32. type="color" default="#4386ce" value="#4386ce">
  33. <Variable name="mainVisitedLinkColor" description="Visited Link Color"
  34. type="color" default="#2462a5" value="#2462a5">
  35. <Variable name="sidebarLinkColor" description="Sidebar Link Color"
  36. type="color" default="#599be2" value="#599be2">
  37. <Variable name="sidebarVisitedLinkColor"
  38. description="Sidebar Visited Link Color"
  39. type="color" default="#3372b6" value="#3372b6">
  40.  
  41. <Variable name="bodyFont" description="Text Font"
  42. type="font" default="normal normal 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal normal 100% Trebuchet, Trebuchet MS, Arial, sans-serif">
  43. <Variable name="headerFont" description="Sidebar Title Font"
  44. type="font"
  45. default="normal bold 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal bold 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
  46. <Variable name="pageTitleFont" description="Blog Title Font"
  47. type="font"
  48. default="normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
  49. <Variable name="blogDescriptionFont" description="Blog Description Font"
  50. type="font"
  51. default="normal normal 80% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal normal 130% Trebuchet, Trebuchet MS, Arial, sans-serif">
  52. <Variable name="startSide" description="Start side in blog language"
  53. type="automatic" default="left" value="left">
  54. <Variable name="endSide" description="End side in blog language"
  55. type="automatic" default="right" value="right">
  56. */
  57.  
  58. /* global
  59. ----------------------------------------------- */
  60. body {
  61. margin: 0;
  62. text-align: center;
  63. min-width: 760px;
  64. background: #0099ff url(http://img204.imageshack.us/img204/3255/saturnside.png) repeat-y $startSide top;
  65. color: $textColor;
  66. font-size: small;
  67. }
  68.  
  69. blockquote {
  70. margin: 0;
  71. padding-top: 0;
  72. padding-$endSide: 10px;
  73. padding-bottom: 0;
  74. padding-$startSide: 10px;
  75. border-$startSide: 6px solid #d8e7f78;
  76. border-$endSide: 6px solid #d8e7f7;
  77. color: $postTitleColor;
  78. }
  79.  
  80. code {
  81. color: $postTitleColor;
  82. }
  83.  
  84. hr {
  85. display: none;
  86. }
  87.  
  88.  
  89. /* layout
  90. ----------------------------------------------- */
  91. #outer-wrapper {
  92. margin: 0 auto;
  93. width: 760px;
  94. text-align: $startSide;
  95. font: $bodyFont;
  96. }
  97.  
  98. #header-wrapper {
  99. padding-bottom: 15px;
  100. background: url(http://www.blogblog.com/thisaway_blue/bg_header_bottom.gif) no-repeat $startSide bottom;
  101. }
  102.  
  103. #header {
  104. background: #204063 url(http://www.blogblog.com/thisaway_blue/bg_header.gif) repeat-x $startSide bottom;
  105. }
  106.  
  107. #content-wrapper {
  108. position: relative;
  109. width: 760px;
  110. background: #f7f0e9 url(http://www.blogblog.com/thisaway_blue/bg_main_wrapper.gif) repeat-y $startSide top;
  111. }
  112.  
  113. #main-wrapper {
  114. display: inline; /* fixes a strange ie margin bug */
  115. float: $startSide;
  116. margin-top: 0;
  117. margin-$endSide: 0;
  118. margin-bottom: 0;
  119. margin-$startSide: 3px;
  120. padding: 0;
  121. width: 483px;
  122. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  123. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  124. }
  125.  
  126. #main {
  127. padding-top: 22px;
  128. padding-$endSide: 8px;
  129. padding-bottom: 0;
  130. padding-$startSide: 8px;
  131. background: url(http://www.blogblog.com/thisaway_blue/bg_content.gif) repeat-x $startSide top;
  132. }
  133.  
  134. .post {
  135. margin-top: 0;
  136. margin-$endSide: 8px;
  137. margin-bottom: 14px;
  138. margin-$startSide: 21px;
  139. padding: 0;
  140. border-bottom: 3px solid #d8e7f7;
  141. }
  142.  
  143. #comments {
  144. margin-top: 0;
  145. margin-$endSide: 16px;
  146. margin-bottom: 14px;
  147. margin-$startSide: 29px;
  148. padding: 10px;
  149. border: 1px solid #cedef0;
  150. background-color: #e4ecf5;
  151. }
  152.  
  153. #sidebar-wrapper {
  154. display: inline; /* fixes a strange ie margin bug */
  155. float: $endSide;
  156. margin-top: 0;
  157. margin-$endSide: 3px;
  158. margin-bottom: 0;
  159. margin-$startSide: 0;
  160. width: 269px;
  161. color: $textColor;
  162. line-height: 1.4em;
  163. font-size: 90%;
  164. background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar.gif) repeat-x $startSide top;
  165. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  166. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  167. }
  168.  
  169. #sidebar {
  170. padding-top: 7px;
  171. padding-$endSide: 11px;
  172. padding-bottom: 0;
  173. padding-$startSide: 14px;
  174. background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar_arrow.gif) repeat-y 179px 0;
  175. }
  176.  
  177. #sidebar .widget {
  178. margin-bottom: 20px;
  179. }
  180.  
  181.  
  182. #footer-wrapper {
  183. padding-top: 15px;
  184. background: url(http://www.blogblog.com/thisaway_blue/bg_footer_top.gif) no-repeat $startSide top;
  185. clear: both;
  186. }
  187.  
  188. #footer {
  189. background: #152e49 url(http://www.blogblog.com/thisaway_blue/bg_footer.gif) repeat-x $startSide top;
  190. text-align: center;
  191. min-height: 2em;
  192. }
  193.  
  194. /* headings
  195. ----------------------------------------------- */
  196.  
  197. #header h1 {
  198. margin: 0;
  199. padding-top: 24px;
  200. padding-$endSide: 0;
  201. padding-bottom: 0;
  202. padding-$startSide: 84px;
  203. background: url(http://www.blogblog.com/thisaway_blue/icon_header_$startSide.gif) no-repeat 16px 26px;
  204. }
  205.  
  206. h2.date-header {
  207. margin: 0;
  208. padding-top: 0;
  209. padding-$endSide: 0;
  210. padding-bottom: 0;
  211. padding-$startSide: 29px;
  212. text-transform: uppercase;
  213. color: $dateHeaderColor;
  214. background: url(http://www.blogblog.com/thisaway_blue/icon_date.gif) no-repeat 13px 0;
  215. font-size: 80%;
  216. font-weight: normal;
  217. }
  218.  
  219. .date-header span {
  220. margin-top: 0;
  221. margin-$endSide: 0;
  222. margin-bottom: 0;
  223. margin-$startSide: 5px;
  224. padding-top: 0;
  225. padding-$endSide: 25px;
  226. padding-bottom: 0;
  227. padding-$startSide: 25px;
  228. background: url(http://www.blogblog.com/thisaway_blue/bg_date.gif) no-repeat $startSide 0;
  229. }
  230.  
  231. .sidebar h2 {
  232. padding-top: 1px;
  233. padding-$endSide: 0;
  234. padding-bottom: 0;
  235. padding-$startSide: 36px;
  236. color: $sidebarHeaderColor;
  237. background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_heading_$startSide.gif) no-repeat $startSide 45%;
  238. font: $headerFont;
  239. }
  240.  
  241. .sidebar .Profile h2 {
  242. color: #527595;
  243. background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_profileheading_$startSide.gif) no-repeat $startSide 45%;
  244. }
  245.  
  246. .post h3 {
  247. margin-top: 13px;
  248. margin-$endSide: 0;
  249. margin-bottom: 13px;
  250. margin-$startSide: 0;
  251. padding: 0;
  252. color: $postTitleColor;
  253. font-size: 140%;
  254. }
  255.  
  256. .post h3 a, .post h3 a:visited {
  257. color: $postTitleColor;
  258. }
  259.  
  260. #comments h4 {
  261. margin-top: 0;
  262. font-size: 120%;
  263. }
  264.  
  265.  
  266. /* text
  267. ----------------------------------------------- */
  268.  
  269. #header h1 {
  270. color: $blogTitleColor;
  271. font: $pageTitleFont;
  272. }
  273.  
  274. #header .description {
  275. margin: 0;
  276. padding-top: 7px;
  277. padding-$endSide: 16px;
  278. padding-bottom: 0;
  279. padding-$startSide: 84px;
  280. color: $blogDescriptionColor;
  281. font: $blogDescriptionFont;
  282. }
  283.  
  284. .post-body p {
  285. line-height: 1.4em;
  286. /* Fix bug in IE5/Win with italics in posts */
  287. margin: 0;
  288. height: 1%;
  289. overflow: visible;
  290. }
  291.  
  292. .post-footer {
  293. font-size: 80%;
  294. color: $dateHeaderColor;
  295. }
  296.  
  297. .uncustomized-post-template .post-footer {
  298. text-align: $endSide;
  299. }
  300.  
  301. .uncustomized-post-template .post-footer .post-author,
  302. .uncustomized-post-template .post-footer .post-timestamp {
  303. display: block;
  304. float: $startSide;
  305. text-align: $startSide;
  306. margin-$endSide: 4px;
  307. }
  308.  
  309. p.comment-author {
  310. font-size: 83%;
  311. }
  312.  
  313. .deleted-comment {
  314. font-style:italic;
  315. color:gray;
  316. }
  317.  
  318. .comment-body p {
  319. line-height: 1.4em;
  320. }
  321.  
  322. .feed-links {
  323. clear: both;
  324. line-height: 2.5em;
  325. margin-bottom: 0.5em;
  326. margin-$startSide: 29px;
  327. }
  328.  
  329. #footer .widget {
  330. margin: 0;
  331. padding-top: 0;
  332. padding-$endSide: 0;
  333. padding-bottom: 15px;
  334. padding-$startSide: 55px;
  335. color: #fef6ee;
  336. font-size: 90%;
  337. line-height: 1.4em;
  338. background: url(http://www.blogblog.com/thisaway_blue/icon_footer.gif) no-repeat 16px 0;
  339. }
  340.  
  341.  
  342. /* lists
  343. ----------------------------------------------- */
  344.  
  345. .post ul {
  346. padding-$startSide: 32px;
  347. list-style-type: none;
  348. line-height: 1.4em;
  349. }
  350.  
  351. .post li {
  352. padding-top: 0;
  353. padding-$endSide: 0;
  354. padding-bottom: 4px;
  355. padding-$startSide: 17px;
  356. background: url(http://www.blogblog.com/thisaway_blue/icon_list_item_$startSide.gif) no-repeat $startSide 3px;
  357. }
  358.  
  359. #comments ul {
  360. margin: 0;
  361. padding: 0;
  362. list-style-type: none;
  363. }
  364.  
  365. #comments li {
  366. padding-top: 0;
  367. padding-$endSide: 0;
  368. padding-bottom: 1px;
  369. padding-$startSide: 17px;
  370. background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat $startSide 3px;
  371. }
  372.  
  373. .sidebar ul {
  374. padding: 0;
  375. list-style-type: none;
  376. line-height: 1.2em;
  377. margin-$startSide: 0;
  378. }
  379.  
  380. .sidebar li {
  381. padding-top: 0;
  382. padding-$endSide: 0;
  383. padding-bottom: 4px;
  384. padding-$startSide: 17px;
  385. background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat $startSide 3px;
  386. }
  387.  
  388. #blog-pager-newer-link {
  389. float: $startSide;
  390. margin-$startSide: 29px;
  391. }
  392.  
  393. #blog-pager-older-link {
  394. float: $endSide;
  395. margin-$endSide: 16px;
  396. }
  397.  
  398. #blog-pager {
  399. text-align: center;
  400. }
  401.  
  402. /* links
  403. ----------------------------------------------- */
  404. a {
  405. color: $mainLinkColor;
  406. font-weight: bold;
  407. }
  408.  
  409. a:hover {
  410. color: $mainVisitedLinkColor;
  411. }
  412.  
  413. a.comment-link {
  414. /* ie5.0/win doesn't apply padding to inline elements,
  415. so we hide these two declarations from it */
  416. background/* */:/**/url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat $startSide 45%;
  417. padding-$startSide: 14px;
  418. }
  419.  
  420. html>body a.comment-link {
  421. /* respecified, for ie5/mac's benefit */
  422. background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat $startSide 45%;
  423. padding-$startSide: 14px;
  424. }
  425.  
  426. .sidebar a {
  427. color: $sidebarLinkColor;
  428. }
  429.  
  430. .sidebar a:hover {
  431. color: $sidebarVisitedLinkColor;
  432. }
  433.  
  434.  
  435. #header h1 a {
  436. color: $blogTitleColor;
  437. text-decoration: none;
  438. }
  439.  
  440. #header h1 a:hover {
  441. color: #b4c7d9;
  442. }
  443.  
  444. .post h3 a {
  445. text-decoration: none;
  446. }
  447.  
  448. a img {
  449. border-width: 0;
  450. }
  451.  
  452. .clear {
  453. clear: both;
  454. line-height: 0;
  455. height: 0;
  456. }
  457.  
  458. .profile-textblock {
  459. clear: both;
  460. margin-bottom: 10px;
  461. margin-$startSide: 0;
  462. }
  463.  
  464. .profile-img {
  465. float: $startSide;
  466. margin-top: 0;
  467. margin-$endSide: 5px;
  468. margin-bottom: 5px;
  469. margin-$startSide: 0;
  470. padding: 3px;
  471. border: 1px solid #bdd4eb;
  472. }
  473.  
  474. .profile-link {
  475. padding-top: 0;
  476. padding-$endSide: 0;
  477. padding-bottom: 0;
  478. padding-$startSide: 17px;
  479. background: url(http://www.blogblog.com/thisaway_blue/icon_profile_$startSide.gif) no-repeat $startSide 0;
  480. }
  481.  
  482. /** Page structure tweaks for layout editor wireframe */
  483.  
  484. body#layout #main,
  485. body#layout #sidebar {
  486. padding: 0;
  487. }
  488. ]]></b:skin>
  489. </head>
  490.  
  491. <body>
  492. <!--SCM Music Player by Adrian Shum - http://scmplayer.asweb.info-->
  493. <script type='text/javascript'><!--
  494. document.write(unescape('%3C%73%63%72%69%70%74%20%74%79%70%65%3D%22%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%22%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%73%63%6D%70%6C%61%79%65%72%2E%61%73%77%65%62%2E%69%6E%66%6F%2F%73%63%72%69%70%74%2E%6A%73%22%20%3E%3C%2F%73%63%72%69%70%74%3E'));
  495. //--></script>
  496. <script type='text/javascript'><!--
  497. SCMMusicPlayer.init("{'skin':'skins/aquaBlue/skin.css','playback':{'autostart':'false','shuffle':'false','volume':'50'},'playlist':[{'title':'Paris, Tokyo','url':'http://www.youtube.com/watch?v=pp2uqGLNm5k'},{'title':'Black and Yellow','url':'http://www.youtube.com/watch?v=UePtoxDhJSw'},{'title':'Speakers going Hammer','url':'http://www.youtube.com/watch?v=wbGJCT3R154'},{'title':'Raise your Weapon','url':'http://www.youtube.com/watch?v=YnwfTHpnGLY'}],'placement':'bottom','showplaylist':'false'}");
  498. //--></script>
  499. <!--End of SCM Music Player script-->
  500.  
  501.  
  502. <div id='outer-wrapper'><div id='wrap2'>
  503.  
  504. <!-- skip links for text browsers -->
  505. <span id='skiplinks' style='display:none;'>
  506. <a href='#main'>skip to main </a> |
  507. <a href='#sidebar'>skip to sidebar</a>
  508. </span>
  509.  
  510. <div id='header-wrapper'>
  511. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  512. <b:widget id='Header1' locked='true' title='Random Stuffs (Header)' type='Header'/>
  513. </b:section>
  514. </div>
  515.  
  516. <div id='content-wrapper'>
  517.  
  518. <div id='crosscol-wrapper' style='text-align:center'>
  519. <b:section class='crosscol' id='crosscol' showaddelement='no'>
  520. <b:widget id='HTML3' locked='false' title='' type='HTML'/>
  521. </b:section>
  522. </div>
  523.  
  524. <div id='main-wrapper'>
  525. <b:section class='main' id='main' showaddelement='no'>
  526. <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
  527. <b:widget id='Gadget1' locked='false' title='As sea to land, do fish to people.' type='Gadget'/>
  528. </b:section>
  529. </div>
  530.  
  531. <div id='sidebar-wrapper'>
  532. <b:section class='sidebar' id='sidebar' preferred='yes'>
  533. <b:widget id='HTML1' locked='false' title='links n stuff..' type='HTML'/>
  534. <b:widget id='Profile1' locked='false' title='Nakama' type='Profile'/>
  535. <b:widget id='HTML2' locked='false' title='Hiphopapotamus' type='HTML'/>
  536. <b:widget id='Image1' locked='false' title='Person of the month' type='Image'/>
  537. <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
  538. <b:widget id='Followers1' locked='false' title='Followers of the Okama way' type='Followers'/>
  539. <b:widget id='PageList1' locked='false' title='paging doc-doc-doc-doc-doctor beat' type='PageList'/>
  540. </b:section>
  541. </div>
  542.  
  543. <!-- spacer for skins that want sidebar and main to be the same height-->
  544. <div class='clear'>&#160;</div>
  545.  
  546. </div> <!-- end content-wrapper -->
  547.  
  548. <div id='footer-wrapper'>
  549. <b:section class='footer' id='footer'/>
  550. </div>
  551.  
  552. </div></div> <!-- end outer-wrapper -->
  553. </body>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement