Advertisement
codejam

flowers up top -- requested

Oct 5th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <style>
  3.  
  4. body, td {font-family: verdana, sans-serif; font-size: 10pt;}
  5. tt, pre {font-family: monospace;}
  6. a {text-decoration: none;}
  7. a:hover {text-decoration: underline;}
  8. .shadowed, .ljadshadowed {font-size: 8pt;background: ;}
  9. .ljadshadowed div {visibility: visible;position: relative;}
  10. .meta {font-size: 8pt;}
  11. .index {font-size: 8pt;}
  12. .caption, .index {color: ;}
  13. .comments {font-size: 8pt;}
  14. </style>
  15.  
  16.  
  17. <link rel="icon" type="image/png" href="http://i.imgur.com/vZEb8tw.png">
  18.  
  19.  
  20. <style>
  21.  
  22.  
  23.  
  24. body {background-color:#f5f5f3; background-image:url(http://i.imgur.com/rdTZ8eN.png); background-repeat: repeat-x;}
  25. table { margin-bottom: -6px;}
  26. td {font-size: 11px; line-height: 10px; font-family: arial; color:#f79992;}
  27. .entrybox {background-color:#fff; box-shadow:0px 0px 3px #eae7d7; border-radius:3px; padding:0; border-top: 0px solid #eae7d7; border-bottom: 2px solid #eae7d7;}
  28.  
  29. /* icon */
  30. .shadowed img {display:none;}
  31.  
  32. /* hides the date brackets */
  33. .entrybox td.index{display:none;}
  34.  
  35. /* links */
  36. a {color:#f46761; text-shadow: 0px 0px 1px #f46761; text-decoration: none; -webkit-transition-duration: 0.9s;
  37. -moz-transition-duration: 0.9s;
  38. -o-transition-duration: 0.9s;
  39. -ms-transition-duration: 0.9s;}
  40. a:hover {color:#f9cac2; text-shadow:0px 0px 2px #f46761; text-decoration: none; -webkit-transition-duration: 0.9s;
  41. -moz-transition-duration: 0.9s;
  42. -o-transition-duration: 0.9s;
  43. -ms-transition-duration: 0.9s;}
  44.  
  45. /* name */
  46. .shadowed td div {font-family: arial; font-size: 25px; line-height: 27px; letter-spacing: 0px; color: #a491a5; text-shadow: #000000 0px 0px 0px;}
  47.  
  48. /* nav */
  49. .index, .meta {font-family: arial narrow; font-size: 7px; line-height:0px; text-transform: uppercase; letter-spacing: 1; color:#f5f5f3;}
  50.  
  51. /* friends page icons & users. */
  52. .entrybox a.index {color:#f46761; font-family:consolas; font-size:8px; line-height:8px; text-transform:uppercase; letter-spacing: 1px; padding:0px;}
  53.  
  54. .entrybox td.meta{
  55. color:#f9cac2; font-family: arial narrow; font-size: 7px; line-height:7px; text-transform:uppercase;}
  56.  
  57. /* top box nav */
  58. table table table table td.meta {font-family: arial narrow; font-size: 7px; line-height:0px; text-transform:uppercase;}
  59.  
  60. /* viewing and etc at the bottom & music/mood */
  61. .meta{font-family: arial narrow; font-size: 7px; color:#f5f5f3; line-height: 0px; text-transform: uppercase; letter-spacing: 1px;}
  62.  
  63. /* subject */
  64. p table table td.caption {font-family:arial; font-size: 11px; color:#f46761; line-height: 10px; text-transform: none; letter-spacing: 1px; text-shadow:0px 0px 1px #f9cac2;}
  65.  
  66. /* comments */
  67. .comments {font-family:arial narrow; font-size: 7px; line-height: 12px; text-transform: uppercase; letter-spacing: 1px;}
  68.  
  69. /* ij icon & locks */
  70. .ljuser img {display:none;}
  71. .caption img{width: 5px; height:5px;}
  72.  
  73. .ljadshadowed div {visibility: visible;position: relative;}
  74. table table table table table .meta {visibility: visible; position:relative;}
  75. .shadowed span#navigation img {display: inline; visibility: visible; position: relative;}
  76.  
  77. /* aligns all text */
  78. tr {text-align:justify;}
  79.  
  80. /* top box website lyrics, etc */
  81. .shadowed {background-image:url(); background-repeat:no-repeat; background-position:center; padding:0;}
  82. .title{font-family: pea, arial; font-size: 36px; line-height: 22px; letter-spacing: -1px; text-shadow: 0px 0px 2px #d2cc99; text-transform: none;}
  83. .sub {display: inline; font-size: 7px; font-family: arial narrow; text-transform: uppercase; font-weight: light; letter-spacing:1.5px; color:#000000; line-height: 6px; padding-top:1px; padding-left:1px; text-align:justify; text-shadow:0px 0px 1px #6B4760;}
  84.  
  85. a#buttons {
  86. border-radius: 4px;
  87. color: transparent;
  88. display: inline-block;
  89. height: 7px;
  90. font-family: consolas;
  91. font-size: 7px;
  92. line-height: 7px;
  93. letter-spacing: 1px;
  94. overflow: hidden;
  95. padding: 1px 1px;
  96. text-align: center;
  97. text-shadow: none;
  98. text-transform: uppercase;
  99. transition: all 0.3s ease-in;
  100. vertical-align: text-top;
  101. width: 7px;
  102. -webkit-transition: all 0.4s ease-in; }
  103.  
  104. a#buttons:hover {
  105. color: #fff;
  106. font-family: consolas;
  107. font-size: 7px;
  108. height: 7px;
  109. text-transform: uppercase;
  110. transition: all 0.3s ease-in;
  111. width: 60px;
  112. -webkit-transition: all 0.4s ease-in; }
  113.  
  114. .one {
  115. background: #f46761; }
  116.  
  117. .two {
  118. background: #f79992; }
  119.  
  120. .three {
  121. background: #f9cac2; }
  122.  
  123. </style>
  124.  
  125.  
  126.  
  127. <style>
  128.  
  129.  
  130.  
  131. table table table table .meta {visibility:hidden; position:absolute; top:1px}
  132. table table table table table .meta {visibility:visible; position:relative; top:1px}
  133. tr.caption {display:none}
  134. .shadowed td div {visibility:hidden; position:absolute; top:1px}
  135. .shadowed span#navigation img {display:inline; visibility:visible; position:relative;}
  136. <!--
  137. #links{position:absolute; visibility: visible; top:110px; right: 49.5%; margin-right: -355px; z-index:0;}
  138. -->
  139. </style>
  140. <=GLOBAL_HEAD
  141.  
  142. FRIENDS_WEBSITE<=
  143.  
  144. <div align="center"><b>marcie</b></div><p>
  145. <table cellspacing="0" cellpadding="0" border="0" summary="">
  146.  
  147. <style>
  148.  
  149. <!--
  150. table table table table .meta {visibility:hidden;position:absolute;top:1px}
  151. table table table table table .meta {visibility:visible;position:relative;top:1px}
  152. -->
  153. </style>
  154.  
  155. <tr><td colspan="5" width="100%">
  156. <table style="float:right" cellspacing="0" border="0" cellpadding="0">
  157. <tr><td class="meta">
  158. <span id="navigation">
  159.  
  160. <tr><td valign="right" colspan="0" width="700">
  161. <table align="center" cellspacing="0" border="0" cellpadding="0"><center><br><br><br><br><br><br>
  162. <br><br><br></td></tr></table>
  163.  
  164. <div id="links">
  165. <table width="65" align="center" cellspacing="0" border="0" cellpadding="0">
  166. <tr><td valign="right"><p align="justify"><a class="one" id="buttons" href="/entries">journal</a><br>
  167. <a class="two" id="buttons" href="/friends">friends</a><br>
  168. <a class="three" id="buttons" href="/profile">profile</a><br></td></tr></table>
  169. <p><p>
  170. </div>
  171.  
  172. </span>
  173. </td></tr></table></td></tr>
  174.  
  175. <=FRIENDS_WEBSITE
  176.  
  177. LASTN_WEBSITE<=
  178.  
  179.  
  180. <div align="center"><b>marcie</b></div><p>
  181. <table cellspacing="0" cellpadding="0" border="0" summary="">
  182.  
  183. <style>
  184.  
  185. <!--
  186. table table table table .meta {visibility:hidden;position:absolute;top:1px}
  187. table table table table table .meta {visibility:visible;position:relative;top:1px}
  188. -->
  189. </style>
  190.  
  191. <tr><td colspan="5" width="100%">
  192. <table style="float:right" cellspacing="0" border="0" cellpadding="0">
  193. <tr><td class="meta">
  194. <span id="navigation">
  195.  
  196. <tr><td valign="right" colspan="0" width="700">
  197. <table align="center" cellspacing="0" border="0" cellpadding="0"><center><br><br><br><br><br><br>
  198. <br><br><br></td></tr></table>
  199.  
  200. <div id="links">
  201. <table width="65" align="center" cellspacing="0" border="0" cellpadding="0">
  202. <tr><td valign="right"><p align="justify"><a class="one" id="buttons" href="/entries">journal</a><br>
  203. <a class="two" id="buttons" href="/friends">friends</a><br>
  204. <a class="three" id="buttons" href="/profile">profile</a><br></td></tr></table>
  205. <p><p>
  206. </div>
  207.  
  208. </span>
  209. </td></tr></table></td></tr>
  210.  
  211. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement