fbfa3a7f29
git-svn-id: https://svn.neo-layout.org@630 b9310e46-f624-0410-8ea1-cfbb3a30dc96
30 lines
845 B
CSS
30 lines
845 B
CSS
body {
|
|
margin-left:50px; margin-right:50px; margin-top:100px; margin-bottom:100px;
|
|
background-image:url(./hintergrund.png);
|
|
}
|
|
|
|
#linkbutton
|
|
{
|
|
line-height:2em;
|
|
text-align:left; color:#000;
|
|
}
|
|
|
|
#linkbutton a
|
|
{
|
|
border-width:1px; border-style:solid;
|
|
border-color:#FFF;
|
|
padding-top:.25em; padding-bottom:.25em;
|
|
background-image:url(./hintergrund_button.png);
|
|
padding-left:1em; padding-right:1em;
|
|
}
|
|
|
|
#linkbutton a:link { color:#000; text-decoration:none; }
|
|
#linkbutton a:visited { color:#a14a4a; text-decoration:none; }
|
|
#linkbutton a:focus { color:#223; text-decoration:underline; }
|
|
#linkbutton a:active { color:#8b2121; text-decoration:none; }
|
|
#linkbutton a:hover { color:#000; text-decoration:none;
|
|
background-image:url(./hintergrund_button_hover.png);
|
|
background-position:top left;
|
|
}
|
|
|
|
|