Barlap Posted December 12, 2018 Report Posted December 12, 2018 (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 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 December 12, 2018 by Barlap
+COOLPIX Posted December 12, 2018 Report Posted December 12, 2018 Pai totul este in regula, nu inteleg care este problema.
Barlap Posted December 12, 2018 Author Report Posted December 12, 2018 www.icegame.ro/forum -> selectati tema Aro de jos
+COOLPIX Posted December 12, 2018 Report Posted December 12, 2018 Fa sa fie vizibila tema, nu o putem vedea.
Barlap Posted December 13, 2018 Author Report Posted December 13, 2018 Este vizibila, dar nu am facut-o default, se poate selecta din footer Spoiler
DeNyS. Posted December 13, 2018 Report Posted December 13, 2018 Pe tema actuală nu avem posibilitatea de a selecționa tema.
Barlap Posted December 13, 2018 Author Report Posted December 13, 2018 Gata, uitasem ca făcusem permisiuni sa o vadă doar administratorii
+COOLPIX Posted December 13, 2018 Report Posted December 13, 2018 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; }
Barlap Posted December 14, 2018 Author Report Posted December 14, 2018 (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 December 14, 2018 by Barlap
Barlap Posted December 14, 2018 Author Report Posted December 14, 2018 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
+COOLPIX Posted December 14, 2018 Report Posted December 14, 2018 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; }
Barlap Posted December 14, 2018 Author Report Posted December 14, 2018 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now