Attachment 'PageCommentSF.css'
Download 1 /* PageComment css */
2
3 /* these first four styles govern the cell styles in classic table view and in article view,
4 in ordinary and preview mode
5 */
6
7 .commentclassic td, .commentclassicpreview td {
8 border-width: 0px; border-top-width: 1px;
9 vertical-align: top;
10 font-size: 9pt;
11 }
12
13 .commentclassicpreview td {
14 background-color: #ffeeee;
15 }
16
17 .commentarticle td, .commentarticlepreview td {
18 font-size: 9pt;
19 background-color: #eeeeee;
20 vertical-align: top;
21 }
22
23 .commentarticle td {
24 border-width: 0px;
25 }
26
27
28 .commentarticlepreview td {
29 border-width: 1px;
30 border-color: #ff7777;
31 }
32
33
34 td.commentblankline {
35 border-width: 0px;
36 height: 10px;
37 }
38
39 /* The remaining styles are modifiers placed on the basic cell style for
40 each of the types of fields. Note that several of these by default don't
41 change the basic cell type at all.
42 */
43
44 td.commenticon, td.commentauthor, td.commenttext {
45 }
46
47 td.commentcontinuation,.commentcontinuation td {
48 background-color: white;
49 margin-top: 0px;
50 padding-top: 0px;
51 border-width: 0px;
52 }
53
54 td.commentauthorverbose, td.commentdate {
55 text-align: right;
56 font-size: 8pt; color: #999999;
57 }
58
59 td.commentauthorverbose {
60 border-width: 0pt
61 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.