Advertisement
Spinnando

MinniHowl Skin

Jan 31st, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Main colours:
  2.  
  3. Background image:
  4. Global background: #5d4b60
  5. Content background: #726175
  6. Text: #c2e3f3
  7. Title background: #503c53
  8. Title text: #f3e7c2
  9. Link: #c2d7f3
  10. Visited Link: #f3c2c2
  11. Active Link: #ffffff
  12.  
  13. User Link colours:
  14.  
  15. Normal User: #ffecb0
  16. Graphics Team: #ba80fc
  17. ChatOT: #ff9730
  18. Mod-in-Training: #b8b8b8
  19. Moderator: #ffc916
  20. SuperMod: #00ff00
  21. Administrator: #00ffff
  22.  
  23. Extra colours:
  24.  
  25. Border (global): #26112a
  26. Border (title): #26112A
  27. Border (content): #26112A
  28. Flavour liked: #66cc66 (Default)
  29. Flavour disliked: #cc6666 (Default)
  30.  
  31. Extra CSS I like to use (doesn't include general stacks and shelter css):
  32.  
  33. /* avatar border color */
  34. #head-avatar {
  35. border: 2px solid #26112a;
  36. width: 48px;
  37. height: 48px;
  38. }
  39.  
  40. /* background color */
  41. body {
  42. background-color: #351F39;
  43. }
  44.  
  45. /* trainer edits */
  46. #profilepage {
  47. display: flex;
  48. flex-flow: row wrap;
  49. }
  50. #trainerimage {
  51. order: -1;
  52. -moz-transform: scale(-1, 1);
  53. -webkit-transform: scale(-1, 1);
  54. -o-transform: scale(-1, 1);
  55. -ms-transform: scale(-1, 1);
  56. transform: scale(-1, 1);
  57. height: 600px; }
  58. .mq4 #trainerimage {
  59. order: 99;
  60. }
  61.  
  62. /* header text fix */
  63. #navigation > #navbtns > li > a > span, #navigation > #navbookmark > li > a > span, #counters>#counterlist>li>.counter_item>span {
  64. font-size:10pt!important;
  65. width:100%!important;
  66. transform: scaleX(1)!important;
  67. }
  68. #header {
  69. font-size:10pt!important;
  70. }
  71.  
  72. /* notification icon */
  73. #header #head-social > #notifs > a {
  74. background-image: url('https://pokefarm.com/upload/Continuum/Continuum_Theme/absol_head_continuum.png');
  75. background-size: cover;
  76. background-position: center center;
  77. background-repeat: no-repeat;
  78. }
  79. #header > #head-social > #notifs > a > img {
  80. opacity: 0;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement