Advertisement
jusyjuse

theme.1bitmono

Mar 1st, 2021
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.72 KB | None | 0 0
  1. /* || Font properties*/
  2. @font-face {
  3.     font-family: GNUunifont;
  4.     src: url(https://dl.dropboxusercontent.com/s/klcae31mnpww3nn/GnuUnifontFull-Pm9P.ttf?dl=0);
  5. }
  6. *,
  7. audio::-webkit-media-controls-time-remaining-display,
  8. audio::-webkit-media-controls-current-time-display {
  9.     font-family: GNUunifont, ms pgothic, arial;
  10. }
  11. /* || Background*/
  12. body,
  13. ::-webkit-scrollbar-track {
  14.     background: #ffffff;
  15.     background-size: inherit;
  16.     font-size: 15px;
  17.     padding-top: 0px;
  18.     margin-top: 0px;
  19.     overflow-x: hidden;
  20. }
  21.  
  22. /* || Cursor */
  23.  
  24. * {
  25.     cursor: url(https://cdn.discordapp.com/attachments/704499836375793775/813959659567185940/my-mouse-pointer.cur), auto;
  26. }
  27.  
  28. input,
  29. .fwiendFace b,
  30. .tableLeft b,
  31. .tableLeft img,
  32. #avatar.avatar,
  33. .fwiendFace img,
  34. .logo,
  35. a,
  36. button,
  37. #add.boxButton,
  38. #sMsg.boxButton,
  39. #imgPreview img,
  40. #imgPreview {
  41.     cursor: url(https://cdn.discordapp.com/attachments/704499836375793775/813959684900782160/Cursor_15.cur), auto;
  42. }
  43.  
  44. /* || Color of selection text */
  45.  
  46. ::selection {
  47.     color: white;
  48.     background: #00000080;
  49. }
  50.  
  51. /* || Scrollbar*/
  52.  
  53. #userWall::-webkit-scrollbar-track {
  54.     background: transparent;
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58.     width: 16px;
  59. }
  60.  
  61. ::-webkit-scrollbar-track {
  62.     background-attachment: local;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb {
  66.     background: #ffffff;
  67.     border: #000000 1px solid;
  68.     height: 10%;
  69.     border-radius: 5px;
  70. }
  71.  
  72. /* || Greying filter for all images and embedded video*/
  73.  
  74. /* Remove psuedoselector :not(img#avatar) for greyscale to effect user avatar*/
  75.  
  76. img:not(img#avatar) {
  77.     filter: grayscale(1) contrast(5)
  78. }
  79.  
  80. iframe {
  81.     filter: grayscale(1);
  82. }
  83.  
  84. /* || Container properties */
  85.  
  86. #container {
  87.     max-width: 799px;
  88.     margin-left: auto;
  89.     margin-right: auto;
  90.     border: 1px solid #ffffff;
  91.     background-size: 10px 10px;
  92.     background-attachment: fixed;
  93.     background-position: 0 0, 0px 0px;
  94.     background-color: #ffffff9e;
  95.     background-repeat: repeat;
  96.     display: flex-root;
  97. }
  98.  
  99. /* || Header/subheader */
  100.  
  101. #header {
  102.     all: revert !important;
  103.     height: 200px !important;
  104.     border-bottom: 1px solid #ffffff !important;
  105.     position: inherit !important;
  106.     width: 100% !important;
  107.     background: url(https://cdn.discordapp.com/attachments/704499836375793775/813926623697960960/hatsune-miku-black-white-girl_bGtmbZSZmpqtpaSklGdlaW2tZmZqZw.png) no-repeat fixed center -27px !important;
  108.     background-size: 851px !important;
  109. }
  110.  
  111. #header span {
  112.     text-shadow: 0 0 2px black
  113. }
  114.  
  115. #hSub {
  116.     all: revert !important;
  117.     font-size: 0px !important;
  118.     position: initial !important;
  119.     text-align: center !important;
  120. }
  121.  
  122. #hSub a {
  123.     font-size: small !important;
  124. }
  125.  
  126. #hSub a:not(:nth-child(9)):after {
  127.     content: " ▪ ";
  128.     font-size: small;
  129.     color: white;
  130. }
  131.  
  132. .topRight,
  133. .topLeft {
  134.     border: 1px double #000000;
  135.     padding: 0px;
  136.     background: #ffffff;
  137.     margin: 4px;
  138.     margin-top: 4px;
  139.     box-sizing: border-box;
  140. }
  141.  
  142. /* || Text colors */
  143.  
  144. p,
  145. .blog,
  146. .short,
  147. #commentInput,
  148. .topLeft.blogCard,
  149. .blurbs .blogs {
  150.     color: #000000;
  151. }
  152.  
  153. h4,
  154. h2,
  155. h5,
  156. h6,
  157. h1,
  158. span.fwiendCount {
  159.     color: #000000;
  160.     margin-bottom: 0px;
  161. }
  162.  
  163. a {
  164.     color: #ffffff;
  165. }
  166.  
  167. a:link {
  168.     text-shadow: 0px 0px 2px #000000;
  169.     color: #ffffff;
  170.     text-decoration: none;
  171.     text-transform: none;
  172. }
  173.  
  174. button,
  175. input {
  176.     color: white;
  177.     background: black url(https://i.ibb.co/rM4NFkJ/sidemenu.png);
  178.     border-radius: 4px;
  179.     border: 1px solid black;
  180. }
  181.  
  182. .rightHead,
  183. .boxHead,
  184. #hSub,
  185. #userWall~div {
  186.     color: #ffffff !important;
  187.     background: black !important;
  188.     padding: 6px !important;
  189.     background-size: 10px, 50px;
  190.     border-bottom: white 2px double;
  191. }
  192.  
  193. .extended {
  194.     margin: -1px;
  195.     padding: 10px;
  196.     border: 1px solid #000000;
  197.     color: white;
  198.     text-shadow: 0 0 4px black;
  199.     background: url(https://cdn.discordapp.com/attachments/704499836375793775/814012256416563240/unknown.png) repeat, url(https://newevolutiondesigns.com/images/freebies/black-white-ipad-background-21.jpg) center center;
  200.     background-size: 5px , 161%
  201. }
  202.  
  203. /*|| Blog list marquee*/
  204.  
  205. .box.blurbs .blogs {
  206.     width: initial;
  207.     height: 5em;
  208.     margin: 0px;
  209.     overflow: hidden;
  210.     border-top: 1px solid #000000;
  211. }
  212.  
  213. .box.blurbs .blogs>* {
  214.     top: 1em;
  215.     position: relative;
  216.     box-sizing: border-box;
  217.     animation: slider 7s linear infinite;
  218.     text-align: center;
  219. }
  220.  
  221. @keyframes slider {
  222.     0% {
  223.         top: 5em
  224.     }
  225.     100% {
  226.         top: -6em
  227.     }
  228. }
  229.  
  230. .blogs> :nth-child(2) a:after {
  231.     text-decoration: none;
  232. }
  233.  
  234. .blogs> :nth-child(2) a:link:after {
  235.     content: 'NEW';
  236.     color: #000;
  237.     display: inline-block;
  238.     font-size: 0.7em;
  239.     margin-left: 7px;
  240.     position: absolute;
  241. }
  242.  
  243. a:visited:after {
  244.     color: #000000;
  245. }
  246.  
  247. /* || Fwiends */
  248.  
  249. #container>.topRight>.fwiends>.fwiendCounter {
  250.     color: white;
  251.     text-align: center
  252. }
  253.  
  254. #top>a b,
  255. #userWall td.tableLeft>a>div {
  256.     background: white;
  257.     border-radius: 5px 5px 2px 0;
  258.     overflow-wrap: anywhere;
  259.     max-height: 2em;
  260.     text-overflow: clip;
  261. }
  262.  
  263. #top>a b {
  264.     white-space: nowrap;
  265. }
  266.  
  267. #top>a img {
  268.     width: 100%;
  269.     height: 103px;
  270.     object-fit: cover;
  271.     box-sizing: border-box;
  272. }
  273.  
  274. /* || Friend Username Marquee */
  275.  
  276. #top>a b:before {
  277.     content: ".";
  278.     margin-left: 0px;
  279.     font-size: 0px;
  280. }
  281.  
  282. #top>a b:hover:before {
  283.     animation: horizonalMarquee 6s infinite linear;
  284. }
  285.  
  286. @keyframes horizonalMarquee {
  287.     0% {
  288.         margin-left: 100%;
  289.     }
  290.     25% {
  291.         margin-left: 0%
  292.     }
  293.     60% {
  294.         margin-left: 0%
  295.     }
  296.     99% {
  297.         margin-left: -250%;
  298.     }
  299.     99.1% {
  300.         margin-left: 200%;
  301.     }
  302.     100% {
  303.         margin-left: 100%;
  304.     }
  305. }
  306.  
  307. #top>a:hover {
  308.     color: white;
  309.     transition: .5s ease-in-out;
  310. }
  311.  
  312. /* || Comments */
  313.  
  314. #form>form {
  315.     background: #ffffff;
  316.     margin-bottom: 0px;
  317. }
  318.  
  319. #commentInput {
  320.     margin: 7px;
  321.     width: -webkit-fill-available;
  322.     width: -moz-available;
  323.     resize: vertical;
  324.     height: 29px;
  325.     max-height: 100px;
  326.     border: 1px #ffffff solid;
  327.     background: white;
  328. }
  329.  
  330. #userWall {
  331.     overflow: hidden;
  332.     width: 100%;
  333.     height: 47vh;
  334.     overflow-y: scroll;
  335.     margin: 0px;
  336.     padding-top: revert;
  337. }
  338.  
  339. #commentInput {
  340.     background: #000000;
  341.     color: white;
  342. }
  343.  
  344. td.shortRight {
  345.     overflow: hidden;
  346.     display: table-row-group;
  347. }
  348.  
  349. #avatar {
  350.     width: 180px;
  351.     margin: 1px;
  352. }
  353.  
  354. .tableLeft {
  355.     background-color: transparent;
  356.     width: 30%;
  357.     background-clip: border-box;
  358.     padding: 5px;
  359.     padding-right: 5px;
  360.     padding-left: 5px;
  361. }
  362.  
  363. #userWall td.tableLeft>a>div {
  364.     margin: auto;
  365.     max-width: initial;
  366. }
  367.  
  368. #userWall td.tableLeft>a>img {
  369.     box-sizing: border-box;
  370. }
  371.  
  372. .comments {
  373.     background-size: 10px 10px;
  374.     background-attachment: fixed;
  375.     background-position: 0 0, 0px 0px;
  376.     background-color: transparent;
  377. }
  378.  
  379. .tableRight {
  380.     width: 80%;
  381.     background: #ffffff;
  382.     border: black 1px solid;
  383.     padding: 15px;
  384.     border-radius: 5px;
  385. }
  386.  
  387. #userWall>tbody>tr:last-child>.tableRight {
  388.     background: url(https://i.ibb.co/0sfb0nW/crow.gif) bottom repeat-x, #ffffff;
  389. }
  390.  
  391. td.tableRight b {
  392.     width: 100%;
  393.     float: right;
  394.     text-align: right;
  395. }
  396.  
  397. /* || Top Left*/
  398.  
  399. /* Name */
  400.  
  401. #name {
  402.     position: absolute;
  403.     margin-top: -77px;
  404.     color: white;
  405.     animation: nameColor 4s infinite forwards;
  406.     text-shadow: 0px 0px 4px #ffffff;
  407. }
  408.  
  409. @keyframes nameColor {
  410.     0% {
  411.         color: #000000;
  412.     }
  413.     50% {
  414.         color: #ffffff;
  415.         text-shadow: 0px 0px 4px #000000;
  416.     }
  417.     100% {
  418.         color: #000000;
  419.         text-shadow: 0px 0px 4px #ffffff;
  420.     }
  421. }
  422.  
  423. /* || User information */
  424.  
  425. .short {
  426.     margin-top: 5px;
  427. }
  428.  
  429. /* || Contact box */
  430.  
  431. .boxInfo {
  432.     border: 0px;
  433.     margin: 0px;
  434. }
  435.  
  436. .boxHead~a>.boxButton {
  437.     background: none !important;
  438.     color: black;
  439. }
  440.  
  441. #sMsg {}
  442.  
  443. #report {
  444.     float: right;
  445. }
  446.  
  447. #add {}
  448.  
  449. #block {
  450.     float: right;
  451. }
  452.  
  453. /* || URL box */
  454.  
  455. .url {
  456.     display: none;
  457. }
  458.  
  459. /* || Music player */
  460.  
  461. .player {
  462.     margin: 0px;
  463.     background-color: #fff;
  464.     font-weight: 200;
  465.     color: #fff;
  466.     text-shadow: 0px 0px 1px black;
  467.     background-image: url(https://i.ibb.co/ZVfPhYv/ezgif-com-gif-maker.gif);
  468.     background-repeat: repeat-x;
  469.     background-size: 100px;
  470.     background-position-y: 0;
  471.     animation: bgRoll 8s infinite linear;
  472. }
  473.  
  474. .songName::before {
  475.     content: "";
  476.     display: block;
  477.     width: 100%;
  478.     height: 150px;
  479.     background: black url(https://i.ibb.co/0sfb0nW/crow.gif) center no-repeat;
  480.     background-size: cover;
  481.     border: 4px solid #000000;
  482.     border-radius: 8px;
  483.     box-sizing: border-box;
  484.     margin-bottom: 10px;
  485. }
  486.  
  487. .songName {
  488.     padding-bottom: -10px;
  489. }
  490.  
  491. .songName:not(first-child)>* {
  492.     filter: drop-shadow(0px 0px 1px #000);
  493. }
  494.  
  495. @keyframes bgRoll {
  496.     0% {
  497.         background-position: 0% 85%, 0px 0px;
  498.     }
  499.     100% {
  500.         background-position: 150% 85%, 0px 0px;
  501.     }
  502. }
  503.  
  504. audio {
  505.     box-sizing: border-box;
  506.     border-radius: 0px;
  507.     box-shadow: 0px 3px 4px 5px #000000;
  508.     border-radius: 30px;
  509.     width: 115%;
  510.     position: relative;
  511.     right: 25px;
  512.     border: 4px solid black;
  513. }
  514.  
  515. audio::-webkit-media-controls-panel {
  516.     background-color: black;
  517.     box-sizing: border-box;
  518. }
  519.  
  520. audio::-webkit-media-controls-panel {
  521.     background: #ffffff;
  522.     border-radius: 0;
  523. }
  524.  
  525. audio::-webkit-media-controls-timeline {
  526.     background: #ffffff;
  527.     height: 1px;
  528.     margin-left: 15px;
  529. }
  530.  
  531. /* || Blog*/
  532.  
  533. .blog {
  534.     background-color: #ffffff;
  535.     padding: 0px;
  536. }
  537.  
  538. .blogs,
  539. .blog {
  540.     margin-bottom: 0px;
  541. }
  542.  
  543. .blogs div,
  544. .blog div {
  545.     margin-bottom: 0px;
  546. }
  547.  
  548. .blog> :nth-child(1) {
  549.     position: absolute;
  550. }
  551.  
  552. .blogCard .avatar {
  553.     width: 99% !important;
  554. }
  555.  
  556. .topLeft.blogCard ul {
  557.     top: 1em;
  558.     overflow: hidden;
  559.     position: relative;
  560.     box-sizing: border-box;
  561.     animation: slide 7s linear infinite;
  562.     text-align: center;
  563. }
  564.  
  565. .topLeft.blogCard> :nth-child(9) {
  566.     border: 1px solid;
  567.     overflow: hidden;
  568.     text-align: center;
  569.     border: transparent;
  570. }
  571.  
  572. .topLeft.blogCard> :nth-child(9)>* {
  573.     top: 1em;
  574.     overflow: hidden;
  575.     position: relative;
  576.     box-sizing: border-box;
  577.     animation: slider 7s linear infinite;
  578.     display: block;
  579.     padding: 0px;
  580.     margin-inline-start: 0px;
  581. }
  582.  
  583. .topLeft.blogCard .boxInfo {
  584.     display: none
  585. }
  586.  
  587. #userWall~div {
  588.     color: white;
  589.     padding: 0px;
  590. }
  591. /*By oddfrog*/
  592. /*END*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement