juill. 05
jeu, 07/05/2007 - 01:11 — pht3k
Catégories:
Voici mon code dans le fichier .css pour l'interface des balises <blockquote> et <code> pour ceux que ça intéressent:
blockquote {display: block; border-top: 1px dashed grey; border-bottom: 1px dashed grey; border-right: 1px dotted grey; width: 485px; margin: 2px; padding-left: 22px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; background: url(images/quote.gif) #fff left top repeat-y; min-height: 50px; quotes: "\201C" "\201D";}
blockquote:before {content: open-quote; font-weight: bold;}
blockquote:after {content: close-quote; font-weight: bold;}
code {display: block; background: url(images/code.gif) #fff left top repeat-y; min-height: 50px; border-top: 1px dashed grey; border-bottom: 1px dashed grey; border-right: 1px dotted grey; width: 485px; margin: 2px; padding-left: 22px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; font-size: 13px; font: $bodyfont;}
Poster un nouveau commentaire