Advertisement
tentacoolgoods

req 1030

Oct 30th, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link href="https://fonts.googleapis.com/css?family=raleway" rel="stylesheet" type="text/css">
  3. <link rel="stylesheet" href="https://fontcity.neocities.org/nhl.css">
  4. <link rel="shortcut icon" href="https://i.imgur.com/mbTUOv9.png">
  5. <title></title>
  6.  
  7.  
  8. <style>
  9.  
  10. /* to hide mood & music find the marked override and change display:visible to display:none
  11. to hide date & time find the marked override and change display:visible to display:none
  12. to hide top right navigation links find the marked override and change visibility:visible to visibility:hidden */
  13.  
  14.  
  15. /* layout by tentacool - feel free to reach out for assistance */
  16. /* you do not need to rehost any of my fonts unless you choose to */
  17.  
  18. /* aligns text throughout */
  19. tr {text-align:justify;}
  20.  
  21. /* background */
  22. body {background: #89222F; /* fallback for old browsers */
  23. background: -webkit-linear-gradient(to bottom, #8C2633, #DDCBA4); /* Chrome 10-25, Safari 5.1-6 */
  24. background: linear-gradient(to bottom, #8C2633, #DDCBA4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
  25.  
  26. /* controls font in entries */
  27. td {font-family:; line-height:12px; color:#000; letter-spacing:0px; font-size: 10px;}
  28.  
  29. /* subject line */
  30. p table table td.caption, .entrybox td.index{font-family: raleway, calibri, monaco; font-size: 10px; line-height:10px; color:#000; letter-spacing:1px; text-transform:uppercase;}
  31.  
  32. /* removes top nav extra words */
  33. table table table td.meta {font-size:0px;line-height:0px;}
  34. table table tr.caption td.caption {visibility:hidden;}
  35.  
  36. /* date & time */
  37. .entrybox td.index {display:visible; font-family:helvetica; font-size:8px; line-height:7px; color:#000; letter-spacing:0px;}
  38.  
  39. /*mood & music */
  40. .entrybox td.meta {display:visible;}
  41.  
  42. /* shows your upper right links */
  43. tr.caption {visibility:visible !important;}
  44.  
  45. /* entry background */
  46. .entrybox, .shadowed {background: url(); background-color:#D8D8D8;}
  47.  
  48. /* namefield - adjust margin-left to move links under namefield */
  49. .shadowed td div {font-family: nhl, sans-serif; font-size:40px; line-height:10px; letter-spacing:0px; color:#8C2633; padding-top: 20px; padding-bottom:5px; text-transform:uppercase;}
  50. p table.entrybox table table td.meta, table table table td.meta a {font-size:7px; letter-spacing:1px; line-height:8px;
  51. margin-left:50px;}
  52.  
  53. /* link effects. */
  54. a {color: #8C2633; text-decoration: none; transition: all 0.9s ease-in-out; -o-transition-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out;}
  55. a:hover {text-decoration: none; color: #000; transition: all 0.9s ease-in-out; -o-transition-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out;}
  56.  
  57. /* comments. */
  58. .comments {font-family: raleway, sans-serif; font-size:8px; line-height:8px; letter-spacing:1px; text-transform:uppercase; color:#89222F;}
  59.  
  60. /* locks */
  61. .caption img{width: 7px;height: 7px;}
  62. .ljuser img {display: none;}
  63. .ljuser:before {content: "";}
  64.  
  65. /* all misc little text */
  66. p.index, .index, tr.caption, .date, td.meta {font-family: raleway, sans-serif; font-size: 8px; line-height:7px; color:#000; letter-spacing:1px; text-transform:uppercase; padding:0px;}
  67. b {font-weight:normal !important;}
  68.  
  69. /* icon */
  70. .shadowed img{width: 90; height: 90; padding:2px; box-shadow:0 0 1px #777; background: linear-gradient(to left, #8C2633, #DDCBA4); background: -moz-linear-gradient(to right, #8C2633, #DDCBA4);}
  71.  
  72. /*friends page icons*/
  73. .index img {border-radius:50px; height:50px; width:50px; padding: 4; margin-bottom:5px; background-color: #89222F;}
  74. .index {text-transform:uppercase;font-family: helvetica;font-size:5pt; text-transformation: uppercase; text-shadow:none; letter-spacing: 1px; line-height:0px;}
  75. .entrybox a.index font {color: #8C2633;}
  76. td{background-color:transparent;}
  77.  
  78. /* logo */
  79. .shadowed{background-image:url(https://i.imgur.com/NE9mt1h.png); background-repeat:no-repeat; background-position:right;}
  80. </style>
  81. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement