Jump to content

Welcome to Corect-Gaming Alatura-te Noua!
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!

Foto

[Tutorial] Moderatori in chenar pentru phpBB3



  • Por favor, inicie sesión para responder

Vezi subiectul anterior Vezi subiectul urmator In jos  Mesaj [Pagina 1 din 1]

#1
Fuera de línea
Aymon Băă
Sam Mar 02, 2013 6:51 pm


Aymon Băă

Admin
Salut,multi vor sa isi personalizeze moderatorii din footer

previzualizare

[Tutorial] Moderatori in chenar pentru phpBB3 Prev211


urmati urmatorii pasi:
pasul 1: eliminarea parantezelor
Cod:


#page-body #main-content em{
  visibility: hidden;
  font-size: 4px !important;
}

#page-body #main-content em b{
  visibility: visible !important;
  font-size: 12px !important;
}

#page-body #main-content em b{
position: relative !important;
right: 5px;

pasul 2: personalizarea moderatorilor,adaugare chenar

Cod:
#i_whosonline + p br + br + em a {
background-image: linear-gradient(bottom, rgb(235,235,235) 30%, rgb(255,255,255) 83%);
background-image: -o-linear-gradient(bottom, rgb(235,235,235) 30%, rgb(255,255,255) 83%);
background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 30%, rgb(255,255,255) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 30%, rgb(255,255,255) 83%);
background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 30%, rgb(255,255,255) 83%);

background-image: -webkit-gradient(
   linear,
   left bottom,
   left top,
   color-stop(0.3, rgb(235,235,235)),
   color-stop(0.83, rgb(255,255,255))
); 
  padding: 5px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;border: 1px solid white;box-shadow: 0px 0px 2px  black;

}
pasul 3: adaugare hover
Cod:


#i_whosonline + p br + br + em  a:hover {
background-image: linear-gradient(bottom, rgb(255,255,255) 14%, rgb(227,227,227) 79%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(227,227,227) 79%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(227,227,227) 79%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(227,227,227) 79%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(227,227,227) 79%);

background-image: -webkit-gradient(
   linear,
   left bottom,
   left top,
   color-stop(0.14, rgb(255,255,255)),
   color-stop(0.79, rgb(227,227,227))
);
  padding: 5px;
  border: 1px solid green;


  border-radius: 5px;border: 1px solid white;box-shadow: 0px 0px 3px  #0768C2;
}



Aceste coduri le adaugati in Pa/Afisare/Culori/Foaia de stil CSS

https://andrei-n18.forumgratuit.ro

#2
Fuera de línea
Aud*Culori
Sam Mar 02, 2013 7:00 pm


Aud*Culori

L-am folosit si eu pe forumul meu si il recomand tuturor sa isi modifice forumul.


Mesaj [Pagina 1 din 1]