Advertisement
tentacoolgoods

cotton candy

May 23rd, 2018
2,739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.76 KB | None | 0 0
  1. FRIENDS_WEBSITE<=
  2. <div id="sidebar">
  3. <form><input type="checkbox" id="dropdown"><label for="dropdown"><font style="font-size:10px;"><i class="fa fa-cloud"></i></font></label><span class="drop">
  4. <a href="">customs</a>
  5. <a href="/">entries</a>
  6. <a href="">scenes</a>
  7. <a href="">ooc</a>
  8. </span></form></div>
  9.  
  10. <div id="icon">
  11. <a href="/profile"><img src="https://78.media.tumblr.com/cc0ec32621c043ca103947b1b61d0181/tumblr_mt9nanMTzS1s7v9qwo8_250.gif" style="display: block; visibility: visible; width:60px; height: 60px; border-radius: 100px; box-shadow: 1px 1px 3px #1d1d1d;"></a>
  12. </div>
  13.  
  14. <div id="top"><font class="name">namefield</font></div>
  15. <=FRIENDS_WEBSITE
  16.  
  17. DAY_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%% <a href="%%urlpost%%">▲</a></td></tr>
  18.  
  19. LASTN_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%% <a href="%%urlpost%%">▲</a></td></tr>
  20.  
  21. GLOBAL_HEAD<=
  22. <title></title>
  23. <link rel="shortcut icon" href="">
  24.  
  25. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  26. <link rel="stylesheet" href="https://fontcity.neocities.org/mellonydry.css?family=mellony+dry">
  27. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  28.  
  29. <style>
  30.  
  31. /* layout by tentacool with sidebar coding by tessisamess/from lupe - feel free to reach out for assistance
  32. you do not need to rehost any of my fonts unless you choose to */
  33.  
  34. /* background */
  35. body {
  36. background: url(https://i.imgur.com/fnRC48c.png), url(https://i.imgur.com/J1whj3n.jpg);
  37. background-attachment: fixed;
  38. height: 100%;
  39. margin-top: 2px;
  40. }
  41.  
  42. /* entrybox */
  43. .entrybox, .shadowed { background-color: rgba(255,255,255,.7);}
  44.  
  45. /* mood & music - to hide change display:visible to display:none */
  46. .entrybox td.meta {display: visible; font-family: roboto; font-size:7px; line-height:9px; text-transform: uppercase; color:#777}
  47.  
  48. /* time & date - to hide change display:visible to display:none */
  49. .entrybox td.index {display:visible; font-family: roboto; font-size:7px; line-height:9px; text-transform: uppercase; color:#777}
  50.  
  51. /* removes namefield and header */
  52. .shadowed td div {visibility:hidden; position:absolute; top:0px; margin-top: 20px;}
  53. .shadowed {padding: 22px;}
  54.  
  55. /* hides top left name */
  56. td.caption {font-size:0px; line-height:0px;}
  57.  
  58. /* upper right links */
  59. .date, a.index {display:visible !important;} table table tr.caption td.index{visibility: hidden;}
  60.  
  61. /* cursor */
  62. body, a {cursor:url(https://i.imgur.com/h2zNor5.png), default;}
  63. a:hover {cursor:url(https://i.imgur.com/6GAtOYA.png), default;}
  64.  
  65. /* default font */
  66. td{font-family:; line-height:11px; letter-spacing:0px; font-size: 10px;}
  67. tr{text-align:justify;}
  68.  
  69. /*friends page icons*/
  70. .index img {border-radius:50px; height:50px; width:50px; padding: 4; margin-bottom:5px; background-color: #A0DAFA;}
  71. .index {text-transform:uppercase;font-family: roboto; font-size:5pt; text-transformation: uppercase; text-shadow:none; letter-spacing: 1px; line-height:5px;}
  72. .entrybox a.index font {color: #777;}
  73. td{background-color:transparent;}
  74.  
  75. /*hides userpic info brackets */
  76. .entrybox table table table td[align=center]{color:transparent;text-align:center;font-size:0;}
  77. table table table table .meta {line-height: 5px; visibility: hidden;}
  78.  
  79. /* earlier/later */
  80. .meta {font-family: roboto; font-size: 7px; text-transform: uppercase; line-height: 0px; padding: 0px; letter-spacing: 1px;}
  81.  
  82. /* hides viewing & navigation */
  83. .meta {color: transparent}
  84. .index {color: transparent}
  85.  
  86. /* subject */
  87. p table table td.caption{letter-spacing: 1; color:#777; font-size: 8px; font-family: roboto; text-transform: uppercase; font-weight: 500; line-height: 8px;}
  88.  
  89. /* comments */
  90. .comments {color:#777; letter-spacing: 1; text-transform: uppercase; font-size: 8px; font-family: roboto;}
  91.  
  92. /* locks */
  93. .caption img{width: 7px;height: 7px; opacity:0.8;}
  94. .ljuser img {display: none;}
  95. .ljuser:before {content: "★";}
  96.  
  97. /* hides icon in layout - needed for gif to replace */
  98. .shadowed img {display: none;}
  99.  
  100. /* link effects. */
  101. a {color: #81cff9; text-decoration: none; transition: all 0.6s ease-in-out; -o-transition-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;}
  102. a:hover {text-decoration: none; color: transparent; transition: all 0.6s ease-in-out; -o-transition-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;}
  103.  
  104. /* highlighted text */
  105. ::selection {background-color: #A0DAFA; color: #fff;}
  106. ::-moz-selection {background-color: #A0DAFA; color: #fff;}
  107. ::-webkit-selection {background-color: #A0DAFA; color: #fff;}
  108.  
  109.  
  110. /* ~ tessisamess sidebar codes taken from lupe */
  111. #sidebar{visibility:visible; position: absolute; width:120px; top:-2px; left:50%; margin-left: 270px; text-align:center; z-index:99999;}
  112. #sidebar img{display:inline; max-width:100%;}
  113. #sidebar-inner{display:block; margin:10px 30px;}
  114. input[type=checkbox]{display:none;}
  115.  
  116. label{display:block; margin:0 30px; cursor:pointer; background: ; border:none; border-bottom:none!important; padding:2px 4px; text-align:left; -webkit-border-radius:4px; border-radius:5px;}
  117. label i{ font-style:normal; display:block;}
  118.  
  119. /* drop menu text */
  120. .drop{display:block; margin: 4px 30px; background: url(https://i.imgur.com/wX5DwNI.png); max-height:0; overflow:hidden; text-align:left; color:#aaaaaa; font-family: roboto; font-size: 6px; line-height: 7px; letter-spacing:1px; text-transform:uppercase; letter-spacing:1px; box-shadow:0 0 1px #dddddd;
  121. -webkit-border-radius: 5px 5px 5px 5px; border-radius:0px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
  122.  
  123. input[type=checkbox]:checked ~ label{-webkit-border-radius:5px 5px 5px 5px;; border-radius:5px 5px 5px 5px;}
  124. input[type=checkbox]:checked ~ .drop{ max-height:400px;}
  125.  
  126. /* drop menu text color and background color */
  127. .drop a{display:block; color: #aaaaaa; padding:3px 4px;}
  128. .drop a:hover{ background:#A0DAFA; color:#fff;}
  129.  
  130. /* namefield replacement font and icon placement - you may have to adjust the margin-left for the icon if your namefield is long */
  131. #top {position: absolute; visibility: visible; top:15px; margin-left: -180px; z-index:1; text-align:justify; width:600px;}
  132. .name {font-family: mellony dry; display: block; color: #A0DAFA; font-size: 32px; letter-spacing: 0px; line-height: 30px; text-align: center; text-shadow: 2px 1px 0px #ffffff, 3px 2px 2px #aaaaaa; text-transform: lowercase;}
  133. #icon {position: absolute; margin-left: -25px; top: 1px; visibility: visible; z-index: 2;}
  134.  
  135. </style>
  136. <=GLOBAL_HEAD
  137.  
  138. FRIENDS_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%% <a href="%%urlpost%%">▲</a></td></tr>
  139.  
  140. LASTN_OPT_ITEMS=>3
  141.  
  142. LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  143.  
  144. FRIENDS_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  145.  
  146. LASTN_WEBSITE<=
  147. <div id="sidebar">
  148. <form><input type="checkbox" id="dropdown"><label for="dropdown"><font style="font-size:10px;"><i class="fa fa-cloud"></i></font></label><span class="drop">
  149. <a href="">customs</a>
  150. <a href="/friends">friends</a>
  151. <a href="">scenes</a>
  152. <a href="">ooc</a>
  153. </span></form></div>
  154.  
  155. <div id="icon">
  156. <a href="/profile"><img src="https://78.media.tumblr.com/cc0ec32621c043ca103947b1b61d0181/tumblr_mt9nanMTzS1s7v9qwo8_250.gif" style="display: block; visibility: visible; width:60px; height: 60px; border-radius: 100px; box-shadow: 1px 1px 3px #1d1d1d;"></a>
  157. </div>
  158.  
  159. <div id="top"><font class="name">namefield</font></div>
  160. <=LASTN_WEBSITE
  161.  
  162. DAY_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement