Support xnforo.ir gibi konu ve kaynak başlarını rainbow nasıl yaparım ?

Status
Not open for further replies.
Solution
CSS:
/**********************XnForo.ir**********************/
.structItem-title a:not(.labelLink) { background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(to right, #666699 0%, #ac0d57 100%);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;}
/**********************XnForo.ir**********************/

XenForo

Administrative
CSS:
/**********************XnForo.ir**********************/
.structItem-title a:not(.labelLink) { background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(to right, #666699 0%, #ac0d57 100%);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;}
/**********************XnForo.ir**********************/
 
Solution

pocox3

Registered
CSS:
/**********************XnForo.ir**********************/
.structItem-title a:not(.labelLink) { background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(to right, #666699 0%, #ac0d57 100%);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;}
/**********************XnForo.ir**********************/
Thanky you
 
Status
Not open for further replies.
Back
Top Bottom