Jump to content

Recommended Posts

Posted (edited)

Salut PCT.

Am si eu o problema la o tema pe care am editat-o.

Am sa va las mai jos un screenshot si am sa va enumar 3 aspecte care de asemenea sunt marcate in poza

  Reveal hidden contents

1. Schimbarea culorii acelei iconite, am reusit s-o fac albastra cand pui mouse-ul pe ea, dar cand iau mouse ul se face inapoi rosie

2. Unele iconite apar asa in loc sa apara acel efect cu animatia aceea

3.Textul din sidebar are un mic shadow rosu si n-am reusit sa gasesc de unde sa-l modific.

Multumesc anticipat

Edited by Barlap

Posted

Pentru prima si a doua problema:

Cauta in ipb_style.css codul acesta:

.notnew .col_c_icon i {
    font-size: 19px;
    background: #0052cc;
    background-image: url(http://i.imgur.com/R6S46V4.png);
    background-position-x: left;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #333;
    color: #555;
    transition: all 0.7s ease-in-out;
}

dupa ce lai gasit il stergi de tot, si adaugi codul de mai jos.

 

.unread .col_c_icon i {
    font-size: 19px;
    background: #0052cc;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #333;
    color: #2f2c2c;
    transition: all 0.7s ease-in-out;
}

.notnew .col_c_icon i {
    font-size: 19px;
    background: #0052cc;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #333;
    color: #555;
    transition: all 0.7s ease-in-out;
}

Pentru problema trei:

.bar, .ipsSideBlock h3 {
    border-bottom: 1px solid #191919;
    text-shadow: rgba(149, 30, 44, 0) 0px -1px 0px;
    background: #1a1a1a url(https://i.imgur.com/xmCH4k6.png) repeat 18%;
    padding: 8px;
    transition: all .5s ease-in-out;
}

 

Posted (edited)
  On 12/13/2018 at 6:41 PM, HTML/CSS said:
.unread .col_c_icon i {
    font-size: 19px;
    background: #0052cc;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #333;
    color: #2f2c2c;
    transition: all 0.7s ease-in-out;
}

.notnew .col_c_icon i {
    font-size: 19px;
    background: #0052cc;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #333;
    color: #555;
    transition: all 0.7s ease-in-out;
}
Expand  

Acum iconitele nu mai au efect

Edited by Barlap
Posted
  On 12/14/2018 at 10:55 AM, Barlap said:

Am adaptat codul care era deja in tema ca sa mearga si cu efect dar nu stiu cum se numeste clasa de la itemul de redirectare, ca la .unread

Expand  
.redirect_forum .col_c_icon i {
    font-size: 19px;
    background: #0052cc;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #333;
    color: #2f2c2c;
    transition: all 0.7s ease-in-out;
}

 

Posted

Multumesc domnul HTML\CSS

In final mai am doar 2 dileme

1.La link uri redirect apare de 2 ori numele acestuia

  Reveal hidden contents

2. Cum sa scot acel spatiu de sub banner ul principal

  Reveal hidden contents

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.