tentacoolgoods

cloudy alternative - request

Mar 5th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <title></title>
  3. <link rel="shortcut icon" href="">
  4. <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
  5. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  6.  
  7. <style>
  8. /* layout by tentacool - feel free to reach out for assistance
  9. you do not need to rehost any of my fonts unless you choose to */
  10.  
  11. /* background */
  12. body {background: #C2ABC6; /* fallback for old browsers */
  13. background: -webkit-linear-gradient(to bottom, #EEA9AE, #FFEFF6); /* Chrome 10-25, Safari 5.1-6 */
  14. background: linear-gradient(to bottom, #EEA9AE, #FFEFF6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
  15.  
  16. /* font throughout */
  17. td{ color: font-family: arial; font-size: 11px; line-height: 12px;}
  18.  
  19. /* aligns text */
  20. tr{text-align:justify;}
  21.  
  22. /* link effects. */
  23. a {color: #A186A5; 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;}
  24. 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;}
  25.  
  26. /* locks */
  27. .caption img{width: 7px;height: 7px; opacity:0.8;}
  28. .ljuser img {display: none;}
  29. .ljuser:before {content: "★";}
  30.  
  31. /* removes top things */
  32. .shadowed img{display:none;} /* default icon */
  33. tr.caption {display:none} /* top left namefield */
  34. .shadowed td div {visibility:hidden; position:absolute; top:1px} /* namefield */
  35. table table table table .meta {visibility:hidden; position:absolute; top:1px} /* links under namefield */
  36.  
  37. /* mood & music - to hide change display:visible to display:none */
  38. .entrybox td.meta {display: visible; font-family: roboto; font-size:7px; line-height:9px; text-transform: uppercase; color:#777}
  39.  
  40. /* time & date - to hide change display:visible to display:none */
  41. .entrybox td.index {display:visible; font-family: roboto; font-size:7px; line-height:9px; text-transform: uppercase; color:#777}
  42.  
  43. /* subject */
  44. p table table td.caption{letter-spacing: 1; color:#777; font-size: 8px; font-family: roboto; text-transform: uppercase; font-weight: 500;}
  45.  
  46. /* entrybox and gradient */
  47. .entrybox {background: url(); background-color:#FBF9F9;
  48. border-left:3px solid; border-right: 0px; border-top: 0px; border-bottom:0pxt; border-image: repeating-linear-gradient(to bottom, #C2ABC6, #A186A5) 3}
  49.  
  50. /* moves entries closer together */
  51. table{margin-bottom: -5px;}
  52.  
  53. /*friends page icons*/
  54. .index img {height:70px; width:70px; margin-bottom:7px;}
  55. .index {text-transform:uppercase;font-family: roboto; font-size:5pt; text-transformation: uppercase; letter-spacing: 1px;}
  56. .entrybox a.index font {color: #777;}
  57. td{background-color:transparent;}
  58.  
  59. /* comments */
  60. .comments {color:#777; letter-spacing: 1; text-transform: uppercase; font-size: 8px; font-family: roboto;}
  61.  
  62. /* earlier/later */
  63. .meta {font-family: roboto; font-size: 7px; text-transform: uppercase; line-height: 1px; padding: 0px; letter-spacing: 1px; }
  64.  
  65. /* hides viewing & navigation */
  66. .meta {color: transparent}
  67. .index {color: transparent}
  68.  
  69. /* highlighted text */
  70. ::selection {background-color: #FFEFF6; color: #777;}
  71. ::-moz-selection {background-color: #FFEFF6; color: #777;}
  72. ::-webkit-selection {background-color: #FFEFF6; color: #777;}
  73.  
  74. /* sidebar */
  75. .lyrics {font-family: roboto; font-size: 7px; line-height:8px; letter-spacing:1px; text-transform:uppercase; text-align:justify; color:#000; font-weight:500;}
  76. .picture {width:275px; margin-bottom:-45px;}
  77. #side{position:fixed; visibility: visible; top:20px; margin-left: -580px; z-index:0; text-align:justify; width:225px;}
  78.  
  79. /* top links */
  80. #links {position: absolute; margin-top: 10px; visibility: visible; margin-left:210px;}
  81. .navi a {font-size: 12px; color: #000; display: inline-block; padding: 2px; }
  82. </style>
  83.  
  84. <=GLOBAL_HEAD
  85.  
  86. FRIENDS_WEBSITE<=
  87. <div id="links"><span class="navi">
  88. <a href="/" title="entries"><span class="lnr lnr-home"></span></a>
  89. <a href="/profile" title="profile"><span class="lnr lnr-user"></span></a>
  90. <a href="/friends" title="friends"><span class="lnr lnr-heart"></span></a>
  91. <a href="/calendar" title="calendar"><span class="lnr lnr-calendar-full"></span></a>
  92. </span></div>
  93.  
  94.  
  95. <div id="side">
  96. <a href="/profile"><img src="https://i.imgur.com/F3VCdMj.png" class="picture" style="display:inline;"></a>
  97. <img src="https://i.imgur.com/ucnVb6t.png" style="display:inline; margin-top: -80px; margin-left: 10px; width: 275px;"></div>
  98. <=FRIENDS_WEBSITE
  99.  
  100. LASTN_OPT_ITEMS=>3
  101.  
  102. LASTN_WEBSITE<=
  103. <div id="links"><span class="navi">
  104. <a href="/" title="entries"><span class="lnr lnr-home"></span></a>
  105. <a href="/profile" title="profile"><span class="lnr lnr-user"></span></a>
  106. <a href="/friends" title="friends"><span class="lnr lnr-heart"></span></a>
  107. <a href="/calendar" title="calendar"><span class="lnr lnr-calendar-full"></span></a>
  108. </span></div>
  109.  
  110.  
  111. <div id="side">
  112. <a href="/profile"><img src="https://i.imgur.com/F3VCdMj.png" class="picture" style="display:inline;"></a>
  113. <img src="https://i.imgur.com/ucnVb6t.png" style="display:inline; margin-top: -80px; margin-left: 10px; width: 275px;"></div>
  114. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment