Annotation of embedaddon/strongswan/src/manager/templates/static/style.css, revision 1.1

1.1     ! misho       1: 
        !             2: body {
        !             3:     font-family: Verdana, Helvetica, sans-serif;
        !             4:     font-size: .9em;
        !             5:     color: #230100;
        !             6:     background-color: #f7f4d3;
        !             7:     margin: 0;
        !             8: }
        !             9: 
        !            10: .content {
        !            11:     text-align: center;
        !            12: }
        !            13: 
        !            14: .content > * {
        !            15:     background-color: #e5bf5e;
        !            16:     border: solid 2px;
        !            17:     padding: .2em 1em .2em 1em;
        !            18:     margin: 1em;
        !            19:     text-align: left;
        !            20: }
        !            21: 
        !            22: textarea, select, input {
        !            23:        background-color: #ffec9e;
        !            24:        border: 1px solid;
        !            25:        padding: 1px 3px 1px 3px;
        !            26: }
        !            27: 
        !            28: .menu {
        !            29:        text-align: right;
        !            30:     background-color: #e5bf5e;
        !            31:     padding: 3px;
        !            32:     border-bottom: solid 2px;
        !            33: }
        !            34: 
        !            35: a {
        !            36:        color: black;
        !            37:        text-decoration: none;
        !            38: }
        !            39: 
        !            40: h1 {
        !            41:        margin-top: 1em;
        !            42: 
        !            43: }
        !            44: 
        !            45: hr {
        !            46:        border: solid 1px;
        !            47: }
        !            48: 
        !            49: a img {
        !            50:        border: none;
        !            51: }
        !            52: 
        !            53: .expand {
        !            54: }
        !            55: 
        !            56: .expand h1 {
        !            57:     font-size: 1em;
        !            58:     cursor: pointer;
        !            59:     margin: 0;
        !            60:     float: left;
        !            61:     padding-top: 3px;
        !            62: }
        !            63: 
        !            64: .expand h1 span {
        !            65:        margin-left: 2em;
        !            66:        margin-right: 2em;
        !            67: }
        !            68: 
        !            69: .expander {
        !            70:        clear:left;
        !            71: }
        !            72: 
        !            73: .controls {
        !            74:        margin-top: 3px;
        !            75:        text-align: right;
        !            76: }
        !            77: 
        !            78: .center {
        !            79:        text-align: center;
        !            80: }
        !            81: 
        !            82: .left {
        !            83:        text-align: left;
        !            84: }
        !            85: 
        !            86: .right {
        !            87:        text-align: right;
        !            88: }
        !            89: 
        !            90: .highlight {
        !            91: }
        !            92: 
        !            93: .fleft {
        !            94:        margin-right: 2em;
        !            95:        float: left;
        !            96: }
        !            97: 
        !            98: .fright {
        !            99:        float: left;
        !           100: }
        !           101: 
        !           102: .cleft {
        !           103:        clear:left;
        !           104: }
        !           105: 
        !           106: .cright {
        !           107:        clear:right;
        !           108: }
        !           109: 
        !           110: .both {
        !           111:        clear:both;
        !           112: }
        !           113: 
        !           114: .drawing {
        !           115:     border-collapse:collapse
        !           116: }
        !           117: 
        !           118: .drawing .images {
        !           119:        height: 100px;
        !           120: }
        !           121: 
        !           122: .drawing .images td {
        !           123:     padding: 0px;
        !           124:     width: 100px;
        !           125: }
        !           126: 
        !           127: .drawing tr .left {
        !           128:        text-align: left;
        !           129: }
        !           130: .drawing tr .right {
        !           131:        text-align: right;
        !           132: }
        !           133: 

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