diedVIPs
diedVIPs

html knowhow

autostyle - Seitengestaltung





autostyle - Seitengestaltung
Beispiele
.auto-style1 {font-family: Cambria;text-align: left;border: 0px solid #008080;}
.auto-style2 {font-family: "Sigmar One";color: #008080;border: 0px }
.auto-style7 {color: #FFFFFF;font-size: 1.1em;}
.auto-style8 {background-color: #008080;}
.auto-style18 {text-align: center;}
.auto-style19 {border: 1px solid #008000;text-align: center;font-size:1.3em;}
.auto-style21 {text-decoration: none;}
.auto-style23 {border-width: 0px;}
.auto-style43 {border-left: 1px solid #008080;font-size: 1.1em;}
.auto-style46 {font-size: 1.1em;}
.auto-style50 {border: 1px solid #008080;font-family: Cambria;font-size: 1.1em;}
.auto-style51 {border: 0 solid #008080;font-size: 1.1em;}
.auto-style52 {border-color: #008080;border-width: 0;border-collapse: collapse;}
.auto-style53 {border-style: solid;}
Wenn keine direkten CSS´s anglegt sind, wie z.B. .body oder .div, dann legt der Editor in der Regel eigenständig auto-style Befehle an.
 
.auto-style 1, 2, 3 und 4 - Beispiele im CSS
.auto-style1 {font-family: Cambria; font-size: 1.2em; font-weight: bold; text-align: left; border: 0px solid #008080;}
.auto-style2 {border-left: 1px solid #008080; border-right: 1px solid #008080; border-top: 1px solid #008080; border-bottom-color: #008080;
      font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; font-size: 1.1em; background-color: #D7FFF9;}
.auto-style3 {color: #FFFFFF; background-color: #008080;f ont-size: 1.5em;}
.auto-style4 {line-height: 140%; margin-top: 6px; margin-bottom: 6px; text-align: left; font-weight: normal;}
 
.auto-style 1, 2, 3 und 4 - Beispiele im BODY
Die <class> Befehle gehören immer zwischen <tr> ... </tr> oder <td> ... </td> bze <th ... </th>
<td class="auto-style2><strong><a name="Ränder">Autostyle</a></strong></td> 
<tr><td class="auto-style58">&nbsp;</td></tr>