From 9399eb08466894ea335d8fa7d43ebf28759c1ab3 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 12 Feb 2013 21:30:06 -0800 Subject: moved around some pages. --- pages/services/technology/infosec/table-style.haml | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 pages/services/technology/infosec/table-style.haml (limited to 'pages/services/technology/infosec/table-style.haml') diff --git a/pages/services/technology/infosec/table-style.haml b/pages/services/technology/infosec/table-style.haml new file mode 100644 index 0000000..c9a3495 --- /dev/null +++ b/pages/services/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 + -- cgit v1.2.3