Attachment 'AttachTable.css'

Download

   1 /* AttachFile Table */
   2 .attachmentTable {
   3 
   4 }
   5 
   6 .attachmentTable table {
   7     border: 2px solid rgb(100,135,220);  /* Light blue */
   8      border-collapse: collapse;
   9       width: 80%;
  10        margin-left: 20px;
  11 }
  12 
  13 .attachmentTable td {
  14     border: 1px solid lightblue;
  15      padding: 4px
  16 }
  17 
  18 .attachmentTable th {
  19     border: 1px solid lightblue;
  20      background-color: rgb(100,135,220); /* rgb(100,135,220) */
  21       font-weight: bold;
  22        padding: 4px
  23 }
  24 
  25 .attachmentTable tr {
  26     background-color: rgb(240,240,240)
  27 }
  28 
  29 .attachmentTable tr.altrow {
  30     background-color: rgb(127,127,255);
  31 }
  32 
  33 .attachmentTable tr:hover {
  34     background-color: rgb(140,170,230);
  35      color: white
  36 }

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.
  • [get | view] (2006-09-21 16:44:10, 0.7 KB) [[attachment:AttachTable.css]]
  • [get | view] (2010-05-01 04:32:20, 11.3 KB) [[attachment:AttachTable.py]]
  • [get | view] (2006-09-21 16:42:19, 51.8 KB) [[attachment:example.png]]
  • [get | view] (2006-09-21 16:43:45, 0.2 KB) [[attachment:table-close.png]]
  • [get | view] (2006-09-21 16:43:23, 0.1 KB) [[attachment:table-null.png]]
  • [get | view] (2006-09-21 16:43:34, 0.2 KB) [[attachment:table-open.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.