Ir para conteúdo
Fórum Script Brasil
  • 0

Meu Site Junta No Canto Quando Eu Deixo A Janela Do Ie Pequena


Williamfoose

Pergunta

Bom. O site e um blog :unsure: .

E quando deixo a imagem do IE ou FF pequeno, fika tudo fora de lugar.

As imagens encima de tudo letras e botoes. Tudo fika fora de lugar.

Eu queria saber como faço para tirar isso?

Vejam abaixo como fika

xkohth.jpg

Vou colocar o codigo que eu utilizo no blog e o seu amiguinho o css.

_main.php


<?php
/**
* This is the main template. It displays the blog.
*
* However this file is not meant to be called directly.
* It is meant to be called automagically by b2evolution.
* To display a blog, you should call a stub file instead, for example:
* /blogs/index.php or /blogs/blog_b.php
*
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* @copyright ©2003-2006 by Francois PLANQUE - {@link http://fplanque.net/}
*
* @package evoskins
* @subpackage happy_blog
*/
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );

skin_content_header(); // Sets charset!
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php locale_lang() ?>" lang="<?php locale_lang() ?>">
<head>
<?php skin_content_meta(); /* Charset for static pages */ ?>
<title>
<?php
$Blog->disp('name', 'htmlhead');
request_title( ' - ', '', ' - ', 'htmlhead' );
?>
</title>
<?php skin_base_tag(); /* Base URL for this skin. You need this to fix relative links! */ ?>
<meta name="description" content="<?php $Blog->disp( 'shortdesc', 'htmlattr' ); ?>" />
<meta name="keywords" content="<?php $Blog->disp( 'keywords', 'htmlattr' ); ?>" />
<meta name="generator" content="b2evolution <?php echo $app_version ?>" /> <!-- Please leave this for stats -->
<link rel="alternate" type="text/xml" title="RSS 2.0" href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>" />
<?php $Plugins->trigger_event( 'SkinBeginHtmlHead' ); ?>
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet.css" />
<?php
$Blog->disp( 'blog_css', 'raw');
$Blog->disp( 'user_css', 'raw');
// comments_popup_script(); // Uncomment to include javascript to open pop up windows
?>
<style type="text/css">
<!--
.style3 {
font-size: 12px;
font-weight: bold;
}
.style5 {
color: #000000;
font-size: 12px;
}
.style7 {font-size: 12px; font-weight: bold; color: #333333; }
.style8 {
color: #000000;
font-size: 15px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<?php // --------------------- START OF SIDEBAR (LEFT) --------------------- ?>
</p>

<link title="UltimateDDL.net" rel="search" type="application/opensearchdescription+xml" href="search.xml" />

<p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1000" height="306" id="Flash1">
<param name="movie" value="menu_do_blog.swf">
<param name="quality" value="High">
<param name="scale" value="ShowAll">
<param name="wmode" value="Transparent">
<param name="play" value="true">
<param name="loop" value="false">
<param name="menu" value="true">
<param name="sAlign" value="L">
<embed src="Menu do blog.swf" width="1000" height="306" quality="High" wmode="Transparent" loop="false" play="true" menu="true" scale="ShowAll" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</p>
<body bgcolor="#FFFFFF" text="#000000" link="#FFFFFF" vlink="#FFFFFF" alink="#A5FD02">

<script expr:src='"http://feeds.feedburner.com/~s/ultimateddl?i=" + data:post.url' type="text/javascript" charset="utf-8"></script>

<script src="http://feeds.feedburner.com/~s/ultimateddl?i=<$BlogItemPermalinkURL$>" type="text/javascript" charset="utf-8"></script>

<div id="pretend_left">
<div id="sidebar" class="sidebarbg">
<div id="title">Download de gra&ccedil;a. S&oacute; aqui</div>
<p><?php $Blog->disp( 'tagline', 'htmlbody' ) ?></p>

<?php
/* ------------------------ CALL THE CATEGORIES PLUGIN -------------------------
* customize your categories by adding parameters to the plugin's array. see
* http://doc.b2evolution.net/v-1-9/plugins/c...l#methodSkinTag
* or plugins/_categories.plugin.php for details
*/
$Plugins->call_by_code( 'evo_Cats', array( // Add parameters below:
) );
// --------------------------- END OF CATEGORIES ---------------------------- ?>


<?php
/* ------------------------- CALL THE ARCHIVES PLUGIN --------------------------
* customize your archives by adding parameters to the plugin's array. see
* http://doc.b2evolution.net/v-1-9/plugins/a...l#methodSkinTag
* or plugins/_archives.plugin.php for details
*/
$Plugins->call_by_code( 'evo_Arch', array( // Add parameters below:
) );
// ---------------------------- END OF ARCHIVES ----------------------------- ?>


<?php
/* ------------------------- SKINS LIST INCLUDED HERE --------------------------
* customize this with settings in skins/skinname/_skinslist.php
* this is a hack - it is NOT an official part of b2evolution!
*/
if( ! $Blog->get('force_skin') ) {
require( dirname(__FILE__).'/_skinslist.php');
} // -------------------------- END OF SKINS LIST ------------------------- ?>


<?php
/* -------------------------- LINKBLOG INCLUDED HERE ---------------------------
* customize this with settings in skins/skinname/_linkblog.php or
* copy skins/_linkblog.php to skins/skinname and really customize it
*/
require( dirname(__FILE__).'/_linkblog.php' );
// ---------------------------- END OF LINKBLOG ----------------------------- ?>

</div>

<?php // --------------------- START OF SIDEBAR (RIGHT) -------------------- ?>

<div id="rightbar">

<div class="rightbox">
<p><?php $Blog->disp( 'longdesc', 'htmlbody' ); // the long description of your blog ?></p>

<?php // --------------------- SEARCH BOX INCLUDED HERE --------------------- ?>
<div class="bSideItem">
<h3 class="sideItemTitle"><?php echo T_('Search') ?></h3>
<?php form_formstart( $Blog->dget( 'blogurl', 'raw' ), 'search', 'SearchForm' ) ?>
<p><input type="text" name="s" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;" size="10" value="<?php echo htmlspecialchars($s) ?>" class="SearchField" /><br />
<input type="radio" name="sentence" value="AND" id="sentAND" <?php if( $sentence=='AND' ) echo 'checked="checked" ' ?>/><label for="sentAND"><?php echo T_('All Words') ?></label><br />
<input type="radio" name="sentence" value="OR" id="sentOR" <?php if( $sentence=='OR' ) echo 'checked="checked" ' ?>/><label for="sentOR"><?php echo T_('Some Word') ?></label><br />
<input type="radio" name="sentence" value="sentence" id="sentence" <?php if( $sentence=='sentence' ) echo 'checked="checked" ' ?>/><label for="sentence"><?php echo T_('Entire phrase') ?></label></p>
<input type="submit" name="submit" class="submit" value="<?php echo T_('Search') ?>" />
</form>
</div>
<?php // ------------------------ END OF SEARCH BOX ------------------------- ?>

</div>

<?php
/* ------------------------- CALL THE CALENDAR PLUGIN --------------------------
* customize your calendar by adding parameters to the plugin's array. see
* http://doc.b2evolution.net/v-1-9/plugins/c...l#methodSkinTag
* or plugins/_calendar.plugin.php for details
*/
$Plugins->call_by_code( 'evo_Calr', array( // Add parameters below:
'block_start'=>'<div class="rightbox">',
'title'=>'', // No title.
) );
// ---------------------------- END OF CALENDAR ----------------------------- ?>

<div class="rightbox">
<h3><a href="<?php $Blog->disp( 'lastcommentsurl', 'raw' ) ?>" style="text-decoration:none"><?php echo T_('Last comments') ?></a></h3>
<ul>
<?php
$CommentList = & new CommentList( $blog, "'comment','trackback','pingback'", array('published'), '', '', 'DESC', '', 5 );
$CommentList->display_if_empty( '<div class="bComment"><p>'.T_('No comment yet...').'</p></div>' );
while( $Comment = $CommentList->get_next() ) { // Loop through comments: ?>
<li>- <?php $Comment->author('','') ?> on <a href="<?php $Comment->permanent_url(); ?>" title="permalink to comment"><?php $Comment->Item->title(); ?></a></li>
<?php
} ?>
</ul>
</div>

<div class="rightbox">
<h3><?php echo T_('Misc') ?></h3>
<ul>
<?php
user_login_link( '<li>', '</li>' );
user_register_link( '<li>', '</li>' );
user_admin_link( '<li>', '</li>' );
user_profile_link( '<li>', '</li>' );
user_subs_link( '<li>', '</li>' );
user_logout_link( '<li>', '</li>' );
?>
<li><a href="<?php $Blog->disp( 'lastcommentsurl', 'raw' ) ?>"><strong><?php echo T_('Last comments') ?></strong></a></li>
</ul>
</div>


<?php // --------------------- WHO'S ONLINE INCLUDED HERE ----------------------
if( empty($generating_static) && ! $Plugins->trigger_event_first_true('CacheIsCollectingContent') ) { ?>
<div class="rightbox">
<h3><?php echo T_('Who\'s Online?') ?></h3>
<p>
<?php $Sessions->display_onliners(); ?>
</p>
<p align="center">&nbsp;</p>
<p align="center" class="style7 style8">Radio</p>
<p align="center" class="style7">
<object id="MPlay1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft&reg; Windows&reg; Media Player components..." type="application/x-oleobject" width="172" height="54" align="texttop">
<param name="FileName" value="http://206.51.233.231/007HipHop" />
<param name="ShowDisplay" value="FALSE" />
<param name="uiMode" value="mini" />
<param name="ShowStatusBar" value="TRUE" />
<param name="StatusBar" value="TRUE" />
<param name="AnimationAtStart" value="FALSE" />
<param name="ShowAudioControls" value="false" />
<param name="ShowPositionControls" value="TRUE" />
<param name="ShowControls" value="true" />
<param name="AutoSize" value="FALSE" />
<param name="AutoStart" value="TRUE" />
<param name="AutoRewind" value="TRUE" />
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/mediaplayer/download/default.asp" filename="http://206.51.233.231/007HipHop" uimode="mini" src="http://206.51.233.231/007HipHop" autostart="1" showstatusbar="0" showdisplay="0" autosize="0" showcontrols="True" autorewind="1" statusbar="false" animationatstart="false" showaudiocontrols="TRUE" showpositioncontrols="False" width="172" height="54" align="texttop"> </embed>
</object>
</p>
</p>
</div>
<?php
} // ------------------------- END OF WHO'S ONLINE ------------------------ ?>
<div class="rightbox">
<p class="center style5">Suporte on-line</p>
<p class="center"><a href="msnim:chat?contact=williamfoose@hotmail.com"><img src="http://blog.ultimateddl.net/skins/happy_blog/images/logo_msn.jpg" alt="MSN" width="100" height="100" border="0" title="MSN" /></a></p>
<p class="center">Clique <a href="msnim:chat?contact=williamfoose@hotmail.com">aqui</a> e me adicione</p>
<p class="center">&nbsp;</p>
<center>
<p class="style3"><font color="#000000">Link-nos</font></p>
</center>
<p class="center">
<textarea name="Lista" cols="15" rows="3" id="Lista"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="120" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="50">
<param value="http://blog.ultimateddl.net/banner/mini_banner.swf" name="movie"/>
<param value="high" name="quality"/>
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" width="120" src="http://i202.photobucket.com/albums/aa70/helho/banner.swf" height="60" type="application/x-shockwave-flash"></embed>
</object>

</textarea>
<p class="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="120" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="50">
<param value="http://blog.ultimateddl.net/banner/mini_banner.swf" name="movie"/>
<param value="high" name="quality"/>
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" width="120" src="http://blog.ultimateddl.net/banner/mini_banner.swf" height="50" type="application/x-shockwave-flash"></embed>
</object>
<p class="center"></div>
<div class="rightbox">
<p class="center style3"><font color="#000000">Parceiros
</font>

<p class="center"><a href="http://katz.cd/" target="_blank"><img src="http://i197.photobucket.com/albums/aa189/katznet/katz1_88x31.gif" title=" Katz Downloads - http://katz.cd/ " alt="RapidShare" width="88" height="31" border="0" /></a></div>

<div class="rightbox">
<div align="center"><div style="width:120px; height:600px; overflow:hidden;">
<div style="overflow:hidden;">
<div align="center">
<script language="JavaScript"
src="http://ivitrine.buscape.com/bpadsvar.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript" ><!--
buscapeads_afiliado = "37515";
buscapeads_tipo_cliente = "2";
buscapeads_vitrine_local = "BR";
buscapeads_site_origem = "1388133";
buscapeads_vitrine_vers = "1.23";
buscapeads_formato = "120x600";
buscapeads_id_keyword = "55291";
buscapeads_txt_keyword = "";
buscapeads_tipo_canal = "42";
buscapeads_categorias = "2,2921,1";
buscapeads_excluir = "3";
buscapeads_idioma = "pt";
buscapeads_pais = "BR";
buscapeads_area = "";
buscapeads_estado = "";
buscapeads_cidade = "";
buscapeads_cep = "";
//--></script>
<script language="JavaScript"
src="http://ivitrine.buscape.com/bpads.js" type="text/javascript"></script>
</div>
</div>
<div align="center"><a href="http://www.buscape.com.br/"><font size="1"> BuscaP&eacute;, l&iacute;der em compara&ccedil;&atilde;o de pre&ccedil;os na Am&eacute;rica Latina</font></a></div></div>
</div>
<h3 align="center">&nbsp;</h3>
</div>

</div>


<?php // ------------------------ START OF MAIN AREA ------------------------ ?>
<div id="mainbar">

<?php // ------------------- MESSAGES GENERATED FROM ACTIONS -------------------
if( empty( $preview ) ) $Messages->disp();
// ------------------------------- END OF MESSAGES -------------------------- ?>


<?php // -------------------- TITLE FOR THE CURRENT REQUEST --------------------
if( $disp != 'single' ) {
request_title( '<h2>', '</h2>' );
}
// ----------------------------- END OF REQUEST TITLE ----------------------- ?>


<?php // ------------------------ START OF POSTS LOOP --------------------------
if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = & $MainList->get_item() ) {
// $MainList->date_if_changed(); // display post date if it changed
locale_temp_switch( $Item->locale ); // Temporarily switch to post locale
$Item->anchor(); // Anchor for permalinks to refer to
?>

<div class="bPostBox">

<div class="bPost" lang="<?php $Item->lang() ?>">

<h3 class="bTitle"><?php $Item->title(); ?></h3>

<div class="bText">
<?php
$Item->content();
link_pages();
?>
</div>

<div class="bSmallPrint">
<?php $Item->wordcount();
echo (' ');
echo T_('Words').' . '; ?>
<a href="<?php echo url_add_param( $Blog->get( 'blogurl', 'htmlattr' ), 'author='. $Item->get('creator_user_ID') ) ?>" title="<?php echo T_('Browse all posts by') ?> <?php $Item->author() ?>"><?php $Item->author() ?></a> .
<?php $Item->issue_date(); ?> .
<?php $Item->issue_time(); ?> .
<a href="<?php $Item->permanent_url() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><img src="images/chain_link.gif" alt="<?php echo T_('Permalink') ?>" width="14" height="14" border="0" class="middle" /></a> .
<?php $Item->msgform_link( $Blog->get('msgformurl') ); ?> .
<?php $Item->views(); ?>
<?php $Item->feedback_link( 'feedbacks', '&nbsp;' ) // Link to comments & trackbacks & pingbacks ?>
<?php $Item->edit_link( ' . ' ) // Link to backoffice for editing ?>
</div>

<?php // -------- START OF INCLUDE FOR COMMENTS, TRACKBACKS, PINGBACKS ---------
$disp_comments = 1; // Display the comments if requested
$disp_comment_form = 1; // Display the comments form if comments requested
$disp_trackbacks = 1; // Display the trackbacks if requested
$disp_trackback_url = 1; // Display the trackbal URL if trackbacks requested
$disp_pingbacks = 1; // Display the pingbacks if requested * pingbacks are going away!
// now get the feedbacks
require( dirname(__FILE__).'/_feedback.php' );
// ------------- END OF INCLUDE FOR COMMENTS, TRACKBACKS, PINGBACKS ------------

locale_restore_previous(); // Restore previous locale (Blog locale) ?>

</div>

</div>

<?php } // --------------------- END OF POSTS LOOP -------------------------- ?>

<p class="center"><strong>
<?php
// navigation links for multi-post pages
posts_nav_link();
// navigation links for single-post pages
previous_post( '%' ); // uses post title for %
next_post( '%' ); // uses post title for %
?>
</strong></p>

<?php // -------- START OF INCLUDES FOR LAST COMMENTS, MY PROFILE, ETC. --------
$current_skin_includes_path = dirname(__FILE__).'/';
// Call the dispatcher:
require $skins_path.'_dispatch.inc.php';
// -------------- END OF INCLUDES FOR LAST COMMENTS, MY PROFILE, ETC. ------- ?>

<p> <strong> </strong></p>
</div>

<br clear="all" />

<form id="form1" name="form1" method="post" action="">

<label></label>
</form>
</div>
<p class="center">&nbsp;
<div class="rightbox">
<p class="center">Junte-se ao <A HREF=http://amigos.com/go/g897550- target=_top>
</a> - O melhor em romance e amizade! <br><A HREF=http://amigos.com/go/g897550- target=_top><img src=http://ads.amigos.com/banners/ffe/amigos_468x60.gif?lfrom=uk WIDTH=468 HEIGHT=60 BORDER=0></A>
</div>
<br clear="all" />



<?php
$Hit->log(); // log the hit on this page
debug_info(); // output debug info if requested
?>
</p>
</p>
</body>
</html>
[/codebox]

stylesheet.css

[codebox]
/* Import basic styles */
@import url(../../rsc/css/basic.css);
/* Import standard blog elements styles */
@import url(../../rsc/css/blog_elements.css);
/* Import default form styles */
@import url(../../rsc/css/forms.css);
/* Import default comment styles */
@import url(../../rsc/css/comments.css);

/* styles for happy_blog skin */
body {
color:#666666;
font-family: Arial, Sans-Serif;
font-size: 70%;
padding: 0;
margin: 0 0 0 10px;
background-color: #D4F59B;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #808080;
background: #ffffff;
}

p {
margin: 0 0 5px 0;
padding: 0 0 0 2px;
color:#666666;
}

.picture {
margin-top: 20px;
height: 90px;
}

h3 {
font-size: 150%;
font-family: Sans-Serif, Arial;
letter-spacing: -1px;
margin: 0;
padding: 0;
color: #000000;
}

.bText {
display:table;
width:90%;
}

/*\*//*/
.bText {
display:inline-table;
/**/

.bComment {
display:table;
width: 90%;
}
.bSmallPrint {
margin-top: 10px;
padding-top: 4px;
text-align: right;
padding-right: 9px;
font-size: 90%;
color: #D85C1A;
}
#pretend_left {
background: #D4F59B url(images/pozadina2.jpg) repeat-y top left;

}
#sidebar {
float: left;
width:170px;
margin: 0px;
padding: 10px 19px 10px 10px;
text-align: right;
height: 100%;
background: #D4F59B url(images/pozadina2.jpg) repeat-y top left;
}
#sidebar h3 {
padding-right:20px;
}
#sidebar h4 {
padding-right:8px;
}
#sidebar ul {
list-style: none;
padding-left: 0;
margin-left: 0;
}
#sidebar ul ul {
padding-right: 10px;
}
#sidebar ul ul ul {
padding-right: 20px;
padding-left: 0;
}
#sidebar li {
padding-top: 1px;
padding-bottom: 1px;
}
#sidebar p {
color: #FBDBCA;
padding-right: 10px;
margin: 0 0 15px 0;
}
#sidebar li {
margin-bottom: 3px;
}
#sidebar a, #sidebar a:visited {
font-family: Tahoma, Sans-Serif;
font-size: 90%;
text-transform: uppercase;
font-weight:bold;
text-decoration: none;
color:#C0901F;
color: #000000;
text-align: right;
padding-right: 10px;
display: block;
/* height: 17px;*/
}

#sidebar a:hover {
color: #000;
background: url(images/link.gif) no-repeat center right;
}

#title p {
margin: 0;
text-align: right;
font-family: Sans-Serif;
letter-spacing: -1px;
font-weight: bold;
color: #FFF;
}
#title a, #title a:visited, #title a:hover {
text-transform: none;
color: #FFF;
padding: 0 0px 3px 0;
font-size: 150%;
background: none;
}
#wrapper {
width: 90%;
min-width: 720px;
color: #333;
line-height: 130%;
margin-left: 5%;
background: #D4F59B url(images/bg-right.gif) repeat-y;
background-position: right top;
padding-right: 15px;
}
#wrapper h3 {
margin: 10px 0 5px 0;
}


#rightbar {
float: right;
margin: 3px 0 0 0px;
width: 220px;
padding: 0 6px 0px 0px;
height: auto;
background: url(images/clanak.gif) no-repeat top left;
}
#rightbar li, #rightbar ul{
list-style-type:none;
margin-left: 0px;
padding-left: 0px;
}
#rightbar h3 {
margin: 2px 0 5px 0;
}

#rightbar p {
color: #D55917;
}

.rightbox {
padding: 15px;
background: #ffffff url(images/scrap.gif) repeat-x bottom left;
height: auto;
margin-bottom: 15px;
}

.infobox {
padding: 5px 10px 5px 10px;
margin: 5px 0 0 0;
background: #fff url(images/fade.jpg) repeat-x bottom left;
height: auto;

}

#mainbar {
margin-left: 200px;
margin-right: 225px;
padding: 0;
padding-top: 1px;
text-align:justify;
}

.bPostBox {
margin: 3px 0 0 3px;
padding: 0px 10px 10px 12px;
background: url(images/clanak.gif) no-repeat;
}

.bPost {
padding: 1px 12px 10px 10px;
background: #FFF url(images/fade.jpg) repeat-x bottom left;
height: auto;
}
blockquote {
border: 2px dotted #ccc;
background-color: #eee;
margin: 1em 2em;
padding: 0 1ex;
}
acronym,
abbr {
border-bottom: 1px dotted #000;
cursor: help;
}

del {
color: #999999;
}
ins {
color: #009999;
text-decoration: none;
}
img.top {
vertical-align: top;
border: 0px;
}

img.middle {
vertical-align: middle;
border: 0px;
}

img.leftmargin {
float: left;
border: 0px;
margin-right: 1ex;
margin-top: .2ex;
margin-bottom: .2ex;
}

img.rightmargin {
float: right;
border: 0px;
margin-left: 1ex;
margin-top: .2ex;
margin-bottom: .2ex;
}

