Advertisement
iStrangeGirl

HAZ SIMPLE 1er cuadro XS

Jan 28th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. background:#0;
  2. color: #00;
  3. overflow: auto;
  4. }
  5. body {background:white;}
  6.  
  7. /** CSS by Unconscient (1530667598) **/
  8.  
  9. body {
  10. background: url(https://i.postimg.cc/XvxLKM6Y/5niLwP7.jpg) center/cover fixed;
  11. color: #555;
  12. cursor: url(https://i.postimg.cc/DwwRVJkg/lhPqll6.png), progress;
  13. font-family: 'Karla', sans-serif;
  14. font-size: 0.9em;
  15. font-style: normal;
  16. font-weight: 400;
  17. letter-spacing: 0px;
  18. margin: 0;
  19. text-align: justify;
  20. text-transform: none;
  21. word-break: break-word;
  22. }
  23.  
  24. #container {
  25. margin-left: auto;
  26. margin-right: auto;
  27. margin-top: 100px;
  28. width: 540px;
  29. }
  30.  
  31. #about {
  32. background: #f9f9f9;
  33. padding: 35px;
  34. }
  35.  
  36. .about-title {
  37. border-bottom: 1px solid #eeeeee;
  38. color: #2A73BC;
  39. padding-bottom: 25px;
  40. text-align: left;
  41. text-transform: uppercase;
  42. }
  43.  
  44. .about-image-content {
  45. margin-top: 25px;
  46. }
  47.  
  48. .about-image {
  49. height: 120px;
  50. position: absolute;
  51. width: 120px;
  52. }
  53.  
  54. .about-image img {
  55. height: 120px;
  56. width: 120px;
  57. }
  58.  
  59. .about-content {
  60. margin-left: 145px;
  61. position: relative;
  62. height: 120px;
  63. }
  64.  
  65. .about-content span {
  66. text-decoration: underline;
  67. margin-right: 5px;
  68. }
  69.  
  70. /* Fontawesome */
  71. @font-face{
  72. font-family:'Font Awesome 5 Free';
  73. font-style:normal;
  74. font-weight:400;
  75. font-display:auto;
  76. src:url(https:\/\/use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.eot);
  77. src:url(https:\/\/use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.eot?#iefix) format('embedded-opentype'),url(https:\/\/use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.woff2) format('woff2'),url(https:\/\/use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.woff) format('woff'),url(https:\/\/use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.ttf) format('truetype'),url(https:\/\/use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.svg#fontawesome) format('svg')
  78. }
  79. .fa-user-circle {
  80. font-family: 'Font Awesome 5 Free';
  81. font-weight:400;
  82. -moz-osx-font-smoothing: grayscale;
  83. -webkit-font-smoothing: antialiased;
  84. display: inline-block;
  85. font-style: normal;
  86. font-variant: normal;
  87. text-rendering: auto;
  88. line-height: 1;
  89. }
  90. .fa-user-circle:before{content:'\f2bd';}
  91.  
  92. /* */
  93.  
  94. iframe{position:absolute;top:-500px;left:-500px;}
  95. div#nowayfixed {
  96. z-index: 2147483647;
  97. position: fixed;
  98. bottom: 0;
  99. left: 0;
  100. }
  101. div#nowaymenu
  102. {
  103. background-color:#009;
  104. background: linear-gradient(#000014, #000024, #00004e);
  105. border-radius: 0px 5px 0px 0px;
  106. display: none;
  107. FONT-SIZE: 12pt;
  108. FONT-FAMILY: Arial, Helvetica, sans-serif;
  109. }
  110. div#nowayitems
  111. {
  112. padding-top: 5px;
  113. padding-right: 0px;
  114. /*padding-bottom: 5px;*/
  115. padding-left: 0px;
  116. margin-left: 6px;
  117. line-height: 130%;
  118. color:#fff;
  119. }
  120. div#nowayitems > a
  121. {
  122. color:#fff;
  123. text-decoration: none;
  124. }
  125. div#nowayitems > a:hover {
  126. text-decoration: underline;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement