Changeset 436 in t29-www


Ignore:
Timestamp:
Jun 24, 2013, 12:05:12 PM (11 years ago)
Author:
sven
Message:

Ein paar Detailaenderungen:

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • de/index.php

    r435 r436  
    3232            <h2>Wo&nbsp;?</h2>
    3333            <ul>
    34                 <li>Westlich von Frankfurt/Main (ca. 15 Minuten), <a class="go" href="impressum.php">siehe Impressum</a>.</li>
     34                <li>Westlich von Frankfurt/Main (ca. 15&nbsp;Minuten), <a class="go" href="impressum.php">siehe Impressum</a>.</li>
    3535            </ul>
    3636        </div>
     
    6363            <ul>
    6464                       
    65                 <li> Zur Zeit sind nur Gruppenanmeldungen (ab 8 Personen) möglich. Termine an beliebigen Tagen und Zeiten nach Absprache.
     65                <li> Zur Zeit sind nur Gruppenanmeldungen (ab 8&nbsp;Personen) möglich. Termine an beliebigen Tagen und Zeiten nach Absprache.
    6666                                <br>Einzelpersonen können jedoch gerne nachfragen, ob an den untenstehenden Gruppen-Terminen noch Plätze frei sind. <br>
    6767                                Der Eintritt beträgt eine Fl. Rotwein der unteren Preisklasse pro Person ("Rabatt" für Gruppen über 10 Pers.). Für Schüler und Studenten ist der Eintritt frei.<br>
     
    7878                        <a href="/shared/flyer/august2011.pdf"><img src="/shared/photos/start/flyer.jpg" width="120" height="210" alt="Photografie des Flyers" /></a>
    7979                        <h2>Flyer-Download</h2>
    80                         <p>Betrachten Sie unseren <a href="/shared/flyer/august2011.pdf">aktuellen Flyer</a> als PDF (2 MB)</p>
     80                        <p>Betrachten Sie unseren <a href="/shared/flyer/august2011.pdf">aktuellen Flyer</a> als PDF (2&nbsp;MB)</p>
    8181                </div>
    8282               
  • de/news.php

    r431 r436  
    3939// ende der menue-Eintraege
    4040
    41         if(!require("../lib/technikum29.php")) return;
     41        if(!require("../lib/news.php")) return; // keine verschachtelten Aufrufe
    4242?>
    4343    <h2>Was gibt es Neues?</h2>
  • lib/template.php

    r390 r436  
    252252  <link rel="copyright" href="<?php print $href($_('footer-legal-file')); ?>" title="<?php $p('footer-legal-link'); ?>">
    253253  <link rel="search" type="application/opensearchdescription+xml" href="<?php print $href($_('topnav-search-page')); print '?action=opensearch-desc&amp;lang='.$this->conf['lang']; ?>" title="<?php $p('opensearch-desc'); ?>">
     254  <link rel="alternate" type="application/rss+xml" href="/de/news.php?format=rss" title="Neuigkeiten vom technikum29-Museum" />
    254255  <?php
    255256        // print interlanguage links for all languages except the active one
  • shared/css-v6/modules/01-boilerplate.css

    r347 r436  
    284284  a[href]:after { content: " (" attr(href) ")"; }
    285285  abbr[title]:after { content: " (" attr(title) ")"; }
    286   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
     286  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, a[href^="/"] { content: ""; }  /* Don't show links for images, or javascript/internal links */
    287287  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    288288  thead { display: table-header-group; } /* h5bp.com/t */
  • shared/css-v6/modules/13-footer.css

    r295 r436  
    296296}
    297297footer.attached li.copy p { margin-left: 110px; }
     298
     299
     300/* Creative Commons icon with pure CSS, on dark background */
     301footer i.cc {
     302    border: 2px solid rgba(255, 255, 255, 0.5);
     303    border-radius: 100% 100% 100% 100%;
     304    display: inline-block;
     305    font-family: arial;
     306    font-weight: bold;
     307    letter-spacing: 0;
     308    line-height: 18px;
     309    padding: 2px;
     310    text-align: center;
     311    width: 18px;
     312}
     313
  • shared/css-v6/modules/30-print.css

    r272 r436  
    88    *                                                                *
    99    *                        P R I N T    C S S                      *
    10     *  ehemals in eigener print.css, jetzt aus perfomancegruenden    *
    11     *              (ladezeit) in commons.css intigriert              *
    1210     \**************************************************************/
     11     
     12   /**
     13    * Die print.css gibts schon seit v5. Erst 2013 wurde sie auf v6
     14    * portiert. Im HTML5 01-boilerplate werden bereits viele Print-Styles
     15    * gemacht, die hier ueberschrieben werden muessen.
     16    *
     17    **/
    1318
    14     body {
    15         margin: 1em; padding: 0;
     19    body, #content {
    1620        color: #000;
    1721        font: 100% "Times New Roman",Times,serif;
     
    2731    }
    2832   
    29     h1 {
     33    h1, h1 a {
    3034        margin: 0; padding: 6px 0;
     35        width: 100%;
    3136        text-align: center;
    3237   
     
    3439    }
    3540   
    36     h1 a, h1 a span {
    37         display: inline !important; /* falls screen/fresh versehentlich angewandtfalls screen/fresh versehentlich angewandt */
     41    h1 a {
     42        text-indent: 0;
    3843        color: #AAA !important;
    3944        text-decoration: none !important;
    4045    }
    4146   
    42     /*h1 span.old:after {
    43         * jetzt durch #h1-subtitle auch im IE moeglich *
    44         content: "Museum für Rechner-, Computer- und Kommunikationstechnik";
    45     }*/
    46    
    47     #h1-subtitle {
    48         display: block;
    49         font-size: 108%;
     47    h1 a:after {
     48        content: "Museum für Rechner-, Computer- und Kommunikationstechnik" !important;
     49        display: block;
     50       
     51        font-size: 40%;
    5052        border-bottom: 1px solid #AAA;
    5153        margin-bottom: 10px; margin-top: 0;
     
    6062    }
    6163   
    62     #sidebar, #footer, #sidebar-footnote {
     64    header.banner, section.sidebar, footer.in-sheet {
    6365        display: none;
    6466    }
    6567   
     68    #background-color-container, #content, section.sidebar {
     69       float: none; left: auto;
     70    }
     71   
     72    #content {
     73        padding: 0;
     74    }
     75   
    6676    #copyright {
    67         margin: 2em 0;
     77        margin: 1em 0;
    6878        font-size: 80%;
    6979        text-align: center;
  • shared/css-v6/modules/31-mobile.css

    r307 r436  
    1414@media all and (max-width: 1199px) {
    1515        body {
    16                 background: transparent;
     16                background: #F4F4F4; /* BG von footer.attached */
    1717        }
    1818
     
    2121                box-shadow: none;
    2222        }
     23       
     24        footer.in-sheet.empty-footer {
     25                height: 2px; /* Nur Linie anzeigen, keine weisse Flaeche */
     26        }
     27       
     28       
    2329       
    2430        footer.attached {
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