Advertisement
izuemis

phone css styling codes

Sep 2nd, 2022
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: Nintendo-DS-BIOS;
  5. src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  6. }
  7.  
  8. #container01 > .wrapper {
  9. width: 15em;
  10. height: 2em;
  11. border-radius: 1em 1em 0em 0em;
  12. }
  13.  
  14. #container02 > .wrapper {
  15. width: 15em;
  16. height: 26em;
  17. }
  18.  
  19. #container03 > .wrapper {
  20. width: 15em;
  21. height: 3em;
  22. border-radius: 0em 0em 1em 1em;
  23. }
  24.  
  25. #container04 > .wrapper {
  26. width: 15em;
  27. height: 26em;
  28. }
  29.  
  30. #container05 > .wrapper {
  31. width: 15em;
  32. height: 3em;
  33. }
  34.  
  35. #container06 > .wrapper {
  36. width: 15em;
  37. height: 20em;
  38. overflow: auto;
  39. }
  40.  
  41. #container07 > .wrapper {
  42. width: 15em;
  43. height: 3em;
  44. }
  45.  
  46. #container08 > .wrapper {
  47. width: 15em;
  48. height: 3em;
  49. }
  50.  
  51. #container09 > .wrapper {
  52. width: 15em;
  53. height: 23em;
  54. }
  55.  
  56. #container10 > .wrapper {
  57. width: 15em;
  58. height: 26em;
  59. }
  60.  
  61. #text01, #text02 {
  62. color: white;
  63. text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
  64. }
  65.  
  66. #text07, #text08, #text09, #text10, #text11, #text12 {
  67. background: white;
  68. border: 1px solid #2d2626;
  69. padding: 5px;
  70. border-radius: 5px;
  71. }
  72.  
  73. #text14 mark {
  74. background: #bc5494;
  75. color: white;
  76. border: 1px solid #332f25;
  77. padding-left: 5px;
  78. padding-right: 5px;
  79. border-radius: 5px;
  80. }
  81.  
  82. #icons02 li a {
  83. border: 1px solid #332f25;
  84. }
  85.  
  86. html {
  87. overflow: scroll;
  88. overflow-x: hidden;
  89. }
  90. ::-webkit-scrollbar {
  91. width: 0; /* remove scrollbar space */
  92. background: transparent; /* to make scrollbar invisible */
  93. }
  94. ::-webkit-scrollbar-thumb {
  95. background: transparent;
  96. }
  97.  
  98. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement