Advertisement
Guest User

Untitled

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