Guest User

Untitled

a guest
May 28th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. nav {
  2. width: 100%;
  3. height: 51px;
  4. margin: 0 auto;
  5. box-shadow: 1px 1px #2a3a4db8;
  6. background: #162328;
  7. position: fixed;
  8. z-index: 999;
  9. }
  10. .hmain a {
  11. color: #fff;
  12. font-size: 35px;
  13. font-weight: 100;
  14. margin-left: 35px;
  15. }
  16. .hmain a:after {
  17. content: ' \f067 \00a0';
  18. font-family: 'FontAwesome';
  19. font-size: 21px;
  20. }
  21. nav ul {
  22. position: relative;
  23. text-align: center;
  24. top: -53px;
  25. }
  26. nav ul>a {
  27. display: none;
  28. }
  29. nav li {
  30. display: inline-block;
  31. }
  32. nav li a {
  33. color: #fff!important;
  34. display: block;
  35. font-family: Segoe UI,Verdana,Arial,Helvetica,sans-serif;
  36. font-size: 13px;
  37. height: 51px;
  38. padding: 15px;
  39. text-transform: uppercase;
  40. transition: .5s cubic-bezier(0.39,0.58,0.57,1);
  41. }
  42. nav li a:hover {
  43. box-shadow: 0 -51px rgba(113,179,247,0.24) inset;
  44. }
  45. a.mainmenu[href*="/forum"]:before {
  46. content: '\f015';
  47. font-family: FontAwesome;
  48. padding-right: 3px;
  49. }
  50. a.mainmenu[href*="/linkaqui"]:before {
  51. content: '\f5da';
  52. font-family: FontAwesome;
  53. padding-right: 3px;
  54. }
  55. a.mainmenu[href*="/register"]:before {
  56. content: '\f234';
  57. font-family: FontAwesome;
  58. padding-right: 3px;
  59. }
  60. a.mainmenu[href*="/login"]:before {
  61. content: '\f2f6';
  62. font-family: FontAwesome;
  63. padding-right: 3px;
  64. }
  65. div#user_navigation {
  66. display: block;
  67. float: right;
  68. position: absolute;
  69. right: 0;
  70. top: 48px;
  71. }
  72. .right {
  73. float: right;
  74. top: -48px;
  75. }
  76. nav #user_navigation li a {
  77. color: #fff;
  78. }
  79. .fa {
  80. display: inline-block;
  81. font: normal normal normal 14px/1 FontAwesome;
  82. font-size: inherit;
  83. text-rendering: auto;
  84. -webkit-font-smoothing: antialiased;
  85. -moz-osx-font-smoothing: grayscale;
  86. }
  87. .fa-user:before {
  88. content: "\f007";
  89. }
  90. .fa-envelope-o:before {
  91. content: "\f003";
  92. }
  93. .fa-sign-out:before {
  94. content: "\f08b";
  95. }
  96. a.mainmenu[href*="/memberlist"]:before {
  97. content: '\f007 \00a0';
  98. font-family: 'FontAwesome';
  99. }
  100. a.mainmenu[href*="/search"]:before {
  101. content: '\f002 \00a0';
  102. font-family: 'FontAwesome';
  103. }
  104. a.mainmenu[href*="/faq"]:before {
  105. content: '\f128 \00a0';
  106. font-family: 'FontAwesome';
  107. }
  108. a.mainmenu[href*="/groups"]:before {
  109. content: '\f0c0 \00a0';
  110. font-family: 'FontAwesome';
  111. }
  112. a.mainmenu[href*="/profile"]:before {
  113. content: '\f040 \00a0';
  114. font-family: 'FontAwesome';
  115. }
  116. nav li a.mainmenu[href*="/privmsg?folder=inbox"] {
  117. display: none;
  118. }
  119. a.mainmenu[href*="/h13-"]:before {
  120. content: '\f07a \00a0';
  121. font-family: 'FontAwesome';
  122. }
  123. a#logout {
  124. display: none;
  125. }
Add Comment
Please, Sign In to add comment