tentacoolgoods

pip-boy

Sep 28th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link rel="stylesheet" href="https://fontcity.neocities.org/overseer.css">
  3. <link rel="stylesheet" href="https://fontcity.neocities.org/monofonto.css">
  4.  
  5. <style>
  6. /* to hide mood and music find the marked override and change visibility:visible to display:none
  7. to show date find the marked override and change display:none to visibility:visible
  8. to hide top right navigaton find the marked override and change visibility:visible to visibility:hidden */
  9.  
  10. /* layout by tentacool - feel free to reach out for assistance */
  11. /* you do not need to rehost any of my fonts unless you choose to */
  12.  
  13. /* background color */
  14. body {background-image: url(); background-color:#0A0A0A;}
  15.  
  16. /* entry background and border */
  17. .entrybox, .shadowed {background: url(); background-color:#000;
  18. border-left: 2px solid #00FF00; border-right: 2px solid #00FF00; border-top: 0px solid #00FF00; border-bottom: 0px solid #00FF00;}
  19.  
  20. /* comments. */
  21. .comments {font-family: monofonto;
  22. font-size: 7px;
  23. line-height: 7px;
  24. letter-spacing: 1px;
  25. text-transform: uppercase;}
  26.  
  27. /* controls font in entries */
  28. tr {text-align:justify;}
  29. td {font-family:; line-height:12px; color:#d8d8d8; letter-spacing:0px; font-size: 10px;}
  30. td.caption {font-size:0px; line-height:0px;}
  31.  
  32. /* mood & music */
  33. .entrybox td.meta {visibility:visible;}
  34.  
  35. /* date & time */
  36. .entrybox td.index {display:none;}
  37.  
  38. /* top right navigation */
  39. tr.caption {visibility:visible;}
  40.  
  41. /* all misc little text */
  42. p.index, .index, tr.caption, .meta, td.meta, .date {font-family: monofonto, calibri, monaco; font-size: 9px; line-height:10px; color:#00FF00; letter-spacing:2px; text-transform:uppercase; padding:0px;}
  43. .date {padding:0 2 0 2;display:block;text-align:left;} .dates{display:none;} b {font-weight:normal !important;}
  44.  
  45. /* namefield. */
  46. .shadowed td div {font-family: overseer, sans-serif; font-size:55px; line-height:20px; letter-spacing:3px; color:#00FF00; font-weight:light; text-transform:uppercase;}
  47. .shadowed td div img {box-shadow: 0 0 0 !important;}
  48. table table table td.meta {font-size:0px;line-height:0px;}
  49. p table.entrybox table table td.meta, table table table td.meta a {font-family:monofonto; font-size:9px;letter-spacing:1px;line-height:10px;text-transform:uppercase;}
  50.  
  51. /* subject line */
  52. p table table td.caption {color:#d8d8d8; letter-spacing:0px; font-size: 14px; line-height:14px; font-family: monofonto; text-transform:uppercase;}
  53.  
  54. /* link effects. */
  55. a, a:visited, a:active {color:
  56. #00FF00;
  57. text-decoration: none;
  58. -webkit-transition-duration: 1.5s;
  59. -moz-transition-duration: 1.5s;
  60. transition-duration: 1.5s;}
  61.  
  62. a:hover{color: #fff;
  63. text-shadow:1px 1px 1px #00FF00;
  64. text-decoration: none;
  65. -webkit-transition-duration: 1.5s;
  66. -moz-transition-duration: 1.5s;
  67. transition-duration: 1.5s;}
  68.  
  69. /* locks */
  70. .caption img{width: 7px;height: 7px; opacity:0.8;}
  71. .ljuser img {display: none;}
  72. .ljuser:before {content: "~";}
  73.  
  74. .shadowed{background-image:url(https://i.imgur.com/znqtKOP.png);
  75. background-repeat:no-repeat;
  76. background-position:right;
  77. }
  78.  
  79. </style>
  80. <=GLOBAL_HEAD
  81.  
  82. LASTN_OPT_ITEMS=>3
Advertisement
Add Comment
Please, Sign In to add comment