Skocz do zawartości


Zdjęcie

[html/xhtml] Dodatkowa kolumna na blogu


  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Underek

Underek

    Nowy

  • 1 postów

Napisano 23 11 2008 - 20:33

Niedawno zmieniłem styl na swoim blogu http://underek.blogspot.com ale chce w nim dodać dodatkową ramkę/kolumnę po lewej stronie na szybkie krótkie wpisy. Czy ktos moze mi przerobić tak ten styl zeby ta kolumna była widoczna i dotowa do edycji?


<?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 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[

/*-- (Hiding the navbar) --*/
#navbar-iframe {
   display:none !important;
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background: #E1B26B url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/bg.gif"); 
}

/******************/
a:link, a:visited {
	color: #AAAF54;
	text-decoration: none;
	}

a:hover, a:active {
	color: #C3C963;
	}

blockquote {
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/quote.gif") no-repeat top left;
	min-height: 90px;
	overflow: visible;
	color: #C3BCA5;
	margin: 0;
	padding: 15px 20px;
	}

code {
	font-family: monospace;
	color: #EFE4BE;
	}

pre {
	font-family: monospace;
	color: #C3BCA5;
	}

input, textarea { 
	width: 98%; 
	font-size: 11px; 
	color: #CCC;
	font-family: "trebuchet ms", arial, sans-serif;
	background: #1A1A1A;
	border: #414141 1px solid;
	margin: 2px 0 0 0;
	}
textarea { 
	padding: 3px;
	width: 96%;
	}

input:focus, textarea:focus {
	border: #2E2E2E 1px solid;
	}
small {
	color: #555;
	font-family: arial, helvetica, sans-serif;
	}

label {
	color: #555;
	font-size: 10px;
	}

table {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	border: #2E2E2E 1px solid;
	background: #131313;
	}


#outer-wrapper {
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/bgtp.gif") repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#header-wrapper {
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/bghead.gif") no-repeat top center; 
	width: 665px; 
	height: 191px;
	margin: 0 auto;
	padding: 0 50px;
}

#content-wrapper{
	background: #B5B6B4 url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/bgcon.gif") repeat-y top center; 
	width: 665px;
	margin: 0 auto;
	padding: 0 50px;
	
}
#footer-wrapper {
	background: #B5B6B4 url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/bgcon.gif") repeat-y top center; 
	width: 705px;
	margin: 0 auto;
	padding: 0 30px;
}
#main-wrapper {
	width: 440px;
	float: left;
	text-align: justify;
	font-size: 13px;
	color: #CACACA;
	font-family: "times new roman", georgia, serif;
}

#sidebar-wrapper {
	width: 205px;
	float: right;
	text-align: left;
}


/* Header
----------------------------------------------- */

#header .title, #header .title a {
	color: #FFA052;
	font-size: 30px;
	font-family: "trebuchet ms", sans-serif;
	text-decoration: none;
	text-align: right;
}

#header .description {
	padding: 0 10px 0 0; 
	color: #FFFFFF; 
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#header-inner{
	width: 60%;
	text-align: right;
	float: right
}
#header .search{
	width: 30%;
	float: left;
	padding-top: 10px;
	text-align: left;
}
#header .search input{
	width: 50px;
	height: 17px;
	margin-left: 2px;
}

#header .search #s{
	width: 120px;
	height: 14px;

}


/* Posts
----------------------------------------------- */


.post-title,.post-title a,.post-title a:VISITED ,.post-title a:hover{
	color: #FFA303;
	font-size: 20px;
	font-family: "times new roman", serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 7px 0 0 0;
	text-decoration: none;
}
.post ul, .post ol{
	padding-left:30px; 	
}
.post li{
	list-style-position: outside;
}

.postmeta {
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFED9;
	font-size: 11px;
	padding-left:100px;
	font-family: "tw cent mt", arial, helvetica, sans-serif;
}

.postmeta a:link,.postmeta a:visited {
	color: #A12600;
	text-decoration: none;
	}

.postmeta a:hover {
	color: #DF3500;
	text-decoration: none;
	}
.post-footer{
	background: #3A130A;
	-moz-border-radius: 10px;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 7px;
	margin: 15px 0 50px 0;
	font-weight: bold;
	
}

.post-footer a:link, .post-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}

.post-comment-link, .post-comment-link a:link, .post-comment-link a:visited {
	color: #A5B968;
	font-weight: bold;
	text-decoration: none;
	}

.post-comment-link a:hover {
	color: #C7DC87;
	text-decoration: none;
	}
/* Comments
----------------------------------------------- */
#comments h4 {
	font-size: 35px;
	color: #222;
	text-transform: capitalize;
	margin-bottom: 10px;
}
	
#comments-block {
}

.comment  {
	font-size: 11px;
	font-family: "trebuchet ms", sans-serif;
	margin-bottom:20px; 
}

.comment-author {
	color: #F3F1B7;
	font-size: 18px;
	font-family: "agency fb", sans-serif;
	font-weight: bold;
}

.comment-author p{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}


#blog-pager {   
	font-weight: bolder;
	margin: 5px;
	text-align: center;
}
#blog-pager a{
	margin: 0 20px;
}



/* Sidebar Content
----------------------------------------------- */
#sidebar-wrapper .sidebar {
}
#sidebar-wrapper  .widget{
	margin-bottom: 10px;
}
#sidebar-wrapper h2 {
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/sidebg.jpg") no-repeat left top; 
	height: 23px;
	text-transform: lowercase;
	padding-right: 30px;
	padding-top:5px;
	margin-bottom:5px;
	color: #E5B655;
	font-size: 18px;
	text-align: right;
	font-family: "times new roman", georgia, serif;
}

#sidebar-wrapper ul {
	list-style-type: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#sidebar-wrapper ul li {
}

#sidebar-wrapper ul li a {
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/arw.gif") no-repeat 0 0; 
	text-decoration: none;
	display: block;
	color: #7F8062;
	border-bottom: #1F270B 1px solid;
	padding:4px 10px 4px 21px;
	margin: 0;
}


#sidebar-wrapper ul li .toggle{
	display: none;
}
#sidebar-wrapper ul li a.activelabel,#sidebar-wrapper ul li a:hover{
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/arw2.gif") no-repeat top left; 
	text-decoration: none;
	color: #F7FABF;
}

#sidebar-wrapper li li a { 
	text-decoration: none;
	display: block;
	color: #F7FABF;
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/sub2.gif") no-repeat top left; 
	border-bottom: #1F270B 1px solid;
	padding: 4px 0 4px 41px;
	margin: 0;
	}

#sidebar-wrapper li li a:hover { 
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/sub2.gif") no-repeat top left; 
	text-decoration: none;
	color: #F7FABF;
	}
#sidebar-wrapper li li li a { 
	background: url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/sub.gif") no-repeat top left; 
	color: #7F8062;
}


#thefooter {
	background:url("http://i254.photobucket.com/albums/hh92/eblogtemplates/dfire/footer.jpg") no-repeat bottom left; 
	height: 53px;
	clear: both;
	padding-top:30px;
	font-family: "agency fb", arial, helvetica, sans-serif;
	}

#footer-wrapper a {
	color: #A1A1A1;
	text-decoration: none;
}


#footer-wrapper a:hover {
	color: #E1E1E1;
	text-decoration: none;
}



.widget-item-control{
	display: none;	
}



/*blogger fix*/
#sidebar-wrapper .BlogArchive #ArchiveList ul li {
background:none;
border-width:0pt;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0pt;
padding-left:0px;
text-indent:0px;
}
]]></b:skin>
</head>

<body>
  <div id='outer-wrapper'>

	<!-- 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' showaddelement='no'/>
	</div>

	<div id='content-wrapper'>
<div id='main_image'>
</div>
	<div id='crosscol-wrapper' style='text-align:center'>
	<b:section class='crosscol' id='crosscol' showaddelement='no'/>
	</div>
	
	<div id='main-wrapper'>
	<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Text1' locked='false' title='' type='Text'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
	<h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
	<data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Blog1' locked='true' title='Posty w blogu' type='Blog'>
<b:includable id='nextprev'>
  <div class='blog-pager' id='blog-pager'>
	<b:if cond='data:newerPageUrl'>
	  <span id='blog-pager-newer-link'>
	  <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
	  </span>
	</b:if>

	<b:if cond='data:olderPageUrl'>
	  <span id='blog-pager-older-link'>
	  <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
	  </span>
	</b:if>

	<b:if cond='data:blog.homepageUrl != data:blog.url'>
	  <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
	  <b:else/>
	  <b:if cond='data:newerPageUrl'>
		<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
	  </b:if>
	</b:if>

  </div>
  <div class='clear'/>
</b:includable>
<b:includable id='backlinks' var='post'>
  <a name='links'/><h4><data:post.backlinksLabel/></h4>
  <b:if cond='data:post.numBacklinks != 0'>
	<dl class='comments-block' id='comments-block'>
	  <b:loop values='data:post.backlinks' var='backlink'>
		<div class='collapsed-backlink backlink-control'>
		  <dt class='comment-title'> 
			<span class='backlink-toggle-zippy'> </span>
			<a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
			<b:include data='backlink' name='backlinkDeleteIcon'/>
		  </dt>
		  <dd class='comment-body collapseable'>
			<data:backlink.snippet/>
		  </dd>
		  <dd class='comment-footer collapseable'>
			<span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
			<span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
		  </dd>
		</div>
	  </b:loop>
	</dl>
  </b:if>
  <p class='comment-footer'>
	<a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>
  </p>
</b:includable>
<b:includable id='post' var='post'>
  <div class='post hentry uncustomized-post-template'>
	<a expr:name='data:post.id'/>
	<b:if cond='data:post.title'>
	  <h3 class='post-title entry-title'>
	 <b:if cond='data:post.link'>
	   <a expr:href='data:post.link'><data:post.title/></a>
	 <b:else/>
		<b:if cond='data:post.url'>
		  <a expr:href='data:post.url'><data:post.title/></a>
		<b:else/>
		  <data:post.title/>
		</b:if>
	 </b:if>
	  </h3>
	  <!-- postmeta -->
	  <p class='postmeta'>
	 <span class='post-author vcard'>
		<b:if cond='data:top.showAuthor'>
		  <data:top.authorLabel/>
		  <span class='fn'><data:post.author/></span>
		</b:if>
	  </span>
	  <span class='post-date'>
		<data:post.dateHeader/>
	  </span>
	  <span class='post-timestamp'>
		<b:if cond='data:top.showTimestamp'>
		  <data:top.timestampLabel/>
		<b:if cond='data:post.url'>
		  <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
		</b:if>
		</b:if>
	  </span>
	  
	  </p>
	</b:if>

	<div class='post-header-line-1'/>

	<div class='post-body entry-content'>
	  <p><data:post.body/></p>
	  <div style='clear: both;'/> <!-- clear for photos floats -->
	</div>
	 
	
	<div class='post-footer'>
	<p class='post-footer-line post-footer-line-1'>
	<span class='post-comment-link'>
		<b:if cond='data:blog.pageType != &quot;item&quot;'>
		  <b:if cond='data:post.allowComments'>
			<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
		  </b:if>
		</b:if>
	  </span>
	<span class='post-labels'>
		<b:if cond='data:post.labels'>
		  <data:postLabelsLabel/>
		  <b:loop values='data:post.labels' var='label'>
			<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
		  </b:loop>
		</b:if>
	  </span>
	  <span class='post-backlinks post-comment-link'>
		 <b:if cond='data:blog.pageType != &quot;item&quot;'>
		   <b:if cond='data:post.showBacklinks'>
			 <a class='comment-link' expr:href='data:post.url + &quot;#links&quot;'><data:top.backlinkLabel/></a>
		   </b:if>
		 </b:if>
	   </span>
		<!-- email post links -->
		<b:if cond='data:post.emailPostUrl'>
		  <span class='item-action'>
		  <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
			<span class='email-post-icon'> </span>
		  </a>
		  </span>
		</b:if>

		<!-- quickedit pencil -->
		<b:include data='post' name='postQuickEdit'/>
	  
	   <!-- backlinks -->
	  </p>
	  <p class='post-footer-line post-footer-line-2'>
	  
	  </p>

	  <p class='post-footer-line post-footer-line-3'/>
	</div>
	
  </div>
  
</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
  <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
	<a expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
	  <span class='delete-comment-icon'> </span>
	</a>
  </span>
</b:includable>
<b:includable id='status-message'>
  <b:if cond='data:navMessage'>
  <div class='status-msg-wrap'>
	<div class='status-msg-body'>
	  <data:navMessage/>
	</div>
	<div class='status-msg-border'>
	  <div class='status-msg-bg'>
		<div class='status-msg-hidden'><data:navMessage/></div>
	  </div>
	</div>
  </div>
  <div style='clear: both;'/>
  </b:if>
