Difference between revisions of "HuC Function Style"
From Archaic Pixels
m (moved Function Table Style to HuC Function Style over redirect: revert) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<css> | <css> | ||
+ | .huc_function_style, | ||
h2 + table | h2 + table | ||
{ | { | ||
Line 9: | Line 10: | ||
} | } | ||
+ | .huc_function_style th, | ||
h2 + table th | h2 + table th | ||
{ | { | ||
font-family: Courier, monospace; | font-family: Courier, monospace; | ||
− | background-color: # | + | background-color: #e8e8e8; |
text-align: left; | text-align: left; | ||
} | } | ||
+ | .huc_function_style th b, | ||
h2 + table th b { float: right; } | h2 + table th b { float: right; } | ||
+ | .huc_function_style tr, | ||
h2 + table tr | h2 + table tr | ||
{ | { | ||
border-width:1px; | border-width:1px; | ||
border-style: solid; | border-style: solid; | ||
+ | } | ||
+ | |||
+ | .huc_function_style pre, | ||
+ | h2 + table pre | ||
+ | { | ||
+ | border-style: hidden; | ||
+ | background-color: inherit; | ||
} | } | ||
</css> | </css> |