Changeset 537 in t29-www for shared


Ignore:
Timestamp:
Apr 17, 2014, 4:47:26 PM (10 years ago)
Author:
heribert
Message:

Termin-Design geändert und Termine aktualisiert.
+ ein paar Kleinigkeiten

Location:
shared
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shared/css-v6/pagestyles/startseite.css

    r514 r537  
    1313
    1414#content div.startseiten-boxen,
    15 #content div.startseiten-boxen div {
     15#content div.startseiten-boxen div,
     16#content div.startseiten-boxen a.div {
    1617    padding: 1em;
    1718    margin: 0;
     
    1920}
    2021
    21 #content div h2 /* id zur Bedeutungssteigerung */ {
     22#content div h2, /* id zur Bedeutungssteigerung */
     23#content a.div span.h2 {
    2224    font-weight: bold;
    2325    font-size: 113%;
     
    3133    margin: 0;
    3234    padding-left: 1em;
     35}
     36
     37#content div.termine,
     38#content a.div.termine {
     39    display: block;
     40    background-color: #EDF0F2;
     41    border: 1px solid #B6B5B4;
     42}
     43
     44#content a.div.termine {
     45    margin-bottom: 1.5em !important;
     46    margin-left: auto;
     47    margin-right: auto;
     48    width: 338px;
     49}
     50
     51#content a.div.termine:hover {
     52        background-color: #dfeaf0;
     53        border-color: #a41c1c;
     54}
     55
     56#content a.div.termine.oben img.kalender {
     57        /* Icon oben */
     58        margin: 0;
     59        width: 85px;
     60}
     61
     62#content a.div.termine.oben span.h2 {
     63    display: block;
     64    margin-left: 119px;
     65    margin-top: 13px;
    3366}
    3467
     
    4275    width: 338px; height: 228px; /* Bildgrößen */
    4376    position: relative;
     77       
     78        /* Hoehengleich mit den Terminen sein */
     79        margin-top: 0;
    4480}
    4581
     
    64100}
    65101
    66 #termine h2 {
     102#content #termine h2 {
    67103        text-align: center;
    68         margin-bottom: 1.4em;
     104        font-size: 250%;
     105        font-weight: normal;
    69106}
    70107
  • shared/js-v6/modules/smoothscroll.js

    r277 r537  
    99t29.smoothscroll = {};
    1010t29.smoothscroll.setup = function() {
    11         $("nav.side a").smoothScroll();
     11        $("nav.side a, a.smooth-scroll").smoothScroll();
    1212       
    1313        if(location.hash) {
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License