</b:includable>
<b:includable id='feedLinks'>
  <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
	<b:if cond='data:feedLinks'>
	  <div class='blog-feeds'>
		<b:include data='feedLinks' name='feedLinksBody'/>
	  </div>
	</b:if>

	<b:else/> <!--Post feed links -->
	<div class='post-feeds'>
	  <b:loop values='data:posts' var='post'>
		<b:if cond='data:post.allowComments'>
		  <b:if cond='data:post.feedLinks'>
			<b:include data='post.feedLinks' name='feedLinksBody'/>
		  </b:if>
		</b:if>
	  </b:loop>
	</div>
  </b:if>
</b:includable>
<b:includable id='comment-form' var='post'>
  <div class='comment-form'>
	<a name='comment-form'/>
	<h4 id='comment-post-message'><data:postCommentMsg/></h4>
	<p><data:blogCommentMessage/></p>
	<data:blogTeamBlogMessage/>
	<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
	<iframe allowtransparency='true' class='blogger-iframe-colorize' frameborder='0' height='275' id='comment-editor' scrolling='no' src='' width='100%'/>
	<data:post.iframeColorizer/>
  </div>
</b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'>
  <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
	<a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
	  <span class='delete-comment-icon'> </span>
	</a>
  </span>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
  <div class='feed-links'>
  <data:feedLinksMsg/>
  <b:loop values='data:links' var='f'>
	 <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  </b:loop>
  </div>
</b:includable>
<b:includable id='postQuickEdit' var='post'>
  <b:if cond='data:post.editUrl'>
	<span expr:class='&quot;item-control &quot; + data:post.adminClass'>
	  <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
		<span class='quick-edit-icon'> </span>
	  </a>
	</span>
  </b:if>
</b:includable>
<b:includable id='comments' var='post'>
  <div class='comments' id='comments'>
	<a name='comments'/>
	<b:if cond='data:post.allowComments'>
	  <h4>
		<b:if cond='data:post.numComments == 1'>
		  1 <data:commentLabel/>:
		<b:else/>
		  <data:post.numComments/> <data:commentLabelPlural/>:
		</b:if>
	  </h4>

	  <dl id='comments-block'>
		<b:loop values='data:post.comments' var='comment'>
		<div class='comment'>
		  <dt class='comment-author' expr:id='&quot;comment-&quot; + data:comment.id'>
			<a expr:name='&quot;comment-&quot; + data:comment.id'/>
			<b:include data='comment' name='commentDeleteIcon'/>
			<b:if cond='data:comment.authorUrl'>
			  <a expr:href='data:comment.authorUrl' rel='nofollow'><b><data:comment.author/></b></a>
			<b:else/>
			  <b><data:comment.author/></b>
			</b:if>
			<p><data:comment.timestamp/></p>
		  </dt>
		  <dd class='comment-body'>
			<b:if cond='data:comment.isDeleted'>
			  <span class='deleted-comment'><data:comment.body/></span>
			<b:else/>
			  <p><data:comment.body/></p>
			</b:if>
		  </dd>
		  </div>
		</b:loop>
	  </dl>
	  <p class='comment-footer'>
		<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
	  </p>
	</b:if>

	<div id='backlinks-container'>
	<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
	   <b:if cond='data:post.showBacklinks'>
		 <b:include data='post' name='backlinks'/>
	   </b:if>
	</div>
	</div>
  </div>
</b:includable>
<b:includable id='main' var='top'>
  <!-- posts -->
  <div class='blog-posts hfeed'>

	<b:include data='top' name='status-message'/>

	<data:adStart/>
	<b:loop values='data:posts' var='post'>
	  <!-- <b:if cond='data:post.dateHeader'>
		<h2 class='date-header'><data:post.dateHeader/></h2>
	  </b:if>
	   --> 
	  <b:include data='post' name='post'/>
	  <b:if cond='data:blog.pageType == &quot;item&quot;'>
		<b:include data='post' name='comments'/>
	  </b:if>
	  <b:if cond='data:post.includeAd'>
		<data:adEnd/>
		<data:adCode/>
		<data:adStart/>
	  </b:if>
	</b:loop>
	<data:adEnd/>
  </div>

  <!-- navigation -->
  <b:include name='nextprev'/>

  <!-- feed links -->
  <b:include name='feedLinks'/>
</b:includable>
</b:widget>
</b:section>
	</div>
	
	<div id='sidebar-wrapper'>
	
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='HTML1' locked='false' title='Motywacja do pisania' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
	<h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
	<data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='LinkList1' locked='false' title='Galerja moich zdjeć' type='LinkList'>
<b:includable id='main'>

<b:if cond='data:title'><h2><data:title/></h2></b:if>
 <div class='widget-content'>
   <ul>
	 <b:loop values='data:links' var='link'>
	   <li><a expr:href='data:link.target'><data:link.name/></a></li>
	 </b:loop>
   </ul>
   <b:include name='quickedit'/>
 </div>
</b:includable>
</b:widget>
<b:widget id='Feed1' locked='false' title='Recent Post' type='Feed'>
<b:includable id='main'>
	<h2><data:title/></h2>
	<div class='widget-content'>
	<ul expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'>
	  <b:loop values='data:feedData.items' var='i'>
		<li>
		  <span class='item-title'>
			<a expr:href='data:i.alternate.href'>
			  <data:i.title/>
			</a>
		  </span>
		  <b:if cond='data:showItemDate'>
			<b:if cond='data:i.str_published != &quot;&quot;'>
			  <span class='item-date'>
				 - <data:i.str_published/>
			  </span>
			</b:if>
		  </b:if>
		  <b:if cond='data:showItemAuthor'>
			<b:if cond='data:i.author != &quot;&quot;'>
			  <span class='item-author'>
				 - <data:i.author/>
			  </span>
			</b:if>
		  </b:if>
		</li>
	  </b:loop>
	</ul>
	<b:include name='quickedit'/>
	</div>
  </b:includable>
</b:widget>
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
	<h2><data:title/></h2>
  </b:if>
  <div class='widget-content'>
	<ul>
	<b:loop values='data:labels' var='label'>
	  <li>
		<b:if cond='data:blog.url == data:label.url'>
		<a class='activelabel' expr:href='data:label.url'><data:label.name/> (<data:label.count/>)</a>
		<b:else/>
		  <a expr:href='data:label.url'><data:label.name/> (<data:label.count/>)</a>
		</b:if>
	  </li>
	</b:loop>
	</ul>

	<b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='Subscribe1' locked='false' title='Subskrybuj bloga' type='Subscribe'>
<b:includable id='main'>
  <b:if cond='data:isPublic'>
  <div style='white-space:nowrap'>

	<b:if cond='data:title != &quot;&quot;'>
	  <h2 class='title'><data:title/></h2>
	</b:if>
  <div class='widget-content'>
	<b:loop values='data:feeds' var='feed'>
		<div expr:class='&quot;subscribe-wrapper subscribe-type-&quot; + data:feed.type'>


		<div expr:class='&quot;subscribe expanded subscribe-type-&quot; + data:feed.type' expr:id='&quot;SW_READER_LIST_&quot; + data:widgetId + data:feed.type' style='display:none;'>

		  <div class='top'>
			<span class='inner' expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'>
			  <img class='subscribe-dropdown-arrow' expr:src='data:arrowDropdownImg'/>
			  <img align='absmiddle' alt='' border='0' class='feed-icon' expr:src='data:feedIconImg'/>
			  <data:feed.title/>
			</span>

			<ul class='feed-reader-links'>
			  <a class='feed-reader-link' expr:href='&quot;http://www.google.com/ig/add?source=bstp&amp;feedurl=&quot; + data:feed.encodedUrl' target='_blank'>
				<img expr:src='data:imagePathBase + &quot;subscribe-google.png&quot;'/>
			  </a>
			  <a class='feed-reader-link' expr:href='&quot;http://www.bloglines.com/sub/&quot; + data:feed.url' target='_blank'>
				<img expr:src='data:imagePathBase + &quot;subscribe-bloglines.png&quot;'/>
			  </a>
			  <a class='feed-reader-link' expr:href='&quot;http://www.netvibes.com/subscribe.php?url=&quot; + data:feed.encodedUrl' target='_blank'>
				<img expr:src='data:imagePathBase + &quot;subscribe-netvibes.png&quot;'/>
			  </a>
			  <a class='feed-reader-link' expr:href='&quot;http://www.newsgator.com/ngs/subscriber/subext.aspx?url=&quot; + data:feed.encodedUrl' target='_blank'>
				<img expr:src='data:imagePathBase + &quot;subscribe-newsgator.png&quot;'/>
			  </a>
			  <a class='feed-reader-link' expr:href='&quot;http://add.my.yahoo.com/content?url=&quot; + data:feed.encodedUrl' target='_blank'>
				<img expr:src='data:imagePathBase + &quot;subscribe-yahoo.png&quot;'/>
			  </a>
			  <a class='feed-reader-link' expr:href='data:feed.url' target='_blank'>
				<img align='absmiddle' class='feed-icon' expr:src='data:feedIconImg'/>
				Atom
			  </a>
			</ul>

		  </div>
		  <div class='bottom'/>
		</div>
		
		<div class='subscribe' expr:id='&quot;SW_READER_LIST_CLOSED_&quot; + data:widgetId +data:feed.type' expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'>
		  <div class='top'>
			 <span class='inner'>
			   <img class='subscribe-dropdown-arrow' expr:src='data:arrowDropdownImg'/>
			   <span expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'>
				 <img align='absmiddle' alt='' border='0' class='feed-icon' expr:src='data:feedIconImg'/>
				 <data:feed.title/>
			   </span>
			 </span>
		   </div>
		  <div class='bottom'/>
		</div>
		
	  </div>
	</b:loop>

	<div style='clear:both'/>

  </div>
  </div>

  <b:include name='quickedit'/>

 </b:if>
</b:includable>
</b:widget>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
<b:includable id='toggle' var='interval'>
  <b:if cond='data:interval.toggleId'>
  <b:if cond='data:interval.expclass == &quot;expanded&quot;'>
	<a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; +	   &quot;&amp;dir=close&amp;toggle=&quot; + data:interval.toggleId +	   &quot;&amp;toggleopen=&quot; + data:toggleopen'>
		<span class='zippy toggle-open'>▼ </span>
	</a>
  <b:else/>
	<a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; +		 &quot;&amp;dir=open&amp;toggle=&quot; + data:interval.toggleId +		 &quot;&amp;toggleopen=&quot; + data:toggleopen'>
		  <span class='zippy'>► </span>
	</a>
  </b:if>
 </b:if>
</b:includable>
<b:includable id='interval' var='intervalData'>
  <b:loop values='data:intervalData' var='i'>
	  <ul>
		<li expr:class='&quot;archivedate &quot; + data:i.expclass'>
		  <b:include data='i' name='toggle'/>
		  <a class='post-count-link' expr:href='data:i.url'><data:i.name/> (<data:i.post-count/>)</a>
			
		  <b:if cond='data:i.data'>
			<b:include data='i.data' name='interval'/>
		  </b:if>
		  <b:if cond='data:i.posts'>
			<b:include data='i.posts' name='posts'/>
		  </b:if>
		</li>
	  </ul>
  </b:loop>
</b:includable>
<b:includable id='menu' var='data'>
  <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
	<option value=''><data:title/></option>
	<b:loop values='data:data' var='i'>
	  <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
	</b:loop>
  </select>
</b:includable>
<b:includable id='flat' var='data'>
  <ul>
	<b:loop values='data:data' var='i'>
	  <li class='archivedate'>
		<a expr:href='data:i.url'><data:i.name/> (<data:i.post-count/>)</a> 
	  </li>
	</b:loop>
  </ul>
</b:includable>
<b:includable id='posts' var='posts'>
  <ul class='posts'>
	<b:loop values='data:posts' var='i'>
	  <li><a expr:href='data:i.url'><data:i.title/></a></li>
	</b:loop>
  </ul>
</b:includable>
<b:includable id='main'>
  <b:if cond='data:title'>
	<h2><data:title/></h2>
  </b:if>
  <div class='widget-content'>
  <div id='ArchiveList'>
  <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
	<b:if cond='data:style == &quot;HIERARCHY&quot;'>
	 <b:include data='data' name='interval'/>
	</b:if>
	<b:if cond='data:style == &quot;FLAT&quot;'>
	  <b:include data='data' name='flat'/>
	</b:if>
	<b:if cond='data:style == &quot;MENU&quot;'>
	  <b:include data='data' name='menu'/>
	</b:if>
  </div>
  </div>
  <b:include name='quickedit'/>
  </div>
</b:includable>
</b:widget>
<b:widget id='HTML3' locked='false' title='Kto tu jest?' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
	<h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
	<data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='HTML2' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
	<h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
	<data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
</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'><div id='thefooter'>
	<b:section class='footer' id='footer'>
<b:widget id='HTML4' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
	<h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
	<data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
	
	
	</div></div>

</div> <!-- end outer-wrapper -->

</body>
</html>


  • 0

Zobacz więcej tematów z tagiem: CSS



Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych