Advertisement
Guest User

Untitled

a guest
Dec 28th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. !! NAV POST !!
  2.  
  3. <raw-code><center>
  4.  
  5. <div style="display: flex; flex-wrap: wrap; width: 800px; box-shadow: #f4eeee 20px -20px; border-radius: 10%; overflow: hidden;">
  6. <img src="https://i.imgur.com/kmrMwzc.png" width="500px">
  7.  
  8. <div style="background: #fcf1d3; width: 300px; text-align: center; font-family: 'merienda', serif; padding-top: 70px;">
  9. <div style="font-size: 3em; color:transparent;
  10. -webkit-background-clip:text;
  11. background-clip:text;
  12. background-image:-moz-linear-gradient(left, #f19b53 0%, #da4e4f 100%);
  13. background-image:-webkit-linear-gradient(left, #f19b53 0%, #da4e4f 100%);
  14. background-image:linear-gradient(to right, #f19b53 0%, #da4e4f 100%);"><b>Fractura</b></div>
  15. <div style="width: 95%; display: flex; flex-wrap: wrap; justify-content: center; margin-left: 2.5%;">
  16. <a href="https://bakaomi.dreamwidth.org/5847.html" style="font-size: 2em; margin-bottom: 10px;">ic inbox</a>
  17. <br><a href="LINK" style="font-size: 2em; margin-bottom: 10px;">information</a>
  18. <br><a href="LINK" style="font-size: 2em; margin-bottom: 10px">player contact</a>
  19. <br><a href="https://twitter.com/alalfm147/" style="font-size: 2em; margin-bottom: 10px">art credit</a></div>
  20. <br>
  21. <div style="font-size: 3em; color:transparent;
  22. -webkit-background-clip:text;
  23. background-clip:text;
  24. background-image:-moz-linear-gradient(left, #f19b53 0%, #da4e4f 100%);
  25. background-image:-webkit-linear-gradient(left, #f19b53 0%, #da4e4f 100%);
  26. background-image:linear-gradient(to right, #f19b53 0%, #da4e4f 100%);"><b>Plasmatio</b></div>
  27. <div style="width: 100%; display: flex; flex-wrap: wrap; justify-content: center;">
  28. <a href="https://bakaomi.dreamwidth.org/1103.html" style="font-size: 2em;">pc directory</a></div>
  29. </div>
  30. </div>
  31.  
  32. <br></center></rawcode>
  33.  
  34. !! CSS !!
  35.  
  36. body {
  37. background-color: #3b3b53;
  38. }
  39.  
  40. #lj_controlstrip a {background-color: none !important;
  41. }
  42.  
  43. a {
  44. font-family: 'sulphur point', sans serif;
  45. color: #94c1a0;
  46. text-decoration: none;
  47. background-color: #213049;
  48. padding: 5%;
  49. width: 8em !important;
  50. }
  51.  
  52. a:hover {
  53. color: #94c1a0;
  54. background-color: #bd8094;
  55. padding: 5%;
  56. transition: background-color 1s ease;
  57. text-decoration: none;
  58. }
  59.  
  60. #content {
  61. text-align: center;
  62. align-items: center;
  63. }
  64.  
  65.  
  66. /*subtitle*/
  67.  
  68. #subtitle {
  69. color: #fcf1d3;
  70. font-family: 'sulphur point', sans serif;
  71. text-align: center;
  72. font-size: 3em;
  73. }
  74.  
  75. /*disabled*/
  76.  
  77. #secondary, .module-wrapper, .footer, #pagetitle, #footer, .datetime, .userpic, .entry-title, #title, .navigation {
  78. display: none;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement