[réglé] Titre dans l'entête [Réglé]
Insérez un titre dans l'entête
Créations de Modules
djmanu68 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre djmanu68
- Inscrit le : 17/01/2010
- Site internet
J'ai pas trouver de post avec ma question donc
j'essaye d'insérer le titre du site dans l'entête.
Enfaîte j'ai modifier un thème et j'aimerais que le nom du site apparaisse a coter du logo dans l'entête du site
voir image
Merci d'avance
Manu
Édité par djmanu68 Le 30/01/2010 à 02h03
Salut
Manu
Manu
djmanu68 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre djmanu68
- Inscrit le : 17/01/2010
- Site internet
merci d'avance
Salut
Manu
Manu
ReidLos Membre non connecté
-
Modérateur
- Voir le profil du membre ReidLos
- Inscrit le : 27/02/2009
- Site internet
- Groupes :
-
Equipe Développement
djmanu68 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre djmanu68
- Inscrit le : 17/01/2010
- Site internet
Voici le header.tpl
Caché :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} : {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION} {TITLE}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<!-- Default CSS -->
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/default.css" type="text/css" media="screen, print, handheld" />
<!-- Theme CSS -->
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/default.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/bbcode.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{FRAMEWORK_THEME}/framework/content/syndication/syndication.css" type="text/css" media="screen, print, handheld" />
<!-- Alternative CSS -->
{ALTERNATIVE_CSS}
<link rel="shortcut icon" href="{PATH_TO_ROOT}/favicon.ico" type="image/x-icon" />
<link rel="alternate" href="{PATH_TO_ROOT}/syndication.php?m=news" type="application/rss+xml" title="RSS {SITE_NAME}" />
<script type="text/javascript">
<!--
var PATH_TO_ROOT = "{PATH_TO_ROOT}";
var TOKEN = "{TOKEN}";
-->
</script>
<script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/scriptaculous/prototype.js"></script>
<script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/global.js"></script>
</head>
<body>
# IF C_ALERT_MAINTAIN #
<div style="position:absolute;top:5px;width:99%;">
<div style="position:relative;width:400px;margin:auto;" class="warning">
{L_MAINTAIN_DELAY}
<script type="text/javascript">
document.write('<div id="release">{L_LOADING}{PATH_TO_ROOT}.</div>');
</script>
<noscript>
{DELAY}
</noscript>
</div>
</div>
<script type="text/javascript">
<!--
function release(year, month, day, hour, minute, second)
{
if( document.getElementById('release') )
{
var sp_day = 86400;
var sp_hour = 3600;
var sp_minute = 60;
now = new Date();
end = new Date(year, month, day, hour, minute, second);
release_time = (end.getTime() - now.getTime())/1000;
if( release_time <= 0 )
{
document.location.reload();
release_time = '0';
}
else
timeout = setTimeout('release('+year+', '+month+', '+day+', '+hour+', '+minute+', '+second+')', 1000);
release_days = Math.floor(release_time/sp_day);
release_time -= (release_days * sp_day);
release_hours = Math.floor(release_time/sp_hour);
release_time -= (release_hours * sp_hour);
release_minutes = Math.floor(release_time/sp_minute);
release_time -= (release_minutes * sp_minute);
release_seconds = Math.floor(release_time);
release_seconds = (release_seconds < 10) ? '0' + release_seconds : release_seconds;
document.getElementById('release').innerHTML = '' + release_days + ' {L_DAYS} ' + release_hours + ' {L_HOURS} ' + release_minutes + ' {L_MIN} ' + release_seconds + ' {L_SEC}';
}
}
release({L_RELEASE_FORMAT});
-->
</script>
# ENDIF #
<div id="global">
<div id="header_container">
<div id="header">
# IF C_COMPTEUR #
<div style="position:absolute;top:0px">
<div id="compteur">
<span class="text_strong">{L_VISIT}:</span> {COMPTEUR_TOTAL}
<span class="text_strong">{L_TODAY}:</span> {COMPTEUR_DAY}
</div>
</div>
<h1 style="display:none;font-size:70px;">{SITE_NAME}</h1>
# ENDIF #
<h1 style="display:none;font-size:9px;">{SITE_NAME}</h1>
# IF C_MENUS_HEADER_CONTENT #
{MENUS_HEADER_CONTENT}
# ENDIF #
</div>
<div id="sub_header">
# IF C_MENUS_SUB_HEADER_CONTENT #
{MENUS_SUB_HEADER_CONTENT}
<div class="spacer" style="padding:2px;"></div>
# ENDIF #
</div>
</div>
# IF C_MENUS_LEFT_CONTENT #
<div id="left_menu">
{MENUS_LEFT_CONTENT}
</div>
# ENDIF #
# IF C_MENUS_RIGHT_CONTENT #
<div id="right_menu">
<div id="menur">
{MENUS_RIGHT_CONTENT}
</div> </div>
# ENDIF #
<div id="main">
<div id="main_content">
<div class="main_top_l"></div>
<div class="main_top_r"></div>
<div class="main_top"></div>
<div class="main_content_borderl">
<div class="main_content_borderr">
<div class="contenu">
# IF C_MENUS_TOPCENTRAL_CONTENT #
<div id="top_contents">
{MENUS_TOPCENTRAL_CONTENT}
</div>
# ENDIF #
<div id="links">
<br/> <a class="small_link" href="{START_PAGE}" title="{L_INDEX}">{L_INDEX}</a>
# START link_bread_crumb #
[img class="valign_middle"]{PATH_TO_ROOT}/templates/{THEME}/images/breadcrumb.png[/img] <a class="small_link" href="{link_bread_crumb.URL}" title="{link_bread_crumb.TITLE}">{link_bread_crumb.TITLE}</a>
# END link_bread_crumb #
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} : {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION} {TITLE}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<!-- Default CSS -->
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/default.css" type="text/css" media="screen, print, handheld" />
<!-- Theme CSS -->
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/default.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/bbcode.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{FRAMEWORK_THEME}/framework/content/syndication/syndication.css" type="text/css" media="screen, print, handheld" />
<!-- Alternative CSS -->
{ALTERNATIVE_CSS}
<link rel="shortcut icon" href="{PATH_TO_ROOT}/favicon.ico" type="image/x-icon" />
<link rel="alternate" href="{PATH_TO_ROOT}/syndication.php?m=news" type="application/rss+xml" title="RSS {SITE_NAME}" />
<script type="text/javascript">
<!--
var PATH_TO_ROOT = "{PATH_TO_ROOT}";
var TOKEN = "{TOKEN}";
-->
</script>
<script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/scriptaculous/prototype.js"></script>
<script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/global.js"></script>
</head>
<body>
# IF C_ALERT_MAINTAIN #
<div style="position:absolute;top:5px;width:99%;">
<div style="position:relative;width:400px;margin:auto;" class="warning">
{L_MAINTAIN_DELAY}
<script type="text/javascript">
document.write('<div id="release">{L_LOADING}{PATH_TO_ROOT}.</div>');
</script>
<noscript>
{DELAY}
</noscript>
</div>
</div>
<script type="text/javascript">
<!--
function release(year, month, day, hour, minute, second)
{
if( document.getElementById('release') )
{
var sp_day = 86400;
var sp_hour = 3600;
var sp_minute = 60;
now = new Date();
end = new Date(year, month, day, hour, minute, second);
release_time = (end.getTime() - now.getTime())/1000;
if( release_time <= 0 )
{
document.location.reload();
release_time = '0';
}
else
timeout = setTimeout('release('+year+', '+month+', '+day+', '+hour+', '+minute+', '+second+')', 1000);
release_days = Math.floor(release_time/sp_day);
release_time -= (release_days * sp_day);
release_hours = Math.floor(release_time/sp_hour);
release_time -= (release_hours * sp_hour);
release_minutes = Math.floor(release_time/sp_minute);
release_time -= (release_minutes * sp_minute);
release_seconds = Math.floor(release_time);
release_seconds = (release_seconds < 10) ? '0' + release_seconds : release_seconds;
document.getElementById('release').innerHTML = '' + release_days + ' {L_DAYS} ' + release_hours + ' {L_HOURS} ' + release_minutes + ' {L_MIN} ' + release_seconds + ' {L_SEC}';
}
}
release({L_RELEASE_FORMAT});
-->
</script>
# ENDIF #
<div id="global">
<div id="header_container">
<div id="header">
# IF C_COMPTEUR #
<div style="position:absolute;top:0px">
<div id="compteur">
<span class="text_strong">{L_VISIT}:</span> {COMPTEUR_TOTAL}
<span class="text_strong">{L_TODAY}:</span> {COMPTEUR_DAY}
</div>
</div>
<h1 style="display:none;font-size:70px;">{SITE_NAME}</h1>
# ENDIF #
<h1 style="display:none;font-size:9px;">{SITE_NAME}</h1>
# IF C_MENUS_HEADER_CONTENT #
{MENUS_HEADER_CONTENT}
# ENDIF #
</div>
<div id="sub_header">
# IF C_MENUS_SUB_HEADER_CONTENT #
{MENUS_SUB_HEADER_CONTENT}
<div class="spacer" style="padding:2px;"></div>
# ENDIF #
</div>
</div>
# IF C_MENUS_LEFT_CONTENT #
<div id="left_menu">
{MENUS_LEFT_CONTENT}
</div>
# ENDIF #
# IF C_MENUS_RIGHT_CONTENT #
<div id="right_menu">
<div id="menur">
{MENUS_RIGHT_CONTENT}
</div> </div>
# ENDIF #
<div id="main">
<div id="main_content">
<div class="main_top_l"></div>
<div class="main_top_r"></div>
<div class="main_top"></div>
<div class="main_content_borderl">
<div class="main_content_borderr">
<div class="contenu">
# IF C_MENUS_TOPCENTRAL_CONTENT #
<div id="top_contents">
{MENUS_TOPCENTRAL_CONTENT}
</div>
# ENDIF #
<div id="links">
<br/> <a class="small_link" href="{START_PAGE}" title="{L_INDEX}">{L_INDEX}</a>
# START link_bread_crumb #
[img class="valign_middle"]{PATH_TO_ROOT}/templates/{THEME}/images/breadcrumb.png[/img] <a class="small_link" href="{link_bread_crumb.URL}" title="{link_bread_crumb.TITLE}">{link_bread_crumb.TITLE}</a>
# END link_bread_crumb #
</div>
Salut
Manu
Manu
djmanu68 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre djmanu68
- Inscrit le : 17/01/2010
- Site internet
Caché :
/* --------------------------------------
design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/ /* Corps du site
--------------------------------------*/
* {
margin:0;
padding:0;
font-size:auto;
}
body {
background:#D7D7D7 url(images/fondx.png) repeat-x;/*background-attachment: fixed ; */
font-size:12px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana,
'Bitstream Vera Sans', Times, serif;
color:#0E2A48;
margin:auto;
padding:0;
width:auto;
}
/* Conteneurs
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
margin:auto 5px;
margin-bottom:15px;
}
/* ##### Entéte de la page ###### */
div#header_container {
background: url(images/header.png) no-repeat;
height: 190px;/* hauteur des premier cadre */
}
/* ##### Entéte de la page ###### */
div#header{
height:95px;
padding-top:100px;
padding-left:20px;
}
div#header_admin {
height:50px;
}
/* ##### Conteneur en dessous de l'entéte ###### */
div#sub_header{
background: url(images/sub_header2.png) no-repeat center;/*agrandire*/
height:auto;
padding-top:50px;
text-align:center;
padding-right:10px;
position:absolute;
height:50px;
width:1000px;
margin-top: 72px;
position:absolute;
top:30px; /* ##### hateur des boutons sous l'entéte ###### */
}
div#sub_header_admin {
height:auto;
text-align:left;
padding-right:10px;
position:absolute;
height:34px;
width:846px;
margin-left:120px;
}
div#sub_header p a {
color:#000;
margin-right:20px;
font-size:13px;
font-family:"trebuchet ms";
}
/* Lien du subheader */
div#header .dynamic_menu h5.links {
border:none;
color:#888;
width:140px;
height:10px;
background:url(images/bouton.png) no-repeat;
padding:15px 0px;
font-size:11px;
margin-right:0px;
}
div#header .dynamic_menu h5.links:hover {
color:#888;
cursor:default;
background:url(images/bouton.png) no-repeat;
margin-top:-5px;
}
div#header .dynamic_menu h5 a {
color:#888;
text-decoration:none;
}
/* ##### Compteur de visites ###### */
div#compteur {
position:absolute;
left:1000px;
top:135px;
padding:10px;
padding-top:15x;
padding-left:50px;
background: url(images/comp.png) no-repeat;
width : 180px;
height: 60px;
color: #888;
}
/* ##### Menu de gauche ###### */
div#left_menu {
float:left;
width:200px;
margin:0;
margin-top:10px;
margin-right:10px !important;
margin-right:-1px;
padding:0;
}
/* ##### Menu droit ###### */
div#right_menu {
float:right;
width:190px;
margin:0;
margin-top:10px;
margin-left:-9px !important;
margin-left:0px;
}
/* ##### Contenu de la page ###### */
div#main {
width:auto;
min-width:450px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
padding:0;
padding-top:0px;
margin:0;
}
div#header .module_mini_top {
margin:auto;
background:url(images/bouton.png) no-repeat center;
font-weight:bold;
height:40px;
margin-top:-5px;
padding-left:10px;
padding-right:20px;
padding-top:10px;
margin-right:20px;
text-align:center;
width:auto;
}
div#header .module_mini_top :hover {
margin:auto;
background:url(images/bouton.png) no-repeat center;
font-weight:bold;
height:40px;
margin-top:-10px;
padding-left:10px;
padding-right:20px;
padding-top:10px;
margin-right:20px;
text-align:center;
width:auto;
}
div#header .module_mini_contents {
margin:auto;
background:none;
}
div#header .module_mini_bottom {
margin:auto;
background:none;
}
/* ##### Barre de lien rapide ###### */
div#links { /*width:96%;*/
text-indent:10px;
margin-bottom:20px;
}
/* ##### Emplacement au dessus de contenu de la page ###### */
div#top_contents {
margin-top:15px;
margin :0;
margin-left: 20px;
margin-bottom:15px;
background: none;
height:29px;
width:auto px;
}
/* ##### Emplacement en dessous de contenu de la page ###### */
div#bottom_contents {
padding-top:15px;
padding-bottom:15px;
float:left;
}
/* ##### Bloc au dessus du pied de page ###### */
div#top_footer {
clear:both;
padding:0.75em;
margin-top:50px;
border-spacing:1px;
height:auto;
}
/* ##### Pied de page ###### */
div#footer {
clear:both;
height:50px;
margin:auto;
margin-top:0px;
padding:0px;
padding-top:10px;
padding-bottom:15px;
text-align:center;
margin-left:10px;
background:url(images/footer.png) no-repeat center;
width :auto;
}
div#footer span {
color:#445766;
font-size:10px;
}
div#footer span a {
color:#445766;
font-size:10px;
}
/* ##### Liens rapides ###### */
div#links_vertical {
display:block !important;
display:none;
position:fixed;
background:url(images/vertical_menu_repeat.png) repeat-y;
top:45%;
margin-left:989px;
width:27px;
text-align:center;
padding-left:2px;
}
div#links_vertical_top {
width:29px;
background:url(images/vertical_menu_top.png) no-repeat;
text-align:center;
margin-left:-2px;
padding-top:8px;
}
div#links_vertical_central {
width:27px;
text-align:center;
margin-left:-2px;
padding:4px 0px;
}
div#links_vertical_bottom {
width:29px;
background:url(images/vertical_menu_bottom.png) no-repeat;
text-align:center;
height:32px;
margin-left:-2px;
}
.bglinks {
background:url(images/bgmenu_links.jpg) no-repeat bottom right;
margin:0px;
padding:0px;
list-style-type:none;
padding-bottom:7px;
margin-bottom:5px;
}
.block {
margin:10px auto;
padding:10px;
border-spacing:1px;
border:1px #cccccc solid;
background-color:#ffffff;
-moz-border-radius:12px;
-khtml-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
background:#F7F8F5 url(images/contentbg.png) repeat-x;
}
/* ##### Contenu central ###### */
div#main_content {
width:auto;
margin-right:0px;
margin-left:10px;
}
.main_content_borderl{
background:url(images/left_left.png) repeat-y left;
padding-left:8px;
padding-right:8px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
.main_content_borderr{
background:url(images/right_right.png) repeat-y right;
padding-left:0px;
padding-right:0px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
.main_top_l{
margin-right:22px !important;
width:22px;
height:41px;
background:url(images/top_l.png) no-repeat left;
float:left;
}
.main_top_r{
margin-left:0px !important;
margin-left:-3px;
width:21px;
height:41px;
background:url(images/top_r.png) no-repeat right;
float:right;
}
.main_top{
height:35px;
background: url(images/top_top.png) repeat-x;
padding-top:6px;
padding-left:6px;
margin-left:22px !important;
margin-left:0px;
margin-right:21px !important;
margin-right:0px;
}
.main_bottom_l{
width:22px;
height:25px;
background:url(images/bottom_l.png) no-repeat left;
float:left;
margin-top:-20px;
}
.main_bottom_r{
width:22px;
height:25px;
background:url(images/bottom_r.png) no-repeat right;
float:right;
margin-top:-20px;
margin-right:8px;
}
.main_bottom{
height:25px;
background: url(images/bottom_bottom.png) repeat-x bottom;
margin-right:5px;
margin-left:22px !important;
margin-left:0px;
margin-right:28px !important;
margin-right:0px;
margin-top:-20px;
}
.contenu { /* pour la couleur du contenu */
background: #f6f6f6;
margin-left:10px;
margin-right:10px;
}
/* --------------------------------------
design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/ /* Corps du site
--------------------------------------*/
* {
margin:0;
padding:0;
font-size:auto;
}
body {
background:#D7D7D7 url(images/fondx.png) repeat-x;/*background-attachment: fixed ; */
font-size:12px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana,
'Bitstream Vera Sans', Times, serif;
color:#0E2A48;
margin:auto;
padding:0;
width:auto;
}
/* Conteneurs
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
margin:auto 5px;
margin-bottom:15px;
}
/* ##### Entéte de la page ###### */
div#header_container {
background: url(images/header.png) no-repeat;
height: 190px;/* hauteur des premier cadre */
}
/* ##### Entéte de la page ###### */
div#header{
height:95px;
padding-top:100px;
padding-left:20px;
}
div#header_admin {
height:50px;
}
/* ##### Conteneur en dessous de l'entéte ###### */
div#sub_header{
background: url(images/sub_header2.png) no-repeat center;/*agrandire*/
height:auto;
padding-top:50px;
text-align:center;
padding-right:10px;
position:absolute;
height:50px;
width:1000px;
margin-top: 72px;
position:absolute;
top:30px; /* ##### hateur des boutons sous l'entéte ###### */
}
div#sub_header_admin {
height:auto;
text-align:left;
padding-right:10px;
position:absolute;
height:34px;
width:846px;
margin-left:120px;
}
div#sub_header p a {
color:#000;
margin-right:20px;
font-size:13px;
font-family:"trebuchet ms";
}
/* Lien du subheader */
div#header .dynamic_menu h5.links {
border:none;
color:#888;
width:140px;
height:10px;
background:url(images/bouton.png) no-repeat;
padding:15px 0px;
font-size:11px;
margin-right:0px;
}
div#header .dynamic_menu h5.links:hover {
color:#888;
cursor:default;
background:url(images/bouton.png) no-repeat;
margin-top:-5px;
}
div#header .dynamic_menu h5 a {
color:#888;
text-decoration:none;
}
/* ##### Compteur de visites ###### */
div#compteur {
position:absolute;
left:1000px;
top:135px;
padding:10px;
padding-top:15x;
padding-left:50px;
background: url(images/comp.png) no-repeat;
width : 180px;
height: 60px;
color: #888;
}
/* ##### Menu de gauche ###### */
div#left_menu {
float:left;
width:200px;
margin:0;
margin-top:10px;
margin-right:10px !important;
margin-right:-1px;
padding:0;
}
/* ##### Menu droit ###### */
div#right_menu {
float:right;
width:190px;
margin:0;
margin-top:10px;
margin-left:-9px !important;
margin-left:0px;
}
/* ##### Contenu de la page ###### */
div#main {
width:auto;
min-width:450px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
padding:0;
padding-top:0px;
margin:0;
}
div#header .module_mini_top {
margin:auto;
background:url(images/bouton.png) no-repeat center;
font-weight:bold;
height:40px;
margin-top:-5px;
padding-left:10px;
padding-right:20px;
padding-top:10px;
margin-right:20px;
text-align:center;
width:auto;
}
div#header .module_mini_top :hover {
margin:auto;
background:url(images/bouton.png) no-repeat center;
font-weight:bold;
height:40px;
margin-top:-10px;
padding-left:10px;
padding-right:20px;
padding-top:10px;
margin-right:20px;
text-align:center;
width:auto;
}
div#header .module_mini_contents {
margin:auto;
background:none;
}
div#header .module_mini_bottom {
margin:auto;
background:none;
}
/* ##### Barre de lien rapide ###### */
div#links { /*width:96%;*/
text-indent:10px;
margin-bottom:20px;
}
/* ##### Emplacement au dessus de contenu de la page ###### */
div#top_contents {
margin-top:15px;
margin :0;
margin-left: 20px;
margin-bottom:15px;
background: none;
height:29px;
width:auto px;
}
/* ##### Emplacement en dessous de contenu de la page ###### */
div#bottom_contents {
padding-top:15px;
padding-bottom:15px;
float:left;
}
/* ##### Bloc au dessus du pied de page ###### */
div#top_footer {
clear:both;
padding:0.75em;
margin-top:50px;
border-spacing:1px;
height:auto;
}
/* ##### Pied de page ###### */
div#footer {
clear:both;
height:50px;
margin:auto;
margin-top:0px;
padding:0px;
padding-top:10px;
padding-bottom:15px;
text-align:center;
margin-left:10px;
background:url(images/footer.png) no-repeat center;
width :auto;
}
div#footer span {
color:#445766;
font-size:10px;
}
div#footer span a {
color:#445766;
font-size:10px;
}
/* ##### Liens rapides ###### */
div#links_vertical {
display:block !important;
display:none;
position:fixed;
background:url(images/vertical_menu_repeat.png) repeat-y;
top:45%;
margin-left:989px;
width:27px;
text-align:center;
padding-left:2px;
}
div#links_vertical_top {
width:29px;
background:url(images/vertical_menu_top.png) no-repeat;
text-align:center;
margin-left:-2px;
padding-top:8px;
}
div#links_vertical_central {
width:27px;
text-align:center;
margin-left:-2px;
padding:4px 0px;
}
div#links_vertical_bottom {
width:29px;
background:url(images/vertical_menu_bottom.png) no-repeat;
text-align:center;
height:32px;
margin-left:-2px;
}
.bglinks {
background:url(images/bgmenu_links.jpg) no-repeat bottom right;
margin:0px;
padding:0px;
list-style-type:none;
padding-bottom:7px;
margin-bottom:5px;
}
.block {
margin:10px auto;
padding:10px;
border-spacing:1px;
border:1px #cccccc solid;
background-color:#ffffff;
-moz-border-radius:12px;
-khtml-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
background:#F7F8F5 url(images/contentbg.png) repeat-x;
}
/* ##### Contenu central ###### */
div#main_content {
width:auto;
margin-right:0px;
margin-left:10px;
}
.main_content_borderl{
background:url(images/left_left.png) repeat-y left;
padding-left:8px;
padding-right:8px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
.main_content_borderr{
background:url(images/right_right.png) repeat-y right;
padding-left:0px;
padding-right:0px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
.main_top_l{
margin-right:22px !important;
width:22px;
height:41px;
background:url(images/top_l.png) no-repeat left;
float:left;
}
.main_top_r{
margin-left:0px !important;
margin-left:-3px;
width:21px;
height:41px;
background:url(images/top_r.png) no-repeat right;
float:right;
}
.main_top{
height:35px;
background: url(images/top_top.png) repeat-x;
padding-top:6px;
padding-left:6px;
margin-left:22px !important;
margin-left:0px;
margin-right:21px !important;
margin-right:0px;
}
.main_bottom_l{
width:22px;
height:25px;
background:url(images/bottom_l.png) no-repeat left;
float:left;
margin-top:-20px;
}
.main_bottom_r{
width:22px;
height:25px;
background:url(images/bottom_r.png) no-repeat right;
float:right;
margin-top:-20px;
margin-right:8px;
}
.main_bottom{
height:25px;
background: url(images/bottom_bottom.png) repeat-x bottom;
margin-right:5px;
margin-left:22px !important;
margin-left:0px;
margin-right:28px !important;
margin-right:0px;
margin-top:-20px;
}
.contenu { /* pour la couleur du contenu */
background: #f6f6f6;
margin-left:10px;
margin-right:10px;
}
Salut
Manu
Manu
djmanu68 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre djmanu68
- Inscrit le : 17/01/2010
- Site internet
merci quand même
Salut
Manu
Manu
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie