Annotation of pettastic/html/css/print.css, revision 1.1

1.1     ! nick        1: html {
        !             2:        margin: 0px;
        !             3:        padding: 0px;
        !             4: }
        !             5: 
        !             6: body {
        !             7:        margin: 0px;
        !             8:        padding: 0px;
        !             9:        background-color: white;
        !            10:        color: black;
        !            11:     font-family: "Lucida Sans Unicode", "Lucida Grande", lucida, verdana, arial, helvetica, sans-serif;
        !            12:     font-size: 9pt;
        !            13: }
        !            14: 
        !            15: a {
        !            16:     text-decoration: underline;
        !            17: }
        !            18: 
        !            19: #breadcrums {
        !            20:        margin-top: 30px;
        !            21:        margin-left: 0px;
        !            22:        margin-bottom: 30px;
        !            23:        padding-top: 5px;
        !            24:        padding-bottom: 5px;
        !            25:        padding-left: 140px;
        !            26:        background-color: white;
        !            27:        color: #404040;
        !            28:        border-top: 1px solid #e0e0e0;
        !            29:        border-bottom: 1px solid #e0e0e0;
        !            30:     clear: both;
        !            31: }
        !            32: 
        !            33: #footer {
        !            34:     margin-top: 30px;
        !            35:     margin-bottom: 10px;
        !            36:     padding-top: 5px;
        !            37:     padding-bottom: 5px;
        !            38:     background-color: white;
        !            39:     color: #404040;
        !            40:     border-top: 1px solid #e0e0e0;
        !            41:     border-bottom: 1px solid #e0e0e0;
        !            42:     font-size: 8pt;
        !            43:     width: 100%;
        !            44:     clear: both;
        !            45:     text-align: center;
        !            46: }
        !            47: 
        !            48: #breadcrums a {
        !            49:     color: #404040;
        !            50:     text-decoration: none;
        !            51: }
        !            52: 
        !            53: #menu {
        !            54:     display: none;
        !            55:     width: 0px;
        !            56:     height: 0px;
        !            57: }
        !            58: 
        !            59: #content {
        !            60:        background-color: white;
        !            61:        border: 1px solid #e0e0e0;
        !            62:        margin-left: 30px;
        !            63:        margin-right: 30px;
        !            64:     padding: 5px;
        !            65: }
        !            66: 
        !            67: h1 {
        !            68:        padding-left: 30px;
        !            69:     padding-right: 30px;
        !            70:     font-size: 180%;
        !            71:     color: black;
        !            72:     font-family: georgia, garamond, agaramond, times new roman, times, serif;
        !            73: }
        !            74: 
        !            75: p {
        !            76:        padding-left: 30px;
        !            77:     padding-right: 40px;
        !            78:     margin-top: 0px;
        !            79:     text-align: justify;
        !            80:     line-height: 130%;
        !            81: }
        !            82: 
        !            83: h2 {
        !            84:     padding-left: 30px;
        !            85:     padding-right: 30px;
        !            86:     margin-bottom: 0px;
        !            87:     font-size: 100%;
        !            88:     color: black;
        !            89: }
        !            90: 
        !            91: h1:first-child {
        !            92:     font-weight: bold;
        !            93: }
        !            94: 
        !            95: div#lastmodified {
        !            96:     clear: both;
        !            97:     font-size: x-small;
        !            98: }
        !            99: 
        !           100: .image {
        !           101:     float: left;
        !           102:     margin: 1px;
        !           103:     margin-top: 3px;
        !           104:     margin-bottom: 3px;
        !           105:     padding: 10px;
        !           106:     padding-bottom: 0px;
        !           107: }
        !           108: 
        !           109: .image p {
        !           110:     font-size: 80%;
        !           111:     margin: 1px;
        !           112:     padding: 0px;
        !           113:     text-align: center;
        !           114: }
        !           115: 
        !           116: .image img {
        !           117:     border: 2px solid #a0a0a0;
        !           118: }
        !           119: 
        !           120: .image h2 {
        !           121:     margin: 0px;
        !           122: }
        !           123: 
        !           124: ul {
        !           125:        list-style-type: circle;
        !           126: }
        !           127: 
        !           128: pre {
        !           129:        padding-left: 30px;
        !           130:     padding-right: 40px;
        !           131: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>