Advertisement
Guest User

Untitled

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