Fork me on GitHub






Elargir un theme ??
Newbie
Inscrit: 03/09/2005 20:40
Messages: 13
Bonjours, j'ai trouvé un theme qui me plait beaucoup, mais j'aimerai augmenter sa largeur: http://covernet.free.fr/
Mais je ne sais pas si c'est possible, et si oui comment ? Est ce dur ? Ou y a t il presque rien à modifier ?

Merci

Posté le : 08/07/2006 16:22
Partager Twitter Partagez cette article sur GG+
Re: Elargir un theme ??
Xoops accro
Inscrit: 25/11/2004 12:53
De 48400 Florac - France
Messages: 3370
Bonjour,

Dans le fichier style.css de ton thème tu dois avoir :

Citation :
.okvir_main
{
width: 768px;


tu changes la valeur en pixels ou tu mets une valeur en pourcentage (ex : 90%).

Philippe.

Posté le : 08/07/2006 17:43
Partager Twitter Partagez cette article sur GG+
Re: Elargir un theme ??
Régulier
Inscrit: 08/11/2004 15:22
Messages: 228
Salut, moi j'aimerai aussi "elargir mon theme" , mais je n'ai pas cette valeur. Voici ce que j'ai, quelqu'un peut me dire quoi changer ?

body
{
    
colorblack;
    
background#97B7AF;
    
font-familyVerdana,Arial;
    
margin0px;
}
table
{
    
width100%;
    
margin5;
    
padding5;
    
font-sizesmall;
}
table td
{
    
padding0;
    
border-width0;
    
vertical-aligntop;
    
font-familyVerdanaArialHelveticasans-serif;
}
a
{
    
color#3D7A7A;
    
text-decorationnone;
    
font-weightbold;
    
background-colortransparent;
    
font-size11px;
}
a:hover
{
    
color#ff6600;
}
ul
{
    
margin2px;
    
padding2px;
    list-
styledecimal inside;
    
text-alignleft;
}
li
{
    
margin-left2px;
    list-
stylesquare inside;
    
color#2F5376;
}
.
itemHead
{
    
padding3px;
    
background-color#D1E9E9;
    
color#366969;
}
.
itemInfo
{
    
text-alignright;
    
padding3px;
    
background-color#F1F8F8;
}
.
itemTitle a
{
    
font-size130%;
    
font-weightbold;
    
font-variantsmall-caps;
    
color#2D5757;
    
background-colortransparent;
    
font-styleitalic;
}
.
itemPoster
{
    
font-size90%;
    
font-styleitalic;
}
.
itemPostDate
{
    
font-size90%;
    
font-styleitalic;
}
.
itemStats
{
    
font-size90%;
    
font-styleitalic;
}
.
itemBody
{
    
padding-left5px;
}
.
itemText
{
    
margin-top5px;
    
margin-bottom5px;
    
line-height1.5em;
}
.
itemText:first-letter
{
    
font-size133%;
    
font-weightbold;
}
.
itemFoot
{
    
text-alignright;
    
padding3px;
    
background-color#E2F1F1;
}
.
itemAdminLink
{
    
font-size90%;
}
.
itemPermaLink
{
    
font-size90%;
}
th
{
    
background-color#A5C5C0;
    
color#FFFFFF;
    
padding2px;
    
vertical-alignmiddle;
    
font-familyVerdanaArialHelveticasans-serif;
}
td#headerbanner
{
    
width100%;
    
background-color#537477;
    
vertical-alignmiddle;
    
height80px;
    
padding-right5px;
}
td#headerlogo
{
    
background-color#537477;
    
text-indent5px;
}
td#headerbar
{
    
height25px;
    
text-alignleft;
    
vertical-alignmiddle;
    
line-height22px;
    
font-size10px;
    
border-bottom1px solid #000000;
    
padding-bottom1px;
    
background-color#275050;
    
color#FFFFFF;
    
border-top1px solid #000000;
}
td#headerbar a
{
    
color#FFFFFF;
}
td#leftcolumn
{
    
font-size11px;
    
background-color#E4F1F1;
    
border-right1px solid #4E6B6D;
}
td#leftcolumn th
{
    
background-color#9BBFB9;
    
color#FFFFFF;
    
vertical-alignmiddle;
}
td#leftcolumn div.blockTitle
{
    
font-weightbold;
    
color#FFFFFF;
    
background-color#84A5A8;
    
padding5px;
}
td#leftcolumn div.blockContent
{
    
padding3px;
}
td#centercolumn
{
    
font-size11px;
    
width100%;
    
padding-right4px;
}
td#centercolumn th
{
    
background-color#9BBFB9;
    
color#455A56;
    
vertical-alignmiddle;
}
td#centerCcolumn
{
    
padding3px;
}
td#centerCcolumn div.blockTitle
{
    
padding3px;
    
color#FFFFFF;
    
font-weightbold;
    
margin-top0px;
    
margin-right0px;
    
margin-left0px;
    
background-color#4E6B6D;
}
td#centerCcolumn div.blockContent
{
    
border-bottom1px solid #dddddd;
    
padding2px;
    
margin-bottom2px;
}
td#centerLcolumn
{
    
width50%;
    
padding0px 3px 0px 0px;
}
td#centerLcolumn div.blockTitle
{
    
padding3px;
    
color#FFFFFF;
    
font-weightbold;
    
margin-top0px;
    
background-color#4E6B6D;
    
margin-left2px;
}
td#centerLcolumn div.blockContent
{
    
border-bottom1px solid #dddddd;
    
padding3px;
    
margin-left3px;
    
margin-right2px;
    
margin-bottom2px;
}
td#centerRcolumn
{
    
width50%;
    
padding0px 3px 0px 0px;
}
td#centerRcolumn div.blockTitle
{
    
padding3px;
    
color#FFFFFF;
    
font-weightbold;
    
margin-top0px;
    
background-color#4E6B6D;
}
td#centerRcolumn div.blockContent
{
    
border-bottom1px solid #dddddd;
    
padding3px;
    
margin-left2px;
    
margin-right3px;
    
margin-bottom2px;
    
line-height120%;
}
div#content
{
    
text-alignleft;
    
padding2px;
    
width100%;
}
td#rightcolumn
{
    
font-size11px;
    
background-color#E4F1F1;
    
border-left1px solid #4E6B6D;
}
td#rightcolumn th
{
    
background-color#B1CDC8;
    
color#373737;
    
vertical-alignmiddle;
}
td#rightcolumn div.blockTitle
{
    
font-weightbold;
    
color#FFFFFF;
    
background-color#84A5A8;
    
padding5px;
}
td#rightcolumn div.blockContent
{
    
padding3px;
}
tr#footerbar
{
    
text-aligncenter;
    
background-imageurl(hbar.gif);
}
td#mainmenu a
{
    
displayblock;
    
margin0;
    
padding4px;
}
td#mainmenu a:hover
{
    
color#FF8040;
}
td#mainmenu a.menuTop
{
    
padding-left3px;
}
td#mainmenu a.menuMain
{
    
padding-left3px;
}
td#mainmenu a.menuSub
{
    
padding-left18px;
    
background-imageurl('strela.png');
    
background-repeatno-repeat;
    
background-positionleft;
}
td#usermenu a
{
    
displayblock;
    
margin0;
    
padding3px;
    
font-weightnormal;
    
font-size10px;
}
td#usermenu a:hover
{
    
background-color#ffffff;
}
td#usermenu a.highlight
{
    
background-color#fcc;
}
.
head
{
    
background-color#D5E1DE;
    
padding5px;
    
font-weightbold;
}
.
even
{
    
background-color#F0F2F4;
    
padding5px;
}
.
odd
{
    
background-color#E7EBEA;
    
padding5px;
}
.
foot
{
    
background-color#E1ECEC;
    
padding5px;
    
font-weightbold;
}
tr.even td
{
    
background-color#F0F2F4;
    
padding5px;
}
tr.odd td
{
    
background-color#E1F0F0;
    
padding5px;
}
div.errorMsg
{
    
background-color#FFCCCC;
    
text-aligncenter;
    
border-top1px solid #DDDDFF;
    
border-bottom1px solid #AAAAAA;
    
font-weightbold;
    
padding10px;
}
div.confirmMsg
{
    
background-color#E9F3ED;
    
color#136C99;
    
text-aligncenter;
    
border-top1px solid #DDDDFF;
    
border-bottom1px solid #AAAAAA;
    
font-weightbold;
    
padding10px;
}
div.resultMsg
{
    
background-color#E1E1E1;
    
color#333333;
    
text-aligncenter;
    
border-top1px solid silver;
    
font-weightbold;
    
border-bottom1px solid #666666;
    
padding5px;
}
div.xoopsCode
{
    
background#FFFFFF;
    
border1px inset #000080;
    
font-family"Courier New",Courier,monospace;
    
padding0px 6px 6px 6px;
}
div.xoopsQuote
{
    
background#FFFFFF;
    
border1px inset #000080;
    
font-family"Courier New",Courier,monospace;
    
padding0px 6px 6px 6px;
}
.
comTitle
{
    
font-weightbold;
    
margin-bottom2px;
}
.
comText
{
    
padding2px;
}
.
comUserStat
{
    
font-size10px;
    
color#2F5376;
    
font-weightbold;
    
border1px solid silver;
    
background-color#ffffff;
    
margin2px;
    
padding2px;
}
.
comUserStatCaption
{
    
font-weightnormal;
}
.
comUserStatus
{
    
margin-left2px;
    
margin-top10px;
    
color#2F5376;
    
font-weightbold;
    
font-size10px;
}
.
comUserRank
{
    
margin2px;
}
.
comUserRankText
{
    
font-size10px;
    
font-weightbold;
}
.
comUserRankImg
{
    
border0;
}
.
comUserImg
{
    
margin2px;
}
.
comDate
{
    
font-weightnormal;
    
font-styleitalic;
    
font-sizesmaller;
}
.
comDateCaption
{
    
font-weightbold;
    
font-stylenormal;
}
.
zaja
{
    
width750px;
    
background-color#EFF8F8;
    
border-left-width1px;
    
border-top-width0px;
    
border-bottom-width0px;
    
border-right-width1px;
    
border-color#285151;
    
border-stylesolid;
}
form
{
    
displayinline;
    
font-familyVerdana;
    
font-size11px;
}
.
button
{
    
font-familyVerdana;
    
color#275050;
    
font-size10px;
    
margin-top2px;
    
margin-right4px;
}
.
input
{
    
font-familyVerdana;
    
background-color#E9F3F3;
    
color#2C5656;
    
font-size10px;
    
border-width1px;
    
border-color#FCFEFE;
    
margin-top1px;
    
border-bottom1px solid #999999;
}
input
{
    
font-size10px;
}
.
sadrzaj
{
    
margin-bottom20px;
}
.
blok
{
    
margin-bottom6px;
}
.
forum
{
    
background-color#E2E2E2;
    
font-size11px;
    
font-weightbold;
    
color#FFFFFF;
    
padding6px;
    
background-imageurl('menu4_bar.gif');
}
.
forumprvi
{
    
background-color#F7F9FB;
    
padding3px;
    
color#004080;
}
.
forumdrugi
{
    
background-color#EFF3F8;
    
padding3px;
    
color#004080;
}
.
navigacijaforum
{
    
background-color#E3ECF2;
    
padding5px;
    
color#004080;
    
border-top1px dashed #333333;
    
border-bottom1px dashed #333333;
    
font-size12px;
    
text-aligncenter;
    
font-weightbold;
}
.
gumb
{
    
border1px outset #ffffff;
    
color#2E2E2E;
    
background-color#E8E8E8;
    
border-top1px solid #FFFFFF;
}
.
border
{
    
border-left1px solid #cccccc;
    
border-bottom1px solid #cccccc;
    
padding3px;
}
.
borderdesno
{
    
border-bottom1px solid #cccccc;
    
border-right1px solid #cccccc;
    
padding3px;
}
.
forum a
{
    
color#FFFFFF;
}
.
download
{
    
padding2px;
}
.
downhead
{
    
color#FFFFFF;
    
padding2px;
    
background-color#84A5A8;
}
.
downloadsvaki
{
    
width100%;
    
border-top1px solid #333333;
    
border-bottom1px solid #333333;
    
padding2px;
}

Posté le : 30/07/2006 16:51
Partager Twitter Partagez cette article sur GG+
Re: Elargir un theme ??
Xoops accro
Inscrit: 04/02/2003 01:54
De Le Mans
Messages: 12273
Dans ton cas peut être serait-il judicieux d'utiliser un accessoire :
Open in new window

.zaja
{
    [
b][size=medium]width750px;[/size][/b]
    
background-color#EFF8F8;
    
border-left-width1px;
    
border-top-width0px;
    
border-bottom-width0px;
    
border-right-width1px;
    
border-color#285151;
    
border-stylesolid;
}



Posté le : 30/07/2006 16:57
Partager Twitter Partagez cette article sur GG+
Re: Elargir un theme ??
Régulier
Inscrit: 08/11/2004 15:22
Messages: 228

Posté le : 30/07/2006 17:17
Partager Twitter Partagez cette article sur GG+
Re: Elargir un theme ??
Aspirant
Inscrit: 30/06/2006 22:22
Messages: 29
Salut
Je vx Elargir mon thème mais dans style.css il n'ya ni zaja ni okvir_main
voila ce que j'ai

Citation :
body
{
color: black;
font-family: Verdana,Arial,Sans-serif;
background-color: #FFFFFF;
margin: 0px;
}
table
{
width: 100%;
font-size: 11px;
}
table#okvir
{
background-color: #FFFFFF;
width: 758px;
}
table td
{
padding: 0;
border-width: 0;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a
{
color: #002B55;
text-decoration: none;
font-weight: bold;
background-color: transparent;
}
a:hover
{
color: #ff6600;
text-decoration: underline;
}
ul
{
margin: 2px;
padding: 2px;
list-style: decimal inside;
text-align: left;
}
li
{
margin-left: 2px;
list-style: square inside;
color: #2F5376;
}
.item
{
color: #0D0D0D;
}
.itemHead
{
padding: 3px;
color: #242424;
border-bottom: 1px dashed #8699B5;
}
.itemInfo
{
text-align: right;
padding: 3px;
background-color: #FFFFFF;
}
.itemTitle a
{
font-size: 130%;
font-weight: bold;
font-variant: small-caps;
color: #A52303;
background-color: transparent;
}
.itemPoster
{
font-size: 80%;
font-style: italic;
}
.itemPostDate
{
font-size: 80%;
font-style: italic;
}
.itemStats
{
font-size: 80%;
font-style: italic;
}
.itemBody
{
padding-left: 5px;
}
.itemText
{
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;
}
.itemText:first-letter
{
font-size: 133%;
font-weight: bold;
}
.itemFoot
{
text-align: left;
padding: 3px;
background-color: #FFFFFF;
font-size: 11px;
}
.itemAdminLink
{
font-size: 90%;
}
.itemPermaLink
{
font-size: 90%;
}
th
{
background-color: #BBBBBB;
color: #004080;
padding: 2px;
vertical-align: middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
td#headerbanner
{
width: 100%;
background-color: #FFFFFF;
vertical-align: middle;
}
td#headerbar
{
height: 29px;
background-color: #939393;
color: #FFFFFF;
line-height: 27px;
padding-left: 6px;
padding-right: 7px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
td#headerbar a
{
color: #FFFFFF;
}
td#headerbar a:hover
{
color: #FF8040;
}
td#leftcolumn
{
width: 160px;
font-size: 11px;
border-right: 1px solid #E5E5E5;
padding-top: 2px;
}
td#leftcolumn th
{
vertical-align: bottom;
border-bottom: 1px dashed #8699B5;
background-color: transparent;
color: #464646;
}
td#leftcolumn div.blockTitle
{
padding: 3px;
color: #FFFFFF;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 10px;
background-color: #A6A6A6;
margin-bottom: 2px;
padding-left: 18px;
background-image: url('images/puce.gif');
background-repeat: no-repeat;
background-position: left;
}
td#leftcolumn div.blockContent
{
padding: 2px;
line-height: 120%;
line-height: 120%;
}
td#centercolumn
{
font-size: 12px;
color: #464646;
padding-left: 2px;
padding-right: 2px;
width: 100%;
}
td#centercolumn th
{
color: #004080;
background-color: #FFFFFF;
}
td#centerCcolumn div.blockTitle
{
padding: 3px;
color: #454545;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 10px;
background-color: #BBBBBB;
margin-bottom: 5px;
padding-left: 18px;
background-image: url('images/blue_plus.png');
background-repeat: no-repeat;
background-position: left;
}
td#centerCcolumn div.blockContent
{
margin-right: 0px;
margin-left: 0px;
margin-bottom: 8px;
line-height: 120%;
border-bottom: 1px dashed #cccccc;
}
td#centerLcolumn
{
width: 50%;
padding: 0px 0px 0px 0px;
border-right: 1px solid #cccccc;
}
td#centerLcolumn div.blockTitle
{
padding: 3px;
color: #454545;
font-weight: bold;
font-size: 10px;
background-color: #BBBBBB;
margin-bottom: 5px;
background-repeat: no-repeat;
padding-left: 18px;
background-position: left;
background-image: url('images/blue_plus.png');
}
td#centerLcolumn div.blockContent
{
margin-right: 0px;
margin-left: 0px;
line-height: 120%;
padding: 2px;
}
td#centerRcolumn
{
width: 50%;
padding: 0px 0px 0px 0px;
}
td#centerRcolumn div.blockTitle
{
padding: 3px;
color: #454545;
font-weight: bold;
font-size: 10px;
background-color: #BBBBBB;
margin-bottom: 5px;
background-image: url('images/blue_plus.png');
padding-left: 18px;
background-repeat: no-repeat;
background-position: left;
}
td#centerRcolumn div.blockContent
{
margin-right: 0px;
margin-left: 0px;
margin-bottom: 2px;
line-height: 120%;
padding: 2px;
}
td#rightcolumn
{
width: 160px;
font-size: 11px;
border-left: 1px solid #E5E5E5;
padding-top: 2px;
}
td#rightcolumn th
{
vertical-align: bottom;
border-bottom: 1px dashed #8699B5;
background-color: transparent;
color: #464646;
}
td#rightcolumn div.blockTitle
{
padding: 3px;
color: #FFFFFF;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 10px;
background-color: #A6A6A6;
margin-bottom: 2px;
padding-left: 18px;
background-image: url('images/puce.gif');
background-repeat: no-repeat;
background-position: left;
}
td#rightcolumn div.blockContent
{
padding: 3px;
line-height: 120%;
}
td#mainmenu a
{
color: #575757;
font-size: 11px;
display: block;
background-image: url('images/caret-r.gif');
background-repeat: no-repeat;
background-position: left;
padding-left: 15px;
font-weight: normal;
}
td#mainmenu a:hover
{
background-color: #ffffff;
color: #FF0000;
background-image: url('images/caret-hover.gif');
background-repeat: no-repeat;
background-position: left;
}
td#mainmenu a.menuTop
{
padding-left: 15px;
}
td#mainmenu a.menuMain
{
padding-left: 15px;
}
td#mainmenu a.menuSub
{
padding-left: 23px;
color: #9F0000;
font-weight: normal;
}
td#usermenu a
{
color: #8D8D8D;
font-weight: normal;
font-size: 10px;
padding-left: 5px;
padding-bottom: 1px;
}
td#usermenu a:hover
{
background-color: #ffffff;
color: #FF0000;
}
td#usermenu a.highlight
{
background-color: #fcc;
}
.head
{
font-weight: bold;
background-repeat: repeat-x;
background-position: left;
color: #373737;
height: 24px;
line-height: 22px;
text-align: center;
background-color: #DFE2E6;
}
.even
{
background-color: #F3F4F5;
padding: 5px;
}
.odd
{
background-color: #FAFAFA;
padding: 5px;
}
.foot
{
padding: 5px;
font-weight: bold;
}
tr.even td
{
background-color: transparent;
padding: 5px;
}
tr.odd td
{
background-color: transparent;
padding: 5px;
}
div.errorMsg
{
background-color: #FFCCCC;
text-align: center;
border-top: 1px solid #DDDDFF;
border-left: 1px solid #DDDDFF;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
font-weight: bold;
padding: 10px;
}
div.confirmMsg
{
background-color: #DDFFDF;
color: #136C99;
text-align: center;
border-top: 1px solid #DDDDFF;
border-left: 1px solid #DDDDFF;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
font-weight: bold;
padding: 10px;
}
div.resultMsg
{
background-color: #CCCCCC;
color: #333333;
text-align: center;
border-top: 1px solid silver;
border-left: 1px solid silver;
font-weight: bold;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
padding: 10px;
}
div.xoopsCode
{
background: #FFFFFF;
border: 1px inset #000080;
font-family: "Courier New",Courier,monospace;
padding: 0px 6px 6px 6px;
}
div.xoopsQuote
{
background: #FFFFFF;
border: 1px inset #000080;
font-family: "Courier New",Courier,monospace;
padding: 0px 6px 6px 6px;
}
.comTitle
{
font-weight: bold;
margin-bottom: 2px;
}
.comText
{
padding: 2px;
}
.comUserStat
{
font-size: 10px;
color: #2F5376;
font-weight: bold;
border: 1px solid silver;
background-color: #ffffff;
margin: 2px;
padding: 2px;
}
.comUserStatCaption
{
font-weight: normal;
}
.comUserStatus
{
margin-left: 2px;
margin-top: 10px;
color: #2F5376;
font-weight: bold;
font-size: 10px;
}
.comUserRank
{
margin: 2px;
}
.comUserRankText
{
font-size: 10px;
font-weight: bold;
}
.comUserRankImg
{
border: 0;
}
.comUserImg
{
margin: 2px;
}
.comDate
{
font-weight: normal;
font-style: italic;
font-size: smaller;
}
.comDateCaption
{
font-weight: bold;
font-style: normal;
}
input
{
font: 11px verdana, arial, helvetica, sans-serif;
}
textarea
{
border: 1px solid #8699B5;
width: 400px;
font: 11px verdana, arial, helvetica, sans-serif;
background-color: #F5F5F5;
}
input.formTextBox
{
border: 1px solid #8699B5;
background: #F5F5F5;
font: 11px verdana, arial, helvetica, sans-serif;
}
select
{
border: 1px solid #8699B5;
font: 11px verdana, arial, helvetica, sans-serif;
background-color: #F5F5F5;
}
.pozdrav
{
background-color: #FFFFFF;
padding: 5px;
font-size: 11px;
border-bottom: 1px solid #8699B5;
}
.vrijeme
{
background-color: #FFFFFF;
padding-top: 5px;
font-size: 10px;
border-bottom: 1px solid #8699B5;
}
.headerprvi
{
background-color: #FFFFFF;
color: #454545;
font-weight: bold;
vertical-align: middle;
border-bottom: 1px solid #8699B5;
}
form
{
font-size: 11px;
color: #787878;
}
.loginlink
{
background-image: url('images/btn_bullet.gif');
background-repeat: no-repeat;
background-position: left;
padding-left: 10px;
}
.button
{
font-size: 10px;
color: #000000;
margin-bottom: 1px;
}
.sadrzaj
{
margin-bottom: 20px;
}
.blok
{
margin-bottom: 6px;
}
.forum
{
background-color: #E2E2E2;
font-size: 11px;
font-weight: bold;
color: #004080;
padding: 6px;
background-image: url('menu4_bar.gif');
}
.forumprvi
{
background-color: #F7F9FB;
padding: 3px;
color: #004080;
}
.forumdrugi
{
background-color: #EFF3F8;
padding: 3px;
color: #004080;
}
.navigacijaforum
{
background-color: #DDDDDD;
padding: 5px;
color: #004080;
border-top: 1px dashed #333333;
border-bottom: 1px dashed #333333;
font-size: 12px;
text-align: center;
font-weight: bold;
}
.border
{
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 3px;
}
.borderdesno
{
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
padding: 3px;
}
.forum a
{
color: #004080;
}
.download
{
padding: 10px;
}
.downhead
{
background-image: url('images/menu2_bar.gif');
color: #FFFFFF;
padding: 5px;
}
.downloadsvaki
{
width: 97%;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding: 5px;
}
.tiny
{
width: 90%;
}
.privatnost
{
color: #939393;
font-size: 10px;
text-align: center;
}
.privatnost a
{
color: #939393;
}
td#headmenu a
{
background-color: #6B6B6B;
color: #FFFFFF;
font-size: 10px;
display: block;
padding: 5px;
}
td#headmenu a:hover
{
background-color: #C0C0C0;
color: #494949;
}
td#headmenu a.menuHead
{
font-size: 10px;
}
.dole
{
border-top: 1px solid #cccccc;
width: 758px;
margin-top: 5px;
}

Posté le : 08/08/2006 10:00
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

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

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