Back To Top
  • Hey Guest,
    If you are interested in ghosting, the Ghosting Awards from February 2025 all the way up to June 2025 have just been announced:

    Statement regarding the delays

    Ghosting Awards for February 2025

    Ghosting Awards for March 2025

    Ghosting Awards for April 2025

    Ghosting Awards for May 2025

    Ghosting Awards for June 2025
    Dismiss Notice
  • FRHD Texture: Lucid (Skin Editions Available)

    Discussion in 'Anything and everything Free Rider' started by genericusername, Jan 20, 2016.

    1. genericusername

      genericusername Forum Legend Official Author

      use fl studio. lol jk, just some CSS
       
    2. IsaiahRed

      IsaiahRed Forum Legend Official Author

      ok thanks for the tip.:thumbsup:
       
    3. Parasite

      Parasite Well-Known Member Official Author

      I actually really like how the dark one looks with the original. I say just work on the textures themselves like how coins look or points or the buttons and get the invisible date and plays working
       
      genericusername and IsaiahRed like this.
    4. IsaiahRed

      IsaiahRed Forum Legend Official Author

      When i get home i'm going to make my own Skin pack.:thumbsup:
       
    5. genericusername

      genericusername Forum Legend Official Author

      PM when ur done
       
      ei8ht likes this.
    6. ItzJusMe

      ItzJusMe Active Member Official Author

      I say a dark greenish color. Just my opinion
       
    7. TiMartin1069

      TiMartin1069 Active Member Official Author

      Here's one that I've done so far:
      Code:
      .trackTile {
        border: none;
        margin: 5px;
        min-height: 210px;
        margin-bottom: 15px;
      }
      .trackTile .top {
        box-shadow: 0px 4px 4px #333;
        transition: box-shadow 0.3s, ease-in-out;
        border: none;
      }
       
      .trackTile .top:hover {
        box-shadow: 0px 8px 8px #333;
        transform: scale(1.01);
        border: none;
      }
      
      .trackTile .top:hover .thumb {
        border: none;
      }
       
      .trackTile .bottom {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: right;
        box-shadow: 0px 2px 2px #333;
        height: 30px;
        overflow: hidden;
        transition: height 0.3s, ease-in-out;
      }
       
      .left-navigation {
        box-shadow: 8px 0px 8px #333;
      }
       
      .header {
        box-shadow: 0px 12px 12px #333
      }
       
      .ad {
        display: none;
      }
       
      .trackTile .top .ratingBar {
        width: 0;
        transition: width 0.3s, ease-in-out;
      }
       
      .trackTile .top:hover > .ratingBar {
        width: 100%;
      }
       
      .trackTile .top:hover ~ .bottom  {
        height: 72px;
      }
       
      .icon {
        box-shadow: 0px 2px 2px #333;
      }
       
      Parasite likes this.
    8. darksmoke11

      darksmoke11 Well-Known Member Official Author

      Awarded Medals
      this is awesome
       
      RiderExtreme2 likes this.
    9. TiMartin1069

      TiMartin1069 Active Member Official Author

      If that is to me, thank you.
       
    10. darksmoke11

      darksmoke11 Well-Known Member Official Author

      Awarded Medals
      I like yours but the blurry **** at the top is annoying
       
    11. TiMartin1069

      TiMartin1069 Active Member Official Author

      you can change that replace
      Code:
      .header {
        box-shadow: 0px 12px 12px #333
      }
      with
      Code:
      .header {
        box-shadow: 0px 4px 4px #333
      }
      or even change 4px to 0.
       
      darksmoke11 likes this.
    12. darksmoke11

      darksmoke11 Well-Known Member Official Author

      Awarded Medals
      awesome, also is there a way to add your thumbnails with all of them like on profiles, trending and stuff?
       
    13. Damien2003

      Damien2003 Active Member Official Author

      it doesnt work
       
    14. Parasite

      Parasite Well-Known Member Official Author

      Yeah it does. You're just not on a high enough level. Maybe one day...
       
    15. Damien2003

      Damien2003 Active Member Official Author

      what do you mean not a high enogh lvl yet
       
    16. darksmoke11

      darksmoke11 Well-Known Member Official Author

      Awarded Medals
      Make sure you read the instructions
       
    17. Parasite

      Parasite Well-Known Member Official Author

      You need to be a fire mage lvl 12 and beat the sorcerer but your princess in in another castle
       
      darksmoke11 and Champian like this.
    18. Damien2003

      Damien2003 Active Member Official Author

      lol real funny
       
    19. Damien2003

      Damien2003 Active Member Official Author

      i did
       
      Dryft likes this.
    20. genericusername

      genericusername Forum Legend Official Author

      I can't help you if you don't tell me the problem
       
      Dryft likes this.

    Share This Page