Jump to content

Recommended Posts

Posted

Salut am vazut pe unele forum-uri care avea cand dadei pe ele mouse schimbat si sclipeau anumite effecte pe unele forum-uri 

 

Imi puteti da si mie codul de mouse colorat si imi spuneti unde sa il pun ca am un forum ipb 3.4.5 il folosesc doar la teste.

  • Upvote 3
  • Downvote 1

Posted

Îmi poți spune unde pot pune din link-ul 1              sau 

astea?

  • HTML:
  • <div class="test">TEST</div>
  • CSS:
  • .test {
      background:gray;
      width:200px;
      height:200px;
      cursor:url('http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg');
    }

 

sau link 3??? mă ajuți te rog?

Posted

Sa-ti fie mai usor cauta in css_style linia

body {

Si adauga :

cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur),default;

Bafta !

  • Upvote 1

YouTube Channel : Click

Dacă post-urile mele îți sunt folositoare apasă butonul o6AT80U.png

Posted (edited)

Mersi merge dar cum imi schimb tema la AdminCP cand intru unde schimb din ftp? 

Edited by gadeas
AdminCP*, nu exista AdminGP
  • Upvote 1
  • Downvote 1
Posted (edited)


Mergem în /forum/admin/skin_cp/acp.css şi căutăm :

body.login_screen {
     background: -moz-linear-gradient(center top , #4A85B5 0%, #205889 100%) repeat scroll 0% 0% transparent;
     height: auto !important;
}


Modificăm şi obţinem :

body.login_screen {
    background: url("http://i.imgur.com/10GW1vp.jpg") repeat fixed 50% 0px / cover transparent;
    color: #BCBCBC;
    font: 11px tahoma,helvetica,arial,sans-serif;
    position: relative;
}


Acum căutăm :

#login {
    width: 450px;
    height: 220px;
    background: none repeat scroll 0% 0% #FFF;
    margin: 10% auto 0px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 10px;
}


Modificăm şi obţinem :

#login {
    width: 450px;
    height: 220px;
    background-color: rgba(25, 25, 25, 0.9);
    margin: 10% auto 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 10px;
}


Mai avem de făcut o modificare şi am terminat , căutăm :

#login_submit {
    background: none repeat scroll 0% 0% #E7EDF2;
    border-top: 1px solid #D0DCE6;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 4px 4px;
}


Modificăm şi obţinem :

#login_submit {
    background-color: rgba(25, 25, 25, 0.9);
    border-top: 1px solid rgba(25, 25, 25, 0.9);
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 4px 4px;
}

Sper ca te-am ajutat :)

Edited by Marlboro
  • Upvote 1

YouTube Channel : Click

Dacă post-urile mele îți sunt folositoare apasă butonul o6AT80U.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.