Fork me on GitHub

Rapport de message :*
 

Re: diviser son pied de page

Titre du sujet : Re: diviser son pied de page
par fabrice8888 sur 08/02/2012 07:21:09

bonjour le mieux peut etre est de vous donner le theme et le css origine :il ny a pas grand chose dans se theme
il y a en plus un dossier image un dossier menu.html et centerblock et block

merci de votre aide car j ai fais toute les modif du haut et rien ni fais , je veut juste modifier le fouter pour qu il face 1000px SUR 150px de couleur jaune, et que celui ci soit diviser en trois partit avec juste 2 trais verticaux

merci de votre aide , car je m en sort pas avec se truc

le theme

<!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="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">

<
head>
    <{
assign var=theme_name value=$xoTheme->folderName}>
    
    <
title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>
    
    <
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
    <
meta name="robots" content="<{$xoops_meta_robots}>" />
    <
meta name="keywords" content="<{$xoops_meta_keywords}>" />
    <
meta name="description" content="<{$xoops_meta_description}>" />
    <
meta name="rating" content="<{$xoops_meta_rating}>" />
    <
meta name="author" content="<{$xoops_meta_author}>" />
    <
meta name="copyright" content="<{$xoops_meta_copyright}>" />
    <
meta name="generator" content="XOOPS" />
    
    <
link rel="alternate" type="application/rss+xml" href="<{xoAppUrl backend.php}>" />

    <
link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
    <
link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" />

    <
link type="text/css" rel="stylesheet" href="<{xoImgUrl css/style.css}>"  />
    
    <{
$xoops_module_header}>
</
head>

<
body>
    <
div id="wrapper">
    
     <
div id="header">
     
      <
class="sitename" href="<{$xoops_url}>"><img src="<{xoImgUrl images/logo.png}>" /></a>
      
      <{
includeq file="$theme_name/menu.html"}>
      
      <
div id="navigation">
      
       <
ul>
       
        <
li id="nav-com<{if $xoops_dirname == 'news'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/news">News</a></li>
        
        <
li id="nav-com<{if $xoops_dirname == 'newbb'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/newbb">Forum</a></li>
        
        <
li id="nav-com<{if $xoops_dirname == 'wfdownloads'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/wfdownloads">Downloads</a></li>
        
        <
li id="nav-com<{if $xoops_dirname == 'myalbum'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/myalbum">Gallerie</a></li>
        
        <
li id="nav-com<{if $xoops_dirname == 'xoopspoll'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/xoopspoll">Umfragen</a></li>
        
        <
li id="nav-com<{if $xoops_dirname == 'contact'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/contact">Support</a></li>
       
       </
ul>
      
      </
div>
     
     </
div>
     

     <
div id="contentWrapper<{if $xoBlocks.canvas_left and $xoBlocks.canvas_right}>1<{elseif $xoBlocks.canvas_right}>2<{elseif $xoBlocks.canvas_left}>3<{/if}>">
    
      <{if 
$xoBlocks.canvas_left}>
       <
div id="left">
        <{
includeq file="$theme_name/block.html" blocks=$xoBlocks.canvas_left}>
       </
div>
      <{/if}>
      
      <{if 
$xoops_contents && ($xoops_contents != ' ') or $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright or $xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
       <
div id="content">
        <{if 
$xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>
         <
div id="centerblocks">
          <
div class="centerblocks-center">
           <{foreach 
item=block from=$xoBlocks.page_topcenter}>
            <{
includeq file="$theme_name/centerblock.html"}>
           <{/foreach}>
          </
div>
          <
div class="centerblocks-left">
           <{foreach 
item=block from=$xoBlocks.page_topleft}>
            <{
includeq file="$theme_name/centerblock.html"}>
           <{/foreach}>
          </
div>
          <
div class="centerblocks-right">
           <{foreach 
item=block from=$xoBlocks.page_topright}>
            <{
includeq file="$theme_name/centerblock.html"}>
           <{/foreach}>
          </
div>
         </
div>
         <
br style="clear: both;" />
        <{/if}>
        
        <{
$xoops_contents}>
        
        <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
         <
div id="centerblocks">
          <
div class="centerblocks-center">
           <{foreach 
item=block from=$xoBlocks.page_bottomcenter}>
            <{
includeq file="$theme_name/centerblock.html"}>
           <{/foreach}>
          </
div>
          <
div class="centerblocks-left">
           <{foreach 
item=block from=$xoBlocks.page_bottomleft}>
            <{
includeq file="$theme_name/centerblock.html"}>
           <{/foreach}>
          </
div>
          <
div class="centerblocks-right">
           <{foreach 
item=block from=$xoBlocks.page_bottomright}>
            <{
includeq file="$theme_name/centerblock.html"}>
           <{/foreach}>
          </
div>
         </
div>
        <{/if}>
       </
div>
      <{/if}>
     
      <{if 
$xoBlocks.canvas_right}>
       <
div id="right">
        <{
includeq file="$theme_name/block.html" blocks=$xoBlocks.canvas_right}>
       </
div>
      <{/if}>
      
      <
br style="clear: both;" />
      
      <
div class="contentfooter">
      
       <{
$xoops_footer}>
      
      </
div
    
     </
div>
    
     <
div id="footer"></div>
    
    </
div>
</
body>
</
html>



le css

* {
    
border0;
    
padding0;
    
margin0;
    
vertical-alignbaseline;
    
font13px Verdanaserifsans-serif;
    
color#555;
}

body {
    
background#0D1E28;
}
{
    
color#0D1E28;
    
text-decorationnone;
}
a:hover {
    
color#1E5E79;
    
text-decorationunderline;
}
#wrapper {
    
width1000px;
    
marginauto;
    
padding10px;
    
margin-top20px;
}

#header {
    
width980px;
    
height150px;
    
backgroundurl(../images/header.png);
    
padding10px 10px 10px 11px;
}
.
sitename img {
    
padding10px 0 0 0;
}
a:hover.sitename  {
    
text-decorationnone;
}

#navigation {
    
margin-top54px;
    
backgroundurl(../images/bg-nav.png);
    
width979px;
    
floatleft;
    
height28px;
    
border-top2px solid #CCC;
    
border-bottom2px solid #CCC;
}
#navigation ul {
    
list-style-typenone;
    
padding0;
    
margin0;
}
#navigation ul li {
    
floatleft;
    
padding5px;
    
height18px;
    
margin-left25px;
    
font-weightbold;
}
#navigation ul li a {
    
font-weightbold;
    
color#111;
}
#navigation ul li#nav-com-active {
    
backgroundurl(../images/bg-nav-com-active.pngcenter bottom no-repeat;
}

#contentWrapper, #contentWrapper1, #contentWrapper2, #contentWrapper3 {
    
width970px
    
padding5px 15px 5px 15px;
    
backgroundurl(../images/bg-contentWrapper.png);
}

/* ContentWrapper1 */
#contentWrapper1 #left {
    
floatleft;
    
width190px;
    
margin-right5px;
    
padding5px;
}
#contentWrapper1 #content {
    
floatleft;
    
width550px;
    
padding5px;
}
#contentWrapper1 #right {
    
floatright;
    
width190px;
    
margin-left5px;
    
padding5px;
}
/* ContentWrapper2 */
#contentWrapper2 #left {
    
displaynone;
}
#contentWrapper2 #content {
    
floatleft;
    
width750px;
    
padding5px;
}
#contentWrapper2 #right {
    
floatright;
    
width190px;
    
margin-left5px;
    
padding5px;
}
/* ContentWrapper3 */
#contentWrapper3 #left {
    
floatleft;
    
width190px;
    
margin-right5px;
    
padding5px;
}
#contentWrapper3 #content {
    
floatright;
    
width750px;
    
padding5px;
}
#contentWrapper3 #right {
    
displaynone;
}

/* Centerblocks */
#contentWrapper1 #centerblocks .centerblocks-center {
    
width550px;
    
margin-bottom10px;
}
#contentWrapper1 #centerblocks .centerblocks-left {
    
width270px;
    
floatleft;
    
margin-right10px;
}
#contentWrapper1 #centerblocks .centerblocks-right {
    
width270px;
    
floatright;
}
#contentWrapper2 #centerblocks .centerblocks-center {
    
width750px;
    
margin-bottom10px;
}
#contentWrapper2 #centerblocks .centerblocks-left {
    
width370px;
    
floatleft;
    
margin-right10px;
}
#contentWrapper2 #centerblocks .centerblocks-right {
    
width370px;
    
floatright;
}
#contentWrapper3 #centerblocks .centerblocks-center {
    
width750px;
    
margin-bottom10px;
}
#contentWrapper3 #centerblocks .centerblocks-left {
    
width370px;
    
floatleft;
    
margin-right10px;
}
#contentWrapper3 #centerblocks .centerblocks-right {
    
width370px;
    
floatright;
}
#centerblocks .centerblocks-center .block-title, .centerblocks-left .block-title, .centerblocks-right .block-title {
    
font-weightbold;
    
padding3px;
    
border-bottom1px solid #EBEBEB;
}
#centerblocks .centerblocks-center .block-content, .centerblocks-left .block-content, .centerblocks-right .block-content {
    
padding3px;
    
border1px solid #EBEBEB;
    
background#FFF url(../images/bg-centerblock.png) repeat-x;
    
margin-bottom10px;
}