img.flag {
vertical-align: middle;
border: 1px solid #000;
}
/* Calendar: */
caption.bCalendarCaption {
font-size: 105%;
font-weight: bold;
margin: auto;
padding: .5ex 0;
white-space: nowrap;
}
table.bCalendarTable {
margin: 0 auto 1em auto;
font-size: 77%;
border-collapse: separate;
border-spacing: 0px;
}
tr.bCalendarRow {
text-align: center;
}
th.bCalendarHeaderCell {
font-size: 84%;
width: 4ex;
}
td.bCalendarCell {
width: 4ex;
height: 3.5ex;
}
.bCalendarLinkPost {
font-weight: bold;
}
td#prev,
td#next {
font-weight: bold;
font-size: 105%;
padding: .5ex;
white-space: nowrap;
}
td#prev a,
td#next a {
padding: 0 .5ex;
}
td#prev {
text-align: left;
}
td#next {
text-align: right;
}
.dimmed, .notes {
display: none;
}
.center {
text-align: center;
}
/* Calendar: */
caption.bCalendarCaption {
font-size: 105%;
font-weight: bold;
margin: auto;
padding: .5ex 0;
white-space: nowrap;
}
table.bCalendarTable {
margin: 0 auto 1em auto;
font-size: 77%;
border-collapse: separate;
border-spacing: 0px;
}
tr.bCalendarRow {
text-align: center;
}
th.bCalendarHeaderCell {
font-size: 84%;
width: 4ex;
}
td.bCalendarCell {
width: 4ex;
height: 3.5ex;
}
.bCalendarLinkPost {
font-weight: bold;
}
td#prev,
td#next {
font-weight: bold;
font-size: 105%;
padding: .5ex;
white-space: nowrap;
}
td#prev a,
td#next a {
padding: 0 .5ex;
}
td#prev {
text-align: left;
}
td#next {
text-align: right;
}

O site não pode ser visto hospedado não porque. Ele é um tema "Modificado ¬¬" do Forum B2Evolution.

Então para você visualizar o conteudo, terá que usar o Dreamweaver.

Eu uso o Dreamweaver CS3. Mais se tiver outro ae que peque.

Link para o comentário
Compartilhar em outros sites

1 resposta a esta questão

Posts Recomendados

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,2k
    • Posts
      651,9k
×
×
  • Criar Novo...