Guest User

CSS: Blackhorn 3712

a guest
Oct 7th, 2020
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. body::after {
  2. background-image: url();
  3. background-repeat: no-repeat;
  4. width: 109px;
  5. height: 432px;
  6. position: fixed;
  7. display: block;
  8. content: "";
  9. top: 20px;
  10. margin: auto;
  11. animation: show 5s steps(1) none;
  12. animation-fill-mode: forwards;
  13. }
  14. td.shortRight {
  15. text-shadow: black;
  16. text-shadow: -1px -1px 1px #000, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px 1px 3px #00000077;
  17. background-size: 100%;
  18. display: none;
  19. }
  20. #imgPreview img {
  21. width: auto;
  22. height: auto;
  23. max-height: calc(100% - 10px );
  24. max-width: 100%;
  25. position: absolute;
  26. top: 0;
  27. bottom: 0;
  28. left: 0;
  29. right: 0;
  30. margin: auto;
  31. border: 5px solid #fff0;
  32. cursor: zoom-out;
  33. background: #fff0;
  34. }
  35. .avatar {
  36. width: 400px;
  37. margin-right: 20px;
  38. cursor: zoom-in;
  39. image-orientation: from-image;
  40. }
  41. #top > a[href$="?id=10430"] {
  42. font-size: 0px;
  43. }
  44. a:-webkit-any-link {
  45. color: #a863e4;
  46. cursor: pointer;
  47. animation: rainbow 5s infinite;
  48. }
  49. .url a {
  50. font-size: 0px;
  51. }
  52. .url a::after {
  53. font-size: 15px;
  54. content: "Microsoft Corp. Windows BlackHorn Ultimate Build 3287";
  55. color: white;
  56. animation: rainbow 5s infinite;
  57. }
  58. audio {
  59. /* border: solid 1px #fff; */
  60. /* padding: 2px; */
  61. margin-bottom: 0px;
  62. margin-top: 5px;
  63. width: 287px;
  64. height: 19px;
  65. /* background: #fff; */
  66. outline: none;
  67. margin-bottom: -3px;
  68. /* filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%); */
  69. }
  70. .player::after {
  71. content: "";
  72. display: block;
  73. position: relative;
  74. margin-left: auto;
  75. margin-right: auto;
  76. margin-top: 10px;
  77. padding-left: 0px;
  78. padding-right: 0px;
  79. padding-top: 0px;
  80. padding-bottom: 0px;
  81. width: 300px;
  82. height: 300px;
  83. background-position: 0 0;
  84. background-size: 100% 100%;
  85. background-image: url(https://i.ibb.co/6YkqFCn/bloggif-5f771548cfe44.gif);
  86. border: 1px solid;
  87. border-radius: 1000px;
  88. color: white;
  89. }
  90.  
  91. #add {
  92. background-repeat: no-repeat;
  93. background-image: url(https://i.ibb.co/gzwdSy9/Image-869513-1.png);
  94. background-size: 30px;
  95. }
  96. #sMsg {
  97. background-repeat: no-repeat;
  98. background-image: url(https://cdn.techjourney.net/2007/06/agf_purple.png);
  99. background-size: 30px;
  100. }
  101. #report {
  102. background-repeat: no-repeat;
  103. background-image: url(https://cdn.discordapp.com/attachments/716339893063778375/722706355697221695/1592377015590.png);
  104. background-size: 30px;
  105. display: none;
  106. }
  107. #block {
  108. background-repeat: no-repeat;
  109. background-image: url(https://i.ibb.co/25nw8Tj/error.png);
  110. background-size: 30px;
  111. display: none;
  112. }
  113. .rightHead, .boxHead {
  114. background-image: url(https://i.ibb.co/K6HkDpY/image.png);
  115. color: #fff;
  116. font-weight: none;
  117. }
  118. .blurbs, #top, #box, .box, #header, #hSub, button {
  119. background: black;
  120. color: white;
  121. blox-shadow: 1px 0 #a4bed9,0 1px #a4bed9,1px 1px #a4bed9,inset 1px 1px #fff,0 0 150px 1px rgba(255,0,255,.5);
  122. box-shadow: 1px 0 #464646, 0 1px #464646, 1px 1px #464646, inset 1px 1px #fff;
  123. background-color: #333333;
  124. border-left: 4px solid #404040;
  125. border-right: 4px solid #434343;
  126. border-bottom: 4px solid #373737;
  127. border-top: 1px solid #282828;
  128. border-color: solid #a4bed9;
  129. }
  130. .blurbs, #top, #box, .box, #header, #hSub, button {
  131. border-top-left-radius: 20px;
  132. border-top-right-radius: 20px;
  133. box-shadow: black 0px 5px 10px;
  134. }
  135. h4 {
  136. color: #0000;
  137. margin-bottom: 0px;
  138. }
  139. .fwiendCount {
  140. color: black;
  141. }
  142. .tableLeft {
  143. background-image: url(https://i.ibb.co/30KYbCg/image.png);
  144. width: 25%;
  145. padding: 10px;
  146. vertical-align: top;
  147. overflow: hidden;
  148. border: 2px dashed black;
  149. color: white;
  150. }
  151. .tableRight {
  152. width: 75%;
  153. padding: 10px;
  154. vertical-align: top;
  155. overflow-wrap: anywhere;
  156. border: 2px dashed black;
  157. background-image: url(https://i.ibb.co/30KYbCg/image.png);
  158. color: white;
  159. }
  160.  
  161. #header {
  162. all: unset;
  163. font-size: 15px;
  164. background-color: #white;
  165. color: #fff;
  166. position: fixed;
  167. width: calc( 100% - 15px );
  168. height: 22px;
  169. padding: 5px;
  170. left: 0px;
  171. top: 0px;
  172. margin-bottom: 40px;
  173. border-bottom: 1px solid black;
  174. padding-left: 10px;
  175. padding-top: 6px;
  176. overflow: hidden;
  177. z-index: 300;
  178. }
  179. .boxButton {
  180. display: inline-block;
  181. width: calc( 49% - 60px );
  182. padding-left: 30px;
  183. height: 24px;
  184. font-size: small;
  185. color: white;
  186. padding-top: 7px;
  187. }
  188. h3, .fwiendFace b, .tableLeft b {
  189. color: black;
  190. }
  191. .url {
  192. background: url(https://pa1.narvii.com/7467/25b40d4…r1-320-320_00.gif)no-repeat;
  193. background-size: 200px;
  194. position: fixed;
  195. right: 0px;
  196. bottom: -10px;
  197. color: #ffffff00;
  198. height: 230px;
  199. width: 200px;
  200. z-index: 100;
  201. animation: shake 2s infinite;
  202. border: none;
  203. box-shadow: none;
  204. filter: drop-shadow(8px 9px 15px #00000044);
  205. z-index: 1000;
  206. }
  207. #hSub a {
  208. color: black;
  209. text-decoration: none;
  210. }
  211. html:after {
  212. background-image: url(https://i.ibb.co/TY1prq0/image.png);
  213. width: 2560px;
  214. height: 22px;
  215. display: block;
  216. content: "";
  217. position: fixed;
  218. bottom: 0;
  219. background-size: 1400px
  220. }
  221. .logo b span {
  222. display: none;
  223. }
  224. .logo b:before {
  225. content: "Windows BlackHorn";font-size:15px; color: white;
  226. }
  227. div#header {
  228. all: unset;
  229. font-size: 15px;
  230. background-image: url(https://i.ibb.co/7NqFZC4/image.png);
  231. color: white;
  232. position: fixed;
  233. width: calc( 100% - 15px );
  234. height: 22px;
  235. padding: 5px;
  236. left: 0px;
  237. top: 0px;
  238. margin-bottom: 40px;
  239. border-bottom: 1px solid white;
  240. padding-left: 10px;
  241. padding-top: 6px;
  242. overflow: hidden;
  243. z-index: 300;
  244. image_size: 100%;
  245. }
  246. div#hSub {
  247. all: unset;
  248. font-size: 15px;
  249. background-image: url(https://cdn.discordapp.com/attachments/702975062189277284/703637906698403890/Captura1.PNG);
  250. font-size: small;
  251. margin: 0px;
  252. padding: 5px;
  253. padding-top: 5px;
  254. padding-left: 5px;
  255. padding-left: 10px;
  256. padding-top: 4px;
  257. position: fixed;
  258. left: 0;
  259. top: 34px;
  260. width: calc(100% - 15px );
  261. color: kolor;
  262. height: 15px;
  263. z-index: 300;
  264. background-size: 1500px;
  265. }
  266.  
  267. .rightHead::after, .boxHead::after {
  268. content: url(https://i.ibb.co/vV3tk0j/Image-303027-1.png);
  269. float: right;
  270. background-size: 5px;
  271. }
  272. h2 {
  273. visibility: hidden;}
  274. }
  275. .box {
  276. border-image-source: url(https://cdn.discordapp.com/attachments/702975062189277284/703642587180826634/Captura.PNG);
  277. }
  278. td.shortRight {
  279. text-shadow: black;
  280. text-shadow: -1px -1px 1px #000, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px 1px 3px #00000077;
  281. background-size: 100%;
  282. }
  283. body {
  284. background-image: url("https://thumbs.gfycat.com/BraveOptimalBaleenwhale-size_restricted.gif");
  285. background-repeat: no-repeat;
  286. background-attachment: fixed;
  287. background-size: cover;
  288. background-repeat: no-repeat;
  289. background-position: center center;
  290. color: white;
  291. filter: vert(100%);
  292. }
  293. .fwiendCount::after {
  294. content: " epic ";
  295. }
  296. .fwiendFace img {
  297. height: 128px;
  298. object-position: top;
  299. object-fit: cover;
  300. border: 2px black;
  301. box-shadow: black 0px 5px 10px;
  302. border-radius: 40000px;
  303. }
  304. #top > a[href$="?id=10430"] {
  305. font-size: 0px;
  306. }
  307. #top > a[href$="?id=10430"] > div > b::before {
  308. content: "NAFIK IS BACK BITCHES";
  309. font-size: 16px;
  310. }
  311. #top > a[href$="?id=9513"] {
  312. font-size: 0px;
  313. }
  314. #top > a[href$="?id=9513"] > div > b::before {
  315. content: "Ducky";
  316. font-size: 16px;
  317. }
  318. #top > a[href$="?id=6"] {
  319. font-size: 0px;
  320. }
  321. #top > a[href$="?id=6"] > div > b::before {
  322. content: "Myspace King";
  323. font-size: 16px;
  324. }
  325. #top > a[href$="?id=5423"] {
  326. font-size: 0px;
  327. }
  328. #top > a[href$="?id=5423"] > div > b::before {
  329. content: "Windows Longhorn";
  330. background-image: url(https://i.ibb.co/n3JYhqK/image.png);
  331. font-size: 16px;
  332. }
  333. .rightHead, .boxHead, div.blogs > div > b {
  334. padding-top: 5px;
  335. padding-bottom: 5px;
  336. padding-left: 10px;
  337. margin-top: 0px;
  338. }
  339. div#online {
  340. content: url(https://i.ibb.co/nnqjjL1/bloggif-5f529ae6c2815.gif);
  341. }
  342. .topLeft {
  343. position: relative;
  344. animation: topLeftIn 3s;
  345. }
  346.  
  347. @keyframes topLeftIn {
  348. from {left: -100px; opacity: 0}
  349. to {left: 0px; opacity: 1}
  350. }
  351.  
  352. .topRight {
  353. position: relative;
  354. animation: topRightIn 3s;
  355. }
  356.  
  357. @keyframes topRightIn {
  358. from {right: -100px; opacity: 0}
  359. to {right: 0px; opacity: 1}
  360. }
  361. #lastLogin, #name { font-size: 0 }
  362. #lastLogin::before { content: "07/10/2013"; font-size: small
Add Comment
Please, Sign In to add comment