thisisnotras

Lunira boxes

Dec 21st, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {display:none;}
  4.  
  5. #profile { border: hidden; background-color: transparent; }
  6.  
  7. body {
  8. background-image:url("http://i65.tinypic.com/1zyinnt.png");
  9. background-color:#494A4D;
  10. background-attachment:fixed;
  11. background-position:6% 25%;
  12. background-size:28%;
  13. background-repeat:no-repeat;}
  14.  
  15. #to{
  16. position:relative;
  17. top:60px;
  18. margin: 0 auto;
  19. height:450px;
  20. width:580px;
  21. }
  22.  
  23. #designbox{position: absolute;
  24. right: 200px;
  25. top: 0px;
  26. bottom: 500px;
  27. height: 1px;
  28. width: 400px;
  29. margin: auto;
  30. border: 0px solid red;
  31. }
  32.  
  33. #floatbox{float: left;
  34. width: 100%;
  35. height: 100px;
  36. box-sizing: border-box;
  37. border: 2px solid #BAF0F2;
  38. margin-bottom: 60px;
  39. color: #90C3CB;
  40. background: #4E494F;
  41. border-radius: 10px 10px 10px 10px;
  42. overflow: auto;
  43. padding: 5px;
  44. padding-right: 10px;
  45. font-family: Times;
  46. font-size: 10pt;
  47. }
  48.  
  49. #floattitle{float: left;
  50. width: 100%;
  51. text-align: left;
  52. height: 20px;
  53. margin-bottom: -3px;
  54. border: 0px solid black;
  55. z-index: 100;
  56. box-sizing: border-box;
  57. color: #BCF2F4;
  58. padding-left: 20px;
  59. text-shadow: 1px 1px 4px white;
  60. font-family:Times;
  61. font-weight: 600;
  62. font-size: 11pt;
  63. font-style:italic;
  64. }
  65.  
  66. ::-webkit-scrollbar
  67. {
  68. width: 4px;
  69. background-color: transparent;
  70. }
  71.  
  72. ::-webkit-scrollbar-thumb
  73. {
  74. border-radius: 10px;
  75. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  76. background-color: #BAF0F2 ;
  77.  
  78. }
  79.  
  80.  
  81.  
  82.  
  83. </style>
  84.  
  85. <div id="designbox">
  86.  
  87. <div id="floattitle">
  88. First Title.
  89. </div>
  90.  
  91. <div id="floatbox">
  92. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  93. </div>
  94.  
  95. <div id="floattitle">
  96. Second Title.
  97. </div>
  98.  
  99. <div id="floatbox">
  100. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  101. </div>
  102.  
  103. <div id="floattitle">
  104. Third Title.
  105. </div>
  106.  
  107. <div id="floatbox">
  108. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  109. </div>
  110.  
  111. </div>
Advertisement
Add Comment
Please, Sign In to add comment