NekoPrincessSheila

Basic Layout Codes

Jan 21st, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. <style>
  2.  
  3. .main_content_title, #user_default_image, #user_profile_info_outer, #user_profile_info, .middle_panel, .friends-list, #user_newsfeed, .panel-footer, .panel-title, .panel-heading, #main-navbar {display: none; }
  4.  
  5. .panel-body, .user_profile_box {background: transparent; border: none;
  6. }
  7.  
  8. .maintop, .leftnav, .profilename, .profilepages, .topbar, .defaultpic, .thumbnail, .gallery, .videos, .userinfo, .journal_entry, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .friends, .rate, .comment_title, .comments, .tagline, .menu2, .profilepages, .footer_links { display: none; }
  9.  
  10. body, html, a, a:hover {
  11. background: #HEX url('IMG URL') repeat;
  12. background-attachment: fixed;
  13. cursor: url('IMG URL'), auto;
  14. }
  15.  
  16. ::-webkit-scrollbar {
  17. width: 5px;
  18. }
  19. ::-webkit-scrollbar-track {
  20. background-color: #HEX;
  21. }
  22. ::-webkit-scrollbar-thumb {
  23. background-color: #HEX;
  24. }
  25.  
  26. body, table {
  27. text-decoration: none;
  28. text-transform: none;
  29. font-size: 8pt;
  30. font: georgia;
  31. letter-spacing: 1px;
  32. color: #HEX;
  33. }
  34.  
  35. b {
  36. text-decoration: bold;
  37. text-transform: none;
  38. font-weight: bold;
  39. text-shadow: 2px 2px 1px #HEX;
  40. font: georgia;
  41. letter-spacing: 1px;
  42. color: #HEX;
  43. }
  44.  
  45. i {
  46. text-decoration: italic;
  47. text-shadow: none;
  48. font-size: 8pt;
  49. font: georgia;
  50. color: #HEX;
  51. font-style: italic;
  52. }
  53.  
  54. u {
  55. text-decoration: none;
  56. border-bottom: #HEX solid 1px;
  57. font-size: 8pt;
  58. font: georgia;
  59. color: #HEX;
  60. }
  61.  
  62. h1 {
  63. display: block;
  64. padding: 0px;
  65. margin-top: 10px;
  66. margin-bottom: 10px;
  67. border-radius: 0px;
  68. text-decoration: none;
  69. text-transform: uppercase;
  70. letter-spacing: 1px;
  71. font: 9pt century gothic;
  72. color: #HEX;
  73. border-bottom: #HEX solid 3px;
  74. }
  75.  
  76.  
  77. a:link, a:visited {
  78. font-size: 8pt;
  79. font: georgia;
  80. color: #HEX;
  81. text-transform: uppercase;
  82. background: transparent;
  83. }
  84.  
  85. a:hover {
  86. color: #HEX;
  87. background: transparent;
  88. }
  89.  
  90. </style>
  91. <center>
  92. <div style="width:600px; height:auto; padding: 10px; border: 1px solid #HEX; background: #HEX;">
  93.  
  94. PUT YOUR CONTENT HERE
  95.  
  96. </div>
Advertisement
Add Comment
Please, Sign In to add comment