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

Spoiler

1vDBfGi.png

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)
15 hours ago, 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;
}

Acum iconitele nu mai au efect

Edited by Barlap
Posted
8 hours ago, 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

.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

Spoiler

https://i.imgur.com/AyNyZUb.png

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

Spoiler

https://i.imgur.com/o5IaKwc.png

 

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.