Advertisement
izuemis

cr ratboizs css

Dec 14th, 2022
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. -- FONTS --
  2. @font-face { font-family: Pixelated MS Sans Serif; src:url(ms_sans_serif.woff) format("woff"); src:url(ms_sans_serif.woff2) format("woff2"); }
  3.  
  4. @font-face { font-family: emoji; src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf); } a, a:hover { cursor: help; }
  5.  
  6. body {
  7. font-size: 1em !important; }
  8.  
  9. -- MAIN CONTAINER --
  10. width: 75.125em;
  11. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  12.  
  13. -- LEFT SECTION TITLE CONTAINER --
  14. width: 50%;
  15. position: absolute;
  16. left: -1em;
  17. bottom: 13em;
  18.  
  19. -- LEFT SECTION CONTENT CONTAINER --
  20. width: 50%;
  21. height: 9em;
  22. position: absolute;
  23. left: -1em;
  24. bottom: 4em;
  25. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  26.  
  27. -- RIGHT SECTION TITLE CONTAINER --
  28. width: 50%;
  29. position: absolute;
  30. right: -1em;
  31. bottom: 14em;
  32.  
  33. -- RIGHT SECTION CONTENT CONTAINER --
  34. width: 50%;
  35. height: 9em;
  36. position: absolute;
  37. right: -1em;
  38. bottom: 5em;
  39. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  40.  
  41. -- IMAGES --
  42. border: 2px inset;
  43.  
  44. -- TEXT UNDER MAIN IMAGE --
  45. background: white;
  46. border: 2px inset;
  47. padding: 5px;
  48. font-family: Pixelated MS Sans Serif;
  49.  
  50. !! MARK OF TEXT UNDER MAIN IMAGE !!
  51. background: none;
  52. font-family: emoji;
  53.  
  54. -- USERNAME / DATE --
  55. font-family: Pixelated MS Sans Serif;
  56.  
  57. -- MAIN SCROLLBOX --
  58. background: white;
  59. border: 2px inset;
  60. padding: 5px;
  61. font-family: Pixelated MS Sans Serif;
  62. height: 13em;
  63. overflow: auto;
  64.  
  65. -- SECTION TOP SCROLLBOX --
  66. background: white;
  67. border: 2px inset;
  68. padding: 5px;
  69. font-family: Pixelated MS Sans Serif;
  70. height: 6em;
  71. overflow: auto;
  72.  
  73. -- SECTION BOTTOM SCROLLBOX --
  74. background: white;
  75. border: 2px inset;
  76. padding: 5px;
  77. font-family: Pixelated MS Sans Serif;
  78. height: 4em;
  79. overflow: auto;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement