Advertisement
izoody

html

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