<?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 /* ------------------------- 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 ----------------------------- ?>
<?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 ?>
<?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 ------------
<?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. ------- ?>
Pergunta
Williamfoose
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
Vou colocar o codigo que eu utilizo no blog e o seu amiguinho o css.
_main.php
stylesheet.css
/* 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.