Advertisement
tentacoolgoods

sailor pluto

Sep 25th, 2017
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <title>title</title>
  3. <link rel="shortcut icon" href="https://imgur.com/xQLkvxo.png">
  4. <link rel="stylesheet" href="https://fontcity.neocities.org/sailormoon.css">
  5.  
  6. <style>
  7. /* layout by tentacool - feel free to reach out for assistance */
  8. /* you do not need to rehost my fonts unless you choose to*/
  9.  
  10.  
  11. /* aligns text throughout */
  12. tr {text-align:justify;}
  13.  
  14. /* background */
  15. body {background-image:url(https://i.imgur.com/Vy5q20z.jpg); background-color:#f0f0f0;background-attachment:fixed;}
  16.  
  17. /* entry font */
  18. td {font-family:helvetica; font-size:10px; line-height:12px; color:#000000; letter-spacing:0px;}
  19.  
  20. /* removes top namefield */
  21. table table tr.caption td.caption {visibility: hidden;}
  22.  
  23. /* mood and music */
  24. .entrybox td.meta {display:none}
  25.  
  26. /* date and time */
  27. .entrybox td.index {display:none; font-family:helvetica; font-size:8px; line-height:8px; color:#000000; letter-spacing:0px;}
  28.  
  29. /* shows top right navigation */
  30. .index {color:#fff}
  31. tr.caption {visibility:hidden;}
  32.  
  33.  
  34. /* entry background and line gradient */
  35. .entrybox, .shadowed {background: url(); background-color:#e5e5ea; box-shadow:0 0 1px #dddddd;
  36. border-left: 0px; border-right: 0px; border-top: 0px; border-bottom: 2px solid #000; border-image: repeating-linear-gradient(to right, #DB111F, #380B0B, #fdbb04) 10;}
  37.  
  38.  
  39. /* subject line */
  40. p table table td.caption {color: #000; font-family: helvetica; font-size:10px; letter-spacing:1px; line-height: 10px; text-transform:lowercase;}
  41.  
  42. /* namefield. */
  43. .shadowed td div {font-family: sailor moon;
  44. font-size: 45px;
  45. line-height: 5px;
  46. color: #025F0E;
  47. text-shadow: 1px 1px 1px #000;
  48. font-weight: lighter;
  49. margin-top: 20px;}
  50. .shadowed td div img {box-shadow: 0 0 0 !important;}
  51.  
  52. /* links under name field */
  53. table table table td.meta {font-size:0px;line-height:0px;}
  54. p table.entrybox table table td.meta, table table table td.meta a {font-family:helvetica;font-size:8px;letter-spacing:1px;line-height:7px;text-transform:uppercase;}
  55.  
  56. /* comments. */
  57. .comments {font-family: helvetica;
  58. font-size: 7px;
  59. line-height: 7px;
  60. letter-spacing: 1px;
  61. text-transform: uppercase;}
  62.  
  63. /* link effects. */
  64. a, a:visited, a:active {color:
  65. #000;
  66. text-decoration: none;
  67. -webkit-transition-duration: 1.5s;
  68. -moz-transition-duration: 1.5s;
  69. transition-duration: 1.5s;}
  70.  
  71. a:hover{color: #000;
  72. text-shadow:1px 1px 1px #165C22;
  73. text-decoration: none;
  74. -webkit-transition-duration: 1.5s;
  75. -moz-transition-duration: 1.5s;
  76. transition-duration: 1.5s;}
  77.  
  78. /* locks */
  79. .caption img{width: 7px;height: 7px; opacity:0.8;}
  80. .ljuser img {display: none;}
  81. .ljuser:before {content: "~";}
  82.  
  83. /* hides icon in layout - needed for gif to replace */
  84. .shadowed img {display: none;}
  85.  
  86. /* nav links */
  87. .meta {
  88. background-color:none;
  89. font-family: helvetica;
  90. font-size: 7px;
  91. line-height: 6px;
  92. text-transform: uppercase;
  93. letter-spacing:1px;
  94. background-color: #e5e5ea; }
  95.  
  96. /* makes icons a little smaller on the fp */
  97. .index img{width: 85px; height: 85px;}
  98.  
  99.  
  100. /* gif */
  101. #icon {
  102. position: absolute;
  103. top: 15px;
  104. margin-left: -65px;
  105. visibility: visible;
  106. height: 65px;
  107. width: 65px;
  108. }
  109.  
  110. </style>
  111. <=GLOBAL_HEAD
  112.  
  113. LASTN_OPT_ITEMS=>3
  114.  
  115. LASTN_WEBSITE<=
  116. <div id="icon">
  117. <img src="https://imgur.com/tOFEfbp.gif" style="display: block; width: 60px; height: 60px; padding: 2px; border-radius: 100px; box-shadow:0 0 1px #777; background: linear-gradient(to left, #DB111F, #380B0B, #000000, #FDBB04);background: -moz-linear-gradient(to right, #f2c4d7, #c3e5e9);">
  118. </div>
  119. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement