Utilisateur:Raymond SÉNÈQUE/vector.css : Différence entre versions

De WikiGenWeb
Aller à : navigation, rechercher
m
m
Ligne 1 : Ligne 1 :
div.prebox {
+
div.box {
width:99%;
+
  width:99%;
border:1px dashed #2f6fab;
+
  border:1px dashed #2f6fab;
padding-left:10px;
+
  padding-left:10px;
padding-right:10px;
+
  padding-right:10px;
margin:0 auto;
+
  margin:0 auto;
font-family:courier new;
+
  font-family:courier new;
font-size: 1em;
+
  font-size: 1em;
text-decoration: none;
+
  text-decoration: none;
text-align:justify;
+
  text-align:justify;
background-color: #f9f9f9;
+
  background-color: #f9f9f9;
 
}
 
}
  

Version du 14 mars 2011 à 17:10

div.box {
   width:99%;
   border:1px dashed #2f6fab;
   padding-left:10px;
   padding-right:10px;
   margin:0 auto;
   font-family:courier new;
   font-size: 1em;
   text-decoration: none;
   text-align:justify;
   background-color: #f9f9f9;
}

code {
font-family:courier new;
font-size: 1em;
}