~registry/flses/trunk

« back to all changes in this revision

Viewing changes to templates/css.html

  • Committer: Fabian Thoma
  • Date: 2009-06-06 14:43:01 UTC
  • Revision ID: fabian.thoma@yahoo.de-20090606144301-9tc29bom162eqdzw
+GNU GPL v3 Message
+development in Bank feature
+setrep function in FLHook class

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
{
47
47
        font-size: 13px;
48
48
}
49
 
 
 
49
 
 
50
owner.a
 
51
{
 
52
        color: #FF6600;
 
53
}
 
54
 
 
55
owner.a:hover
 
56
{
 
57
        color: #F7EF52;
 
58
}
 
59
.msg {
 
60
        font-family: Arial, Helvetica, sans-serif;
 
61
        font-size: 13px;
 
62
        color: #FF0000;
 
63
        background-color: #FFFFCC;
 
64
        padding: 4px;
 
65
        border: 1px dotted #FF9900;
 
66
        font-weight: bold;      
 
67
 
 
68
}
50
69
</style>