28172 sujets

CSS et mise en forme, CSS3

Bonjour,
je viens de trouver ce forum. J'ai crée un petit site il y a maintenant 1 an, je n'y connais pas grand chose mais j'ai voulu faire simple et au standard du web.
Le site est : MKV4Mac
J'ai fait le CSS moi-même mais je n'y connais pas grand chose. Je voulais faire un truc d'écriture clair sur fond foncé.

J'essaye de mettre le CSS hors de mon index.html mais quand je le fais, j'ai un souci concernant le menu comme on le voit sur les captures :
http://img301.imageshack.us/img301/4373/picture3my6.th.png
http://img59.imageshack.us/img59/5378/picture2kv2.th.png

J'ai fait une capture avec les balises pour colorer les différents éléments si ça peut aider :
http://img441.imageshack.us/img441/1581/picture1tl2.th.png

L'autre truc où j'aurais besoin d'aide, c'est savoir si il existe un style CSS spécialement pour les citations du terminale, genre comme une balise code :
Il y en a là

Voilà mon CSS :
<style type="text/css">
	* {margin:0;padding:0;}
	body {background-color:black;color:white;font-family:tahoma, arial, helvetica, sans-serif;}
	#cadre{width:1020px;margin:auto;margin-top:15px;background-color:#202326;height:100%;}	
	#menu {width:230px;float:left;padding:10px;}
	#corps {width:700px;padding:10px;color:white;float:left;}
	p {text-align:justify;margin:2px 10px;}
	h1 {margin:10px;color:white;}
	h2 {margin:7px;color:gray;}
	h3 {margin:5px;color:#2b93c9;}
	h5 {color:#2b93c9;}
	a {text-decoration:none;color:#2b93c9;}
	a img {border:none;}
	a:hover {text-decoration:underline;}
	a.haut {color:gray;}
	#menu ul a{text-decoration:none;color:white;}
	#menu ul a:hover {text-decoration:underline;color:white;background-color:orange;}
	li {margin-left:25px;}
	
	div.divfaq {visibility:hidden;height:0px;overflow:hidden;}
	div.divfaq img {width:600px;margin:6px 20px;}
	p img {margin:6px;}
	span.code {display:block;background-color:black;color:green;margin:3px 10px;}
	p.drap {text-align:center;margin:0;}
	p.drap img {margin:0;}
	</style>


Merci et n'hésitez pas à me suggérer des choses et à critiquer.
Modifié par crashray (18 May 2008 - 10:03)