Advertisement
ruesha

codes for cosmo crd

Mar 20th, 2022
1,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. the changed codes for mobile are the numbers on the side :)
  2.  
  3. ---- container 01 ----
  4.  
  5. border: 1px solid #FFCCF0;
  6. width: 57.5%;
  7. border-radius: 10px 0px 0px 10px;
  8. height: 250px; 220px
  9.  
  10. ---- text 01 ----
  11.  
  12. border: 1px solid #B8DDFF;
  13. border-radius: 3px;
  14. background:linear-gradient(to top, #F0F8FF 80%, #FFFFFF 100%);
  15. height: 75px;
  16. padding: 4px;
  17. overflow-y: scroll;
  18. font-size: .75em;
  19.  
  20. ---- container 02 ----
  21. background: radial-gradient(circle, #FFFFFF 45%, #D4EAFF 100%);
  22. border: 1px solid #A1D2FF;
  23. width: 9em;
  24. left: 13.25em;
  25. border-radius: 0px 10px 10px 0px;
  26. bottom: 9.25em; 9em
  27. position: absolute;
  28. height: 165px; 150px
  29.  
  30.  
  31. ---- nav box text ----
  32. text: background: #ffffff;
  33. padding: 6px;
  34. border-radius: 3px;
  35. border: 1px solid #A1D2FF;
  36. line-height: 25px;
  37.  
  38. link: font-family: chick;
  39. -webkit-text-stroke: 0.5px black;
  40. font-size: 1.4em;
  41.  
  42. highlight: font-family: fenotype;
  43. color: white;
  44. -webkit-text-stroke: 0.5px black;
  45. font-size: 1em;
  46. background: linear-gradient(to top, #fff 0%, #D4EAFF 80%, #fff);
  47. padding-left: 8px;
  48. padding-right: 8px;
  49. padding-top: 2px;
  50. padding-bottom: 2px;
  51. border: 1px solid #B8DDFF;
  52. border-radius: 10px;
  53.  
  54.  
  55. ---- for the info container ----
  56. background: radial-gradient(circle, #FFFFFF 45%, #EBF5FF 100%);
  57. border: 1px solid #A1D2FF;
  58. width: 9em;
  59. left: 13.25em;
  60. border: 1px solid #A1D2FF;
  61. border-radius: 0px 10px 10px 0px;
  62. bottom: 0em;
  63. position: absolute;
  64. height: 8.75em;
  65.  
  66.  
  67. ---- for info textbox ----
  68. text: background: #FFFFFF;
  69. height: 134px;
  70. overflow: scroll;
  71. border: 1px solid #A1D2FF;
  72. border-radius: 5px;
  73. padding: 3px;
  74. font-size: .75em;
  75.  
  76. highlight: font-family: chick;
  77. color: #fff;
  78. -webkit-text-stroke: 0.5px #000000;
  79. background:linear-gradient(to top, #fff 0%, #D4EAFF 80%);
  80. border-radius: 0px 5px 5px 0px;
  81. border-top: 1px solid #B8DDFF;
  82. border-bottom: 1px solid #B8DDFF;
  83. border-right: 1px solid #B8DDFF;
  84. font-size: 1.4em;
  85. padding-left: 3px;
  86. position: relative;
  87. left: -.3em;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement