Advertisement
Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. html, body, .bg {
  2. background: url("http://kurotsuwa.pl/bgcLIGHT.jpg ") no-repeat center center fixed;
  3. background-color: blueviolet;
  4. -webkit-background-size: cover;
  5. -moz-background-size: cover;
  6. -o-background-size: cover;
  7. background-size: cover;
  8. }
  9. #alert {
  10. display: none;
  11. width: 300px;
  12. height: 100px;
  13. position: fixed;
  14. top: 100px;
  15. left: 0;
  16. text-align: center;
  17. width: 100%;
  18. }
  19. footer {
  20. position: fixed;
  21. bottom: 0;
  22. right: 0;
  23. }
  24. @media (max-width: 767px) /* @grid-float-breakpoint -1 */
  25. {
  26. footer
  27. {
  28. position: relative !important;
  29. }
  30. }
  31. .content {
  32. opacity: 0.95;
  33. }
  34. .adsbygoogle {
  35. display: inline-block;
  36. width:100%;
  37. overflow: hidden;
  38. }
  39. .right {
  40. text-align: right;
  41. }
  42. .shopcard {
  43. border: 3px solid #7b32b3;
  44. border-radius: 25px;
  45. padding: 5px;
  46. margin-bottom: 25px !important;
  47. height: 300px;
  48. }
  49. .col-centered{
  50. float: none;
  51. margin: 0 auto;
  52. }
  53. .scale
  54. {
  55. height: 1.5em;
  56. width: 1.5em;
  57. }
  58. .btnshop{
  59. color: black;
  60. border: #7b32b3;
  61. background-color: #7b32b3;
  62. bottom: 1%;
  63. }
  64. .color2 {
  65. border-color: #7b32b3 !important;
  66. color: #b1b1b1 !important;
  67. }
  68. .colorbord {
  69. background-color: #7b32b3 !important;
  70. }
  71. .whiteback {
  72. /* background-color: #c60feb1e; */
  73. }
  74. .center {
  75. display: block;
  76. margin-left: auto;
  77. margin-right: auto;
  78. width: 50%;
  79. }
  80. .alignleft {
  81. float: left;
  82. }
  83. .alignright {
  84. float: right;
  85. }
  86.  
  87. .smscard {
  88. border: 3px solid #33 33ff;
  89. border-radius: 25px;
  90. padding: 5px;
  91. height: 400px;
  92. }
  93. .btnsms{
  94. color: black;
  95. border: #3333ff;
  96. background-color: #3333ff;
  97. bottom: 1%;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement