Ignore:
Timestamp:
08/18/14 14:22:07 (10 years ago)
Author:
Twan Goosen
Message:

Initial step towards integration of CLARIN style: adapted base page, menu & login, removed some overlapping vcr styling
Refs #594

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss

    r5558 r5559  
    1 * {
    2     margin: 0;
    3     /*    padding: 0; */       
    4 }
    5 
    6 html {
    7     overflow-y: scroll
    8 }
    9 
    10 html, body {
    11     font-family: Verdana, sans-serif;
    12     font-size: 12px;
    13     margin: 0 auto;
    14     padding: 0;
    15     line-height: 1;
    16     height: 100%;
    17     color: #000000;
    18     /*    background-color: #E9EEFA; */
    19     width: 990px;
    20     min-width: 990px;
    21     height: 100%;
    22 }
     1@import 'CLARIN';
    232
    243noscript {
     
    4625}
    4726
    48 #header {
    49     border-top: 2px solid #D4DEEF;
    50 }
    51 
    52 #header-logo {
    53     margin: 0;
    54     padding: 5px;
    55     height: 70px;
    56     color: #004071;
    57     background-color: #E9EEF7;
    58 }
    59 
    60 #header-logo #clarin-logo {
    61     background: transparent url('../images/clarin-logo.png') no-repeat;
    62     float: left;
    63     width: 298px;
    64     height: 70px;
    65 }
    66 
    67 #header-logo #ids-logo {
    68     background: transparent url('../images/ids-logo.png') no-repeat;
    69     float: right;
    70     width: 55px;
    71     height: 70px;
    72 }
    73 
    74 #header-logo h1 {
    75     margin: 0 55px 0 298px;
    76     padding: 0 32px 0 32px;
    77     height: 70px;
    78     line-height: 70px;
    79     font-size: 34px;
    80     font-weight: bold;
    81     font-variant: small-caps;
    82 }
    83 
    84 #navigation {
    85     margin: 0;
    86     padding: 0;
    87     height: 20px;
    88     clear: both;
    89     color: #000000;
    90     background-color: #D4DEEF;
    91     font-size: 12px;
    92     line-height: 12px;
    93     vertical-align: middle;
    94 }
    95 
    96 #menu {
    97     margin: 0 100px 0 0;
    98 }
    99 
    100 #menu ul {
    101     list-style-type: none;
    102     margin: 0;
    103     padding: 0;
    104 }
    105 
    106 #menu li {
    107     float: left;
    108     margin-left: 4px;
    109 }
    110 
    111 #menu a, #menu span.active {
    112     display: block;
    113     margin: 0;
    114     padding: 4px 8px;
    115     width: auto;
    116     height: 12px;
    117     text-align: center;
    118     text-decoration: none;
    119     font-weight: bold;
    120 }
    121 
    122 #menu ul li + #menu ul li {
    123     border-left: 1px solid black;
    124 }
    125 
    126 #menu a, #menu a:active, #menu a:visited {
    127     color: #000000;
    128     background-color: inherit;
    129 }
    130 
    131 #menu a:hover {
    132     color: #AE0000;
    133     background-color: #E9EEF7;
    134 }
    135 
    136 #menu span.active {
    137     font-style: italic;
    138 }
    139 
    140 #login {
    141     float: right;
    142     padding: 4px 4px 4px 4px;
    143     width: auto;
    144 }
    145 
    146 #container {
    147     min-height: 100%;
    148     height: auto !important;
    149     height: 100%;
    150     margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
    151     color: #000000;
    152     background-color: #FFFFFF;
    153     border-left: 2px solid #D4DEEF;
    154     border-right: 2px solid #D4DEEF;
    155 }
    156 
    157 #content {
    158     margin: 0;
    159     padding: 0;
    160 }
    161 
    162 #container .push {
    163     height: 20px;
    164     width: auto;
    165 }
    166 
    167 #footer {
    168     padding: 0 4px;
    169     margin: 0 auto;
    170     height: 18px;
    171     line-height: 18px;
    172     text-align: right;
    173     color: #004071;
    174     background-color: #D4DEEF;
    175     border-left: 2px solid #D4DEEF;
    176     border-right: 2px solid #D4DEEF;
    177     border-bottom: 2px solid #D4DEEF;
    178 }
    179 
    180 /* general */
    181 input, select, textarea {
    182     font-family: Verdana, sans-serif;
    183     font-size: 100%;
    184     border: 1px solid #000000;
    185 }
    186 
    18727/*
    18828 * wizard
     
    22161    margin: 0 0 0 0;
    22262}
    223 
    224 /*
    225 form.wizard fieldset legend {
    226   font-size: 150%;
    227   font-weight: normal;
    228   color: #000000;
    229   margin: 0 0 0 0;
    230   padding: 0 5px;
    231 }
    232 
    233 div.wizard label {
    234   font-size: 100%;
    235 }
    236 
    237 div.wizard label u {
    238   font-style: normal;
    239   text-decoration: underline;
    240 }
    241 
    242 div.wizard input, div.wizard select, div.wizard textarea {
    243   font-family: Tahoma, Arial, sans-serif;
    244   font-size: 100%;
    245   color: #000000;
    246 }
    247 
    248 div.wizard textarea {
    249   overflow: auto;
    250 }
    251 */
    25263
    25364form.wizard div,
     
    342153}
    343154
    344 /*
    345 div.optional label:after {
    346   content: ':';
    347 }
    348 
    349 div.required label:after {
    350   content: ':';
    351 }
    352 */
    353 
    354155form.wizard textarea {
    355156    font-family: Verdana, sans-serif;
     
    374175}
    375176
    376 /*
    377 form.wizard div label.labelCheckbox, form div label.labelRadio {
    378   float: none;
    379   display: block;
    380   width: 200px;
    381   zoom: 1;
    382   padding: 0;
    383   margin: 0 0 5px 142px;
    384   text-align: left;
    385 }
    386 
    387 form.wizard div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
    388   margin: 0 0 5px 0;
    389   width: 170px;
    390 }
    391 
    392 form.wizard div img {
    393   float: left;
    394   border: 1px solid #000000;
    395   margin: 0 0 5px 0;
    396 }
    397 
    398 p.error {
    399   background-color: #ff0000;
    400   background-image: url(/images/icon_error.gif);
    401   background-repeat: no-repeat;
    402   background-position: 3px 3px;
    403   color: #ffffff;
    404   padding: 3px 3px 5px 27px;
    405   border: 1px solid #000000;
    406   margin: auto 100px;
    407 }
    408 
    409 form.wizard div.error {
    410   background-color: #ffffe1;
    411   background-image: url(/images/required_bg.gif);
    412   background-repeat: no-repeat;
    413   background-position: top left;
    414   color: #666666;
    415   border: 1px solid #ff0000;
    416 }
    417 
    418 form.wizard div.error p.error {
    419   background-image: url(/images/icon_error.gif);
    420   background-position: top left;
    421   background-color: transparent;
    422   border-style: none;
    423   font-size: 88%;
    424   font-weight: bold;
    425   margin: 0 0 0 118px;
    426   width: 200px;
    427   color: #ff0000;
    428 }
    429 
    430 form.wizard div select, form div textarea {
    431   width: 200px;
    432   padding: 1px 3px;
    433   margin: 0 0 0 0;
    434 }
    435 
    436 form.wizard div input.inputText, form div input.inputPassword {
    437   width: 200px;
    438   padding: 1px 3px;
    439   margin: 0 0 0 0;
    440 }
    441 
    442 form.wizard div input.inputFile {
    443   width: 211px;
    444 }
    445 
    446 form.wizard div select.selectOne, form div select.selectMultiple {
    447   width: 211px;
    448   padding: 1px 3px;
    449 }
    450 
    451 form.wizard div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
    452   display: inline;
    453   height: auto;
    454   width: auto;
    455   background-color: transparent;
    456   border-width: 0;
    457   padding: 0;
    458   margin: 0 0 0 140px;
    459 }
    460 
    461 form.wizard div.submit {
    462   width: 214px;
    463   padding: 0 0 0 146px;
    464 }
    465 
    466 form.wizard div.submit div {
    467   display: inline;
    468   float: left;
    469   text-align: left;
    470   width: auto;
    471   padding: 0;
    472   margin: 0;
    473 }
    474 
    475 form.wizard div input.inputSubmit,
    476 form div input.inputButton, input.inputSubmit, input.inputButton {
    477   background-color: #cccccc;
    478   color: #000000;
    479   width: auto;
    480   padding: 0 6px;
    481   margin: 0;
    482 }
    483 
    484 form.wizard div.submit div input.inputSubmit,
    485 form div.submit div input.inputButton {
    486   float: right;
    487   margin: 0 0 0 5px;
    488 }
    489 
    490 form.wizard div small {
    491   display: block;
    492   margin: 0 0 5px 142px;
    493   padding: 1px 3px;
    494   font-size: 88%;
    495   zoom: 1;
    496 }
    497 */
    498 
    499177form.wizard .wizardButtons {
    500178    border-top: 1px solid #000000;
     
    509187}
    510188
    511 /*
    512 form.wizard .buttonbar input.button,
    513 div.modalDialog div.modalDialogButtons input.button
    514 */
    515189input.button {
    516190    padding: 1px 4px;
     
    537211}
    538212
    539 
    540213/*
    541214 * modal dialog
     
    626299}
    627300
    628 
     301/*
    629302table {
    630303    font-size: 100%;
     
    645318    border-top: 1px solid #000000;
    646319    border-bottom: 1px solid #000000;
    647 }
     320}*/
    648321
    649322table td.action {
     
    672345}
    673346
    674 a {
    675     color: #AE0000;
    676     background-color: inherit;
    677     text-decoration: none;
    678 }
    679 
    680 table tbody {
    681     border-bottom: 1px solid #000000;
    682 }
    683 
    684 table tr.even {
    685     color: inherit;
    686     background-color: #FFFFFF;
    687 }
    688 
    689 table tr.odd {
    690     color: inherit;
    691     background-color: #E9EEF7;
    692 }
    693 
     347/*
    694348table td.norecords-td {
    695349    text-align: center;
     
    705359    clear: none !important;
    706360}
     361*/
    707362
    708363table.creatorsTable,
Note: See TracChangeset for help on using the changeset viewer.