Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <meta name="viewport" content="width=device-width,target-densitydpi=medium-dpi,maximum-scale=1.0,user-scalable=0" >
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="HandheldFriendly" content="true">
  7. <link type="text/css" rel="stylesheet" media="screen" href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"></link>
  8.  
  9. <script src='http://files.enjin.com/939787/js/bootstrap.min.js' type='text/javascrip't></script>
  10. <script src='http://files.enjin.com/939787/js/profile.js' type='text/javascript'></script>
  11. <script src='http://files.enjin.com/939787/css/bootstrap_enjin.css' type='text/javascript'></script>
  12.  
  13. <link type="text/css" rel="stylesheet" media="screen" href="http://files.enjin.com/939787/css/bootstrap_enjin.css"></link>
  14.  
  15. </head>
  16.  
  17. <style type="text/css">
  18.  
  19. /*Page Setup*/
  20.  
  21.  
  22. .m_html {
  23. padding:0px !important;
  24. line-height:normal !important;
  25. }
  26.  
  27. #page-footer,#enjin-bar{
  28. display:none;
  29. }
  30.  
  31. #page,.body-wrap-3{
  32. width:100% !important;
  33. max-width:none !important;
  34. min-width:0px !Important;
  35. }
  36. .container_spacer{
  37. display:none;
  38. }
  39.  
  40. .container {
  41. margin-top: 10px;
  42. }
  43.  
  44. .section-divider{
  45. display:none;
  46. }
  47. .section-holder>.section{
  48. padding:10px;
  49. }
  50.  
  51.  
  52. .m_html ul, .m_html ol {
  53. list-style:none !important;
  54. padding-left:0px !important;
  55. padding-right:0px !important;
  56. }
  57.  
  58. #boot_username img{
  59. max-height: 40px;
  60. margin-right: 10px;
  61. margin-top: -11px;
  62. margin-bottom: -11px;
  63. }
  64.  
  65. #enjin-like-site-button{
  66. background:url('http://www.enjin.com/assets/20140331508/themes/core/images/icons/elike.png');
  67. background-position:-50px -50px;
  68. width:22px;
  69. height:19px;
  70. display:inline-block;
  71. margin-bottom: -4px;
  72. margin-right: 4px;
  73. margin-left: 18px;
  74. }
  75.  
  76. #enjin-like-site-button.liked{
  77. background-position:-50px 0px;
  78. }
  79. #enjin-like-site{
  80. padding:5px;
  81. }
  82.  
  83.  
  84. </style>
  85.  
  86.  
  87.  
  88. <!--This sets up page-->
  89.  
  90. <script>
  91. $( document ).ready(function() {
  92.  
  93. //Remove full width setup
  94. $('#site-body').addClass('bscontainer');
  95.  
  96. //Set page admin rows
  97. $('#site-body>div:nth-child(1)').addClass('bsrow top_row');
  98. $('#site-body>div:nth-child(2)').addClass('bsrow middle_row');
  99. $('#site-body>div:nth-child(3)').addClass('bsrow bottom_row');
  100.  
  101. //Set column widths of sections, adjust accordingly
  102. $('#section-main').addClass('center_column col-md-8 col-xs-12');
  103. $('#section-left').addClass('left_column col-md-4 col-xs-12');
  104. $('#section-right').addClass('right_column col-md-4 col-xs-12');
  105. $('#section-header').addClass('top_row col-md-12');
  106. $('#section-footer').addClass('bottom_row col-md-12');
  107.  
  108.  
  109. //Remove default widths from sections
  110.  
  111. $('#section-main').attr('style','');
  112. $('#section-left').attr('style', '');
  113. $('#section-right').attr('style', '');
  114.  
  115.  
  116. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement