mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
f6935ccb5e
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2227 b35dd754-fafc-0310-a699-88a17e54d16e
36 lines
No EOL
602 B
CSS
36 lines
No EOL
602 B
CSS
BODY
|
|
{
|
|
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
FONT-SIZE: 10px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-bottom: 0px;
|
|
margin-top: 0px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.text {
|
|
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
FONT-SIZE: 10px;
|
|
}
|
|
input,textarea,select
|
|
{
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
#black {
|
|
color: #000000;
|
|
font-weight: BOLD;
|
|
}
|
|
#white {
|
|
color: FFFFFF;
|
|
font-weight: BOLD;
|
|
}
|
|
#bigWhite {
|
|
color: FFFFFF;
|
|
font-weight: BOLD;
|
|
font-size: 14px;
|
|
}
|
|
#bigBlack {
|
|
font-weight: BOLD;
|
|
font-size: 18px;
|
|
} |