Ignore:
Timestamp:
05/07/14 12:17:49 (10 years ago)
Author:
Twan Goosen
Message:

split off the actual header style and other top stuff (minimising the difference between clarin-d and default themes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-web-app/src/main/resources/eu/clarin/cmdi/vlo/wicket/pages/vlo-header.css

    r5137 r5142  
    5555    width: 50px;
    5656}
    57 
    58 /* Navigation bar */
    59 
    60 #topnavigation {
    61     margin: 8px 15px 2px 15px;
    62     padding: 0px 4px 0px 8px;
    63     /*min-height: 1.5em;*/
    64 }
    65 
    66 #topnavigation #breadcrumbs {
    67     float: left;
    68     clear: left;
    69     width: 75%;
    70     padding-bottom: .5em;
    71 }
    72 
    73 #topnavigation #topnavigationlinks {
    74     float: right;
    75     clear: right;
    76     text-align: right;
    77     width: 20%;
    78     padding-bottom: .5em;
    79 }
    80 
    81 span.breadcrumbfacet {
    82     padding: 4px;
    83 }
    84 
    85 a.breadcrumbunselect, a.breadcrumbunselect:hover {
    86     text-decoration: none;
    87 }
    88 
    89 a.breadcrumbunselect {
    90     display: inline-block;
    91     width: 16px;
    92     height: 20px;
    93     background-image: url('x-mark-128.png');
    94     background-repeat: no-repeat;
    95     background-size: 12px;
    96     background-position: 2px 3px;
    97     vertical-align: middle;
    98 }
    99 
    100 a.breadcrumbunselect span {
    101     display: none;
    102 }
    103 
    104 form#permalink {
    105     display: inline;
    106 }
    107 
    108 form#permalink input {
    109     /* permalink submit button should look like link to fit in with other links */
    110     display: inline;
    111     border: none;
    112     background: none;
    113     text-decoration: underline;
    114     color: #00f;
    115     font-family: inherit;
    116     font-size: inherit;
    117     padding: 0;
    118     cursor: pointer;
    119 }
    120 
    121 form#permalink input:hover {
    122     color: #000;
    123 }
    124 
    125 #permalinkfield
    126 {
    127     float: right;
    128     position: relative;
    129     top: 1em;
    130     width: 30em;
    131     margin-bottom: 1em;
    132     text-align: right;
    133 }
    134 
    135 /* Feedback panel */
    136 
    137 div#feedback ul {
    138     margin-right: 2em;
    139     list-style-type: none;
    140 }
    141 
    142 div#feedback li {
    143     list-style-type: none;
    144     padding: .2em;
    145 }
    146 
    147 div#feedback li.feedbackPanelERROR {
    148     border: 3px solid red;
    149     color: red;
    150     font-weight: bold;
    151 }
Note: See TracChangeset for help on using the changeset viewer.