Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <!-- CSS -->
- <script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script><link href="http://themodulesource.com/bootstrap_for_enjin/bootstrap.min.css" rel="stylesheet">
- <style type="text/css">
- titletext {font-variant:small-caps;}
- </style>
- <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
- <!--[if lt IE 9]>
- <script src="http://themodulesource.com/bootstrap_for_enjin/assets/js/html5shiv.js"></script>
- <![endif]-->
- <style type="text/css">
- #site-body {
- position: relative;
- z-index:1;
- min-height: 1200px;
- margin-top: 50px;
- zoom: 1;
- }
- </style>
- <style>
- /* =====================================================================*/
- /* MAKES THE ENJIN TRAY RUN VERTICALLY RATHER THAN HORIZONTALLY
- /* =====================================================================*/
- /* Limit the width of the tray to 30px to make it stack vertically*/
- #enjin-tray {
- max-width: 30px;
- margin: 0;
- /*adjust to your desired distance from the bottom of the window*/
- bottom: 175px;
- }
- /*Make all of the corners rounded*/
- #enjin-tray li#notificationpanel { border-radius: 3px;}
- /* make the border cover all edges */
- #enjin-tray ul li.tray-item {border-style: solid; border-width: 1px;}
- /* Edit the alignment of the background images */
- #notificationpanel .notification-icon.apps {background-position: -84px 3px;}
- #notificationpanel .notification-icon.general {background-position: -54px 3px;}
- #notificationpanel .notification-icon.messages {background-position: -25px 3px;}
- /*Hide the Home button - it's redundant and it's wider than the others, so it looks funny stacked vertically */
- #notificationpanel .notification-icon.dashboard {display: none;}
- /*Subpanel Tweaks - for the pop-up panel -- bottom: 0 will line the panel up with the bottom of the tray*/
- #enjin-tray li#notificationpanel .subpanel {width: 380px; bottom: 0;}
- /*fixe the horizontal alignment for the different panels*/
- #enjin-tray #notificationpanel .subpanel.general {right: 40px;}
- #enjin-tray #notificationpanel .subpanel.messages {right: 40px;}
- #enjin-tray .subpanel {right: 40px;}
- /*Hide the fake icons that appear when the subpanel opens */
- #enjin-tray #notificationpanel .subpanel.apps .faux-icon {display: none;}
- #enjin-tray #notificationpanel .subpanel.general .faux-icon {display: none;}
- #enjin-tray #notificationpanel .subpanel.messages .faux-icon {display: none;}
- /*Move notification tip - the "right: 35px" pulls the tips to the left of the tray. The "bottom: 231px" will have to be adjusted
- according to how high up the side of the browser window you placed your tray in the #enjin-tray section */
- #messages-notification-tip {bottom: 231px !important; right: 35px !important;}
- #general-notification-tip {bottom: 205px !important; right: 35px !important;}
- #apps-notification-tip {bottom: 180px !important; right: 35px !important;}
- /*Hide the little chat tail on the notification pop-up */
- .triangle {display: none;}
- /*move the one-on-one chat icon over to the right edge of the page, now that the tray is out of the way (if you're beta-testing the chat */
- #enjin-tray-messaging {right: 0;}
- </style>
- <!-- ENDS HERE -->
- <style>
- .navbar .nav .dropdown-toggle .caret{
- margin-top:5px !important;
- }
- /*Your logo top positioning, will need to move top/down for smaller logos*/
- .brand{
- background: url('http://files.enjin.com/148507/JackzCraftLogo.png') no-repeat;
- margin-top:10px;
- margin-bottom:-8px;
- margin-left:40px !important;
- .<a class="brand" href="#" style="background:url('http://i.imgur.com/cCnsHe3.png') no-repeat .scroll 5px center transparent;">Jackz Craft</a>
- }
- /*For static page nav - Uncomment to enable
- navbar-static-top{
- width: 4000px;
- margin-left: -2000px;
- margin-top: -31px;
- }
- */
- /*For fixed page nav that keeps nav centered with page alignment - Comment to disable*/
- .navbar-static-top{
- width: 4000px;
- margin-left: -2000px;
- top: 0px;
- position:fixed;
- z-index:9000;
- }
- /*For fixed option, for true fixed positioning use class navbar navbar-fixed-top*/
- .navbar-fixed-top .container{
- margin-left: 60px;
- }
- /*This controls the positioning of your nav, as in, where the nav sits on the left side, align with your page!*/
- .navbar-static-top .container{
- margin-left: 2000px;
- }
- /*Removes bullets from nav*/
- .navbar .nav {
- list-style:none !important;
- top:3px !important;
- }
- /*On hover, or active, the highlighted area of the top nav items highlight top to bottom, this is also the selection area*/
- .navbar .nav > li > a {
- padding-top:12px;
- padding-bottom:12px;
- }
- /*Removes bullets from Enjin nav*/
- .dropdown-menu {
- list-style: none outside none !important;
- }
- /*If you have a drop down header, this positions it better*/
- .dropdown .dropdown-menu .nav-header {
- padding-left: 10px;
- }
- /*START ENJIN BAR NAV POSITIONING*/
- /*Our nested admin and profile menus*/
- #boot_admin{
- margin-top:0px;
- }
- #boot_admin a:nth-child(1){
- display:none;
- }
- #boot_profile{
- height:30px;
- }
- #boot_profile .element_username{
- color: rgb(119,119,119) !important;
- text-shadow: 0px 1px 0px rgb(255, 255, 255);
- text-decoration:none !important;
- }
- #boot_profile span:hover{
- background-color: transparent;
- color: rgb(51, 51, 51) !important;
- text-decoration: none;
- }
- /*Changes our enjin dropdown caret to something that is close to twitter's caret object*/
- #enjin-bar .arrow{
- border-top:4px solid transparent;
- border-top-color:rgba(0, 0, 0, 0.5);
- border-right:4px solid transparent;
- border-bottom:4px solid transparent;
- border-left:4px solid transparent;
- /*top:23px;
- IF FIXED POSITION position:fixed;
- */ top:3px;
- }
- /*Changes our enjin dropdown caret to something that is close to twitter's caret object(Part 2 for border)*/
- #enjin-bar .arrow:after{
- border-top:6px solid transparent;
- border-top-color:rgba(255, 255, 255);
- border-right:6px solid transparent;
- border-bottom:6px solid transparent;
- border-left:6px solid transparent;
- top:3px;
- }
- /*Changes the style of our entire dropdown box to mimick Boot strap style*/
- .element_dropdown_menu.element_popup.enjinbar-menu{
- margin-top:16px;
- -webkit-border-radius:6px 0 6px 6px;
- -moz-border-radius:6px 0 6px 6px;
- border-radius:6px 0 6px 6px;
- border:1px solid #ccc;
- border:1px solid rgba(0, 0, 0, 0.2);
- -webkit-border-radius:6px;
- -moz-border-radius:6px;
- border-radius:6px;
- z-index:99999;
- }
- /*Our inner elements of our entire enjin drop down*/
- .element_popup .inner {
- background-color: white !important;
- text-decroation:none;
- list-style:none;
- border:none;
- -webkit-background-clip:padding-box;
- -moz-background-clip:padding;
- background-clip:padding-box;
- color:#000 !important;
- }
- /*Popover-dropdown profile*/
- .enjinbar-menu-user .info{
- background-color:white !important;
- }
- /*Caret of profile hover items*/
- .enjinbar-menu-user .info .rtri div{
- border-left-color:gray !important;
- margin-left:3px;
- }
- /*Text - Our inner elements of our entire enjin drop down*/
- .element_popup .inner li a{
- color:#333;
- font-size:12px;
- font-family:Arial;
- padding:6px 20px !important;
- }
- /*Text - Hover - Our inner elements of our entire enjin drop down*/
- .element_popup .inner .menu-link:hover{
- text-decoration:none;
- color:#ffffff;
- background-color:#0081c2;
- background-image:-moz-linear-gradient(top, #0088cc, #0077b3);
- background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
- background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);
- background-image:-o-linear-gradient(top, #0088cc, #0077b3);
- background-image:linear-gradient(to bottom, #0088cc, #0077b3);
- background-repeat:repeat-x;
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
- }
- /*Enjin Divider lines to look...better*/
- .element_popup .inner .menu-divider-line{
- background-color: #E5E5E5 !important;
- border-bottom: 1px solid white !important;
- height:1px !important;
- opacity:0.4;
- }
- /*Profile drop down item hover events*/
- .element_popup .inner .item:hover{
- background-color: rgb(0, 129, 194);
- background-image: linear-gradient(to bottom, rgb(0, 136, 204), rgb(0, 119, 179));
- }
- /*Profile drop down text style*/
- .element_popup .inner .item a{
- text-decoration:none;
- font-weight: normal;
- margin-bottom:-5px; /*Reduces some spacing..since menu is huge*/
- color: rgb(51, 51, 51);
- font-family:arial;
- }
- /*Profile drop down text style - hover*/
- .element_popup .inner .item a:hover{
- color: rgb(255, 255, 255);
- }
- /*Font,text - Our site box at bottom of profile dropdown*/
- .sitebox a {
- font-size:10px !important;
- color:#333;
- margin-left:-20px;
- background-color:transparent;
- }
- /*Font,text, make less default space - Our site box at bottom of profile dropdown*/
- .enjinbar-menu-user .sitebox{
- margin-bottom:10px;
- }
- /*That damn gear! - Our site box at bottom of profile dropdown*/
- .enjinbar-menu-user .sitebox .gear {
- background-position: 40px 0px; /*Removes Enjin's mysterious extra icons*/ }
- /*Text for site urls - Our site box at bottom of profile dropdown*/
- .sitebox .url{
- color:#333;
- }
- /*Our visible username text*/
- #enjin-bar .element_username{
- color:#333;
- text-shadow: 0px 1px 0px rgb(255, 255, 255);
- text-decoration:none;
- }
- /*Removes our likes etc.*/
- #enjin-bar #enjin-bar-likes{
- display:none !important;
- }
- /*Removes site info,site name and our admin gear*/
- #enjin-bar .left a:nth-of-type(1),#enjin-bar .left a:nth-of-type(2),#enjin-bar .left a:nth-of-type(3){
- display:none !important;
- }
- /*creates a default right position for our admin, fixed, position manually on your fixed nav*/
- #enjin-bar .left{
- margin-top:8px;
- z-index:9999;
- margin-left:530px;
- position:fixed;
- }
- /*Our admin text*/
- #enjin-bar .left a{
- color: rgb(119, 119, 119);
- font-size:13px;
- text-decoration: none;
- font-size:13px;
- font-family:Arial;
- text-shadow: 0px 1px 0px rgb(255, 255, 255);
- }
- /*Our admin text on hover*/
- #enjin-bar .left a:hover{
- color: rgb(51, 51, 51);
- text-decoration:none;
- }
- /*END Enjin bar nav positioning*/
- <a name="top"></a>
- </style>
- </head>
- <body>
- <!-- Part 1: Wrap all page content here -->
- <!-- Fixed navbar -->
- <div class="navbar navbar-static-top">
- <div class="navbar-inner">
- <div class="container">
- <!-- Nav Bar Logo -->
- <a class="brand" href="/home" style="margin-bottom:-26px;"> <div style="margin-bottom:-30px; margin-top: -12px;"> </div></a>
- <ul class="nav">
- <!-- The links (Forums, Home)-->
- <li><a href="http://jackzcraft.com/home" class="navbar" data-toggle="tooltip data-placement="bottom" title="Home Page"><i class="icon-home"></i>Home</a></li>
- <li><a href="http://jackzcraft.com/forum" class="navbar" data-toggle="tooltip data-placement="bottom" title="Forums"><i class="icon-pencil"></i>Forums</a></li>
- <li><a href="http://jackzcraft.com/shop" class="navbar" data-toggle="tooltip data-placement="bottom" title="Donate"><i class="icon-shopping-cart"></i>Donate</a></li>
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-folder-open"></i>More<b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li class="nav-header">Misc</li>
- <li><a href="http://jackzcraft.com/members"><i class="icon-user"></i>Members</a></li>
- <li><a href="http://jackzcraft.com/serverstatus"><i class="icon-signal"></i>Server Status</a></li>
- <li><a href="http://xpaw.ru/mcstatus"><i class="icon-signal"></i>Minecraft Status</a></li>
- <li><a href="/events"><i class="icon-tasks"></i>Calendar & Events</a></li>
- <li><a href="http://www.planetminecraft.com/server/jackz-craft/"><i class="icon-refresh"></i>Server Updates</a></li>
- <li><a href="/bans"><i class="icon-remove-sign"></i>Server Bans (WIP)</a></li>
- <li><a href="http://jackzcraft.com/contact"><i class="icon-question-sign"></i>Contact</a></li>
- <li class="divider"></li>
- <li class="nav-header">Social Links</li>
- <li><a href="http://twitter.com/jackzcraft"><i class="icon-hand-right"></i>Server Twitter</a></li>
- <li><a href="http://twitter.com/jacksonbixby"><i class="icon-hand-right"></i>Owner Twitter</a></li>
- <li><a href="http://youtube.com/jacksonbixby"><i class="icon-hand-right"></i>Owner Youtube</a></li>
- <li class="divider"></li>
- <li class="nav-header">Applications</li>
- <li><a href="http://jackzcraft.com/staffapp"><i class="icon-envelope"></i>Apply for Mod</a></li>
- <li><a href="http://jackzcraft.com/dashboard/applications"><i class="icon-list"></i>Mod applications</a></li>
- <li><a href="http://jackzcraft.com/staff"><i class="icon-th-list"></i>Registered Staff</a></li>
- </ul>
- </li>
- <li id="boot_admin"></li>
- <li id="boot_profile"></li>
- <li id="boot_join"></li>
- <li id="boot_login"></li>
- <li id="boot_register"></li>
- </ul>
- </div>
- </div>
- <!-- Le javascript
- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script src="http://themodulesource.com/bootstrap_for_enjin/bootstrap.min.js"></script>
- <script src="http://themodulesource.com/bootstrap_for_enjin/bootstrap.js"></script>
- <script src="http://themodulesource.com/bootstrap_for_enjin/bootstrap-dropdown.js"></script>
- <script>
- $(document).ready(function(){
- $('#enjin-bar .left a[href$="/admin"]').appendTo($('#boot_admin'));
- $('#enjin-bar .right .user a').appendTo($('#boot_profile'));
- $('.navbar-static-top').prependTo($('#page'));
- $('#enjin-bar a[href$="/login"]').appendTo($('#boot_login'));
- $('#enjin-bar a[href$="/register"]').appendTo($('#boot_register'));
- });
- </script>
- <script type="text/javascript">if(!NREUMQ.f){NREUMQ.f=function(){NREUMQ.push(["load",new Date().getTime()]);var e=document.createElement("script");e.type="text/javascript";e.src=(("http:"===document.location.protocol)?"http:":"https:")+"//"+"js-agent.newrelic.com/nr-100.js";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push(["nrfj","beacon-6.newrelic.com","b0a6eb3b0a","982908","M11QMURQC0JZW01YXQoXfApEXARdUUJcVXERS0YKWx5P",0,61,new Date().getTime(),"","","","",""]);</script></body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment