[BACK]Return to openbsd.css CVS log [TXT][DIR] Up to [local] / www

Annotation of www/openbsd.css, Revision 1.10

1.1       sthen       1: body {
1.5       tb          2:        margin: 15px auto;
1.1       sthen       3:        color: #111;
1.8       bentley     4:        background-color: #fff;
1.1       sthen       5:        padding: 0 10px;
                      6: }
                      7:
1.9       tb          8: code {
                      9:        white-space: nowrap;
                     10: }
                     11:
1.4       natano     12: @media (min-width: 800px) {
                     13:        body {
1.5       tb         14:                max-width: 85%;
1.4       natano     15:        }
1.1       sthen      16: }
1.6       tb         17:
                     18: tt {
                     19:        white-space: pre;
                     20: }
1.7       tj         21:
                     22: .cmdbox {
                     23:        background: #f5f5f5;
                     24:        border: 1px solid #aaa;
                     25:        overflow: auto;
                     26:        padding: 10px;
                     27: }
                     28:
1.8       bentley    29: #OpenBSD {
                     30:        color: #e00000;
                     31: }
                     32:
                     33: #OpenBSD :link i {
                     34:        color: #0000ff;
                     35: }
                     36:
                     37: #OpenBSD :link b {
                     38:        color: #000084;
                     39: }
                     40:
                     41: #OpenBSD small {
                     42:        font-weight: normal;
                     43:        float: right;
                     44: }
1.10    ! bentley    45:
        !            46:
        !            47: /* Project "sidebar" layout */
        !            48:
        !            49: #project-main {
        !            50:        height: 100%;
        !            51:        border-collapse: collapse;
        !            52:        position: absolute;
        !            53:        bottom: 0;
        !            54:        left: 0;
        !            55:        right: 0;
        !            56:        top: 0;
        !            57: }
        !            58:
        !            59: #project-main td {
        !            60:        padding: 4px;
        !            61: }
        !            62:
        !            63: #project-main tr td:first-child {
        !            64:        border-right: 11px solid;
        !            65: }
        !            66:
        !            67: #project-main tr td:first-child {
        !            68:        background-color: #6bbdd6;
        !            69:        border-color: #007b9c;
        !            70: }
        !            71:
        !            72: #project-main.not-openbsd tr td:first-child {
        !            73:        background-color: #99cced;
        !            74:        border-color: #0000cc;
        !            75: }
        !            76:
        !            77: #project-main tr td:first-child h1 {
        !            78:        margin: 0;
        !            79:        font-size: 15pt;
        !            80:        white-space: nowrap;
        !            81: }
        !            82:
        !            83: #project-main tr td:first-child ul {
        !            84:        margin-top: 0;
        !            85:        margin-bottom: 1em;
        !            86:        padding-left: 0;
        !            87: }
        !            88:
        !            89: #project-main tr td:first-child ul li {
        !            90:        list-style-type: none;
        !            91:        list-style-position: inside;
        !            92:        margin-left: 0.5em;
        !            93: }
        !            94:
        !            95: #project-main .header {
        !            96:        margin: 0;
        !            97:        text-align: center;
        !            98: }
        !            99:
        !           100: #callout {
        !           101:        text-align: center;
        !           102: }
        !           103:
        !           104: #callout {
        !           105:        color: #e00000;
        !           106:        font-weight: bold;
        !           107: }
        !           108:
        !           109: .not-openbsd #callout {
        !           110:        color: #0000a0;
        !           111:        font-weight: normal;
        !           112: }
        !           113:
        !           114: #project-main .align-top {
        !           115:        vertical-align: top;
        !           116: }
        !           117:
        !           118: #project-main .align-bottom {
        !           119:        vertical-align: bottom;
        !           120: }