diff options
author | elijah <elijah@riseup.net> | 2013-02-06 03:29:56 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-06 03:29:56 -0800 |
commit | 63bdd0db011bbc7e793b7d5314a794a5b2e11d6f (patch) | |
tree | 7cb425680c580e49d1d5262e90475cf73b0dd73a /docs/technology/infosec/table-style.haml | |
parent | 2c1f9ab6100947cb60af73aa3ef28f46d461e7ce (diff) |
initial draft of platform documentation
Diffstat (limited to 'docs/technology/infosec/table-style.haml')
-rw-r--r-- | docs/technology/infosec/table-style.haml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/technology/infosec/table-style.haml b/docs/technology/infosec/table-style.haml new file mode 100644 index 0000000..c9a3495 --- /dev/null +++ b/docs/technology/infosec/table-style.haml @@ -0,0 +1,59 @@ +%style + :sass + table.properties + td + vertical-align: top + padding-bottom: 0.75em + th + vertical-align: top + padding-right: 1em + text-align: right + font-weight: normal + font-style: italic + + table.infosec + width: 100% + border-collapse: collapse + tbody + border-top: 1px solid black + border-bottom: 1px solid black + th span.normal + font-weight: normal + th.first, th.second, th.cell + width: 14.285714286% + th.spacer, td.spacer + width: 1px !important + padding: 0 !important + background: black + // border: 1px dotted black + //border: 0 !important + //th.second + // width: 0% + //th.cell + // width: 20% + td.cell + border-top: 1px solid black + border-bottom: 1px solid black + //border-right: 1px dotted rgba(0,0,0,.1) + border-left: 1px dotted rgba(0,0,0,.1) + text-align: center + padding: 4px + &.none + //background-color: #ccc + background: #888 + &.low, &.lower, &.worse + //background-color: #FFCCCC + background: #aaa + &.medium, &.higher + //background-color: #FFFFCC + background: #ccc + &.high, &.better + //background-color: #CCFFCC + background: #e6e6e6 + &.better, &.worse + font-weight: bold + tr.footer td + border-left: 1px dotted rgba(0,0,0,.1) + text-align: center + font-size: 0.8em + |