Advertisement
Guest User

Untitled

a guest
May 24th, 2017
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.82 KB | None | 0 0
  1. #logo,
  2. #logo a{
  3. height: @headerLogoHeight;
  4. line-height: @headerLogoHeight;
  5. display: block;
  6. text-align: center;
  7. position: relative;
  8. overflow: hidden;
  9. }
  10.  
  11. #logo{ float: none; }
  12.  
  13. <xen:if is="@textLogo">
  14. #logo a.textLogo{
  15. color: #fff;
  16. font-size: 70px;
  17. font-weight: 400;
  18. font-family: "Oswald";
  19. text-transform: uppercase;
  20. text-shadow: rgba(0,0,0,0.5) 2px 2px 0px, rgba(255,255,255,0.45) 4px 4px 0px;
  21. }
  22.  
  23. <xen:if is="@logoSlogan">
  24.  
  25. #logo a.textLogo{
  26. height: {xen:calc '@headerLogoHeight - 26'}px;
  27. line-height: {xen:calc '@headerLogoHeight - 90'}px;
  28. padding-top: 26px;
  29. }
  30.  
  31. #logo a.textLogo span{
  32. display: block;
  33. height: auto;
  34. font-size: 20px;
  35. line-height: 20px;
  36. position: relative; top: -5px;
  37. text-shadow: rgba(0,0,0,0.35) 2px 2px 0px;
  38. }
  39.  
  40. </xen:if>
  41.  
  42. </xen:if>
  43.  
  44. <xen:if is="@iconBehindLogo">
  45. #logo:after{
  46. content: "\@iconBehindLogo";
  47. font-size: 600px !important;
  48. position: absolute;
  49. top: 50%; left: 50%; margin-left: -0.427em; margin-top: 5px;
  50. color: #000;
  51. opacity: 0.1;
  52. }
  53.  
  54. #logo a{ z-index: 1; }
  55. </xen:if>
  56.  
  57. #blurredBackground, #clearBackground{
  58. position: fixed;
  59. top: 0; left: 0; right: 0;
  60. z-index: -2;
  61. height: 100%;
  62. background: url("@imagePath/xenfocus/background/<xen:if is="@blurImageName">@blurImageName</xen:if>_blur.jpg") 50% 0;
  63. -webkit-background-size: cover;
  64. -moz-background-size: cover;
  65. background-size: cover;
  66. }
  67.  
  68. #clearBackground{
  69. z-index: -1;
  70. /* Change the following to a background color if you do not wish to use an image. */
  71. background-image: url("@imagePath/xenfocus/background/<xen:if is="@blurImageName">@blurImageName</xen:if>.jpg");
  72. }
  73.  
  74. .titleBar{
  75. border-radius: 3px;
  76. box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.4) 0px 100px 0px;
  77. padding: 14px;
  78. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  79. }
  80.  
  81. .titleBar, .titleBar *{ color: #fff !important; }
  82.  
  83. .navTabs .navTab.selected,
  84. #navigation .pageContent,
  85. body #moderatorBar,
  86. .titleBar{
  87. /* Change the following to a background color if you do not wish to use an image. You must also disable the blur feature */
  88. background: url("@imagePath/xenfocus/background/<xen:if is="@blurImageName">@blurImageName</xen:if>_blur.jpg") 50% 0 fixed;
  89. -webkit-background-size: cover;
  90. -moz-background-size: cover;
  91. background-size: cover;
  92. }
  93.  
  94. body #moderatorBar{ box-shadow: inset rgba(255,255,255,0.5) 0px 100px 0; }
  95.  
  96. /* .avatar, .avatar img{ border-radius: 50%; }
  97. .memberCard .avatar, .memberCard .avatar img{ border-radius: 0; } */
  98.  
  99. #content .pageContent{ background: rgba(20,20,20,0.85); }
  100.  
  101. body .breadcrumb{ border-color: #1f1f1f; }
  102. .breadcrumb a{ }
  103. .breadcrumb a:hover{ }
  104.  
  105. /*
  106. Navigation background: Navigation Tabs Container
  107. */
  108. #blurredBackground, #clearBackground,
  109. #navigation{
  110.  
  111. }
  112.  
  113. .navTabs .navTab.selected,
  114. #navigation .pageContent{
  115.  
  116. }
  117.  
  118. /* Nav link */
  119. .navTabs .navTab.PopupClosed a.navLink{
  120. color: #fff;
  121. text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
  122. }
  123.  
  124. .navTabs .navTab.PopupClosed:hover a.navLink{
  125. background: rgba(255,255,255,0.1);
  126. color: #fff;
  127. }
  128. /* Public tabs */
  129. .navTabs .publicTabs .navLink{ padding: 0 20px; }
  130.  
  131. /* Open menu tab */
  132. .navTabs .Popup .PopupControl.PopupOpen > a, .navTabs .Popup.PopupContainerControl.PopupOpen > a{
  133. color: #fff;
  134. background: rgba(255,255,255,0.2);
  135. }
  136.  
  137. .Popup .PopupControl.PopupOpen, .Popup.PopupContainerControl.PopupOpen {
  138. background-color: transparent;
  139. border-radius: 0;
  140. }
  141.  
  142. .Popup .PopupControl.BottomControl.PopupOpen, .Popup.PopupContainerControl.BottomControl.PopupOpen {
  143. border-radius: 0 0 3px 3px;
  144. }
  145.  
  146. /* Active tab */
  147.  
  148. .navTabs .navTab.selected{ border-radius: 3px 3px 0px 0px; }
  149.  
  150. .navTabs .navTab.selected a.navLink,
  151. .navTabs ul.visitorTabs > li.navTab.selected a.navLink{
  152. background: rgba(255,255,255,0.4);
  153. color: #fff;
  154. border-radius: 3px 3px 0px 0px;
  155. box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
  156. text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
  157. position: relative;
  158. font-weight: bold;
  159. }
  160.  
  161. /* .navTabs .publicTabs .navTab.selected a.navLink:before,
  162. .navTabs .publicTabs .navTab.selected a.navLink:after{
  163. content: "";
  164. width: 4px; height: 4px;
  165. position: absolute;
  166. bottom: 0px; left: -4px;
  167. z-index: 10;
  168. background: @altPrimary;
  169. }
  170.  
  171. .navTabs .publicTabs .navTab.selected a.navLink:after{
  172. border-bottom-color: #000;
  173. opacity: 0.4;
  174. bottom: 1px;
  175. z-index: 5;
  176. } */
  177.  
  178. /* .navTabs .navTab.selected .SplitCtrl{
  179. display: block !important;
  180. background: transparent url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -128px 12.5px !important;
  181. position: relative;
  182. } */
  183.  
  184. .navTabs .visitorTabs{ font-size: 11px; }
  185.  
  186. /* Sub navigation background */
  187. .navTabs .navTab.selected .tabLinks{
  188. background: @contentBackground;
  189. background: rgba(255,255,255,0.4);
  190. background-position: 0 0;
  191. border-radius: 0px 0px 4px 4px;
  192. text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
  193. }
  194.  
  195. .navTabs .navTab.selected .tabLinks a{
  196. color: #fff;
  197. line-height: 30px;
  198. border-radius: 3px;
  199. margin-top: 3px;
  200. padding: 0 10px;
  201. }
  202.  
  203. .navTabs .navTab.selected .tabLinks a:hover, .navTabs .navTab.selected .tabLinks a:focus{
  204. color: #fff;
  205. background: rgba(0,0,0,0.2);
  206. }
  207.  
  208. .navTabs .navTab.PopupClosed, .navTabs .navTab.PopupClosed:hover{ background: none transparent; }
  209.  
  210. <xen:if is="!@fontawesome">
  211. .navTab.account a strong:before,
  212. .navTab.inbox a:before,
  213. .navTab.alerts a:before{
  214. content: "";
  215. background: url(@imagePath/xenfocus/userLinkIcons.png) no-repeat 0 0;
  216. width: 18px; height: 18px;
  217. display: inline-block;
  218. position: relative;
  219. top: 4px;
  220. margin-right: 6px;
  221. }
  222.  
  223. .navTab.account:hover a strong:before{ background-position: 0 -18px; }
  224. .navTab.account.selected a strong:before{ background-position: 0 -36px; }
  225. .navTab.inbox a:before{ background-position: -18px 0px; }
  226. .navTab.inbox:hover a:before{ background-position: -18px -18px; }
  227. .navTab.inbox.selected a:before{ background-position: -18px -36px; }
  228. .navTab.alerts a:before{ background-position: -36px 0px; }
  229. .navTab.alerts:hover a:before{ background-position: -36px -18px; }
  230. .navTab.alerts.selected a:before{ background-position: -36px -36px; }
  231. </xen:if>
  232.  
  233. .navTab a strong#VisitorExtraMenu_Counter:before{ display: none; }
  234.  
  235. .navTabs .navTab.selected.PopupOpen a.navLink{ border-radius: 0px; }
  236.  
  237. /* Adjust the following + 0 value depending on navigation borders */
  238. .navTabs .navTab.selected .tabLinks{ top: {xen:calc '@headerTabHeight + 0'}px; }
  239. #navigation .pageContent{ height: {xen:calc '@headerTabHeight * 2 + 0'}px; }
  240. #headerMover #headerProxy{ height: {xen:calc '@headerLogoHeight + @headerTabHeight * 2 + 0'}px; }
  241.  
  242. #forums.sectionMain,
  243. .messageInfo.primaryContent{ background: none transparent; }
  244.  
  245. .mainProfileColumn,
  246. .xenForm,
  247. .message{
  248. background-color: @contentBackground;
  249. }
  250.  
  251. #loginBar .xenForm{ background: none transparent; }
  252.  
  253. /* Categories and forums */
  254. #forums .node.category.level_1,
  255. .discussionList.section.sectionMain,
  256. .sidebar .section > .secondaryContent,
  257. #pageNodeContent{
  258. box-shadow: rgba(0,0,0,0.5) 0px 1px 5px;
  259. }
  260.  
  261. body #pageNodeContent{ background: @contentBackground; padding: 12px; }
  262. #pageNodeContent .larger.textHeading{ color: @primaryMedium; }
  263.  
  264. .sidebar .section > .secondaryContent{ border: 0; background: @contentBackground; }
  265.  
  266. #forums .node.category.level_1{ margin-bottom: 10px; }
  267. #forums .nodeList li:last-of-type .nodeInfo{ border-bottom: 0; }
  268. #forums .nodeList .nodeInfo{ min-height: 40px; padding: 7px 0; }
  269. #forums .nodeIcon{ position: absolute; top: 50%; margin-top: -18px; }
  270. #forums .nodeText{ padding-right: 180px; }
  271. #forums .node .nodeControls{ right: 10px; top: 50%; margin: -8px 0 0 0; }
  272.  
  273. .idxStats{ float: right; position: absolute; right: 244px; top: 50%; margin-top: -20px; }
  274. .idxStats dl{ float: left; min-width: 80px; padding: 0 6px; text-align: center; text-transform: uppercase; font-size: 11px; }
  275. .idxStats dt{ display: block; color: @primaryLightish; }
  276. .idxStats dd{ display: block; color: @primaryMedium; font-size: 18px; padding-bottom: 3px; }
  277.  
  278. @media (min-width: 991px){
  279. .subForumList{ padding-right: 428px; }
  280. }
  281.  
  282. @media (max-width: 990px){
  283. .idxStats{ display: none; }
  284. #forums .nodeText{ padding-right: 0; }
  285. .subForumList{ padding-right: 225px; }
  286. }
  287.  
  288. body .node .nodeLastPost{ height: 40px; line-height: 20px; padding: 0 0 0 14px; margin: -20px 20px 0 0; top: 50%; border-left: 1px solid @primaryLighterStill; }
  289.  
  290. .sidebar .visitorPanel{ overflow: visible; }
  291.  
  292. body .discussionList .sectionHeaders{
  293. box-sizing: border-box;
  294. margin-top: 0;
  295. border-width: 0px 0px 1px 0px;
  296. border-radius: 4px 4px 0 0;
  297. }
  298.  
  299. body .attachedFiles .attachmentList, .sectionFooter, body .userBanner{ background-image: none; }
  300.  
  301. body .discussionList .sectionFooter{ border-radius: 0px 0px 4px 4px; border-bottom: 0; }
  302. body .DiscussionListOptions{ margin-left: 10px; margin-right: 10px; }
  303. body .itemPageNav a{ color: #fff; }
  304.  
  305. body .bbCodeQuote .quoteContainer{ border-radius: 0px 0px 3px 3px; }
  306.  
  307. <xen:if is="@fontawesome">
  308.  
  309. .LoggedIn .discussionListItem .unreadLink,
  310. .LoggedIn .discussionListItem .ReadToggle{
  311. background: none transparent !important;
  312. text-indent: 0 !important;
  313. }
  314.  
  315. .LoggedIn .discussionListItem .unreadLink:before,
  316. .LoggedIn .discussionListItem .ReadToggle:before{
  317. font-size: 10px;
  318. content: "\f067";
  319. width: 10px; height: 10px;
  320. font-size: 10px !important;
  321. display: block;
  322. }
  323.  
  324. </xen:if>
  325.  
  326. <xen:if is="@transparentContent">
  327. #content > .pageWidth > .pageContent,
  328. #forums.sectionMain,
  329. #loginBar .xenForm{
  330. background: none transparent;
  331. }
  332. .mainProfileColumn,
  333. .xenForm,
  334. .message{
  335. background-color: @contentBackground;
  336. }
  337.  
  338. #content > .pageWidth > .pageContent{ padding: 2px 0; }
  339.  
  340. .mainProfileColumn{ padding: 0 10px 10px 0; }
  341. body .profilePage .mast{ border: 0; }
  342.  
  343. body .xenForm .submitUnit { padding-bottom: 5px; }
  344. .xenForm h3.textHeading{ padding-left: 10px; }
  345.  
  346. .linkGroup a,
  347. .pageNavHeader{
  348. color: #fff;
  349. background: rgba(0,0,0,0.5);
  350. border-radius: 3px;
  351. padding: 3px 6px;
  352. }
  353.  
  354. .PageNav .pageNavHeader{ padding-top: 1px !important; padding-bottom: 1px !important; }
  355.  
  356. .linkGroup.SelectionCountContainer a{ color: #fff !important; }
  357. .PageNav .pageNavHeader{ padding: 0px 6px; }
  358.  
  359. .linkGroup.SelectionCountContainer a:hover{
  360. background: rgba(0,0,0,0.6);
  361. }
  362.  
  363. .linkGroup a.callToAction{ background: none transparent; }
  364.  
  365. .member_notable .mainContent .section{ margin-top: 0; }
  366. #messageList{ border: 0; padding: 0; }
  367.  
  368. .discussionList .sectionHeaders{ border-left: 0 !important; border-right: 0 !important; }
  369. </xen:if>
  370.  
  371. <xen:if is="!@fontawesome">
  372. /* Sidebar icons */
  373. .forum_list .sidebar .section h3:before{
  374. content: "";
  375. float: left;
  376. width: 16px; height: 16px;
  377. margin: -1px 6px -5px 0;
  378. background: url(@imagePath/xenfocus/sidebarSprite.png) no-repeat 0 0;
  379. }
  380. .forum_list .sidebar .section.staffOnline h3:before{ background-position: 0 -16px; }
  381. .forum_list .sidebar .section.membersOnline h3:before{ background-position: 0 -32px; }
  382. .forum_list .sidebar .section .statsList h3:before{ background-position: 0 -48px; }
  383. .forum_list .sidebar .section.sharePage h3:before{ background-position: 0 -64px; }
  384. </xen:if>
  385.  
  386. body .message .publicControls a.item{ margin-left: 5px; margin-right: 0; }
  387. body .message .publicControls .MultiQuoteControl{ border-radius: 3px; padding-top: 1px; padding-bottom: 1px; }
  388. body .message .publicControls .MultiQuoteControl.active{ background: @altPrimary; }
  389.  
  390. <xen:if is="!@fontawesome">
  391. /* Post button icons */
  392. .messageMeta .control:before{
  393. content: "";
  394. display: inline-block;
  395. vertical-align: top;
  396. width: 16px; height: 16px;
  397. margin: -1px 6px -5px -2px;
  398. background: url(@imagePath/xenfocus/postButtonSprite.png) no-repeat 0 0;
  399. }
  400. .messageMeta .control.edit:before{ background-position: 0 -16px; }
  401. .messageMeta .control.delete:before{ background-position: 0 -32px; }
  402. .messageMeta .control.ip:before{ background-position: 0 -48px; }
  403. .messageMeta .control.report:before{ background-position: 0 -64px; }
  404. .messageMeta .control.reply:before{ background-position: 0 -80px; }
  405. .messageMeta .control.like:before{ background-position: 0 -96px; }
  406. .messageMeta .control.unlike:before{ background-position: 0 -112px; }
  407. .messageMeta .control.warn:before{ background-position: 0 -112px; }
  408. .messageMeta .control.deleteSpam:before{ background-position: 0 -128px; }
  409. </xen:if>
  410.  
  411. <xen:if is="!@privateControlIcons">
  412. .messageMeta .privateControls .control:before{ display: none; }
  413. </xen:if>
  414. <xen:if is="!@publicControlIcons">
  415. .messageMeta .publicControls .control:before{ display: none; }
  416. </xen:if>
  417.  
  418. <xen:if is="@fadedPostControls">
  419. @media (min-width:1025px){
  420. .message .messageMeta .control{
  421. opacity: 0.15;
  422. -webkit-transition: opacity ease-in-out 0.1s;
  423. -moz-transition: opacity ease-in-out 0.1s;
  424. transition: opacity ease-in-out 0.1s;
  425. }
  426. .message .messageMeta .privateControls .control{ opacity: 0; }
  427. body .message:hover .messageMeta .control{ opacity: 1; }
  428. }
  429. </xen:if>
  430.  
  431. .message .publicControls, .message .privateControls{ min-height: 26px; line-height: 24px; }
  432. .message .publicControls .item.muted{ float: right; }
  433.  
  434. <xen:if is="@boxedPosts"><xen:if is="@enableResponsive">
  435. @media (min-width:1000px){
  436. /* Post control bar */
  437. body .message{
  438. position: relative;
  439. padding-bottom: 57px !important;
  440. padding-top: 10px !important;
  441. margin-bottom: 12px !important;
  442. }
  443. body .quickReply.message{ padding-bottom: 10px !important; }
  444. .thread_view .messageMeta{
  445. position: absolute;
  446. bottom: 5px; left: 5px; right: 5px;
  447. padding: 10px 10px 10px 150px !important;
  448. border-top: 1px solid @primaryLighterStill;
  449. background: @primaryLightest;
  450. }
  451.  
  452. /* .thread_view .message:hover .messageMeta{
  453. border-top: 1px solid @primaryLighterStill;
  454. background: @primaryLightest;
  455. } */
  456.  
  457. .thread_view .message .privateControls .authorEnd{ display: none; }
  458. .thread_view .messageMeta .InlineModCheck{ position: relative; top: 5px; }
  459. }
  460. </xen:if></xen:if>
  461.  
  462. <xen:if is="@noAuthorBox"><xen:if is="@enableResponsive">
  463. @media (min-width:@maxResponsiveNarrowWidth){
  464. .message .messageUserBlock, .message .messageUserBlock div.avatarHolder{ background: none transparent; border: 0; }
  465. .message .messageUserBlock div.avatarHolder{ text-align: center; }
  466. .message .messageUserBlock .arrow, .message .userBanner .before, .message .userBanner .after{ display: none !important; }
  467. .message .messageUserBlock h3.userText{ text-align: center; padding-left: 0; }
  468. .message .messageUserBlock .userBanner{ border-radius: 3px; margin-left: 0; margin-right: 0; }
  469.  
  470. }
  471. </xen:if></xen:if>
  472.  
  473. body .message .newIndicator{ margin-right: -28px; }
  474.  
  475. .footerLegal, .footerLegal a, .footerLegal .pairsInline dt, #copyright{ color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 3px; }
  476. .footerLegal .pairsInline dt{ opacity: 0.7; }
  477.  
  478. /* Remove the following if search box is inline with nav */
  479. /* .withSearch .navTabs .navTab.selected .blockLinksList{ margin-right: 8px; } */
  480.  
  481. #QuickSearch{ top: -40px; right: 5px; background: none transparent; }
  482. #QuickSearch.active{ background-color: @content.background-color; box-shadow: 0px 3px 6px rgba(0,0,0,0.25); }
  483. #QuickSearch:not(.active) #QuickSearchQuery{ background: #fff; box-shadow: none; border-color: #fff; border-radius: 3px; }
  484.  
  485. .pageContent > .sharePage{
  486. box-shadow: rgba(0,0,0,0.05) 0px 1px 3px;
  487. padding: 10px;
  488. background: @contentBackground;
  489. }
  490.  
  491. .pageContent > .sharePage h3{
  492. color: @sidebarBlockHeading.color;
  493. font-size: 12px !important;
  494. padding: 10px;
  495. margin: -10px -10px 10px -10px;
  496. border: 0;
  497. border-bottom: 1px solid @primaryLighterStill;
  498. background: @primaryLightest;
  499. }
  500.  
  501. form#login input.button.primary{
  502. color: #fff;
  503. text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
  504. background: #555;
  505. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  506. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
  507. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  508. background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  509. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  510. background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  511. border: 0;
  512. box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px, rgba(0,0,0,0.3) 0px 1px 3px;
  513. }
  514.  
  515. form#login input.button.primary:hover{ background-color: #666; }
  516.  
  517. body #pageNodeNavigation{
  518. box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
  519. border-radius: 0;
  520. }
  521.  
  522. /* .quickReply.message{ border: 0; }
  523. .mainProfileColumn{ background: @primaryLightest; } */
  524. #ProfilePanes{ padding-right: 8px; padding-bottom: 8px; min-height: 580px; }
  525.  
  526. <xen:if is="!@faForumIcons">
  527. <xen:if is="@squareNodeIcons">
  528. .nodeIcon{
  529. border-radius: 3px;
  530. background-color: #757575;
  531. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
  532. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));
  533. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
  534. background-image: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
  535. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
  536. background-image: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
  537. box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
  538. }</xen:if>
  539.  
  540. <xen:if is="@customNodeIcons">
  541. .node_2 .nodeIcon{ background: url(@imagePath/xenfocus/nodes/nodeIcon_2.png) no-repeat 50% 50% !important; }
  542. .node_3 .nodeIcon{ background: url(@imagePath/xenfocus/nodes/nodeIcon_3.png) no-repeat 50% 50% !important; }
  543. .node_11 .nodeIcon{ background: url(@imagePath/xenfocus/nodes/nodeIcon_11.png) no-repeat 50% 50% !important; }
  544. .node_7 .nodeIcon{ background: url(@imagePath/xenfocus/nodes/nodeIcon_7.png) no-repeat 50% 50% !important; }
  545. .node_8 .nodeIcon{ background: url(@imagePath/xenfocus/nodes/nodeIcon_8.png) no-repeat 50% 50% !important; }
  546.  
  547. .nodeIcon{ opacity: 0.25; }
  548. .unread .nodeIcon, .linkNodeInfo .nodeIcon, .pageNodeInfo .nodeIcon{ opacity: 1; }
  549.  
  550. <xen:if is="@grayNodeIcons">
  551. /* Restrict from mobiles */
  552. @media (min-width:@maxResponsiveWideWidth){
  553. .nodeIcon{ -webkit-filter: grayscale(100%); }
  554. .unread .nodeIcon, .linkNodeInfo .nodeIcon, .pageNodeInfo .nodeIcon{ -webkit-filter: grayscale(0%); }
  555. }</xen:if>
  556.  
  557. </xen:if></xen:if>
  558.  
  559. <xen:if is="@fontawesome">
  560.  
  561. /* Font Awesome */
  562.  
  563. .navTab.account a strong:before,
  564. .navTab.inbox a:before,
  565. .navTab.alerts a:before,
  566. #AccountMenu .menuColumns a:before,
  567. .tabLinks a:before,
  568. .breadcrumb a.jumpMenuTrigger:before,
  569. <xen:if is="@faForumIcons">.nodeIcon:before,</xen:if>
  570. .forum_list .sidebar .section h3:before,
  571. .node .nodeLastPost .lastThreadTitle span:before,
  572. .messageMeta .control:before,
  573. .Responsive #QuickSearchPlaceholder:before,
  574. body .node .tinyIcon:before,
  575. body .footerLinks a.globalFeed:before,
  576. .LoggedIn .discussionListItem .unreadLink:before,
  577. .LoggedIn .discussionListItem .ReadToggle:before,
  578. #logo:after{
  579. display: inline-block;
  580. font-family: FontAwesome;
  581. font-style: normal;
  582. font-weight: normal;
  583. line-height: 0px;
  584. font-size: 14px;
  585. -webkit-font-smoothing: antialiased;
  586. -moz-osx-font-smoothing: grayscale;
  587. vertical-align: middle;
  588. /* color: inherit !important; */
  589. }
  590.  
  591. .navTab.account a strong:before{ margin: -1px 7px 0 0; content: "\f007"; }
  592. .navTab.inbox a:before{ margin: -1px 7px 0 0; content: "\f01c"; }
  593. .navTab.alerts a:before{ margin: -1px 7px 0 0; content: "\f0ac"; }
  594.  
  595. #AccountMenu .menuColumns a:before{ font-size: 14px !important; opacity: 0.6; position: relative; left: -3px; }
  596. #AccountMenu .menuColumns a:hover:before{ opacity: 1; }
  597. #AccountMenu a[href*="/personal-details"]:before{ content: "\f007" }
  598. #AccountMenu a[href*="/signature"]:before{ content: "\f040" }
  599. #AccountMenu a[href*="/contact-details"]:before{ content: "\f0e0" }
  600. #AccountMenu a[href*="/privacy"]:before{ content: "\f06e" }
  601. #AccountMenu a[href*="/preferences"]:before{ content: "\f14a" }
  602. #AccountMenu a[href*="/alert-preferences"]:before{ content: "\f0ac" }
  603. #AccountMenu a[href*="/avatar"]:before{ content: "\f03e" }
  604. #AccountMenu a[href*="/security"]:before{ content: "\f084" }
  605. #AccountMenu a[href*="/news-feed"]:before{ content: "\f03a" }
  606. #AccountMenu a[href*="conversations"]:before{ content: "\f036" }
  607. #AccountMenu a[href*="/alerts"]:before{ content: "\f0ac" }
  608. #AccountMenu a[href*="/likes"]:before{ content: "\f087" }
  609. #AccountMenu a[href*="search/member"]:before{ content: "\f0cb" }
  610. #AccountMenu a[href*="/following"]:before{ content: "\f061" }
  611. #AccountMenu a[href*="/ignored"]:before{ content: "\f05e" }
  612. #AccountMenu a[href*="logout"]:before{ content: "\f053" }
  613. #AccountMenu { width: 294px; }
  614. #AccountMenu .menuColumns a:before{ margin: -1px 7px 0 0; font-size: 11px; width: 10px; }
  615. #AccountMenu .menuColumns a, #AccountMenu .menuColumns label { width: 125px; }
  616. #AccountMenu .statusPoster textarea { width: 265px; }
  617.  
  618. .tabLinks a:before{ margin: -1px 7px 0 0; font-size: 14px; }
  619. .tabLinks a[href*="/mark-read"]:before{ content: "\f14a" }
  620. .tabLinks a[href*="search/"]:before{ content: "\f002" }
  621. .tabLinks a[href*="watched/forums"]:before{ content: "\f00b" }
  622. .tabLinks a[href*="watched/threads"]:before{ content: "\f03a" }
  623. .tabLinks a[href*="find-new/posts"]:before{ content: "\f0fe" }
  624. .tabLinks a[href*="members/"]:before{ content: "\f007" }
  625. .tabLinks a[href*="online/"]:before{ content: "\f0ac" }
  626. .tabLinks a[href*="recent-activity/"]:before{ content: "\f017" }
  627.  
  628. .breadcrumb a.jumpMenuTrigger{ background: none transparent; text-indent: 0; text-align: center; }
  629. .breadcrumb a.jumpMenuTrigger:before{ margin: 1px 0 0 0; content: "\f03a"; font-size: 14px; }
  630.  
  631. <xen:if is="@faForumIcons">.nodeIcon{ background: none transparent !important; text-align: center; }
  632. .nodeIcon:before{ content: "\f075"; color: @altPrimary; font-size: 30px; line-height: 30px; margin: 3px 0 0 0; opacity: 0.15; }
  633. .unread .nodeIcon:before{ content: "\f086"; opacity: 1; }
  634. .link .nodeIcon:before{ content: "\f061"; opacity: 1; }
  635. .page .nodeIcon:before{ content: "\f0f6"; opacity: 1; }</xen:if>
  636.  
  637. .forum_list .sidebar .section h3:before{ margin: -1px 7px 0 0; content: "\f02b"; font-size: 14px; }
  638. .forum_list .sidebar .section.staffOnline h3:before{ content: "\f0e3"; }
  639. .forum_list .sidebar .section.membersOnline h3:before{ content: "\f017"; }
  640. .forum_list .sidebar .section .statsList h3:before{ content: "\f080"; }
  641. .forum_list .sidebar .section.sharePage h3:before{ content: "\f0ac"; }
  642.  
  643. .lastThreadTitle{ font-weight: bold; }
  644. .node .nodeLastPost .lastThreadTitle span { float: left; height: 16px; width: 16px; margin: 1px 5px -6px 0; overflow: hidden; display: none; }
  645. .node .nodeLastPost .lastThreadTitle span:before{ line-height: 16px; display: block; content: "\f086"; font-size: 14px; color: @mutedTextColor; }
  646.  
  647. .messageMeta .control:before{
  648. content: "";
  649. position: relative;
  650. margin: -3px 5px 0px -2px;
  651. font-size: 14px;
  652. line-height: 0px;
  653. opacity: 0.7;
  654. }
  655. .messageMeta .control:hover:before{ opacity: 1; }
  656. .messageMeta .control.edit:before{ content: "\f040"; }
  657. .messageMeta .control.delete:before{ content: "\f00d"; }
  658. .messageMeta .control.ip:before{ content: "\f0ac"; }
  659. .messageMeta .control.report:before{ content: "\f165"; }
  660. .messageMeta .control.reply:before{ content: "\f075"; }
  661. .messageMeta .control.like:before{ content: "\f164"; }
  662. .messageMeta .control.unlike:before{ content: "\f165"; }
  663. .messageMeta .control.warn:before{ content: "\f071"; }
  664. .messageMeta .control.deleteSpam:before{ content: "\f014"; }
  665.  
  666. body .footerLinks a.globalFeed,
  667. body .node .tinyIcon {
  668. background: #ee8822;
  669. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  670. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
  671. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  672. background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  673. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  674. background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  675. color: #fff;
  676. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  677. border-radius: 3px;
  678. box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
  679. text-indent: 0;
  680. text-align: center;
  681. text-decoration: none;
  682. overflow: hidden;
  683. }
  684.  
  685. body .footerLinks a.globalFeed:before,
  686. body .node .tinyIcon:before{ content: "\f09e"; display: block; line-height: 17px; font-size: 12px; }
  687. body .footerLinks a.globalFeed:before{ font-size: 10px; }
  688.  
  689. .Responsive #QuickSearchPlaceholder {
  690. background: none transparent;
  691. border-radius: 0;
  692. font-size: 14px;
  693. text-indent: 0px;
  694. text-align: center;
  695. }
  696.  
  697. .Responsive #QuickSearchPlaceholder:before{ display: block; height: 16px; line-height: 16px; content: "\f002"; color: #fff; }
  698.  
  699. </xen:if>
  700.  
  701. /* Xenfocus fixes */
  702.  
  703. <xen:if is="!@fontawesome">
  704. .node .nodeLastPost .lastThreadTitle span{
  705. width: 16px; height: 16px;
  706. overflow: hidden; text-indent: -999px;
  707. float: left;
  708. margin: 1px 5px -6px 0;
  709. background: url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -80px -16px;
  710. }
  711. </xen:if>
  712. .skin_branding{ float: left; padding-left: 15px; }
  713. .skin_branding a{ float: none; display: inline-block; padding-left: 0; padding-right: 0; }
  714. .insideSidebar{ padding: 10px; }
  715. .node .nodeLastPost .noMessages{ line-height: 36px !important; }
  716. .messageUserBlock .userBanner{ margin-top: 6px; padding-top: 4px; padding-bottom: 4px; }
  717. .quote{ padding-left: 3px; }
  718. /* Fix wider search input */
  719. .formPopup{ width: 256px; }
  720. .xenForm .submitUnit{ padding-top: 5px; }
  721. .navigationSideBar li a.secondaryContent{
  722. border: 0;
  723. @property "primaryContent.border";
  724. border-bottom: 1px solid @primaryLighterStill;
  725. @property "/primaryContent.border";
  726. }
  727. /* Clear index avatar in sidebar */
  728. .section.visitorPanel .secondaryContent:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
  729. .footerLinks a.globalFeed{ width: 16px; height: 16px; margin: 9px 5px 0 5px; }
  730. .thread_create .surplusLabel .textCtrl{ padding-left: 5px; padding-right: 0px; }
  731. .thread_create #ctrl_title_thread_create{ box-shadow: none; padding: 3px; }
  732. .titleBar .prefix{ position: relative; top: -2px; }
  733. .PageNav .pageNavHeader{ margin-right: 7px; }
  734. .PageNav a.text{ padding: 0 7px; }
  735. .messageUserBlock .userTitle{ padding-top: 4px; }
  736. .userBanner{ box-shadow: rgba(0,0,0,0.1) 0px 1px 4px; }
  737. #QuickSearch .moreOptions{ margin: 0 29px 0 115px; }
  738. #QuickSearch .formPopup{ background: none transparent; }
  739. #QuickSearch .Popup .arrowWidget{ margin-left: 2px; margin-top: 0; }
  740. body #moderatorBar{ border: 0; }
  741. /* Align userlinks correctly and remove border from secondaryContent */
  742. .styleChooser .secondaryContent,
  743. .navPopup .secondaryContent,
  744. .secondaryContent.blockLinksList,
  745. #AccountMenu .menuColumns, #jumpMenu .secondaryContent{ border: 0; }
  746. .PageNav .scrollable{ height: 30px; }
  747. .formOverlay.AvatarEditor .avatarOption{ background: none transparent; border: 0; }
  748. .message.deleted .messageMeta .control{ margin-bottom: 0px; }
  749. body .afterDiscussionListHandle{ margin-top: 25px; }
  750. body .textWithCount.subHeading .text{ color: inherit; }
  751. body .textWithCount.subHeading .count{ text-shadow: none; }
  752. body .messageSimple .messageMeta{ line-height: 16px; }
  753. .discussionListItemEdit .textCtrl{ text-shadow: none; }
  754. input[type="submit"], input[type="reset"], label{ cursor: pointer; }
  755. .xenForm.formOverlay .ctrlUnit div.textCtrl{ padding-right: 0; }
  756. #ctrl_title_thread_edit{ box-shadow: none; }
  757. .help_cookies .baseHtml, .help_terms .baseHtml{ padding: 10px; }
  758. #ProfilePostList .messageMeta .control:before{ display: none !important; }
  759. body .xenOverlay.timedMessage{ background: rgba(255,255,255,0.88); }
  760.  
  761. /* Responsive tweaks */
  762. <xen:if is="@enableResponsive">
  763.  
  764. @media (max-width:768px){
  765. .Responsive .pageWidth{
  766. width: auto;
  767. }
  768.  
  769. .Responsive body .message{ margin-bottom: 10px !important; }
  770.  
  771. .Responsive #blurredBackground {display: none; }
  772. .Responsive #clearBackground{ position: absolute; }
  773. }
  774.  
  775. @media (max-width:1010px){
  776. .Responsive .pageWidth{ min-width: 0; }
  777. }
  778.  
  779. @media (max-width:@maxResponsiveMediumWidth){
  780. .Responsive #QuickSearch{ top: -25px; right: 15px; }
  781. .Responsive .message .messageMeta .control{ opacity: 1; }
  782. .Responsive .messageList .message{ padding: 10px 0; }
  783. .Responsive .idxStats{ display: none; }
  784. .Responsive #forums .nodeText{ padding-right: 0; }
  785. }
  786.  
  787. @media (max-width:@maxResponsiveNarrowWidth){
  788. .Responsive #logo a.textLogo{ font-size: 45px; }
  789. .Responsive .navTabs{ border-radius: 0; }
  790. .Responsive .messageUserBlock{ background: @primaryLightest; border-radius: 4px 4px 0px 0px; border-width: 0px 0px 1px 0px; }
  791. .Responsive .messageList .message{ padding-top: 0; margin-bottom: 10px; }
  792. .Responsive .messageUserBlock a.username{ line-height: 14px; }
  793. .Responsive .messageUserBlock .userBanner{ margin-top: 2px; padding-top: 2px; padding-bottom: 2px; }
  794. .Responsive .messageUserBlock h3.userText{ padding: 5px 0 0px 8px; }
  795. .Responsive .message .privateControls .item.muted{
  796. float: none;
  797. display: block;
  798. padding-bottom: 10px;
  799. }
  800. .Responsive .message .privateControls, .Responsive .message .publicControls{ float: none; }
  801. .Responsive .message .publicControls .item{ margin-left: 5px; }
  802. .Responsive .message .messageMeta .control{ margin-top: 0; margin-bottom: 2px; }
  803. .Responsive .messageMeta .control:before{ display: none; }
  804. .Responsive .skin_branding{ padding-left: 8px; }
  805. .Responsive .skin_branding span{ display: none; }
  806.  
  807. <xen:if is="@fontawesome">.Responsive .navTab.account a strong:before, .Responsive .navTab.inbox a:before, .Responsive .navTab.alerts a:before{ display: none; }</xen:if>
  808.  
  809. }
  810.  
  811. /* @media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  812. .Responsive .navTab.account a strong:before,
  813. .Responsive .navTab.inbox a:before,
  814. .Responsive .navTab.alerts a:before{
  815. background-image: url(@imagePath/xenfocus/userLinkIcons-2x.png);
  816. background-size: 54px 54px;
  817. }
  818. } */
  819. </xen:if>
  820.  
  821. .username .style3:before {
  822.  
  823. content: "\f121";
  824. font-family: FontAwesome;
  825. margin-right: 4px;
  826. display: inline-block;
  827. -webkit-transition-duration: 0.8s;
  828. -moz-transition-duration: 0.8s;
  829. -o-transition-duration: 0.8s;
  830. transition-duration: 0.8s;
  831. }
  832. .username:hover .style3:before {
  833. -webkit-transform: rotate(360deg);
  834. -moz-transform: rotate(360deg);
  835. -ms-transform: rotate(360deg);
  836. -o-transform: rotate(360deg);
  837. }
  838.  
  839. .username .style5:before {
  840.  
  841. content: "\f0e3";
  842. font-family: FontAwesome;
  843. margin-right: 4px;
  844. display: inline-block;
  845. -webkit-transition-duration: 0.8s;
  846. -moz-transition-duration: 0.8s;
  847. -o-transition-duration: 0.8s;
  848. transition-duration: 0.8s;
  849. }
  850. .username:hover .style5:before {
  851. -webkit-transform: rotate(360deg);
  852. -moz-transform: rotate(360deg);
  853. -ms-transform: rotate(360deg);
  854. -o-transform: rotate(360deg);
  855. }
  856.  
  857. .username .style6:before {
  858.  
  859. content: "\f0e3";
  860. font-family: FontAwesome;
  861. margin-right: 4px;
  862. display: inline-block;
  863. -webkit-transition-duration: 0.8s;
  864. -moz-transition-duration: 0.8s;
  865. -o-transition-duration: 0.8s;
  866. transition-duration: 0.8s;
  867. }
  868. .username:hover .style6:before {
  869. -webkit-transform: rotate(360deg);
  870. -moz-transform: rotate(360deg);
  871. -ms-transform: rotate(360deg);
  872. -o-transform: rotate(360deg);
  873. }
  874.  
  875. .username .style4:before {
  876.  
  877. content: "\f005";
  878. font-family: FontAwesome;
  879. margin-right: 4px;
  880. display: inline-block;
  881. -webkit-transition-duration: 0.8s;
  882. -moz-transition-duration: 0.8s;
  883. -o-transition-duration: 0.8s;
  884. transition-duration: 0.8s;
  885. }
  886. .username:hover .style4:before {
  887. -webkit-transform: rotate(360deg);
  888. -moz-transform: rotate(360deg);
  889. -ms-transform: rotate(360deg);
  890. -o-transform: rotate(360deg);
  891. }
  892.  
  893. .username .style7:before {
  894.  
  895. content: "\f0a1";
  896. font-family: FontAwesome;
  897. margin-right: 4px;
  898. display: inline-block;
  899. -webkit-transition-duration: 0.8s;
  900. -moz-transition-duration: 0.8s;
  901. -o-transition-duration: 0.8s;
  902. transition-duration: 0.8s;
  903. }
  904. .username:hover .style7:before {
  905. -webkit-transform: rotate(360deg);
  906. -moz-transform: rotate(360deg);
  907. -ms-transform: rotate(360deg);
  908. -o-transform: rotate(360deg);
  909. }
  910.  
  911. .username .style8:before {
  912.  
  913. content: "\f004";
  914. font-family: FontAwesome;
  915. margin-right: 4px;
  916. display: inline-block;
  917. -webkit-transition-duration: 0.8s;
  918. -moz-transition-duration: 0.8s;
  919. -o-transition-duration: 0.8s;
  920. transition-duration: 0.8s;
  921. }
  922. .username:hover .style8:before {
  923. -webkit-transform: rotate(360deg);
  924. -moz-transform: rotate(360deg);
  925. -ms-transform: rotate(360deg);
  926. -o-transform: rotate(360deg);
  927. }
  928.  
  929. .cm { font-weight: bold;background: #242424!important;border-radius: 2px!important;border: 1px solid #282828!important;padding: 7px;text-align: center!important;box-shadow: 1px 2px 5px rgba(0,0,0,.1); }
  930. .cm.staff:before, .cm.membre:before {font-family: "FontAwesome"!important;padding-right: 5px;}
  931. .cm.staff:before {content: "\f164"!important;}
  932. .cm.membre:before {content: "\f071"!important;}
  933. .cm a {font-weight: bold;color: #15516e;}
  934.  
  935. #logo img {
  936. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  937. filter: alpha(opacity=100);
  938. opacity: 1;
  939. -webkit-transition: opacity 500ms ease;
  940. -moz-transition: opacity 500ms ease;
  941. -ms-transition: opacity 500ms ease;
  942. -o-transition: opacity 500ms ease;
  943. transition: opacity 500ms ease;
  944. }
  945. #logo img:hover {
  946. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  947. filter: alpha(opacity=50);
  948. opacity: 0.5;
  949. }
  950.  
  951. #messageindex {
  952. background: url("http://image.noelshack.com/fichiers/2017/20/1495368054-2017-05-21-132508.png");
  953. border-top: 2px solid #16516F;
  954. border-bottom: 2px solid #16516F;
  955. border-left: 2px solid #16516F;
  956. border-right: 2px solid #16516F;
  957. border-color: 252525;
  958. color: #fff;
  959. text-align: center;
  960. margin: 50px auto;
  961. padding: 5px 20px;
  962. -moz-border-radius: 8px;
  963. -webkit-border-radius: 8px;
  964. border-radius: 8px;
  965. margin-left: 0;
  966. margin-right: 0;
  967. margin-top: 0;
  968. margin-bottom: 1px;
  969. }
  970.  
  971. .username .style3 {
  972. -webkit-animation:style3 5s linear infinite;
  973. -moz-animation:style3 5s linear infinite;
  974. -ms-animation:style3 5s linear infinite;
  975. -o-animation:style3 5s linear infinite;
  976. animation:style3 5s linear infinite;
  977. }
  978. @-moz-keyframes style3 {
  979. 0% { color: #FF1919; }
  980. 15% { color: #E019FF; }
  981. 30% { color: #4F19FF; }
  982. 45% { color: #19A7FF; }
  983. 60% { color: #19FFDC; }
  984. 75% { color: #65FF19; }
  985. 90% { color: #FFE019; }
  986. }
  987. @-webkit-keyframes style3 {
  988. 0% { color: #FF1919; }
  989. 15% { color: #E019FF; }
  990. 30% { color: #4F19FF; }
  991. 45% { color: #19A7FF; }
  992. 60% { color: #19FFDC; }
  993. 75% { color: #65FF19; }
  994. 90% { color: #FFE019; }
  995. }
  996.  
  997. .username .style9:before {
  998.  
  999. content: "\f17b";
  1000. font-family: FontAwesome;
  1001. margin-right: 4px;
  1002. display: inline-block;
  1003. -webkit-transition-duration: 0.8s;
  1004. -moz-transition-duration: 0.8s;
  1005. -o-transition-duration: 0.8s;
  1006. transition-duration: 0.8s;
  1007. }
  1008. .username:hover .style9:before {
  1009. -webkit-transform: rotate(360deg);
  1010. -moz-transform: rotate(360deg);
  1011. -ms-transform: rotate(360deg);
  1012. -o-transform: rotate(360deg);
  1013. }
  1014.  
  1015. #messageindex2 {
  1016. background: url("http://image.noelshack.com/fichiers/2017/20/1495368054-2017-05-21-132508.png");
  1017. border-top: 3px solid #16516F;
  1018. border-bottom: 3px solid #16516F;
  1019. border-left: 3px solid #16516F;
  1020. border-right: 3px solid #16516F;
  1021. color: #fff;
  1022. text-align: center;
  1023. margin: 10px auto;
  1024. padding: 5px 20px;
  1025. -moz-border-radius: 8px;
  1026. -webkit-border-radius: 8px;
  1027. border-radius: 8px;
  1028. margin-left: 0;
  1029. margin-right: 0;
  1030. margin-top: 0;
  1031. margin-bottom: 1px;
  1032. }
  1033.  
  1034. #notice {
  1035. border-top: 3px solid #16516F;
  1036. border-bottom: 3px solid #16516F;
  1037. border-left: 3px solid #16516F;
  1038. border-right: 3px solid #16516F;
  1039. }
  1040.  
  1041. #moderatorBar a[href*="reports"]:before {
  1042. content: "\f024";
  1043. font-family: FontAwesome;
  1044. margin-right: 5px;
  1045. }
  1046.  
  1047. #moderatorBar a[href*="admin"]:before {
  1048. content: "\f013";
  1049. font-family: FontAwesome;
  1050. margin-right: 5px;
  1051. }
  1052.  
  1053. .username .style11:before {
  1054.  
  1055. content: "\f06e";
  1056. font-family: FontAwesome;
  1057. margin-right: 4px;
  1058. display: inline-block;
  1059. -webkit-transition-duration: 0.8s;
  1060. -moz-transition-duration: 0.8s;
  1061. -o-transition-duration: 0.8s;
  1062. transition-duration: 0.8s;
  1063. }
  1064. .username:hover .style11:before {
  1065. -webkit-transform: rotate(360deg);
  1066. -moz-transform: rotate(360deg);
  1067. -ms-transform: rotate(360deg);
  1068. -o-transform: rotate(360deg);
  1069. }
  1070.  
  1071. .publicTabs a.navLink:before { font-family: "FontAwesome"; font-size: 12pt; padding-right: 5px; font-weight: normal!important; }
  1072. .forums a.navLink:before { content: "\f015"; }
  1073. .resources a.navLink:before { content: "\f085"; }
  1074. .taigachat a.navLink:before { content: "\f000";}
  1075. .members a.navLink:before { content: "\f0c0";}
  1076. .Staff a.navLink:before { content: "\f132";}
  1077. .nf_tickets a.navLink:before { content: "\f145";}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement