WebStack

docs/styles.css

732:7f1f02b485f8
2007-11-12 paulb [project @ 2007-11-12 00:50:03 by paulb] Introduced base classes for common authentication activities. Made cookie usage "safe" for usernames containing ":" characters. Added support for OpenID signatures.
     1 /* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */     2      3   body { background-color: white;     4     }     5      6   h1 { color: navy;     7     font-family: sans-serif;     8     font-size: 2.0em;     9     }    10     11   h2 { color: navy;    12     font-family: sans-serif;    13     font-size: 1.8em;    14     }    15     16   h3 { color: navy;    17     font-family: sans-serif;    18     font-size: 1.6em;    19     }    20     21   h4 { color: navy;    22     font-family: sans-serif;    23     font-size: 1.4em;    24     }    25     26   ul { list-style-type: disc;    27     }    28     29   pre { border: 1pt solid black;    30     padding: 0.5em;    31     background-color: silver;    32     color: black;    33     }    34     35   .WebStack { border: 1pt solid black;    36     background-color: rgb(224, 224, 224);    37     padding-left: 0.5em;    38     padding-right: 0.5em;    39     }    40     41   .explanation { border-style: dotted;    42     border-width: 1px;    43     padding: 0.25em;    44     display: block;    45     position: relative;    46     background-color: rgb(255, 255, 153);    47     font-weight: normal;    48     top: 0.5em;    49     left: -1em;    50     }    51     52   .layers { width: 60%;    53     text-align: center;    54     }    55     56   .method { border-style: dotted;    57     border-width: 1px;    58     padding: 0.25em;    59     font-weight: normal;    60     display: block;    61     position: relative;    62     background-color: rgb(238, 238, 238);    63     left: 1em;    64     top: 1em;    65     }    66