mu21.css - mu21.de pre-web 2.0-Standard…

Code Archive - mu21.css

…das Cascading Style Sheet - oder: Codeschnipsel 4 des mu21.de pre-web 2.0-Standards:

CSS, Cascading Style Sheets: Ein erschöpfendes Thema (egal, von welcher Seite es aufgefasst wird)… Die Fortschritte bei der Entwicklung (falls es um Nuancen im Style geht) kaum sichtbar, die Arbeit aber unerschöpflich! Ein unglaubliches Nachschlagewerk zum Thema findet ihr bei edition-w3c.de.


A:link,A:visited,A:active {
font-size : 16px;
font-family : nimbus sans l;
color : rgb(51, 51, 51);
text-decoration : none;
}


A:hover {
font-size : 16px;
font-family : nimbus sans l;
color : rgb(51, 51, 51);
text-decoration : none;
}


A.backlink:link,A.backlink:visited,A.backlink:active {
font-size : 16px;
font-family : nimbus sans l;
color : rgb(51, 51, 51);
text-decoration : none;
}


A.backlink:hover {
font-size : 16px;
font-family : nimbus sans l;
color : rgb(51, 51, 51);
text-decoration : none;
}


A.index:link,A.index:visited,A.index:active {
font-size : 16px;
font-family : nimbus sans l;
color : rgb(51, 51, 51);
text-decoration : none;
}


A.index:hover {
font-size : 16px;
font-family : nimbus sans l;
color : rgb(51, 51, 51);
text-decoration : none;
}


div.titel {
font-weight: bold;
font-size : 36px;
font-family : Arial,Helvetica,verdana;
color : #444444;
text-decoration : none;
}


span.subtitel2 {
font-size : 12px;
font-family : Arial,Helvetica,verdana;
color : #444444;
text-decoration : none;
}


body {
margin-top : 0px;
margin-bottom : 0px;
margin-left : 0px;
margin-right : 0px;
}


.page {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
}

Print

One Comment to 'mu21.css - mu21.de pre-web 2.0-Standard…'

Subscribe to comments with RSS or TrackBack to 'mu21.css - mu21.de pre-web 2.0-Standard…'.

:: Trackbacks/Pingbacks ::

  1. Pingback by mu21.de [nt & lifestyle] » Code Archive - on June 6th, 2007 at 2:09 pm

Leave a Reply