Advertisement
bcakee

002 / lamoon

Nov 7th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. <style type="text/css">
  2. .bmain {
  3. position: absolute;
  4. top: 50%;
  5. left: 50%;
  6. height: 310;
  7. width: 340;
  8. z-index: 0px;
  9. margin-left: -170px;
  10. margin-top: -155px;
  11. background: none;
  12. border: #000000 0px solid;
  13. }
  14. .box1 {
  15. position: absolute;
  16. top: 0px;
  17. left: 0px;
  18. width: 320px;
  19. height: 220px;
  20. background:#fff;
  21. color: #a3a3a3;
  22. border-radius: 25px;
  23. padding: 10px;
  24. text-align: center;
  25. font-size: 12px;
  26. overflow: auto;
  27. }
  28. .tri {
  29. position: absolute;
  30. top: 240px;
  31. left: 150px;
  32. width: 0px;
  33. height: 0px;
  34. border-top: 70px solid #fff;
  35. border-right: 20px solid transparent;
  36. border-bottom: 7.5px solid transparent;
  37. border-left: 20px solid transparent;
  38. }
  39. .credit {
  40. position:absolute;
  41. left:8px;
  42. bottom:8px;
  43. max-width:75px;
  44. max-height:100px;
  45. border: 1px solid #d7cecf;
  46. color:#d7cecf!important;
  47. text-align: center;
  48. letter-spacing:1px;
  49. font-size:8px;
  50. font-family: consolas;
  51. padding: 1px;
  52. }
  53. .credit a:visited , a:active{
  54. color: #d7cecf !important;
  55. text-decoration: none;
  56. }
  57. .credit a:hover {
  58. color:#d7cecf !important;
  59. background: none;
  60. text-decoration: none;
  61. padding: 0px;
  62. border-radius: 0px;
  63. letter-spacing: 1px;
  64. -webkit-transition: all 0.7s ease;
  65. -moz-transition: all 0.7s ease;
  66. -o-transition: all 0.7s ease;
  67. transition: all 0.7s ease;
  68. }
  69.  
  70. body {background-image: linear-gradient(120deg, #f3e7e9 0%,#e3eeff 99%, #e3eeff 100%); }
  71.  
  72. *::selection{background: #f1e7eb; color: #a3a3a3;}
  73. *::-moz-selection{background: #f1e7eb; color: #a3a3a3;}
  74. *::-webkit-selection{background: #f1e7eb; color: #a3a3a3;}
  75.  
  76. ::-webkit-scrollbar {width: 1px ; }
  77. ::-webkit-scrollbar-track { background-color: none ;}
  78. ::-webkit-scrollbar-thumb { border-radius: 0px ;background-color: none; }
  79.  
  80. a:link { color: #a3a3a3; text-decoration: none; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
  81. a:visited { color: #a3a3a3; text-decoration: none}
  82. a:active { color: #a3a3a3; text-decoration: none}
  83. a:hover {color:#c7d5f9!important;letter-spacing: 2px; padding: 0px 2px ; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}</style>
  84. <!-- iD DREAM BY AMPERE 2017 @DEK-D (id=998164) -->
  85. <div class="credit">
  86. <a href="https://writer.dek-d.com/ladiiq/story/view.php?id=998164" target="_blank">きれい ★<br />
  87. iD DREAM AMPERE2017</a></div>
  88. <div class="bmain">
  89. <div class="box1">
  90. - ใส่เนื้อหาตรงนี้ -</div>
  91. <div class="tri">
  92. &nbsp;</div>
  93. </div>
  94. <style type="text/css">
  95. /* เริ่มโค้ดลบทุกอย่างออกไป*/
  96. .left,.right{border:none;background: none;}
  97. .modulebg2 { background: none;}
  98. .headtable, .head2, .modulebg1,
  99. #footer, #header, #neck, .left,
  100. #module_left .modulebg2, #module_right .modulebg2,
  101. .hr1, .hr2, .borderlinks
  102. {display: none !important;}
  103. .mainborder
  104. { border: 0px !important; }
  105. /*ขอบคุณโค้ดจากคุณCaje(id=499460)และคุณเดอะ.เยกเรนเจอร์(id=666856)*/</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement