site.php:
<div id="content">
<div id="moduleft">
<div id="moduleftup"><b>Bienvenue !</b></div>
ShuCMS est un Content Management System <i>(système de gestion de contenu)</i> développé en PHP et utilisant la bibliothèque jQuery User Interface pour son interface graphique.
<br />Vous pouvez le télécharger librement et de nombreux thèmes et modules sont disponibles !
</div>
<div id="moduright">
<div id="modurightup"><b>Les 5 derniers articles</b></div>
Toto<br />
Tata<br />
Tati<br />
Tutu<br />
Cucu
</div>
</div>
<div id="footer">
© ShuCMS - 2012 - Osmoz @ themadnes.com -
Toute redistribution non autorisée fera l'objet d'une action en justice. <a href="license.txt">Plus d'infos ...</a>
</div>
style.css:
- content {
background-color: #FAFAFA;
border: thin solid #A4A4A4;
border-bottom-width: 0;
}
- footer {
background-color: #FAFAFA;
border-radius: 0 0 6px 6px;
padding: 5px;
border: thin solid #A4A4A4;
border-bottom-width: 3px;
color: #2E2E2E;
margin: auto;
}
- moduleftup {
background: url(modulupbg.png);
border-radius: 6px 6px 0 0;
padding: 4px;
margin: -4px;
margin-bottom: 2px;
color: #ffffff;
font-size: 12px;
}
- moduleft {
width: 390px;
float: left;
border-radius: 6px; 6px 6px 6px;
padding: 4px;
border: thin solid #A4A4A4;
font-size: 12px;
margin: 15px;
}
- modurightup {
background: url(modulupbg.png);
border-radius: 6px 6px 0 0;
padding: 4px;
margin: -4px;
margin-bottom: 2px;
color: #ffffff;
font-size: 12px;
}
- moduright {
width: 420px;
float: right;
border-radius: 6px; 6px 6px 6px;
padding: 4px;
border: thin solid #A4A4A4;
font-size: 12px;
margin: 15px;
}