Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 36.91 KB | None | 0 0
  1. <style>
  2. #enjin-bar {
  3. z-index: 9999;
  4. top: 14px !important;
  5. margin-left:820px;
  6. padding: 0px 0px !important;
  7. position: fixed !important;
  8. }
  9. #enjin-bar .right {
  10. float: right;
  11. font-size: 13px;
  12. margin-top: -1px !important;
  13. }
  14.  
  15. #enjin-bar .right .mini-avatar {
  16. margin-top: -3px !important;
  17. }
  18.  
  19. #enjin-bar .left {
  20. display: none !important;
  21. }
  22.  
  23. #enjin-bar .quick-wall-post {
  24. margin-top: -1px !important;
  25. }
  26.  
  27. #enjin-bar #enjin-bar-likes {
  28. position: absolute;
  29. display: inline-block;
  30. zoom: 1;
  31. margin-left: 8px !important;
  32. line-height: 0px;
  33. }
  34.  
  35. #enjin-bar #enjin-like-site {
  36. display: inline-block;
  37. zoom: 1;
  38. margin-left: 8px;
  39. font-size: 11px;
  40. position: relative;
  41. top: 2px !important;
  42. }
  43.  
  44. #enjin-bar #enjin-like-site .likes {
  45. position: relative;
  46. top: -6px !important;
  47. }
  48.  
  49. #enjin-bar .site-editor-icon {
  50. top: 1px !important;
  51. }
  52.  
  53. #enjin-bar a {
  54. color: #5f5f5f !important;
  55. }
  56.  
  57. .m_html ul, .m_html ol {
  58. list-style: inside;
  59. padding-left: 0em !important;
  60. line-height: 145%;
  61. }
  62.  
  63. .dropdown-menu {
  64. margin: 0px 0 0 !important;
  65. }
  66.  
  67. .navbar .brand {
  68. margin-left: 0px !important;
  69. }
  70.  
  71. .m_news {
  72. z-index: 0 !important;
  73. }
  74.  
  75. * {
  76.         list-style: none;
  77. }
  78. .dropup,
  79. .dropdown {
  80.   position: relative;
  81. }
  82.  
  83. .dropdown-toggle {
  84.   *margin-bottom: -3px;
  85. }
  86.  
  87. .dropdown-toggle:active,
  88. .open .dropdown-toggle {
  89.   outline: 0;
  90. }
  91.  
  92. .navbar > a {
  93.   color: #0088cc;
  94.   text-decoration: none;
  95. }
  96.  
  97. .navbar > a:hover,
  98. .navbar > a:focus {
  99.   color: #005580;
  100.   text-decoration: underline;
  101. }
  102. .caret {
  103.   display: inline-block;
  104.   width: 0;
  105.   height: 0;
  106.   vertical-align: top;
  107.   border-top: 4px solid #1769CD;
  108.   border-right: 4px solid transparent;
  109.   border-left: 4px solid transparent;
  110.   content: "";
  111. }
  112.  
  113. .dropdown .caret {
  114.   margin-top: 8px;
  115.   margin-left: 2px;
  116. }
  117.  
  118. .dropdown-menu {
  119.   position: absolute;
  120.   top: 100%;
  121.   left: 0;
  122.   z-index: 1000;
  123.   display: none;
  124.   float: left;
  125.   min-width: 160px;
  126.   padding: 5px 0;
  127.   margin: 2px 0 0;
  128.   list-style: none;
  129.   background-color: #ffffff;
  130.   border: 1px solid #ccc;
  131.   border: 1px solid rgba(0, 0, 0, 0.2);
  132.   *border-right-width: 2px;
  133.   *border-bottom-width: 2px;
  134.   -webkit-border-radius: 6px;
  135.      -moz-border-radius: 6px;
  136.           border-radius: 6px;
  137.   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  138.      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  139.           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  140.   -webkit-background-clip: padding-box;
  141.      -moz-background-clip: padding;
  142.           background-clip: padding-box;
  143. }
  144.  
  145. .dropdown-menu.pull-right {
  146.   right: 0;
  147.   left: auto;
  148. }
  149.  
  150. .dropdown-menu .divider {
  151.   *width: 100%;
  152.   height: 1px;
  153.   margin: 9px 1px;
  154.   *margin: -5px 0 5px;
  155.   overflow: hidden;
  156.   background-color: #e5e5e5;
  157.   border-bottom: 1px solid #ffffff;
  158. }
  159.  
  160. .dropdown-menu > li > a {
  161.   display: block;
  162.   padding: 3px 20px;
  163.   clear: both;
  164.   font-weight: normal;
  165.   line-height: 20px;
  166.   color: #333333;
  167.   white-space: nowrap;
  168.   font-size: 14px;
  169. }
  170.  
  171. .dropdown-menu > li > a:hover,
  172. .dropdown-menu > li > a:focus,
  173. .dropdown-submenu:hover > a,
  174. .dropdown-submenu:focus > a {
  175.   color: #ffffff;
  176.   text-decoration: none;
  177.   background-color: #0081c2;
  178.   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  179.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  180.   background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  181.   background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  182.   background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  183.   background-repeat: repeat-x;
  184.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  185. }
  186.  
  187. .dropdown-menu > .active > a,
  188. .dropdown-menu > .active > a:hover,
  189. .dropdown-menu > .active > a:focus {
  190.   color: #ffffff;
  191.   text-decoration: none;
  192.   background-color: #0081c2;
  193.   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  194.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  195.   background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  196.   background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  197.   background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  198.   background-repeat: repeat-x;
  199.   outline: 0;
  200.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  201. }
  202.  
  203. .dropdown-menu > .disabled > a,
  204. .dropdown-menu > .disabled > a:hover,
  205. .dropdown-menu > .disabled > a:focus {
  206.   color: #999999;
  207. }
  208.  
  209. .dropdown-menu > .disabled > a:hover,
  210. .dropdown-menu > .disabled > a:focus {
  211.   text-decoration: none;
  212.   cursor: default;
  213.   background-color: transparent;
  214.   background-image: none;
  215.   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  216. }
  217.  
  218. .open {
  219.   *z-index: 1000;
  220. }
  221.  
  222. .open > .dropdown-menu {
  223.   display: block;
  224.   list-style: none;
  225. }
  226.  
  227. .pull-right > .dropdown-menu {
  228.   right: 0;
  229.   left: auto;
  230. }
  231.  
  232. .dropup .caret,
  233. .navbar-fixed-bottom .dropdown .caret {
  234.   border-top: 0;
  235.   border-bottom: 4px solid #1769CD;
  236.   content: "";
  237. }
  238.  
  239. .dropup .dropdown-menu,
  240. .navbar-fixed-bottom .dropdown .dropdown-menu {
  241.   top: auto;
  242.   bottom: 100%;
  243.   margin-bottom: 1px;
  244. }
  245.  
  246. .dropdown-submenu {
  247.   position: relative;
  248. }
  249.  
  250. .dropdown-submenu > .dropdown-menu {
  251.   top: 0;
  252.   left: 100%;
  253.   margin-top: -6px;
  254.   margin-left: -1px;
  255.   -webkit-border-radius: 0 6px 6px 6px;
  256.      -moz-border-radius: 0 6px 6px 6px;
  257.           border-radius: 0 6px 6px 6px;
  258. }
  259.  
  260. .dropdown-submenu:hover > .dropdown-menu {
  261.   display: block;
  262. }
  263.  
  264. .dropup .dropdown-submenu > .dropdown-menu {
  265.   top: auto;
  266.   bottom: 0;
  267.   margin-top: 0;
  268.   margin-bottom: -2px;
  269.   -webkit-border-radius: 5px 5px 5px 0;
  270.      -moz-border-radius: 5px 5px 5px 0;
  271.           border-radius: 5px 5px 5px 0;
  272. }
  273.  
  274. .dropdown-submenu > a:after {
  275.   display: block;
  276.   float: right;
  277.   width: 0;
  278.   height: 0;
  279.   margin-top: 5px;
  280.   margin-right: -10px;
  281.   border-color: transparent;
  282.   border-left-color: #cccccc;
  283.   border-style: solid;
  284.   border-width: 5px 0 5px 5px;
  285.   content: " ";
  286. }
  287.  
  288. .dropdown-submenu:hover > a:after {
  289.   border-left-color: #ffffff;
  290. }
  291.  
  292. .dropdown-submenu.pull-left {
  293.   float: none;
  294. }
  295.  
  296. .dropdown-submenu.pull-left > .dropdown-menu {
  297.   left: -100%;
  298.   margin-left: 10px;
  299.   -webkit-border-radius: 6px 0 6px 6px;
  300.      -moz-border-radius: 6px 0 6px 6px;
  301.           border-radius: 6px 0 6px 6px;
  302. }
  303.  
  304. .dropdown .dropdown-menu .nav-header {
  305.   padding-right: 20px;
  306.   padding-left: 20px;
  307. }
  308. .navbar {
  309.   *position: relative;
  310.   *z-index: 2;
  311.   overflow: visible;
  312. }
  313. .navbar-inner {
  314.   min-height: 40px;
  315.   padding-right: 20px;
  316.   padding-left: 20px;
  317.   background-color: white;
  318.   background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  319.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  320.   background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  321.   background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  322.   background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  323.   background-repeat: repeat-x;
  324.   filter: alpha(Opacity=90);
  325.   border: 1px solid #d4d4d4;
  326.   -webkit-border-radius: 4px;
  327.      -moz-border-radius: 4px;
  328.           border-radius: 4px;
  329.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  330.   *zoom: 1;
  331.   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  332.      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  333.           box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  334. }
  335.  
  336. .navbar-inner:before,
  337. .navbar-inner:after {
  338.   display: table;
  339.   line-height: 0;
  340.   content: "";
  341. }
  342.  
  343. .navbar-inner:after {
  344.   clear: both;
  345. }
  346.  
  347. .navbar .container {
  348.   width: auto;
  349. }
  350.  
  351. .nav-collapse.collapse {
  352.   height: auto;
  353.   overflow: visible;
  354. }
  355.  
  356. .navbar .brand {
  357. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  358.   display: block;
  359.   float: left;
  360.   padding: 10px 20px 10px;
  361.   margin-left: -20px;
  362.   font-size: 20px;
  363.   font-weight: 200;
  364.   color: #777777;
  365.   text-shadow: 0 1px 0 #ffffff;
  366. }
  367.  
  368. .navbar .brand:hover,
  369. .navbar .brand:focus {
  370.   text-decoration: none;
  371. }
  372.  
  373. .navbar-text {
  374.   margin-bottom: 0;
  375.   line-height: 40px;
  376.   color: #777777;
  377. }
  378.  
  379. .navbar-link {
  380.   color: #777777;
  381. }
  382.  
  383. .navbar-link:hover,
  384. .navbar-link:focus {
  385.   color: #333333;
  386. }
  387.  
  388. .navbar .divider-vertical {
  389.   height: 40px;
  390.   margin: 0 9px;
  391.   border-right: 1px solid #ffffff;
  392.   border-left: 1px solid #f2f2f2;
  393. }
  394.  
  395. .navbar .btn,
  396. .navbar .btn-group {
  397.   margin-top: 5px;
  398. }
  399.  
  400. .navbar .btn-group .btn,
  401. .navbar .input-prepend .btn,
  402. .navbar .input-append .btn,
  403. .navbar .input-prepend .btn-group,
  404. .navbar .input-append .btn-group {
  405.   margin-top: 0;
  406. }
  407.  
  408. .navbar-form {
  409.   margin-bottom: 0;
  410.   *zoom: 1;
  411. }
  412.  
  413. .navbar-form:before,
  414. .navbar-form:after {
  415.   display: table;
  416.   line-height: 0;
  417.   content: "";
  418. }
  419.  
  420. .navbar-form:after {
  421.   clear: both;
  422. }
  423.  
  424. .navbar-form input,
  425. .navbar-form select,
  426. .navbar-form .radio,
  427. .navbar-form .checkbox {
  428.   margin-top: 5px;
  429. }
  430.  
  431. .navbar-form input,
  432. .navbar-form select,
  433. .navbar-form .btn {
  434.   display: inline-block;
  435.   margin-bottom: 0;
  436. }
  437.  
  438. .navbar-form input[type="image"],
  439. .navbar-form input[type="checkbox"],
  440. .navbar-form input[type="radio"] {
  441.   margin-top: 3px;
  442. }
  443.  
  444. .navbar-form .input-append,
  445. .navbar-form .input-prepend {
  446.   margin-top: 5px;
  447.   white-space: nowrap;
  448. }
  449.  
  450. .navbar-form .input-append input,
  451. .navbar-form .input-prepend input {
  452.   margin-top: 0;
  453. }
  454.  
  455. .navbar-search {
  456.   position: relative;
  457.   float: left;
  458.   margin-top: 5px;
  459.   margin-bottom: 0;
  460. }
  461.  
  462. .navbar-search .search-query {
  463.   padding: 4px 14px;
  464.   margin-bottom: 0;
  465.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  466.   font-size: 13px;
  467.   font-weight: normal;
  468.   line-height: 1;
  469.   -webkit-border-radius: 15px;
  470.      -moz-border-radius: 15px;
  471.           border-radius: 15px;
  472. }
  473.  
  474. .navbar-static-top {
  475.   position: static;
  476.   margin-bottom: 0;
  477. }
  478.  
  479. .navbar-static-top .navbar-inner {
  480.   -webkit-border-radius: 0;
  481.      -moz-border-radius: 0;
  482.           border-radius: 0;
  483. }
  484.  
  485. .navbar-fixed-top,
  486. .navbar-fixed-bottom {
  487.   position: fixed;
  488.   right: 0;
  489.   left: 0;
  490.   z-index: 1030;
  491.   margin-bottom: 0;
  492. }
  493.  
  494. .navbar-fixed-top .navbar-inner,
  495. .navbar-static-top .navbar-inner {
  496.   border-width: 0 0 1px;
  497. }
  498.  
  499. .navbar-fixed-bottom .navbar-inner {
  500.   border-width: 1px 0 0;
  501. }
  502.  
  503. .navbar-fixed-top .navbar-inner,
  504. .navbar-fixed-bottom .navbar-inner {
  505.   padding-right: 0;
  506.   padding-left: 0;
  507.   -webkit-border-radius: 0;
  508.      -moz-border-radius: 0;
  509.           border-radius: 0;
  510. }
  511.  
  512. .navbar-static-top .container,
  513. .navbar-fixed-top .container,
  514. .navbar-fixed-bottom .container {
  515.   width: 940px;
  516. }
  517.  
  518. .navbar-fixed-top {
  519.   top: 0;
  520. }
  521.  
  522. .navbar-fixed-top .navbar-inner,
  523. .navbar-static-top .navbar-inner {
  524.   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  525.      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  526.           box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  527. }
  528.  
  529. .navbar-fixed-bottom {
  530.   bottom: 0;
  531. }
  532.  
  533. .navbar-fixed-bottom .navbar-inner {
  534.   -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  535.      -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  536.           box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  537. }
  538.  
  539. .navbar .nav {
  540.   position: relative;
  541.   left: -4px;
  542.   display: block;
  543.   float: left;
  544.   margin: 0 10px 0 0;
  545. }
  546.  
  547. .navbar .nav.pull-right {
  548.   float: right;
  549.   margin-right: 0;
  550. }
  551.  
  552. .navbar .nav > li {
  553.         list-style: none;
  554.   float: left;
  555. }
  556.  
  557. .navbar .nav > li > a {
  558.   font-size: 14px;
  559.   float: none;
  560.   padding: 10px 15px 10px;
  561.   color: #777777;
  562.   text-decoration: none;
  563.   text-shadow: 0 1px 0 #ffffff;
  564. }
  565.  
  566. .navbar .nav .dropdown-toggle .caret {
  567.   margin-top: 8px;
  568. }
  569.  
  570. .navbar .nav > li > a:focus,
  571. .navbar .nav > li > a:hover {
  572.   color: #555555;
  573.   text-decoration: none;
  574.   background-color: #e5e5e5;
  575. }
  576.  
  577. .navbar .nav > .active > a,
  578. .navbar .nav > .active > a:hover,
  579. .navbar .nav > .active > a:focus {
  580.   color: #555555;
  581.   text-decoration: none;
  582.   background-color: #e5e5e5;
  583. }
  584.  
  585. .navbar .btn-navbar {
  586.   display: none;
  587.   float: right;
  588.   padding: 7px 10px;
  589.   margin-right: 5px;
  590.   margin-left: 5px;
  591.   color: #ffffff;
  592.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  593.   background-color: #ededed;
  594.   *background-color: #e5e5e5;
  595.   background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  596.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  597.   background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  598.   background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  599.   background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  600.   background-repeat: repeat-x;
  601.   border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  602.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  603.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  604.   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  605.   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  606.      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  607.           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  608. }
  609.  
  610. .navbar .btn-navbar:hover,
  611. .navbar .btn-navbar:focus,
  612. .navbar .btn-navbar:active,
  613. .navbar .btn-navbar.active,
  614. .navbar .btn-navbar.disabled,
  615. .navbar .btn-navbar[disabled] {
  616.   color: #ffffff;
  617.   background-color: #e5e5e5;
  618.   *background-color: #d9d9d9;
  619. }
  620.  
  621. .navbar .btn-navbar:active,
  622. .navbar .btn-navbar.active {
  623.   background-color: #cccccc 9;
  624. }
  625.  
  626. .navbar .btn-navbar .navico-bar {
  627.   display: block;
  628.   width: 18px;
  629.   height: 2px;
  630.   background-color: #f5f5f5;
  631.   -webkit-border-radius: 1px;
  632.      -moz-border-radius: 1px;
  633.           border-radius: 1px;
  634.   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  635.      -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  636.           box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  637. }
  638.  
  639. .btn-navbar .navico-bar + .navico-bar {
  640.   margin-top: 3px;
  641. }
  642.  
  643. .navbar .nav > li > .dropdown-menu:before {
  644.   position: absolute;
  645.   top: -7px;
  646.   left: 9px;
  647.   display: inline-block;
  648.   border-right: 7px solid transparent;
  649.   border-bottom: 7px solid #ccc;
  650.   border-left: 7px solid transparent;
  651.   border-bottom-color: rgba(0, 0, 0, 0.2);
  652.   content: '';
  653. }
  654.  
  655. .navbar .nav > li > .dropdown-menu:after {
  656.   position: absolute;
  657.   top: -6px;
  658.   left: 10px;
  659.   display: inline-block;
  660.   border-right: 6px solid transparent;
  661.   border-bottom: 6px solid #ffffff;
  662.   border-left: 6px solid transparent;
  663.   content: '';
  664. }
  665.  
  666. .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  667.   top: auto;
  668.   bottom: -7px;
  669.   border-top: 7px solid #ccc;
  670.   border-bottom: 0;
  671.   border-top-color: rgba(0, 0, 0, 0.2);
  672. }
  673.  
  674. .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  675.   top: auto;
  676.   bottom: -6px;
  677.   border-top: 6px solid #ffffff;
  678.   border-bottom: 0;
  679. }
  680.  
  681. .navbar .nav li.dropdown > a:hover .caret,
  682. .navbar .nav li.dropdown > a:focus .caret {
  683.   border-top-color: #333333;
  684.   border-bottom-color: #333333;
  685. }
  686.  
  687. .navbar .nav li.dropdown.open > .dropdown-toggle,
  688. .navbar .nav li.dropdown.active > .dropdown-toggle,
  689. .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  690.   color: #555555;
  691.   background-color: #e5e5e5;
  692. }
  693.  
  694. .navbar .nav li.dropdown > .dropdown-toggle .caret {
  695.   border-top-color: #777777;
  696.   border-bottom-color: #777777;
  697. }
  698.  
  699. .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  700. .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  701. .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  702.   border-top-color: #555555;
  703.   border-bottom-color: #555555;
  704. }
  705.  
  706. .navbar .pull-right > li > .dropdown-menu,
  707. .navbar .nav > li > .dropdown-menu.pull-right {
  708.   right: 0;
  709.   left: auto;
  710. }
  711.  
  712. .navbar .pull-right > li > .dropdown-menu:before,
  713. .navbar .nav > li > .dropdown-menu.pull-right:before {
  714.   right: 12px;
  715.   left: auto;
  716. }
  717.  
  718. .navbar .pull-right > li > .dropdown-menu:after,
  719. .navbar .nav > li > .dropdown-menu.pull-right:after {
  720.   right: 13px;
  721.   left: auto;
  722. }
  723.  
  724. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  725. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  726.   right: 100%;
  727.   left: auto;
  728.   margin-right: -1px;
  729.   margin-left: 0;
  730.   -webkit-border-radius: 6px 0 6px 6px;
  731.      -moz-border-radius: 6px 0 6px 6px;
  732.           border-radius: 6px 0 6px 6px;
  733. }
  734.  
  735. .navbar-inverse .navbar-inner {
  736.   background-color: #1b1b1b;
  737.   background-image: -moz-linear-gradient(top, #222222, #111111);
  738.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  739.   background-image: -webkit-linear-gradient(top, #222222, #111111);
  740.   background-image: -o-linear-gradient(top, #222222, #111111);
  741.   background-image: linear-gradient(to bottom, #222222, #111111);
  742.   background-repeat: repeat-x;
  743.   border-color: #252525;
  744.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  745. }
  746.  
  747. .navbar-inverse .brand,
  748. .navbar-inverse .nav > li > a {
  749.   color: #999999;
  750.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  751. }
  752.  
  753. .navbar-inverse .brand:hover,
  754. .navbar-inverse .nav > li > a:hover,
  755. .navbar-inverse .brand:focus,
  756. .navbar-inverse .nav > li > a:focus {
  757.   color: #ffffff;
  758. }
  759.  
  760. .navbar-inverse .brand {
  761.   color: #999999;
  762. }
  763.  
  764. .navbar-inverse .navbar-text {
  765.   color: #999999;
  766. }
  767.  
  768. .navbar-inverse .nav > li > a:focus,
  769. .navbar-inverse .nav > li > a:hover {
  770.   color: #ffffff;
  771.   background-color: transparent;
  772. }
  773.  
  774. .navbar-inverse .nav .active > a,
  775. .navbar-inverse .nav .active > a:hover,
  776. .navbar-inverse .nav .active > a:focus {
  777.   color: #ffffff;
  778.   background-color: #111111;
  779. }
  780.  
  781. .navbar-inverse .navbar-link {
  782.   color: #999999;
  783. }
  784.  
  785. .navbar-inverse .navbar-link:hover,
  786. .navbar-inverse .navbar-link:focus {
  787.   color: #ffffff;
  788. }
  789.  
  790. .navbar-inverse .divider-vertical {
  791.   border-right-color: #222222;
  792.   border-left-color: #111111;
  793. }
  794.  
  795. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  796. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  797. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  798.   color: #ffffff;
  799.   background-color: #111111;
  800. }
  801.  
  802. .navbar-inverse .nav li.dropdown > a:hover .caret,
  803. .navbar-inverse .nav li.dropdown > a:focus .caret {
  804.   border-top-color: #ffffff;
  805.   border-bottom-color: #ffffff;
  806. }
  807.  
  808. .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  809.   border-top-color: #999999;
  810.   border-bottom-color: #999999;
  811. }
  812.  
  813. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  814. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  815. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  816.   border-top-color: #ffffff;
  817.   border-bottom-color: #ffffff;
  818. }
  819.  
  820. .navbar-inverse .navbar-search .search-query {
  821.   color: #ffffff;
  822.   background-color: #515151;
  823.   border-color: #111111;
  824.   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  825.      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  826.           box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  827.   -webkit-transition: none;
  828.      -moz-transition: none;
  829.        -o-transition: none;
  830.           transition: none;
  831. }
  832.  
  833. .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  834.   color: #cccccc;
  835. }
  836.  
  837. .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  838.   color: #cccccc;
  839. }
  840.  
  841. .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  842.   color: #cccccc;
  843. }
  844.  
  845. .navbar-inverse .navbar-search .search-query:focus,
  846. .navbar-inverse .navbar-search .search-query.focused {
  847.   padding: 5px 15px;
  848.   color: #333333;
  849.   text-shadow: 0 1px 0 #ffffff;
  850.   background-color: #ffffff;
  851.   border: 0;
  852.   outline: 0;
  853.   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  854.      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  855.           box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  856. }
  857.  
  858. .navbar-inverse .btn-navbar {
  859.   color: #ffffff;
  860.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  861.   background-color: #0e0e0e;
  862.   *background-color: #040404;
  863.   background-image: -moz-linear-gradient(top, #151515, #040404);
  864.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  865.   background-image: -webkit-linear-gradient(top, #151515, #040404);
  866.   background-image: -o-linear-gradient(top, #151515, #040404);
  867.   background-image: linear-gradient(to bottom, #151515, #040404);
  868.   background-repeat: repeat-x;
  869.   border-color: #040404 #040404 #1769CD;
  870.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  871.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  872.   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  873. }
  874.  
  875. .navbar-inverse .btn-navbar:hover,
  876. .navbar-inverse .btn-navbar:focus,
  877. .navbar-inverse .btn-navbar:active,
  878. .navbar-inverse .btn-navbar.active,
  879. .navbar-inverse .btn-navbar.disabled,
  880. .navbar-inverse .btn-navbar[disabled] {
  881.   color: #ffffff;
  882.   background-color: #040404;
  883.   *background-color: #1769CD;
  884. }
  885.  
  886. .navbar-inverse .btn-navbar:active,
  887. .navbar-inverse .btn-navbar.active {
  888.   background-color: #1769CD 9;
  889. }
  890.  
  891. ul ul,
  892. ul ol,
  893. ol ol,
  894. ol ul {
  895.   margin-bottom: 0;
  896. }
  897.  
  898. ul.unstyled,
  899. ol.unstyled {
  900.   margin-left: 0;
  901.   list-style: none;
  902. }
  903.  
  904. ul.inline,
  905. ol.inline {
  906.   margin-left: 0;
  907.   list-style: none;
  908. }
  909.  
  910. ul.inline > li,
  911. ol.inline > li {
  912.   display: inline-block;
  913.   *display: inline;
  914.   padding-right: 5px;
  915.   padding-left: 5px;
  916.   *zoom: 1;
  917. }
  918. .nav {
  919.   list-style: none;
  920. }
  921.  
  922. .nav > li > a {
  923.   display: block;
  924. }
  925.  
  926. .nav > li > a:hover,
  927. .nav > li > a:focus {
  928.   text-decoration: none;
  929.   background-color: #eeeeee;
  930. }
  931.  
  932. .nav > li > a > img {
  933.   max-width: none;
  934. }
  935.  
  936. .nav > .pull-right {
  937.   float: right;
  938. }
  939.  
  940. .nav-header {
  941.   display: block;
  942.   padding: 3px 15px;
  943.   font-size: 11px;
  944.   font-weight: bold;
  945.   line-height: 20px;
  946.   color: #999999;
  947.   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  948.   text-transform: uppercase;
  949. }
  950.  
  951. .nav li + .nav-header {
  952.   margin-top: 9px;
  953. }
  954.  
  955. .nav-list {
  956.   padding-right: 15px;
  957.   padding-left: 15px;
  958.   margin-bottom: 0;
  959. }
  960.  
  961. .nav-list > li > a,
  962. .nav-list .nav-header {
  963.   margin-right: -15px;
  964.   margin-left: -15px;
  965.   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  966. }
  967.  
  968. .nav-list > li > a {
  969.   padding: 3px 15px;
  970. }
  971.  
  972. .nav-list > .active > a,
  973. .nav-list > .active > a:hover,
  974. .nav-list > .active > a:focus {
  975.   color: #ffffff;
  976.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  977.   background-color: #0088cc;
  978. }
  979.  
  980. .nav-list [class^="navico-"],
  981. .nav-list [class*=" navico-"] {
  982.   margin-right: 2px;
  983. }
  984.  
  985. .nav-list .divider {
  986.   *width: 100%;
  987.   height: 1px;
  988.   margin: 9px 1px;
  989.   *margin: -5px 0 5px;
  990.   overflow: hidden;
  991.   background-color: #e5e5e5;
  992.   border-bottom: 1px solid #ffffff;
  993. }
  994.  
  995. .nav-tabs,
  996. .nav-pills {
  997.   *zoom: 1;
  998. }
  999.  
  1000. .nav-tabs:before,
  1001. .nav-pills:before,
  1002. .nav-tabs:after,
  1003. .nav-pills:after {
  1004.   display: table;
  1005.   line-height: 0;
  1006.   content: "";
  1007. }
  1008.  
  1009. .nav-tabs:after,
  1010. .nav-pills:after {
  1011.   clear: both;
  1012. }
  1013.  
  1014. .nav-tabs > li,
  1015. .nav-pills > li {
  1016.   float: left;
  1017. }
  1018.  
  1019. .nav-tabs > li > a,
  1020. .nav-pills > li > a {
  1021.   padding-right: 12px;
  1022.   padding-left: 12px;
  1023.   margin-right: 2px;
  1024.   line-height: 14px;
  1025. }
  1026.  
  1027. .nav-tabs {
  1028.   border-bottom: 1px solid #ddd;
  1029. }
  1030.  
  1031. .nav-tabs > li {
  1032.   margin-bottom: -1px;
  1033. }
  1034.  
  1035. .nav-tabs > li > a {
  1036.   padding-top: 8px;
  1037.   padding-bottom: 8px;
  1038.   line-height: 20px;
  1039.   border: 1px solid transparent;
  1040.   -webkit-border-radius: 4px 4px 0 0;
  1041.      -moz-border-radius: 4px 4px 0 0;
  1042.           border-radius: 4px 4px 0 0;
  1043. }
  1044.  
  1045. .nav-tabs > li > a:hover,
  1046. .nav-tabs > li > a:focus {
  1047.   border-color: #eeeeee #eeeeee #dddddd;
  1048. }
  1049.  
  1050. .nav-tabs > .active > a,
  1051. .nav-tabs > .active > a:hover,
  1052. .nav-tabs > .active > a:focus {
  1053.   color: #555555;
  1054.   cursor: default;
  1055.   background-color: #ffffff;
  1056.   border: 1px solid #ddd;
  1057.   border-bottom-color: transparent;
  1058. }
  1059.  
  1060. .nav-pills > li > a {
  1061.   padding-top: 8px;
  1062.   padding-bottom: 8px;
  1063.   margin-top: 2px;
  1064.   margin-bottom: 2px;
  1065.   -webkit-border-radius: 5px;
  1066.      -moz-border-radius: 5px;
  1067.           border-radius: 5px;
  1068. }
  1069.  
  1070. .nav-pills > .active > a,
  1071. .nav-pills > .active > a:hover,
  1072. .nav-pills > .active > a:focus {
  1073.   color: #ffffff;
  1074.   background-color: #0088cc;
  1075. }
  1076.  
  1077. .nav-stacked > li {
  1078.   float: none;
  1079. }
  1080.  
  1081. .nav-stacked > li > a {
  1082.   margin-right: 0;
  1083. }
  1084.  
  1085. .nav-tabs.nav-stacked {
  1086.   border-bottom: 0;
  1087. }
  1088.  
  1089. .nav-tabs.nav-stacked > li > a {
  1090.   border: 1px solid #ddd;
  1091.   -webkit-border-radius: 0;
  1092.      -moz-border-radius: 0;
  1093.           border-radius: 0;
  1094. }
  1095.  
  1096. .nav-tabs.nav-stacked > li:first-child > a {
  1097.   -webkit-border-top-right-radius: 4px;
  1098.           border-top-right-radius: 4px;
  1099.   -webkit-border-top-left-radius: 4px;
  1100.           border-top-left-radius: 4px;
  1101.   -moz-border-radius-topright: 4px;
  1102.   -moz-border-radius-topleft: 4px;
  1103. }
  1104.  
  1105. .nav-tabs.nav-stacked > li:last-child > a {
  1106.   -webkit-border-bottom-right-radius: 4px;
  1107.           border-bottom-right-radius: 4px;
  1108.   -webkit-border-bottom-left-radius: 4px;
  1109.           border-bottom-left-radius: 4px;
  1110.   -moz-border-radius-bottomright: 4px;
  1111.   -moz-border-radius-bottomleft: 4px;
  1112. }
  1113.  
  1114. .nav-tabs.nav-stacked > li > a:hover,
  1115. .nav-tabs.nav-stacked > li > a:focus {
  1116.   z-index: 2;
  1117.   border-color: #ddd;
  1118. }
  1119.  
  1120. .nav-pills.nav-stacked > li > a {
  1121.   margin-bottom: 3px;
  1122. }
  1123.  
  1124. .nav-pills.nav-stacked > li:last-child > a {
  1125.   margin-bottom: 1px;
  1126. }
  1127.  
  1128. .nav-tabs .dropdown-menu {
  1129.   -webkit-border-radius: 0 0 6px 6px;
  1130.      -moz-border-radius: 0 0 6px 6px;
  1131.           border-radius: 0 0 6px 6px;
  1132. }
  1133.  
  1134. .nav-pills .dropdown-menu {
  1135.   -webkit-border-radius: 6px;
  1136.      -moz-border-radius: 6px;
  1137.           border-radius: 6px;
  1138. }
  1139.  
  1140. .nav .dropdown-toggle .caret {
  1141.   margin-top: 6px;
  1142.   border-top-color: #0088cc;
  1143.   border-bottom-color: #0088cc;
  1144. }
  1145.  
  1146. .nav .dropdown-toggle:hover .caret,
  1147. .nav .dropdown-toggle:focus .caret {
  1148.   border-top-color: #005580;
  1149.   border-bottom-color: #005580;
  1150. }
  1151.  
  1152. /* move down carets for tabs */
  1153.  
  1154. .nav-tabs .dropdown-toggle .caret {
  1155.   margin-top: 8px;
  1156. }
  1157.  
  1158. .nav .active .dropdown-toggle .caret {
  1159.   border-top-color: #fff;
  1160.   border-bottom-color: #fff;
  1161. }
  1162.  
  1163. .nav-tabs .active .dropdown-toggle .caret {
  1164.   border-top-color: #555555;
  1165.   border-bottom-color: #555555;
  1166. }
  1167.  
  1168. .nav > .dropdown.active > a:hover,
  1169. .nav > .dropdown.active > a:focus {
  1170.   cursor: pointer;
  1171. }
  1172.  
  1173. .nav-tabs .open .dropdown-toggle,
  1174. .nav-pills .open .dropdown-toggle,
  1175. .nav > li.dropdown.open.active > a:hover,
  1176. .nav > li.dropdown.open.active > a:focus {
  1177.   color: #ffffff;
  1178.   background-color: #999999;
  1179.   border-color: #999999;
  1180. }
  1181.  
  1182. .nav li.dropdown.open .caret,
  1183. .nav li.dropdown.open.active .caret,
  1184. .nav li.dropdown.open a:hover .caret,
  1185. .nav li.dropdown.open a:focus .caret {
  1186.   border-top-color: #ffffff;
  1187.   border-bottom-color: #ffffff;
  1188.   opacity: 1;
  1189.   filter: alpha(opacity=100);
  1190. }
  1191. [class^="navico-"],
  1192. [class*=" navico-"] {
  1193.   display: inline-block;
  1194.   width: 14px;
  1195.   height: 14px;
  1196.   margin-top: 1px;
  1197.   *margin-right: .3em;
  1198.   line-height: 14px;
  1199.   vertical-align: text-top;
  1200.   background-image: url("http://files.enjin.com/122199/bootstrap/icons-white.png");
  1201.   background-position: 14px 14px;
  1202.   background-repeat: no-repeat;
  1203. }
  1204. .navico-glass {
  1205.   background-position: 0      0;
  1206. }
  1207.  
  1208. .navico-music {
  1209.   background-position: -24px 0;
  1210. }
  1211.  
  1212. .navico-search {
  1213.   background-position: -48px 0;
  1214. }
  1215.  
  1216. .navico-envelope {
  1217.   background-position: -72px 0;
  1218. }
  1219.  
  1220. .navico-heart {
  1221.   background-position: -96px 0;
  1222. }
  1223.  
  1224. .navico-star {
  1225.   background-position: -120px 0;
  1226. }
  1227.  
  1228. .navico-star-empty {
  1229.   background-position: -144px 0;
  1230. }
  1231.  
  1232. .navico-user {
  1233.   background-position: -168px 0;
  1234. }
  1235.  
  1236. .navico-film {
  1237.   background-position: -192px 0;
  1238. }
  1239.  
  1240. .navico-th-large {
  1241.   background-position: -216px 0;
  1242. }
  1243.  
  1244. .navico-th {
  1245.   background-position: -240px 0;
  1246. }
  1247.  
  1248. .navico-th-list {
  1249.   background-position: -264px 0;
  1250. }
  1251.  
  1252. .navico-ok {
  1253.   background-position: -288px 0;
  1254. }
  1255.  
  1256. .navico-remove {
  1257.   background-position: -312px 0;
  1258. }
  1259.  
  1260. .navico-zoom-in {
  1261.   background-position: -336px 0;
  1262. }
  1263.  
  1264. .navico-zoom-out {
  1265.   background-position: -360px 0;
  1266. }
  1267.  
  1268. .navico-off {
  1269.   background-position: -384px 0;
  1270. }
  1271.  
  1272. .navico-signal {
  1273.   background-position: -408px 0;
  1274. }
  1275.  
  1276. .navico-cog {
  1277.   background-position: -432px 0;
  1278. }
  1279.  
  1280. .navico-trash {
  1281.   background-position: -456px 0;
  1282. }
  1283.  
  1284. .navico-home {
  1285.   background-position: 0 -24px;
  1286. }
  1287.  
  1288. .navico-file {
  1289.   background-position: -24px -24px;
  1290. }
  1291.  
  1292. .navico-time {
  1293.   background-position: -48px -24px;
  1294. }
  1295.  
  1296. .navico-road {
  1297.   background-position: -72px -24px;
  1298. }
  1299.  
  1300. .navico-download-alt {
  1301.   background-position: -96px -24px;
  1302. }
  1303.  
  1304. .navico-download {
  1305.   background-position: -120px -24px;
  1306. }
  1307.  
  1308. .navico-upload {
  1309.   background-position: -144px -24px;
  1310. }
  1311.  
  1312. .navico-inbox {
  1313.   background-position: -168px -24px;
  1314. }
  1315.  
  1316. .navico-play-circle {
  1317.   background-position: -192px -24px;
  1318. }
  1319.  
  1320. .navico-repeat {
  1321.   background-position: -216px -24px;
  1322. }
  1323.  
  1324. .navico-refresh {
  1325.   background-position: -240px -24px;
  1326. }
  1327.  
  1328. .navico-list-alt {
  1329.   background-position: -264px -24px;
  1330. }
  1331.  
  1332. .navico-lock {
  1333.   background-position: -287px -24px;
  1334. }
  1335.  
  1336. .navico-flag {
  1337.   background-position: -312px -24px;
  1338. }
  1339.  
  1340. .navico-headphones {
  1341.   background-position: -336px -24px;
  1342. }
  1343.  
  1344. .navico-volume-off {
  1345.   background-position: -360px -24px;
  1346. }
  1347.  
  1348. .navico-volume-down {
  1349.   background-position: -384px -24px;
  1350. }
  1351.  
  1352. .navico-volume-up {
  1353.   background-position: -408px -24px;
  1354. }
  1355.  
  1356. .navico-qrcode {
  1357.   background-position: -432px -24px;
  1358. }
  1359.  
  1360. .navico-barcode {
  1361.   background-position: -456px -24px;
  1362. }
  1363.  
  1364. .navico-tag {
  1365.   background-position: 0 -48px;
  1366. }
  1367.  
  1368. .navico-tags {
  1369.   background-position: -25px -48px;
  1370. }
  1371.  
  1372. .navico-book {
  1373.   background-position: -48px -48px;
  1374. }
  1375.  
  1376. .navico-bookmark {
  1377.   background-position: -72px -48px;
  1378. }
  1379.  
  1380. .navico-print {
  1381.   background-position: -96px -48px;
  1382. }
  1383.  
  1384. .navico-camera {
  1385.   background-position: -120px -48px;
  1386. }
  1387.  
  1388. .navico-font {
  1389.   background-position: -144px -48px;
  1390. }
  1391.  
  1392. .navico-bold {
  1393.   background-position: -167px -48px;
  1394. }
  1395.  
  1396. .navico-italic {
  1397.   background-position: -192px -48px;
  1398. }
  1399.  
  1400. .navico-text-height {
  1401.   background-position: -216px -48px;
  1402. }
  1403.  
  1404. .navico-text-width {
  1405.   background-position: -240px -48px;
  1406. }
  1407.  
  1408. .navico-align-left {
  1409.   background-position: -264px -48px;
  1410. }
  1411.  
  1412. .navico-align-center {
  1413.   background-position: -288px -48px;
  1414. }
  1415.  
  1416. .navico-align-right {
  1417.   background-position: -312px -48px;
  1418. }
  1419.  
  1420. .navico-align-justify {
  1421.   background-position: -336px -48px;
  1422. }
  1423.  
  1424. .navico-list {
  1425.   background-position: -360px -48px;
  1426. }
  1427.  
  1428. .navico-indent-left {
  1429.   background-position: -384px -48px;
  1430. }
  1431.  
  1432. .navico-indent-right {
  1433.   background-position: -408px -48px;
  1434. }
  1435.  
  1436. .navico-facetime-video {
  1437.   background-position: -432px -48px;
  1438. }
  1439.  
  1440. .navico-picture {
  1441.   background-position: -456px -48px;
  1442. }
  1443.  
  1444. .navico-pencil {
  1445.   background-position: 0 -72px;
  1446. }
  1447.  
  1448. .navico-map-marker {
  1449.   background-position: -24px -72px;
  1450. }
  1451.  
  1452. .navico-adjust {
  1453.   background-position: -48px -72px;
  1454. }
  1455.  
  1456. .navico-tint {
  1457.   background-position: -72px -72px;
  1458. }
  1459.  
  1460. .navico-edit {
  1461.   background-position: -96px -72px;
  1462. }
  1463.  
  1464. .navico-share {
  1465.   background-position: -120px -72px;
  1466. }
  1467.  
  1468. .navico-check {
  1469.   background-position: -144px -72px;
  1470. }
  1471.  
  1472. .navico-move {
  1473.   background-position: -168px -72px;
  1474. }
  1475.  
  1476. .navico-step-backward {
  1477.   background-position: -192px -72px;
  1478. }
  1479.  
  1480. .navico-fast-backward {
  1481.   background-position: -216px -72px;
  1482. }
  1483.  
  1484. .navico-backward {
  1485.   background-position: -240px -72px;
  1486. }
  1487.  
  1488. .navico-play {
  1489.   background-position: -264px -72px;
  1490. }
  1491.  
  1492. .navico-pause {
  1493.   background-position: -288px -72px;
  1494. }
  1495.  
  1496. .navico-stop {
  1497.   background-position: -312px -72px;
  1498. }
  1499.  
  1500. .navico-forward {
  1501.   background-position: -336px -72px;
  1502. }
  1503.  
  1504. .navico-fast-forward {
  1505.   background-position: -360px -72px;
  1506. }
  1507.  
  1508. .navico-step-forward {
  1509.   background-position: -384px -72px;
  1510. }
  1511.  
  1512. .navico-eject {
  1513.   background-position: -408px -72px;
  1514. }
  1515.  
  1516. .navico-chevron-left {
  1517.   background-position: -432px -72px;
  1518. }
  1519.  
  1520. .navico-chevron-right {
  1521.   background-position: -456px -72px;
  1522. }
  1523.  
  1524. .navico-plus-sign {
  1525.   background-position: 0 -96px;
  1526. }
  1527.  
  1528. .navico-minus-sign {
  1529.   background-position: -24px -96px;
  1530. }
  1531.  
  1532. .navico-remove-sign {
  1533.   background-position: -48px -96px;
  1534. }
  1535.  
  1536. .navico-ok-sign {
  1537.   background-position: -72px -96px;
  1538. }
  1539.  
  1540. .navico-question-sign {
  1541.   background-position: -96px -96px;
  1542. }
  1543.  
  1544. .navico-info-sign {
  1545.   background-position: -120px -96px;
  1546. }
  1547.  
  1548. .navico-screenshot {
  1549.   background-position: -144px -96px;
  1550. }
  1551.  
  1552. .navico-remove-circle {
  1553.   background-position: -168px -96px;
  1554. }
  1555.  
  1556. .navico-ok-circle {
  1557.   background-position: -192px -96px;
  1558. }
  1559.  
  1560. .navico-ban-circle {
  1561.   background-position: -216px -96px;
  1562. }
  1563.  
  1564. .navico-arrow-left {
  1565.   background-position: -240px -96px;
  1566. }
  1567.  
  1568. .navico-arrow-right {
  1569.   background-position: -264px -96px;
  1570. }
  1571.  
  1572. .navico-arrow-up {
  1573.   background-position: -289px -96px;
  1574. }
  1575.  
  1576. .navico-arrow-down {
  1577.   background-position: -312px -96px;
  1578. }
  1579.  
  1580. .navico-share-alt {
  1581.   background-position: -336px -96px;
  1582. }
  1583.  
  1584. .navico-resize-full {
  1585.   background-position: -360px -96px;
  1586. }
  1587.  
  1588. .navico-resize-small {
  1589.   background-position: -384px -96px;
  1590. }
  1591.  
  1592. .navico-plus {
  1593.   background-position: -408px -96px;
  1594. }
  1595.  
  1596. .navico-minus {
  1597.   background-position: -433px -96px;
  1598. }
  1599.  
  1600. .navico-asterisk {
  1601.   background-position: -456px -96px;
  1602. }
  1603.  
  1604. .navico-exclamation-sign {
  1605.   background-position: 0 -120px;
  1606. }
  1607.  
  1608. .navico-gift {
  1609.   background-position: -24px -120px;
  1610. }
  1611.  
  1612. .navico-leaf {
  1613.   background-position: -48px -120px;
  1614. }
  1615.  
  1616. .navico-fire {
  1617.   background-position: -72px -120px;
  1618. }
  1619.  
  1620. .navico-eye-open {
  1621.   background-position: -96px -120px;
  1622. }
  1623.  
  1624. .navico-eye-close {
  1625.   background-position: -120px -120px;
  1626. }
  1627.  
  1628. .navico-warning-sign {
  1629.   background-position: -144px -120px;
  1630. }
  1631.  
  1632. .navico-plane {
  1633.   background-position: -168px -120px;
  1634. }
  1635.  
  1636. .navico-calendar {
  1637.   background-position: -192px -120px;
  1638. }
  1639.  
  1640. .navico-random {
  1641.   width: 16px;
  1642.   background-position: -216px -120px;
  1643. }
  1644.  
  1645. .navico-comment {
  1646.   background-position: -240px -120px;
  1647. }
  1648.  
  1649. .navico-magnet {
  1650.   background-position: -264px -120px;
  1651. }
  1652.  
  1653. .navico-chevron-up {
  1654.   background-position: -288px -120px;
  1655. }
  1656.  
  1657. .navico-chevron-down {
  1658.   background-position: -313px -119px;
  1659. }
  1660.  
  1661. .navico-retweet {
  1662.   background-position: -336px -120px;
  1663. }
  1664.  
  1665. .navico-shopping-cart {
  1666.   background-position: -360px -120px;
  1667. }
  1668.  
  1669. .navico-folder-close {
  1670.   width: 16px;
  1671.   background-position: -384px -120px;
  1672. }
  1673.  
  1674. .navico-folder-open {
  1675.   width: 16px;
  1676.   background-position: -408px -120px;
  1677. }
  1678.  
  1679. .navico-resize-vertical {
  1680.   background-position: -432px -119px;
  1681. }
  1682.  
  1683. .navico-resize-horizontal {
  1684.   background-position: -456px -118px;
  1685. }
  1686.  
  1687. .navico-hdd {
  1688.   background-position: 0 -144px;
  1689. }
  1690.  
  1691. .navico-bullhorn {
  1692.   background-position: -24px -144px;
  1693. }
  1694.  
  1695. .navico-bell {
  1696.   background-position: -48px -144px;
  1697. }
  1698.  
  1699. .navico-certificate {
  1700.   background-position: -72px -144px;
  1701. }
  1702.  
  1703. .navico-thumbs-up {
  1704.   background-position: -96px -144px;
  1705. }
  1706.  
  1707. .navico-thumbs-down {
  1708.   background-position: -120px -144px;
  1709. }
  1710.  
  1711. .navico-hand-right {
  1712.   background-position: -144px -144px;
  1713. }
  1714.  
  1715. .navico-hand-left {
  1716.   background-position: -168px -144px;
  1717. }
  1718.  
  1719. .navico-hand-up {
  1720.   background-position: -192px -144px;
  1721. }
  1722.  
  1723. .navico-hand-down {
  1724.   background-position: -216px -144px;
  1725. }
  1726.  
  1727. .navico-circle-arrow-right {
  1728.   background-position: -240px -144px;
  1729. }
  1730.  
  1731. .navico-circle-arrow-left {
  1732.   background-position: -264px -144px;
  1733. }
  1734.  
  1735. .navico-circle-arrow-up {
  1736.   background-position: -288px -144px;
  1737. }
  1738.  
  1739. .navico-circle-arrow-down {
  1740.   background-position: -312px -144px;
  1741. }
  1742.  
  1743. .navico-globe {
  1744.   background-position: -336px -144px;
  1745. }
  1746.  
  1747. .navico-wrench {
  1748.   background-position: -360px -144px;
  1749. }
  1750.  
  1751. .navico-tasks {
  1752.   background-position: -384px -144px;
  1753. }
  1754.  
  1755. .navico-filter {
  1756.   background-position: -408px -144px;
  1757. }
  1758.  
  1759. .navico-briefcase {
  1760.   background-position: -432px -144px;
  1761. }
  1762.  
  1763. .navico-fullscreen {
  1764.   background-position: -456px -144px;
  1765. }
  1766. </style>
  1767.  
  1768.  
  1769. <center>
  1770. <div class="navbar navbar-default navbar-fixed-top">
  1771. <div class="navbar-inner">
  1772. <div style="margin: 0 auto; max-width: 1060px; min-width: 954px;">
  1773. <a href="/home" class="brand" no-repeat;="" background-position:="" 10px="" center;"="">LightPrison<span style="font-weight: bold;"></span></a>
  1774. <ul class="nav">
  1775.  
  1776. <li><a href="/home"><i class="icon-home"></i>&nbsp;Home</a></li>
  1777.  
  1778. <li><a href="/forums"><i class="icon-comment"></i>&nbsp;Forums</a></li>
  1779.  
  1780. <li><a href="/store"><i class="icon-shopping-cart"></i>&nbsp;Store</a></li>
  1781.  
  1782. <li><a href="/members"><i class="icon-user"></i>&nbsp;Members</a></li>
  1783.  
  1784. <li><a href="/apply"><i class="icon-pencil"></i>&nbsp;Apply</a></li>
  1785.  
  1786. <li><a href="/support"><i class="icon-envelope"></i>&nbsp;Support</a></li>
  1787.  
  1788.  
  1789. <li class="dropdown" onmouseover="this.className = 'dropdown open';" onmouseout="this.className = 'dropdown'"><a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-cog"></i>&nbsp;Error 101&nbsp;<span class="caret"></span></a>
  1790. <ul class="dropdown-menu">
  1791. <li><a href="/1">Error 101</a></li>
  1792. <li><a href="/1">Error 101</a></li>
  1793. <li><a href="/1">Error 101</a></li>
  1794. <li><a href="/1">Error 101</a></li>
  1795. </ul></li>
  1796. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement