SCRIPTS CSS

!>Déclaration<!

utiliser un fichier : <LINK rel=stylesheet type="text/css" href="styles.css">
div.1 {}
popo#1 {}
?outline-color: red;
outline-style: dotted;


I.Font

font-family: caption|icon|menu|messagebox|smallcaption|statusbar;

II.Text style

font-style: oblique|italic|normal;
font-variant: normal|small-caps;
font-weight: 100|bold|bolder|lighter;
text-decoration: none|underline|overline|blink|line-through;
text-transform: capitalize|uppercase|lowercase|none;
font-color: transparent|red;
font-size: 5|small|medium|large|xx-large;

III.Text layout

letter-spacing: 2px;
line-height: 5px;
text-align: justify|center|left|right;
text-indent: 2px;
word-spacing: 4px;

IV.Background

background-attachment: fixed|scroll;
background-color: #400000;
background-image: url(pie.gif);
background-position: +- 100px 50px;
background-repeat: repeat|no-repeat|repeat-x|repeat-y;
margin-left|right|bottom|right: 10cm;

V.Border

border-top: +- 12px transparent|red none|solid|double|dotteddashed|groove|ridge|inset|outset;

VI.Margin

margin-top: +- 5px;

VII.Padding

padding-left: 5px;

VIII.Display

display: none|inline|block|list-item;

IX.Layout

position: relative|absolute|static|fixed;
left: 50px;
width|height: 100px;
max-width|height: 200px;
visibility: visible|hidden;
z-index: 4;
float: none|left|right;
clear: none|left|right|both;

X.Text shadow

text-shadow: none|inherit 1px 2px 3px #ff0000 buttonface|menu;

XI.Page break

orphan: 5|inherit;
widows: 3|inherit;
page-break-after: right|auto|always|avoid|left;
page-break-before: "
page-break-inside: "

XII.Interface

cursor: inherit|url(popo)|text|wait|help|crosshair|pointer|move|nw-resize;
outline-color: red;
outline-style: none|solid...;
outline-width: 5px;

XIII.Quotes

quotes: "51" "4";

XIV.Counters

counter-increment: inherit|pipi 1;
counter-reset: inherit|popo 50;