Ignore:
Timestamp:
31 Mar 2013, 06:10:11 (11 years ago)
Author:
Henrik Bettermann
Message:

Change design and logo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ngrentheme/trunk/waeup/ngrentheme/skins/waeup_ngrentheme_styles/ploneCustom.css.dtml

    r10049 r10052  
    9595div.portletAssignments div.portletHeader {
    9696    padding: 0.4em 1em 0.4em 1em;
    97     background: #ddd;
     97    background: #EEEEEE;
    9898    line-height: normal;
    9999}
     
    116116  font-size: 1.25em;
    117117  font-weight: bold;
    118   color: #003d7d;
    119 }
    120 
    121 
    122 
    123 /* Change the ugly green of the sunburst theme */
     118  color: #006633;
     119}
     120
     121/* Change the ugly green of the sunburst theme */
    124122
    125123#portal-siteactions li a:hover {
    126     color: #008036
     124    color: #980000
    127125}
    128126#content a:hover,
    129127dl.portlet a:hover {
    130     color: #008036 !important; /* This one gets an !important because it should always activate in the content area, even when state coloring is active */
     128    color: #980000 !important; /* This one gets an !important because it should always activate in the content area, even when state coloring is active */
     129}
     130
     131#content a:visited, dl.portlet a:visited {
     132    color: #006633;
     133    border-bottom: None;
    131134}
    132135#edit-bar {
    133     background-color: #008036;
    134     border: 0.25em solid #008036;
     136    background-color: #C83333;
     137    border: 0.25em solid #C83333;
    135138    border-style: solid solid none solid;
    136139}
    137140
    138141#content-views {
    139     background-color: #008036;
     142    background-color: #C83333;
    140143}
    141144#contentActionMenus dl.actionMenu a,
    142145#contentActionMenus dl.actionMenu.activated dd {
    143     background-color: #008036;
     146    background-color: #C83333;
    144147}
    145148#contentActionMenus dl.actionMenu.activated dd {
    146     border-bottom: 0.5em solid #008036;
     149    border-bottom: None;
    147150}
    148151#contentActionMenus {
    149     background: #008036;
     152    background: #C83333;
    150153}
    151154div.overlay a:hover {
    152     color: #008036;
     155    color: #980000;
     156    border-bottom: None;
    153157}
    154158
     
    156160
    157161#portal-globalnav {
    158     background: #ddd;
     162    background: #EEEEEE;
    159163}
    160164
    161165#portal-globalnav li a {
    162     background: #ddd;
     166    background: #EEEEEE;
    163167}
    164168#portal-globalnav .selected a:hover {
    165     background: #ddd;
    166     color: #003d7d;
     169    background: #EEEEEE;
     170    color: #006633;
    167171}
    168172.LSHighlight {
    169     background: #ddd;
     173    background: #EEEEEE;
    170174}
    171175dl.portlet dt,
    172176div.portletAssignments div.portletHeader {
    173     background: #ddd;
     177    background: #EEEEEE;
    174178}
    175179div.managePortletsLink,
    176180a.managePortletsFallback {
    177     background: #ddd;
     181    background: #EEEEEE;
    178182}
    179183dl.portlet ul.navTreeLevel0 > .navTreeItem {
    180     border-bottom: 0.1em dotted #ddd;
     184    border-bottom: 0.1em dotted #EEEEEE;
    181185}
    182186dl.portlet ul.navTree .navTreeCurrentItem {
    183     background-color: #ddd;
    184     border-left: 1em solid #ddd;
     187    background-color: #EEEEEE;
     188    border-left: 1em solid #EEEEEE;
    185189}
    186190#category a.link-category {
    187     background: #ddd;
     191    background: #EEEEEE;
    188192}
    189193table.plain th,
    190194table.plain td {
    191     border: 1px solid #ddd;
     195    border: 1px solid #EEEEEE;
    192196}
    193197table.listing {
    194     border-left: 1px solid #ddd;
    195     border-bottom: 1px solid #ddd;
     198    border-left: 1px solid #EEEEEE;
     199    border-bottom: 1px solid #EEEEEE;
    196200}
    197201table.listing .top {
    198     border-left: 1px solid #ddd;
    199     border-top: 1px solid #ddd;
    200     border-right: 1px solid #ddd;
     202    border-left: 1px solid #EEEEEE;
     203    border-top: 1px solid #EEEEEE;
     204    border-right: 1px solid #EEEEEE;
    201205}
    202206table.listing th {
    203207    color: #666;
    204208    border: 0.1em solid #e7e7e7;
    205     background: #ddd;
     209    background: #EEEEEE;
    206210}
    207211table.listing td {
    208     border-right: 1px solid #ddd;
     212    border-right: 1px solid #EEEEEE;
    209213}
    210214table.listing td.draggable {
    211     background: #ddd !important;
     215    background: #EEEEEE !important;
    212216}
    213217#content ul.formTabs {
    214     background-color: #ddd;
    215     border: 0.3em solid #ddd;
     218    background-color: #EEEEEE;
     219    border: 0.3em solid #EEEEEE;
    216220}
    217221img.image-left,
    218222img.image-right,
    219223.captioned img {
    220     border: 1px solid #ddd;
     224    border: 1px solid #EEEEEE;
    221225}
    222226#portal-footer {
    223     background: #ddd;
     227    background: #EEEEEE;
    224228    line-height: 1em;
    225229    padding-top: 0.5em;
     
    227231}
    228232#portal-sitemap > li {
    229     border-bottom:0.1em dotted #ddd;
     233    border-bottom:0.1em dotted #EEEEEE;
    230234}
    231235#content-history .historyByLine {
    232     background: #ddd;
     236    background: #EEEEEE;
    233237}
    234238#content-history div.historyComment {
    235     border: 1px solid #ddd;
    236 }
     239    border: 1px solid #EEEEEE;
     240}
     241
     242#portal-personaltools {
     243    background: #EEEEEE;
     244}
     245
     246
     247#portal-languageselector{
     248    background: #EEEEEE;
     249}
     250
     251
     252dl.portalMessage a, #content dl.portalMessage a {
     253    border-bottom: None;
     254    color: #006633;
     255}
     256
    237257
    238258/* Change the dark blue of the sunburst theme */
    239259
    240260a:link, a:visited {
    241     color: #003d7d;
     261    color: #006633;
    242262}
    243263
    244264#portal-globalnav .selected a,
    245265#portal-globalnav a:hover {
    246     background: #003d7d;
     266    background: #006633;
    247267}
    248268
    249269#content a.link-overlay {
    250     border-bottom: 1px dotted #003d7d !important;
     270    border-bottom: None;
    251271}
    252272
    253273#content a:link,
    254274dl.portlet a:link {
    255     color: #003d7d;
     275    color: #006633;
     276    border-bottom: None;
     277}
     278
     279#content a:hover,
     280dl.portlet a:hover {
     281    border-bottom: None;
    256282}
    257283
    258284#category a.link-category:hover {
    259     background: #003d7d;
    260     border-color: #003d7d;
     285    background: #006633;
     286    border-color: #006633;
    261287}
    262288
    263289#portal-personaltools dd a:hover {
    264     background: #003d7d;
    265 }
    266 
    267 
    268 
    269 
     290    background: #006633;
     291}
     292
     293
     294/*
     295** CONTENT.CSS CUSTOMIZATION STYLES
     296*/
     297
     298
     299.mceContentBody a {
     300    background-color: transparent;
     301    border-bottom: None;
     302    color: #006633; !important;
     303}
    270304
    271305
Note: See TracChangeset for help on using the changeset viewer.