Advertisement
Ignbaltasevicius

CSS code: FaceBom

Jun 11th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. body {
  2. font-family: Helvetica, Arial, sans-serif;
  3. font-size: 12px;
  4. background: #E9EBEE !important;
  5. padding-top: 35px !important;
  6. }
  7.  
  8.  
  9. a {
  10. color: #385898;
  11. cursor: pointer;
  12. text-decoration: none;
  13. }
  14.  
  15. h4 {
  16. color: #385898;
  17. }
  18.  
  19. img {
  20. border: 1px solid rgba(0, 0, 0, .1);
  21. }
  22.  
  23. #header {
  24. background: #4267B2 !important;
  25. border-bottom: none !important;
  26. height: auto !important;
  27. -webkit-box-shadow: 0 0 4px 0 #00000077 !important;
  28. box-shadow: 0 0 4px 0 #00000077 !important;
  29. padding: 8px !important;
  30. }
  31.  
  32.  
  33. #header span:last-child::after {
  34. content: " and join Facebook!";
  35. color: #00ff82;
  36. color: #fff;
  37. }
  38.  
  39. #hSub {
  40. background: none !important;
  41. border-bottom: 1px solid #29487d;
  42. left: 130px !important;
  43. top: 11px !important;
  44. width: 360px !important;
  45. color: rgba(0, 0, 0, .1) !important;
  46. }
  47.  
  48. #hSub a {
  49. padding: 0 5px 0 5px;
  50. }
  51.  
  52. .logo b span {
  53. display: none;
  54. }
  55.  
  56. .logo b:before {
  57. font-size: 24px;
  58. content: "facebook";
  59. color: #fff;
  60. font-weight: bold;
  61. }
  62.  
  63.  
  64. .topLeft, .topRight {
  65. float: none !important;
  66. width: auto !important;
  67. }
  68.  
  69.  
  70. .short {
  71. display: block;
  72. width: 100%;
  73. height: 240px !important;
  74. height: unset;
  75. /*background: url("https://scontent.faal2-1.fna.fbcdn.net/v/t31.0-0/c0.62.960.355a/p480x480/19575079_10103832396388711_8894816584589808440_o.jpg?_nc_cat=109&_nc_oc=AQmzPK-yBr8SDHyYGSNnRTAJoqMC8ss7OLihcGgLmJqegtQSz7rzLE-4Z3vyTBsSdak&_nc_ht=scontent.faal2-1.fna&oh=657b28e08742dfa814f7c8f7a3d3c77c&oe=5E12A228") !important;*/
  76. background: #304886 !important;
  77. text-shadow: 0 0 6px #000, 0 0 3px #000;
  78. color: #fff;
  79. border: 1px solid #dddfe2 !important;
  80. }
  81.  
  82. .box > * {
  83. padding: 5px 10px;
  84. }
  85.  
  86. .url.box div:first-child b {
  87. color: transparent;
  88. width: 0px;
  89. }
  90.  
  91. .url.box div:first-child {
  92. padding: 0;
  93. }
  94.  
  95.  
  96.  
  97. .fwiendCount {
  98. color: #385898;
  99. }
  100.  
  101. .fwiendCount:before {
  102. content: "at least 50 billion and ";
  103. color: #385898;
  104. }
  105.  
  106. .url.box div:first-child b:before {
  107. background: #f5f6f7;
  108. content: "Not facebook URL";
  109. color: #4b4f56;
  110. padding: 10px;
  111. display: block;
  112. border-bottom: 1px solid #dddfe2;
  113. }
  114.  
  115. .short tbody {
  116. position: relative;
  117. top: 30px;
  118. left: 15px;
  119. float: left;
  120. }
  121.  
  122. .shortRight {
  123. position: relative;
  124. top: -28px;
  125. right: 10px;
  126. font-size: 14px;
  127. }
  128.  
  129. h2#name.uName {
  130. position: relative;
  131. display: inline-block;
  132. height: 0;
  133. float: left;
  134. top: 172px;
  135. right: -243px;
  136. margin: 0 auto;
  137. }
  138.  
  139. #name {
  140. color: #fff;
  141. text-shadow: 0 0 3px #000;
  142. font-weight: 100;
  143. font-size: 24px;
  144. }
  145.  
  146. #avatar {
  147. border-radius: 150px;
  148. border: 5px solid #fff;
  149. }
  150.  
  151. .blurbs, #top, #box, .box {
  152. background: #fff;
  153. border: 1px solid #dddfe2 !important;
  154. -webkit-box-sizing: border-box;
  155. box-sizing: border-box;
  156. }
  157.  
  158. .rightHead, .boxHead {
  159. background: #f5f6f7;
  160. color: #4b4f56;
  161. border-bottom: 1px solid #dddfe2;
  162. padding: 10px;
  163. font-size: 13px;
  164. }
  165.  
  166. .tableLeft, .tableRight {
  167. background: none;
  168. }
  169.  
  170.  
  171. #commentInput {
  172. border: 1px solid #bbb;
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement