Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <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'>
- <head>
- <b:include data='blog' name='all-head-content'/>
- <title><data:blog.pageTitle/></title>
- <b:skin><![CDATA[/*
- -----------------------------------------------
- Blogger Template Style
- Name: Thisaway (Blue)
- Designer: Dan Rubin
- URL: www.superfluousbanter.org
- Date: 29 Feb 2004
- Updated by: Blogger Team
- ----------------------------------------------- */
- /* Variable definitions
- ====================
- <Variable name="textColor" description="Text Color"
- type="color" default="#204063" value="#204063">
- <Variable name="blogTitleColor" description="Blog Title Color"
- type="color" default="#eef6fe" value="#cc0000">
- <Variable name="blogDescriptionColor" description="Blog Description Color"
- type="color" default="#eef6fe" value="#8facc8">
- <Variable name="postTitleColor" description="Post Title Color"
- type="color" default="#477fba" value="#477fba">
- <Variable name="dateHeaderColor" description="Date Header Color"
- type="color" default="#8facc8" value="#8facc8">
- <Variable name="sidebarHeaderColor" description="Sidebar Title Color"
- type="color" default="#809fbd" value="#809fbd">
- <Variable name="mainLinkColor" description="Link Color"
- type="color" default="#4386ce" value="#4386ce">
- <Variable name="mainVisitedLinkColor" description="Visited Link Color"
- type="color" default="#2462a5" value="#2462a5">
- <Variable name="sidebarLinkColor" description="Sidebar Link Color"
- type="color" default="#599be2" value="#599be2">
- <Variable name="sidebarVisitedLinkColor"
- description="Sidebar Visited Link Color"
- type="color" default="#3372b6" value="#3372b6">
- <Variable name="bodyFont" description="Text Font"
- type="font" default="normal normal 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal normal 100% Trebuchet, Trebuchet MS, Arial, sans-serif">
- <Variable name="headerFont" description="Sidebar Title Font"
- type="font"
- default="normal bold 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal bold 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
- <Variable name="pageTitleFont" description="Blog Title Font"
- type="font"
- default="normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif">
- <Variable name="blogDescriptionFont" description="Blog Description Font"
- type="font"
- default="normal normal 80% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif" value="normal normal 130% Trebuchet, Trebuchet MS, Arial, sans-serif">
- <Variable name="startSide" description="Start side in blog language"
- type="automatic" default="left" value="left">
- <Variable name="endSide" description="End side in blog language"
- type="automatic" default="right" value="right">
- */
- /* global
- ----------------------------------------------- */
- body {
- margin: 0;
- text-align: center;
- min-width: 760px;
- background: #0099ff url(http://img204.imageshack.us/img204/3255/saturnside.png) repeat-y $startSide top;
- color: $textColor;
- font-size: small;
- }
- blockquote {
- margin: 0;
- padding-top: 0;
- padding-$endSide: 10px;
- padding-bottom: 0;
- padding-$startSide: 10px;
- border-$startSide: 6px solid #d8e7f78;
- border-$endSide: 6px solid #d8e7f7;
- color: $postTitleColor;
- }
- code {
- color: $postTitleColor;
- }
- hr {
- display: none;
- }
- /* layout
- ----------------------------------------------- */
- #outer-wrapper {
- margin: 0 auto;
- width: 760px;
- text-align: $startSide;
- font: $bodyFont;
- }
- #header-wrapper {
- padding-bottom: 15px;
- background: url(http://www.blogblog.com/thisaway_blue/bg_header_bottom.gif) no-repeat $startSide bottom;
- }
- #header {
- background: #204063 url(http://www.blogblog.com/thisaway_blue/bg_header.gif) repeat-x $startSide bottom;
- }
- #content-wrapper {
- position: relative;
- width: 760px;
- background: #f7f0e9 url(http://www.blogblog.com/thisaway_blue/bg_main_wrapper.gif) repeat-y $startSide top;
- }
- #main-wrapper {
- display: inline; /* fixes a strange ie margin bug */
- float: $startSide;
- margin-top: 0;
- margin-$endSide: 0;
- margin-bottom: 0;
- margin-$startSide: 3px;
- padding: 0;
- width: 483px;
- word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
- overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
- }
- #main {
- padding-top: 22px;
- padding-$endSide: 8px;
- padding-bottom: 0;
- padding-$startSide: 8px;
- background: url(http://www.blogblog.com/thisaway_blue/bg_content.gif) repeat-x $startSide top;
- }
- .post {
- margin-top: 0;
- margin-$endSide: 8px;
- margin-bottom: 14px;
- margin-$startSide: 21px;
- padding: 0;
- border-bottom: 3px solid #d8e7f7;
- }
- #comments {
- margin-top: 0;
- margin-$endSide: 16px;
- margin-bottom: 14px;
- margin-$startSide: 29px;
- padding: 10px;
- border: 1px solid #cedef0;
- background-color: #e4ecf5;
- }
- #sidebar-wrapper {
- display: inline; /* fixes a strange ie margin bug */
- float: $endSide;
- margin-top: 0;
- margin-$endSide: 3px;
- margin-bottom: 0;
- margin-$startSide: 0;
- width: 269px;
- color: $textColor;
- line-height: 1.4em;
- font-size: 90%;
- background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar.gif) repeat-x $startSide top;
- word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
- overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
- }
- #sidebar {
- padding-top: 7px;
- padding-$endSide: 11px;
- padding-bottom: 0;
- padding-$startSide: 14px;
- background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar_arrow.gif) repeat-y 179px 0;
- }
- #sidebar .widget {
- margin-bottom: 20px;
- }
- #footer-wrapper {
- padding-top: 15px;
- background: url(http://www.blogblog.com/thisaway_blue/bg_footer_top.gif) no-repeat $startSide top;
- clear: both;
- }
- #footer {
- background: #152e49 url(http://www.blogblog.com/thisaway_blue/bg_footer.gif) repeat-x $startSide top;
- text-align: center;
- min-height: 2em;
- }
- /* headings
- ----------------------------------------------- */
- #header h1 {
- margin: 0;
- padding-top: 24px;
- padding-$endSide: 0;
- padding-bottom: 0;
- padding-$startSide: 84px;
- background: url(http://www.blogblog.com/thisaway_blue/icon_header_$startSide.gif) no-repeat 16px 26px;
- }
- h2.date-header {
- margin: 0;
- padding-top: 0;
- padding-$endSide: 0;
- padding-bottom: 0;
- padding-$startSide: 29px;
- text-transform: uppercase;
- color: $dateHeaderColor;
- background: url(http://www.blogblog.com/thisaway_blue/icon_date.gif) no-repeat 13px 0;
- font-size: 80%;
- font-weight: normal;
- }
- .date-header span {
- margin-top: 0;
- margin-$endSide: 0;
- margin-bottom: 0;
- margin-$startSide: 5px;
- padding-top: 0;
- padding-$endSide: 25px;
- padding-bottom: 0;
- padding-$startSide: 25px;
- background: url(http://www.blogblog.com/thisaway_blue/bg_date.gif) no-repeat $startSide 0;
- }
- .sidebar h2 {
- padding-top: 1px;
- padding-$endSide: 0;
- padding-bottom: 0;
- padding-$startSide: 36px;
- color: $sidebarHeaderColor;
- background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_heading_$startSide.gif) no-repeat $startSide 45%;
- font: $headerFont;
- }
- .sidebar .Profile h2 {
- color: #527595;
- background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_profileheading_$startSide.gif) no-repeat $startSide 45%;
- }
- .post h3 {
- margin-top: 13px;
- margin-$endSide: 0;
- margin-bottom: 13px;
- margin-$startSide: 0;
- padding: 0;
- color: $postTitleColor;
- font-size: 140%;
- }
- .post h3 a, .post h3 a:visited {
- color: $postTitleColor;
- }
- #comments h4 {
- margin-top: 0;
- font-size: 120%;
- }
- /* text
- ----------------------------------------------- */
- #header h1 {
- color: $blogTitleColor;
- font: $pageTitleFont;
- }
- #header .description {
- margin: 0;
- padding-top: 7px;
- padding-$endSide: 16px;
- padding-bottom: 0;
- padding-$startSide: 84px;
- color: $blogDescriptionColor;
- font: $blogDescriptionFont;
- }
- .post-body p {
- line-height: 1.4em;
- /* Fix bug in IE5/Win with italics in posts */
- margin: 0;
- height: 1%;
- overflow: visible;
- }
- .post-footer {
- font-size: 80%;
- color: $dateHeaderColor;
- }
- .uncustomized-post-template .post-footer {
- text-align: $endSide;
- }
- .uncustomized-post-template .post-footer .post-author,
- .uncustomized-post-template .post-footer .post-timestamp {
- display: block;
- float: $startSide;
- text-align: $startSide;
- margin-$endSide: 4px;
- }
- p.comment-author {
- font-size: 83%;
- }
- .deleted-comment {
- font-style:italic;
- color:gray;
- }
- .comment-body p {
- line-height: 1.4em;
- }
- .feed-links {
- clear: both;
- line-height: 2.5em;
- margin-bottom: 0.5em;
- margin-$startSide: 29px;
- }
- #footer .widget {
- margin: 0;
- padding-top: 0;
- padding-$endSide: 0;
- padding-bottom: 15px;
- padding-$startSide: 55px;
- color: #fef6ee;
- font-size: 90%;
- line-height: 1.4em;
- background: url(http://www.blogblog.com/thisaway_blue/icon_footer.gif) no-repeat 16px 0;
- }
- /* lists
- ----------------------------------------------- */
- .post ul {
- padding-$startSide: 32px;
- list-style-type: none;
- line-height: 1.4em;
- }
- .post li {
- padding-top: 0;
- padding-$endSide: 0;
- padding-bottom: 4px;
- padding-$startSide: 17px;
- background: url(http://www.blogblog.com/thisaway_blue/icon_list_item_$startSide.gif) no-repeat $startSide 3px;
- }
- #comments ul {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
- #comments li {
- padding-top: 0;
- padding-$endSide: 0;
- padding-bottom: 1px;
- padding-$startSide: 17px;
- background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat $startSide 3px;
- }
- .sidebar ul {
- padding: 0;
- list-style-type: none;
- line-height: 1.2em;
- margin-$startSide: 0;
- }
- .sidebar li {
- padding-top: 0;
- padding-$endSide: 0;
- padding-bottom: 4px;
- padding-$startSide: 17px;
- background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat $startSide 3px;
- }
- #blog-pager-newer-link {
- float: $startSide;
- margin-$startSide: 29px;
- }
- #blog-pager-older-link {
- float: $endSide;
- margin-$endSide: 16px;
- }
- #blog-pager {
- text-align: center;
- }
- /* links
- ----------------------------------------------- */
- a {
- color: $mainLinkColor;
- font-weight: bold;
- }
- a:hover {
- color: $mainVisitedLinkColor;
- }
- a.comment-link {
- /* ie5.0/win doesn't apply padding to inline elements,
- so we hide these two declarations from it */
- background/* */:/**/url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat $startSide 45%;
- padding-$startSide: 14px;
- }
- html>body a.comment-link {
- /* respecified, for ie5/mac's benefit */
- background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat $startSide 45%;
- padding-$startSide: 14px;
- }
- .sidebar a {
- color: $sidebarLinkColor;
- }
- .sidebar a:hover {
- color: $sidebarVisitedLinkColor;
- }
- #header h1 a {
- color: $blogTitleColor;
- text-decoration: none;
- }
- #header h1 a:hover {
- color: #b4c7d9;
- }
- .post h3 a {
- text-decoration: none;
- }
- a img {
- border-width: 0;
- }
- .clear {
- clear: both;
- line-height: 0;
- height: 0;
- }
- .profile-textblock {
- clear: both;
- margin-bottom: 10px;
- margin-$startSide: 0;
- }
- .profile-img {
- float: $startSide;
- margin-top: 0;
- margin-$endSide: 5px;
- margin-bottom: 5px;
- margin-$startSide: 0;
- padding: 3px;
- border: 1px solid #bdd4eb;
- }
- .profile-link {
- padding-top: 0;
- padding-$endSide: 0;
- padding-bottom: 0;
- padding-$startSide: 17px;
- background: url(http://www.blogblog.com/thisaway_blue/icon_profile_$startSide.gif) no-repeat $startSide 0;
- }
- /** Page structure tweaks for layout editor wireframe */
- body#layout #main,
- body#layout #sidebar {
- padding: 0;
- }
- ]]></b:skin>
- </head>
- <body>
- <!--SCM Music Player by Adrian Shum - http://scmplayer.asweb.info-->
- <script type='text/javascript'><!--
- 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'));
- //--></script>
- <script type='text/javascript'><!--
- 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'}");
- //--></script>
- <!--End of SCM Music Player script-->
- <div id='outer-wrapper'><div id='wrap2'>
- <!-- skip links for text browsers -->
- <span id='skiplinks' style='display:none;'>
- <a href='#main'>skip to main </a> |
- <a href='#sidebar'>skip to sidebar</a>
- </span>
- <div id='header-wrapper'>
- <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
- <b:widget id='Header1' locked='true' title='Random Stuffs (Header)' type='Header'/>
- </b:section>
- </div>
- <div id='content-wrapper'>
- <div id='crosscol-wrapper' style='text-align:center'>
- <b:section class='crosscol' id='crosscol' showaddelement='no'>
- <b:widget id='HTML3' locked='false' title='' type='HTML'/>
- </b:section>
- </div>
- <div id='main-wrapper'>
- <b:section class='main' id='main' showaddelement='no'>
- <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
- <b:widget id='Gadget1' locked='false' title='As sea to land, do fish to people.' type='Gadget'/>
- </b:section>
- </div>
- <div id='sidebar-wrapper'>
- <b:section class='sidebar' id='sidebar' preferred='yes'>
- <b:widget id='HTML1' locked='false' title='links n stuff..' type='HTML'/>
- <b:widget id='Profile1' locked='false' title='Nakama' type='Profile'/>
- <b:widget id='HTML2' locked='false' title='Hiphopapotamus' type='HTML'/>
- <b:widget id='Image1' locked='false' title='Person of the month' type='Image'/>
- <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
- <b:widget id='Followers1' locked='false' title='Followers of the Okama way' type='Followers'/>
- <b:widget id='PageList1' locked='false' title='paging doc-doc-doc-doc-doctor beat' type='PageList'/>
- </b:section>
- </div>
- <!-- spacer for skins that want sidebar and main to be the same height-->
- <div class='clear'> </div>
- </div> <!-- end content-wrapper -->
- <div id='footer-wrapper'>
- <b:section class='footer' id='footer'/>
- </div>
- </div></div> <!-- end outer-wrapper -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement