SHARE
    TWEET
    Hokzii

    FELIX-252394-CSS

    Mar 31st, 2025 (edited)
    760
    0
    Never
    Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
    CSS 3.32 KB | Gaming | 0 0
    1. /*Custom Box by HokZ #41458 / #170947, commissioned by and written for felix#252394 and permitted to use by them ONLY.
    2. Do not copy, edit, upload, redistrubute or use any bit of the code provided. It does not belong to you.*/
    3. .MainContainer {
    4. background-color: #00000063;
    5. color: white !important;
    6. border: 2px solid #999 !important;
    7. max-width: 640px;
    8. border-radius: 25px;
    9. border-collapse: separate;
    10. padding: 5px !important;
    11. height: auto !important;
    12. margin: 5px;
    13. margin-bottom: 20px;
    14. transition: box-shadow 1s ease-in-out;
    15. }
    16. .MainContainer .Header {
    17. background-color: #151515;
    18. font-size: 20px !important;
    19. color: #505050 !important;
    20. }
    21. .MainContainer:hover {
    22. box-shadow: 0px 0px 30px #333;
    23. }
    24. .ContentCover {
    25. width: 100%;
    26. display: flex;
    27. overflow: hidden;}
    28. .LeftContent {
    29. height: 290px;
    30. width: 50%;
    31. overflow: auto;
    32. margin: 5px 2.5px 5px 5px !important;
    33. padding: 10px;
    34. font-size: 13px;
    35. text-align: left;
    36. }
    37. .ExpandCover {
    38. width: 100%;
    39. overflow: hidden;
    40. }
    41. .Expand {
    42. background: #171717;
    43. height: 50px;
    44. width: 100%;
    45. overflow: hidden;
    46. margin-top: -10px;
    47. border: 1px solid #ffffff29;
    48. padding: 5px 5px 5px 10px;
    49. transition: 1s;
    50. }
    51. .Expand:hover {
    52. height: 150px;
    53. transition: 1s;
    54. }
    55. .Expand h4 {
    56. font-size: 18px !important;
    57. margin-bottom: -7px;
    58. color: #505050 !important;
    59. }
    60. .RightContent {
    61. height: 290px;
    62. width: 50%;
    63. margin: 5px 5px 5px 2.5px !important;
    64. padding: 10px;
    65. font-size: 13px;
    66. text-align: left;}
    67. .TopLinks a {
    68. letter-spacing: 0.5px;
    69. transition: 1s !important;
    70. margin-left: 50px;
    71. margin-right: 50px;
    72. }
    73. .TopLinks a:hover,
    74. .TopLinks a:active {
    75. letter-spacing: 2px;
    76. transition: 1s !important;
    77. }
    78. .TopLinks {
    79. font-size: 15px;
    80. text-align: center;
    81. border-top-left-radius: 15px;
    82. border-top-right-radius: 15px;
    83. margin-bottom: 2px;}
    84. /*CodeSnippet for animated underline yoink'd from 30secondsofcode.org*/
    85. .TopLinks a {
    86. display: inline-block;
    87. position: relative;}
    88. .TopLinks a::before {
    89. color: #999;
    90. content: "▼";
    91. position: absolute;
    92. width: 100%;
    93. transform: scaleX(0);
    94. height: 1px;
    95. top: -10px;
    96. left: 0;
    97. }
    98. .TopLinks a:hover::before {
    99. content: "▼";
    100. position: absolute;
    101. width: 100%;
    102. transform: scaleX(1);
    103. height: 1px;
    104. top: -11px;
    105. left: 0;
    106. transition: transform 0.25s ease-out;
    107. }
    108. .TopLinks a::after {
    109. content: '';
    110. position: absolute;
    111. width: 100%;
    112. transform: scaleX(0);
    113. height: 1px;
    114. bottom: 0;
    115. left: 0;
    116. background-color: #999;
    117. transition: transform 0.25s ease-out;
    118. }
    119. .TopLinks a:hover::after {
    120. transform: scaleX(1);
    121. transform-origin: bottom center;}
    122. .credit {
    123. text-align: right;
    124. margin-right: 15px;
    125. font-size:5px;
    126. transition: 1s;}
    127. .credit:hover {
    128. font-size: 12px;
    129. transition: 1s;
    130. text-decoration: unerline;
    131. letter-spacing: 2px;}
    132. .credit a {
    133. color: #515151 !important;}
    134. .credit a:hover {
    135. color: #ffffff !important}
    136. .LeftContent::-webkit-scrollbar,
    137. .RightContent::-webkit-scrollbar,
    138. .Expand::-webkit-scrollbar {
    139. display: none;
    140. }
    Advertisement
    Add Comment
    Please, Sign In to add comment
    Public Pastes
    We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
    Not a member of Pastebin yet?
    Sign Up, it unlocks many cool features!

    AltStyle によって変換されたページ (->オリジナル) /