author | schepers |
Wed, 16 Jul 2008 23:28:08 +0900 | |
changeset 56 | 1922d42aa250 |
parent 55 | 37755b89f601 |
child 57 | 8a027c594d32 |
html/geek.css |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/geek.css Wed Jul 16 23:28:08 2008 +0900 @@ -0,0 +1,34 @@ +body +{ + background: white; +} + +span.must +{ + display: block; + background: lime; +} + +span.may +{ + display: block; + background: yellow; +} + +span.mustnot +{ + display: block; + background: #ff69b4; +} + +.method-name +{ + font-style: italic; +} + +.infonormative +{ + color: gray; + font-style: italic; +} +