.
errorMsg,.confirmMsg, .resultMsg, .successMsg {
    
text-aligncenter;
    
margin10px;
    
padding20px
}

.
errorMsg {
    
background-color#FBE3E4;
    
color#D12F19;
    
border1px solid #FBC2C4;
}

.
confirmMsg {
    
background-color#FFF6BF;
    
color#817134;
    
border1px solid #FFD324;
}

.
resultMsg, .successMsg {
    
background-color#E6EFC2;
    
color#529214;
    
border1px solid #C6D880;
}


.
block {
    
width190px;
    
heightauto;
    
margin-bottom10px;
}
.
block .blocktitle {
    
backgroundurl(../images/bg-blocktitle.pngno-repeat;
    
text-aligncenter;
    
font-weightbold;
    
color#FFF;
    
height27px;
    
padding-top8px;
    
overflowhidden;
}
.
block .blockcontent {
    
padding5px;
    
border2px solid #CCC;
    
border-bottomnone;
    
border-topnone;               
}
.
block .blockcontent ul {
    list-
stylenone;
}
.
block .blockcontent table {
    
border0;
}
.
block .blockcontent table.outer {
    
border1px solid #CCC;
}
.
block .blockfooter {
    
height30px;
    
width190px;
    
backgroundurl(../images/bg-blockfooter.png);
}

#mainmenu a, #usermenu a {
    
displayblock;
    
margin-bottom3px;
}
#mainmenu a.menuSub, #usermenu a.menuSub {
    
displayblock;
    
margin2px 2px 2px 8px;
    
font-styleitalic;
}

table {
    
clearboth;
    
border1px solid #CCC;
    
padding1px;
    
margin-bottom3px;
}
table tdth {
    
padding3px;
}
theadth {
    
backgroundurl(../images/bg-th.pngcenter;
    
color#FFF;
    
font-weightbold;
}
theadth a {
    
color#FFF;
    
font-weightbold;
}
.
head, .footer {
    
background#F1F1F1;
}
.
even {
    
background#FAFAFA;
}
.
odd {
    
background#FFF;
}

.
usermenu, .login {
    
margin15px;
    
floatright;
}
.
usermenu span, .login span {
    
padding5px 0 3px 5px;
}

ul {
    list-
style-typenone;
}

input[type=text], input[type=select], input[type=password], input[type=checkbox], select {
    
padding3px;
    
color#111;
    
border1px solid #CCC;
    
margin3px;
}
input[type=submit], input[type=reset], input[type=button], button {
    
padding3px;
    
color#111;
    
border1px solid #CCC;
    
margin3px;
    
height25px;
    
backgroundurl(../images/bg-button.png);
}
input[type=submit]:hoverinput[type=reset]:hoverinput[type=button]:hoverbutton:hover {
    
backgroundurl(../images/bg-button-over.png);
}

.
item {
    
border0;
}
.
item table {
    
border0;
}
.
item .itemHead {
    
border-bottom1px solid #CCC;
    
padding3px;
}
.
item .itemTitle, .itemTitle a {
    
font-size18px;
    
font-weightbold;
}
.
item .itemInfo {
    
font-styleitalic;
    
color#CCC;
}
.
item .itemInfo .itemPoster, .itemPoster a {
    
font-styleitalic;                                                    
    
color#CCC;
}
.
item .itemInfo .itemPoster a:hover {
    
color#23497C;
}
.
item .itemInfo .itemPostDate {
    
font-styleitalic;
    
color#CCC;
}
.
item .itemInfo .itemStats {
    
font-styleitalic;
    
color#CCC;
}
.
item .itemBody .itemText {
    
padding5px;
}
.
item .itemFoot {
    
border-top1px solid #F4F4F4;
    
padding5px;
    
text-alignright;
    
border-bottom1px solid #CCC;
}
.
contentfooter {
    
margin10px 10px 0 10px;
    
padding-top5px;
    
text-aligncenter;
    
border-top1px solid #EBEBEB
}
#footer {
    
backgroundurl(../images/bg-footer.png);
    
text-aligncenter;
    
width1000px;
    
height15px;
}
#xo-logger-output {
    
width1010px;
    
marginauto;
}
.
comTitle {
    
color#FFF;
    
font-weightbold;
}
#comment {
    
margin-bottom10px;
    
padding3px;
    
border-bottom1px dotted #CCC;
    
floatleft;
    
width100%;
}
#comment .com-left {
    
padding5px;
    
width20%;
    
floatleft;
}
#comment .com-left div {
    
margin-bottom5px;
}
#comment .com-right {
    
margin-bottom5px;
    
width78%;
    
floatright;
}
#comment .com-right .com-actions {
    
text-alignright;
}


merci
Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

17 Personne(s) en ligne (11 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 17 | Plus ...