- use htmlarea for editing app description and notes
- special stylesheet for application description and notes - function to display summary of description with html stripping
This commit is contained in:
29
application.css
Normal file
29
application.css
Normal file
@@ -0,0 +1,29 @@
|
||||
/***********************************************************************/
|
||||
/* The following styles are used for application description and notes */
|
||||
/***********************************************************************/
|
||||
|
||||
BODY {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
||||
margin: 0px 10px 0px 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
thead { font-weight: bold }
|
||||
|
||||
.title { font-weight: bold; }
|
||||
|
||||
.subtitle { text-decoration: underline; font-style: italic; }
|
||||
|
||||
.code { font-family: fixed; font-size: 12px; }
|
||||
|
||||
table { border: 1px;
|
||||
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
||||
font-size: 12px; }
|
||||
|
||||
td.gold { background-color: #fff600; }
|
||||
td.silver { background-color: silver; }
|
||||
td.bronze { background-color: #fcba0a; }
|
||||
td.garbage { background-color: #5c4f2a; }
|
||||
|
||||
Reference in New Issue
Block a user