Changeset 169 in t29-www for shared


Ignore:
Timestamp:
Aug 7, 2010, 5:46:28 AM (14 years ago)
Author:
sven
Message:
  • TESTING: Copyright-Hinweis-System mit jQuery, noch nicht offiziell (nur incubator).

-- sven @ workstation7

Location:
shared
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • shared/css/common.css

    r168 r169  
    562562}
    563563
     564/**********************************************************************\
     565| CENTRAL COMMON STYLES: Copyright boxes for pictures                  |
     566+----------------------------------------------------------------------+
     567| Diese CSS-Anweidungen formatieren dynamisch erzeugten HTML-Code      |
     568| durch das neue copyright-boxes-system (licensing.js)                 |
     569| Eingefuehrt August 2010.                                             |
     570\**********************************************************************/
     571
     572.image-copyright-box {
     573        position: absolute;
     574        background-color: #c8d6e9;
     575        width: 190px;
     576        padding: 20px;
     577        font-size: 77%;
     578        -moz-box-shadow: 0 0 16px 5px white;
     579        box-shadow: 0 0 16px 5px white;
     580        display: none; /* durch JS aktiviert */
     581}
     582
     583.image-copyright-box h4 {
     584        margin: 0; padding: 0;
     585        font-size: 130%; font-weight: bold;
     586}
     587
     588.image-copyright-box .arrow {
     589        position: absolute;
     590        top: 50%; left: -45px;
     591        width: 45px; height: 116px;
     592        margin-top: -58px;
     593        background: url(/shared/img/fresh.design/arrow.copyright-box.png);
     594}
    564595
    565596/**********************************************************************\
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