Changeset 565 in t29-www for shared


Ignore:
Timestamp:
Jun 5, 2014, 2:48:12 PM (10 years ago)
Author:
sven
Message:

Diskutiertes Design der Neuigkeiten-Seite umgesetzt.

File:
1 edited

Legend:

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

    r261 r565  
    1313\**********************************************************************/
    1414
    15 ul.news-feed li {
     15ul.news-ng li {
    1616    margin-bottom: 1.2em;
    1717}
    1818
    19 #content ul.news-feed h3 { /* Id zur Bedeutungssteigerung */
     19#content ul.news-ng h3 { /* Id zur Bedeutungssteigerung */
    2020   margin: 0; padding: 0; border: none;
    2121   font-family: inherit;
     
    2424   font-style: italic;
    2525}
     26
     27/* Seit Juni 2014 neu: */
     28/**
     29 * "Standarisiertere" Darstellung der t29-News.
     30 * Nach http://lists.technikum29.de/pipermail/t29-archive/2014-May/000152.html
     31 * Bild: http://lists.technikum29.de/pipermail/t29-archive/attachments/20140510/04e638bc/attachment-0002.png
     32 *
     33 * Format:
     34
     35        <li class="news-box"><a href="/de/rechnertechnik/ibm1130.php#1130">
     36            <h3>Januar 2014</h3>
     37            <img src="/shared/photos/rechnertechnik/ibm-1130.jpg" alt="IBM 1130" width="225" height="194" />
     38            IBM 1130, eine neue Herausforderung.
     39        </a></li>
     40
     41 **/
     42/* Bislang erst in deutscher Sprache, daher Klasse .news-ng fuer Next Generation */
     43
     44ul.news-ng, ul.news-ng li {
     45        list-style: none;
     46        margin: 0; padding: 0;
     47}
     48
     49ul.news-ng li {
     50        width: 30%;
     51        float: left;
     52        margin-right: 3%;
     53        margin-bottom: 3%;
     54        padding: 1px;
     55}
     56
     57ul.news-ng li > a {
     58        display: block;
     59
     60        min-height: 20em;
     61
     62        font-size: 90%;
     63        text-align: left;
     64        padding: 2em;
     65}
     66
     67#content ul.news-ng a:link,
     68#content ul.news-ng a:visited { /* Id zur Bedeutungssteigerung */
     69        text-decoration: none;
     70        color: inherit;
     71        background-color: #DFEAF0;
     72}
     73
     74#content ul.news-ng a:hover,
     75#content ul.news-ng a:focus {
     76        background-color: #EDF0F2;
     77        box-shadow: 0 1px 4px #B2B6B7;
     78}
     79
     80ul.news-ng img {
     81        width: 100%; height: auto;
     82        margin: .5em 0;
     83}
     84
     85#content ul.news-ng h3 { /* Id zur Bedeutungssteigerung */
     86   margin: 0; padding: 0; border: none;
     87   font-family: inherit;
     88   font-weight: bold;
     89   font-size: 100%;
     90   font-style: italic;
     91   color: #474747;
     92}
     93
     94
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