Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to add CSS code for all posts

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45524
    dani555
    Participant

    Hello everyone
    My site : http://www.retete-super.ro
    How should I change style.css paste the following code
    I want to add CSS code for all posts
    Have to change the name. Zit want to change all post but do not know how to add the code.

    . zit
    {
    position: relative;
    width: 100px;
    height: 80px;
    left: 0px;
    top: 0px;

    / * Apply the CSS3 Transition to width, height, top and left properties * /
    transition: 0.3s ease width, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -webkit-transition: 0.3s ease width, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -o-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -moz-transition: 0.3s ease width, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    }

    . zit: hover
    {
    width: 150px;
    height: 120px;
    left: 0px;
    top:-30px;
    z-index: 9999;
    }

    .’s Zoom
    {
    clear: both;
    }
    . Zooming are
    {
    width: 102px;
    height: 82px;
    margin: 4px;
    float: left;
    overflow: visible;
    display: block;
    }

    thank you

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.