Advertisement
Guest User

[P2U Hybrid] Tone Setter Minimal

a guest
Mar 31st, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. <!--
  2.  
  3. CREDIT: ovob
  4.  
  5.  
  6. -----------------------------------------------
  7.  
  8.  
  9. INFO:
  10. - Background can be any size but you might have to adjust it for it to look right
  11. https://www.w3schools.com/css/css_background.asp
  12.  
  13. - Character image can be any size - best if big though!
  14.  
  15. - Featured character avatars must be square
  16.  
  17.  
  18. -----------------------------------------------
  19.  
  20. CSS:
  21.  
  22. Copy & Paste the following into your CSS box
  23. (found here > https://toyhou.se/~account/profile/advanced)
  24.  
  25.  
  26. /* CONTROLS
  27. ======================================== */
  28. $fade-in: on;
  29. $image-slide-in: on;
  30. $content-slide-in: on;
  31. $image-grow: on;
  32.  
  33.  
  34. /* IMPORT
  35. ======================================== */
  36. @import '0/1263/5sfD0F/misc-001-tone-setter';
  37.  
  38.  
  39. -----------------------------------------------
  40.  
  41.  
  42. CHANGING COLORS:
  43. - Highlight one of the hexes below and press CRTL + F
  44. - Press the + under the first box in the pop up menu
  45. - Enter the new hex code in the new box
  46. - Hit 'All' that's beside 'Replace'
  47.  
  48. - Visual Help > https://i.gyazo.com/1707871b5214f11a8a11692b05bacc26.gif
  49.  
  50.  
  51. CHANGING NAV LINKS:
  52. - Same as changing colors, except replace 'USERNAME'
  53. with yours
  54.  
  55. COLORS:
  56. text color: #fff
  57. background color: rgba(0,0,0,0.5)
  58.  
  59.  
  60. -----------------------------------------------
  61.  
  62.  
  63. BACKGROUND & GLOBAL STYLES
  64.  
  65.  
  66. -------------------------------------------- -->
  67. <div class="d-flex bg-faded" style="margin:-15px -15px -31px -40vw;
  68.  
  69.  
  70. /* GLOBAL STYLES
  71. ======================================== */;
  72. color: #fff;
  73. letter-spacing: 1px;
  74. font-size: 13px;
  75.  
  76.  
  77. /* BACKGROUND IMAGE
  78. ======================================== */;
  79. background-image: url(IMG URL HERE);
  80. background-size: cover;
  81. background-position: center;
  82. background-attachment: fixed;">
  83.  
  84.  
  85. <div class="ml-auto user-main-content" style="position:relative;min-height: calc(100vh - 43px);width:100vw;background-color: rgba(0,0,0,0.5);">
  86. <div class="row no-gutters h-100" style="z-index:100;">
  87. <!-- -------------------------------------------
  88.  
  89.  
  90. CHARACTER IMAGE
  91.  
  92.  
  93. -------------------------------------------- -->
  94. <div class="col-lg-7 mt-auto text-center p-3">
  95.  
  96.  
  97. <img src="IMG URL HERE" class="user-image" style="max-height:90vh;">
  98.  
  99.  
  100. </div>
  101. <!-- -------------------------------------------
  102.  
  103.  
  104. USER DESCRIPTION
  105.  
  106.  
  107. -------------------------------------------- -->
  108. <div class="user-description col-lg-4 pull-lg-1 my-auto pb-md-5 p-4">
  109. <!-- -------------------------------------
  110.  
  111. TITLE
  112.  
  113. -------------------------------------- -->
  114. <hr class="w-50 mt-4" style="border-color: rgba(255,255,255,0.1);">
  115. <div class="text-center text-uppercase" style="font-size: 18px;">
  116.  
  117.  
  118. Title Here
  119.  
  120.  
  121. </div>
  122. <hr class="w-75 mb-4" style="border-color: rgba(255,255,255,0.1);">
  123. <!-- -------------------------------------
  124.  
  125. MAIN INFO
  126.  
  127. -------------------------------------- -->
  128. <div class="collapse credit text-center show">
  129.  
  130.  
  131. <p>Dapibus eleifend arcu, in ornare est laoreet non. Sed placerat erat consectetur nibh sodales ornare. Quisque at est nec ante pellentesque mollis rutrum eu tortor. Aenean fringilla, justo eget vehicula malesuada, tellus ipsum lobortis lacus, quis viverra sapien sapien vel metus.</p>
  132.  
  133. <p>Maecenas egestas neque eu erat molestie interdum non nec purus. Aliquam nisl orci, egestas quis mi et, feugiat cursus nulla. Sed tempor interdum ante quis tempus. Maecenas non mauris vel elit fermentum porttitor. Sed id ullamcorper lectus.</p>
  134.  
  135.  
  136. </div>
  137. <!-- -------------------------------------
  138.  
  139. CREDIT INFO
  140.  
  141. -------------------------------------- -->
  142. <div class="collapse credit">
  143.  
  144.  
  145. <a class="d-flex p-1" style="color: inherit;" href="URL HERE">
  146. <b class="w-50 text-truncate">Background</b>
  147. <span>Username</span>
  148. </a>
  149.  
  150.  
  151. <a class="d-flex p-1" style="color: inherit;" href="URL HERE">
  152. <b class="w-50 text-truncate">Side Image</b>
  153. <span>Username</span>
  154. </a>
  155.  
  156.  
  157. <a class="d-flex p-1" style="color: inherit;" href="URL HERE">
  158. <b class="w-50 text-truncate">Character Avatars</b>
  159. <span>Username</span>
  160. </a>
  161.  
  162.  
  163. <!-- ADD MORE ABOVE HERE ----
  164. ---- DO NOT REMOVE CREDIT -->
  165. <a class="d-flex p-1" style="color: inherit;" href="https://toyhou.se/2547611.-p2u-html-tone-setter">
  166. <b class="w-50 text-truncate">Profile Template</b>
  167. <span>ovob</span>
  168. </a>
  169.  
  170.  
  171. </div>
  172. <!-- -------------------------------------
  173.  
  174. SOCIAL MEDIA LINKS
  175.  
  176. -------------------------------------- -->
  177. <hr class="w-75 mt-4" style="border-color: rgba(255,255,255,0.1);">
  178. <div class="text-center" style="word-spacing: 10px;">
  179.  
  180.  
  181. <a style="color:inherit;text-decoration:none"
  182. title="Deviantart" class="fab fa-deviantart tooltipster" href="#">
  183. </a>
  184.  
  185.  
  186. <a style="color:inherit;text-decoration:none"
  187. title="Tumblr" class="fab fa-tumblr tooltipster" href="#">
  188. </a>
  189.  
  190.  
  191. <a style="color:inherit;text-decoration:none"
  192. title="Twitter" class="fab fa-twitter tooltipster" href="#">
  193. </a>
  194.  
  195.  
  196. <a style="color:inherit;text-decoration:none"
  197. title="furaffinity" class="fas fa-paw tooltipster" href="#">
  198. </a>
  199.  
  200.  
  201. <!-- ADD MORE ABOVE HERE ----
  202. ---- DO NOT REMOVE CREDIT -->
  203. <a href="#" data-toggle="collapse" data-target=".credit" class="tooltipster far fa-code" title="Credit" style="color:inherit;text-decoration:none;"></a>
  204.  
  205.  
  206. </div>
  207. <hr class="w-50 mb-4" style="border-color: rgba(255,255,255,0.1);">
  208. </div>
  209. </div>
  210. <!-- -------------------------------------------
  211.  
  212.  
  213. TOP & BOTTOM BARS
  214.  
  215.  
  216. -------------------------------------------- -->
  217. <div class="top-bottom-bar text-uppercase text-center hidden-sm-down" style="color: #fff;font-size:13px;letter-spacing:1px;word-spacing: 10px;">
  218. <div class="text-uppercase text-center p-2" style="position:absolute;top:0;left:0;right:0;z-index:200;background-color: rgba(0,0,0,0.5);">
  219.  
  220.  
  221. <a href="USERNAME/bulletins" style="color:inherit;text-decoration:none;">Bulletins</a>
  222. <a href="USERNAME/characters" style="color:inherit;text-decoration:none;">Characters</a>
  223. <a href="USERNAME/links" style="color:inherit;text-decoration:none;">Links</a>
  224. <a href="USERNAME/worlds" style="color:inherit;text-decoration:none;">Worlds</a>
  225. <a href="USERNAME/created" style="color:inherit;text-decoration:none;">Designs</a>
  226. <a href="USERNAME/art" style="color:inherit;text-decoration:none;">Art</a>
  227. <a href="USERNAME/literatures" style="color:inherit;text-decoration:none;">Literature</a>
  228. <a href="USERNAME/favorites" style="color:inherit;text-decoration:none;">Favorites</a>
  229. <a href="USERNAME/comments" style="color:inherit;text-decoration:none;">Comments</a>
  230.  
  231.  
  232. </div>
  233. <div class="p-2" style="position:absolute;bottom:0;left:0;right:0;z-index:200;background: rgba(0,0,0,.5);">
  234. <div class="offset-lg-4">
  235.  
  236.  
  237. <a href="~messages/create/USERNAME" style="color:inherit;text-decoration:none;">Message</a>
  238. <a href="USERNAME/stats" style="color:inherit;text-decoration:none;">Stats</a>
  239. <a href="USERNAME/subscribe" style="color:inherit;text-decoration:none;">Subscribe</a>
  240. <a href="USERNAME/authorize" style="color:inherit;text-decoration:none;">Authorize</a>
  241. <a href="USERNAME/block" style="color:inherit;text-decoration:none;">Block</a>
  242. <a href="~tickets/create/user" style="color:inherit;text-decoration:none;">Report</a>
  243.  
  244.  
  245. </div>
  246. </div>
  247. </div>
  248. </div>
  249. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement