mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-06 13:11:08 +01:00
Smack 1.5.1 + SMACK-73. Branch generated to include TLS support in HEAD.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2716 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
ca9c6aea93
commit
171af4b325
276 changed files with 40441 additions and 0 deletions
36
CopyOftrunk/sample/web/css/general.css
Normal file
36
CopyOftrunk/sample/web/css/general.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue