Recent Topics

1 Aug 01, 2005 20:55    

Ik zou graag het uiterlijk van de postings aanpassen en hier dan een br / aan toevoegen.

<div class="blogtext">
<h2 class="date-header"> datum</h2>
<h3 class="post-title">titel posting</h3>
<p>
tekst posting kort<br>
<br></p><div class="author">
Author: naam<br> Posted: 21.01.05 om 03:35 PM CST [<a href="http://www.link" onmouseover="window.status='Add a comment to this entry';return true" onmouseout="window.status='';return true">Geen reakties</a>]</div>
<hr>
</div>
</quote]

bijpassende css:
[quote]
.blogtext {
display: block;
color: #333333;
text-decoration: none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
font-variant : normal;
line-height : 17px;
}
.author {
display: block;
color: #333333;
text-decoration: none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 9px;
font-style : normal;
font-variant : normal;
line-height : 14px;
}
hr {

/* I can't seem to turn off IE's border */
border-style: none !important;
border-width: 0 !important;
border-color: #999 !important;
outline-style: none !important;
outline-width: 0 !important;
outline-color: #999 !important;

height: 12px;
margin-top: 15px;
margin-bottom: 5px;
background-color:#f7f7f7;
background-image: url("../images/hr.png");

background-position: center center;
background-repeat: no-repeat;
}
h2 { margin: 1.5em 0pt 0.5em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: extra; font-size: 110%; line-height: 1.4em; font-size-adjust: none; font-stretch: normal; text-transform: uppercase; letter-spacing: 0.2em; color: rgb(153, 51, 51); }
h3 { margin: 1.0em 0pt 0.75em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: extra; font-size: 0%; line-height: 1.4em; font-size-adjust: none; font-stretch: normal; text-transform: uppercase; letter-spacing: 0.1em; color: #000000; }
.date-header { margin: 2em 0pt 0.5em; }
.post-title { margin: 0.25em 0pt 0pt; padding: 0pt 0pt 4px; font-size: 110%; font-weight: extra; line-height: 1.4em; }

Hoe kan ik dit aanpassen (en waar)
Voorbeeld oude blog http://www.alltravel-consultancy.com/reisinformatie-weblog/
dank je http://www.reisinformatieweblog.com

2 Aug 01, 2005 22:30

Jij gebruikt momenteel de custom skin.

die kan je aanpassen in /skins/custom/_main.php
de bijhorende css is custom.css

<div class="bPost<?php $Item->disp('status', 'htmlattr'); ?>" lang="<?php $Item->lang() ?>">
   <?php
	$Item->anchor(); // Anchor for permalinks to refer to
	locale_temp_switch( $Item->locale ); // Temporarily switch to post locale
   ?>
   <div class="bPostTitle"><?php $Item->title(); ?></div>
   <div class="category">  <?php $Item->issue_date(); ?></div>
   <div class="bText">
      <?php $Item->content('#','#','read more','','<p>','...</p>','htmlbody',10); ?>
      <?php link_pages() ?>
   </div>
   <div class="bSmallFoot">
Author : <a href="<?php echo url_add_param( $Blog->get( 'blogurl', 'htmlattr' ), 'author='. $Item->Author->ID) ?>" title="<?php echo T_('Browse all posts by this author') ?>"><?php $Item->Author->prefered_name() ?></a> Posted : <?php $Item->issue_date(); ?> om
  <?php $Item->issue_time(); ?>
     <?php $Item->feedback_link( 'comments','','','<img src="img/icon_comment_off.gif" alt="Reacties" hspace="2" class="middle" />'  ) // Link to comments 
   </div>
   <?php // ---------------- START OF INCLUDE FOR COMMENTS -----------
      $disp_comments = 1; // Display the comments if requested
      $disp_comment_form = 1; // Display the comments form if comments requested
      require( dirname(__FILE__).'/_feedback.php' );
      // ------------------- END OF INCLUDE FOR COMMENTS -----------------
      locale_restore_previous();	// Restore previous locale (Blog locale)
   ?>
</div>

3 Aug 02, 2005 10:59

Dank je,

Ik zie ook dat de custom skin nog als standaard staat. Natuurlijk gaat het mij om de 'alltravel'skin :-)

E.e.a. toegevoegd en de rest van de code ga ik eens uitpluizen en aanpassen.


Form is loading...