Advertisement
Superloup10

CSS

Jul 14th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 51.66 KB | None | 0 0
  1. /* MFF 1.0 */
  2.  
  3. ::-webkit-scrollbar-track {
  4.    
  5.     border-left: 1px solid #DBDBDB!important;
  6.    
  7.  
  8.  
  9. }
  10.  
  11.  
  12. ::-webkit-scrollbar-thumb {
  13.    
  14.     background: rgba(0, 0, 0, 0.52)!important;
  15.      
  16.     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2)!important;
  17.      
  18.  
  19. }
  20.  
  21.  
  22. ::-webkit-scrollbar-thumb:hover {
  23.    
  24.     background: rgba(0, 0, 0, 0.62)!important;
  25.      
  26.     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5)!important;
  27.      
  28.  
  29. }
  30.  
  31.  
  32. ::-webkit-scrollbar-thumb:window-inactive {
  33.    
  34.     background: rgba(0,0,0,0.3)!important;
  35.      
  36.  
  37. }
  38.  
  39.  
  40.  
  41. body {
  42.    
  43.     background: #e0e0e0;
  44.    
  45.     color: #3D3D3D;
  46.    
  47.     margin: 0;
  48.    
  49.     text-align: center;
  50.    
  51.     line-height: 1.4;
  52.    
  53.     font-family: Verdana, Arial, Sans-Serif;
  54.    
  55.     font-size: 13px;
  56.    
  57.  
  58. }
  59.  
  60.  
  61.  
  62. #pub {
  63.    
  64.     border: 5px solid #ececec;
  65.    
  66.     background-image: url(http://www.minecraftforgefrance.fr/images/Minecraft_Forge_France/adblock.png);
  67.    
  68.     vertical-align: middle;
  69.    
  70.     width: 728px;
  71.    
  72.     height: 90px;
  73.    
  74.  
  75. }
  76.  
  77.  
  78.  
  79. .syntaxhighlighter {
  80.    
  81.     max-width: 1250px !important;
  82.    
  83.         border: 1px solid #ccc;
  84.    
  85.  
  86. }
  87.  
  88.  
  89.  
  90. a:link {
  91.    
  92.     color: #2C669A;
  93.    
  94.     text-decoration: none;
  95.    
  96.  
  97. }
  98.  
  99.  
  100.  
  101. strong a:visited {
  102.    
  103.     color: #2C669A;
  104.    
  105.     text-decoration: none;
  106.    
  107.  
  108. }
  109.  
  110.  
  111.  
  112. #footer a:visited {
  113.    
  114.     color: #fff;
  115.    
  116.     text-decoration: none;
  117.    
  118.  
  119. }
  120.  
  121.  
  122.  
  123.  
  124. a:hover, a:active {
  125.    
  126.     color: #b8b8b8;
  127.    
  128.     text-decoration: underline;
  129.    
  130.  
  131. }
  132.  
  133.  
  134.  
  135. .button {
  136.    
  137.     background: #245791;
  138.    
  139.     padding: 5px 10px;
  140.    
  141.     cursor:pointer;
  142.    
  143.     border: 1px solid #164982;
  144.    
  145.     text-shadow: 0 -1px 0 #191919;
  146.    
  147.     color: #FFF;
  148.    
  149.     opacity: 0.8;
  150.    
  151.     text-shadow: 0 -1px 0 #191919;
  152.    
  153.     -webkit-transition: all 250ms ease-in-out;
  154.    
  155.     -moz-transition: all 250ms ease-in-out;
  156.    
  157.     -o-transition: all 250ms ease-in-out;
  158.    
  159.     transition: all 250ms ease-in-out;
  160.    
  161.     text-decoration: none;
  162.    
  163.  
  164. }
  165.  
  166.  
  167.  
  168. .button:hover {
  169.    
  170.     background: #204167;
  171.    
  172.  
  173. }
  174.  
  175.  
  176.  
  177. a.bigbut {
  178.    
  179.     background: #292929;
  180.    
  181.     padding: 8px 12px;
  182.    
  183.     border: 1px solid #212121;
  184.    
  185.     text-shadow: 0 -1px 0 #191919;
  186.    
  187.     color: #FFF;
  188.    
  189.     opacity: 0.8;
  190.    
  191.     text-shadow: 0 -1px 0 #191919;
  192.    
  193.     -webkit-transition: all 250ms ease-in-out;
  194.    
  195.     Unknown property name.-moz-transition: all 250ms ease-in-out;
  196.    
  197.     Unknown property name.-o-transition: all 250ms ease-in-out;
  198.    
  199.     transition: all 250ms ease-in-out;
  200.    
  201.  
  202. }
  203.  
  204.  
  205.  
  206. .barre_texte {
  207.    
  208.     background: #285F8F;
  209.    
  210.     box-shadow: inset 0 0 5px rgba(0,0,0, 0.6);
  211.    
  212.         line-height: 35px;
  213.    
  214.         padding-left: 12px;
  215.    
  216.         color:#FFFFFF;
  217.    
  218.  
  219. }
  220.  
  221.  
  222.  
  223. a.bigbut:hover {
  224.    
  225.         background-color: #204B73;
  226.    
  227.         color: #fff;
  228.    
  229.         text-decoration: none
  230.  
  231. }
  232.  
  233.  
  234.  
  235. a.pbut {
  236.    
  237.     background: #245791;
  238.    
  239.     padding: 5px 10px;
  240.    
  241.     border: 1px solid #164982;
  242.    
  243.     text-shadow: 0 -1px 0 #191919;
  244.    
  245.     color: #FFF;
  246.    
  247.     opacity: 0.8;
  248.    
  249.     text-shadow: 0 -1px 0 #191919;
  250.    
  251.     -webkit-transition: all 250ms ease-in-out;
  252.    
  253.     -moz-transition: all 250ms ease-in-out;
  254.    
  255.     -o-transition: all 250ms ease-in-out;
  256.    
  257.     transition: all 250ms ease-in-out;
  258.    
  259.     text-decoration: none;
  260.    
  261.  
  262. }
  263.  
  264.  
  265.  
  266. a.pbut:hover {
  267.    
  268.     background: #204167;
  269.    
  270.  
  271. }
  272.  
  273.  
  274.  
  275. #container {
  276.    
  277.     width: 1200px;
  278.    
  279.     background: #fff;
  280.    
  281.     border-left: 1px solid #E4E4E4;
  282.    
  283.     border-right: 1px solid #E4E4E4;
  284.    
  285.     color: #606060;
  286.    
  287.     margin: auto auto;
  288.    
  289.     padding: 20px;
  290.    
  291.     margin-bottom: 20px;
  292.    
  293.     text-align: left;
  294.    
  295.  
  296. }
  297.  
  298.  
  299.  
  300. #content {
  301.    
  302.     /* FIX: Make internet explorer wrap correctly */
  303.     width: auto !important;
  304.    
  305.  
  306. }
  307.  
  308.  
  309.  
  310. /* ///// USER BAR ///// */
  311.  
  312. #userpanel {
  313.    
  314.     background: #efefef;
  315.    
  316.     color: #000000;
  317.    
  318.     font-size: 11px;
  319.    
  320.     border: 1px solid #D4D4D4;
  321.    
  322.  
  323. }
  324.  
  325.  
  326. .pms_unread, .pms_unread_no {
  327.     position:absolute;
  328.     background: #A33838;
  329.     font-size: 11px;
  330.     color: white;
  331.     z-index: 5;
  332.     padding: 0px 5px;
  333.     border-radius: 2px;
  334.     top: -4px;
  335.     right: -6px;
  336. }
  337.  
  338.  
  339. #userpanel .remember_me input {
  340.    
  341.     vertical-align: middle;
  342.    
  343.     margin-top: -1px;
  344.    
  345.  
  346. }
  347.  
  348.  
  349.  
  350. #userpanel a:link,#userpanel a:visited{
  351.    
  352.     display:inline-block;
  353.    
  354.     height: 35px;
  355.    
  356.     line-height: 35px;
  357.    
  358.     background: #fafafa;
  359.    
  360.     margin-right: -3px;
  361.    
  362.     border-right: 1px solid #ddd;
  363.    
  364.     padding: 0px 10px;
  365.    
  366.  
  367. }
  368.  
  369.  
  370.  
  371. #userpanel a:hover {
  372.    
  373.     background-color: #eee;
  374.    
  375.  
  376. }
  377.  
  378.  
  379. .user_pm_link {
  380.    
  381.     display: inline-block;
  382.    
  383.     height: 19px;
  384.    
  385.     position: relative;
  386.    
  387.     width: 29px;
  388.    
  389.     background: url(images/Minecraft_Forge_France/message_icon.png);
  390.    
  391.     top: 2px;
  392.    
  393.     margin-right: 0px;
  394.    
  395.     left: -4px;
  396.    
  397.  
  398. }
  399.  
  400.  
  401.  
  402. .setting_panel_box a:first-child {
  403.     margin-top:-6px;
  404.     border-radius:8px 0 0 0;
  405. }
  406.  
  407.  
  408. .setting_panel_box a:last-child {
  409.     margin-bottom:-6px;
  410.     border-bottom:0;
  411.     border-radius:0 0 8px 8px;
  412. }
  413.  
  414.  
  415.  
  416. .userpanelwrapper {
  417.     position:relative;
  418.     display: inline-block;
  419.     top: 6px;
  420.     font-family: georgia, serif;
  421.     text-shadow: 1px -1px 1px black;
  422.     float: left;
  423. }
  424.  
  425.  
  426. .guestpanelwrapper {
  427.     display: inline-block;
  428.     float: left;
  429.     margin-top: 4px;
  430. }
  431.  
  432.  
  433.  
  434. .loginlink {
  435.    
  436.     color: white !important;
  437.    
  438.     font-size: 11px;
  439.    
  440.     text-transform: uppercase;
  441.    
  442.     font-weight: bold;
  443.    
  444.     font-family: arial,sans-serif;
  445.    
  446.     position: relative;
  447.    
  448.     top: 4px;
  449.    
  450.  
  451. }
  452.  
  453.  
  454. .loginlink:hover {
  455.     text-decoration: none;
  456. }
  457.  
  458.  
  459. .logoutlink {
  460.     text-decoration: none!important;
  461.      display: inline-block;
  462.         padding: 13px;
  463.       color: white !important;
  464.         font-size: 11px;
  465.       border: 1px solid transparent;
  466.       border-radius: 0;
  467.       box-shadow: none;
  468.         position: relative;
  469.       top: -7px;
  470.       font-style: italic;
  471.       left: -5px;
  472. }
  473.  
  474.  
  475. .logoutlink:hover {
  476.     color: #AAA !important;
  477. }
  478.  
  479.  
  480.  
  481. .loginlink img {
  482.    
  483.     vertical-align: middle;
  484.       margin-top: -4px;
  485.    
  486.  
  487. }
  488.  
  489.  
  490.  
  491. .registerlink img {
  492.    
  493.     vertical-align: middle;
  494.    
  495.     margin-top: -4px;
  496.    
  497.     margin-right: 4px;
  498.    
  499.  
  500. }
  501.  
  502.  
  503.  
  504. .social {
  505.    
  506.     position: absolute;
  507.    
  508.     height: 20px;
  509.    
  510.     right: 20px;
  511.    
  512.  
  513. }
  514.  
  515.  
  516.  
  517. .social_icons {
  518.    
  519.     margin-top: 10px;
  520.    
  521.  
  522. }
  523.  
  524.  
  525.  
  526. .social a{
  527.    
  528.     opacity: 0.8;
  529.    
  530.     top: 0px;
  531.       position: relative;
  532.    
  533.  
  534. }
  535.  
  536.  
  537. .social a:hover {
  538.    
  539.     top: -5px;
  540.    
  541.     position: relative;
  542.    
  543.     opacity: 1;
  544.    
  545.  
  546. }
  547.  
  548.  
  549. .todaysdate {
  550.    
  551.     font-size: 11px;
  552.    
  553.     font-style: italic;
  554.    
  555.     color: #888;
  556.    
  557.     font-family: calibri,serif;
  558.    
  559.     position: relative;
  560.    
  561.     top: -6px;
  562.    
  563.  
  564. }
  565.  
  566.  
  567.  
  568. .userbar {
  569.    
  570.     height: 40px;
  571.    
  572.     background: #3F3F3F;
  573.    
  574.     box-shadow: inset 0px -7px 11px -4px rgba(0, 0, 0, 0.31);
  575.    
  576.  
  577. }
  578.  
  579.  
  580.  
  581. .userbar a {
  582.    
  583.     -webkit-transition:0.3s;
  584.    
  585.     -moz-transition:0.3s;
  586.    
  587.     -o-transition:0.3s;
  588.    
  589.     -ms-transition:0.3s;
  590.    
  591.     transition:0.3s
  592.  
  593. }
  594.  
  595.  
  596.  
  597. .user_panel_link {
  598.    
  599. display: inline-block;
  600.    
  601. padding: 13px;
  602.    
  603. color: white !important;
  604.    
  605. font-size: 11px;
  606.    
  607. border: 1px solid transparent;
  608.    
  609. border-radius: 3px 0 0 3px;
  610.    
  611. box-shadow: none;
  612.    
  613. margin-right: -4px;
  614.    
  615. position: relative;
  616.    
  617. top: -7px;
  618.    
  619. font-style: italic;
  620.    
  621.  
  622. }
  623.  
  624.  
  625. .user_panel_link:hover {
  626.     color: #AAA !important;
  627. }
  628.  
  629.  
  630. .pms_unread_no {
  631.     background: #646464 !important;
  632.     display: none;
  633. }
  634.  
  635.  
  636. .user_panel_box {
  637.     display:none;
  638.     position: absolute;
  639.     background: #FFF;
  640.     top: 22px;
  641.     width: 240px;
  642.     left: 0px;
  643.     height: 79px;
  644.     border-radius: 0 0 8px 8px;
  645.     box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.28);
  646.     z-index: 5;
  647.     padding: 20px;
  648.     font-family: arial,sans-serif;
  649.     text-shadow: none;
  650.     background: rgb(255,255,255);
  651.      /* Old browsers */  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  652.      /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
  653.      /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  654.      /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  655.      /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  656.      /* IE10+ */  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  657.      /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  658.      /* IE6-9 */;
  659.     box-shadow: 0px 4px 20px #000;
  660. }
  661.  
  662.  
  663. .user_panel_link {
  664.     cursor:pointer;
  665. }
  666.  
  667.  
  668. .user_panel_wrapper {
  669.     position: relative;
  670.    
  671. top: 0px;
  672.     right: 0px;
  673. }
  674.  
  675.  
  676.  
  677. .user_panel_link_active {
  678.    
  679.     background: white;
  680.    
  681.     border: 1px solid #fff;
  682.    
  683.     color: #555 !important;
  684.    
  685.     border-radius: 3px 3px 0 0;
  686.    
  687.     z-index: 8;
  688.    
  689.     text-shadow: none;
  690.    
  691.  
  692. }
  693.  
  694.  
  695. .user_panel_link_active:hover {
  696.     background-color:white;
  697. }
  698.  
  699.  
  700.  
  701. .setting_panel_link {
  702.    
  703. display: inline-block;
  704.    
  705. padding: 13px;
  706.    
  707. color: white !important;
  708.    
  709. font-size: 11px;
  710.    
  711. border-radius: 0;
  712.    
  713. box-shadow: none;
  714.    
  715. margin-right: -4px;
  716.    
  717. position: relative;
  718.    
  719. top: -7px;
  720.    
  721. font-style: italic;
  722.    
  723. border: 0;
  724.    
  725. background: url(images/Minecraft_Forge_France/gear.png) no-repeat 0px 12px;
  726.    
  727. padding-left: 24px;
  728.    
  729. background-color: transparent;
  730.    
  731. margin-left: 5px;
  732.    
  733.  
  734. }
  735.  
  736.  
  737. .setting_panel_link:hover {
  738.     color: #aaa !important;
  739. }
  740.  
  741.  
  742. .setting_panel_box {
  743.     display:none;
  744.     position: absolute;
  745.     background: #FFF;
  746.     top: 21px;
  747.     width: 240px;
  748.     left: 5px;
  749.     height: 65px;
  750.     border-radius: 0 0 8px 8px;
  751.     box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.28);
  752.     z-index: 5;
  753.     padding: 20px;
  754.     font-family: arial,sans-serif;
  755.     text-shadow: none;
  756.     background: rgb(255,255,255);
  757.      /* Old browsers */  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  758.      /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
  759.      /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  760.      /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  761.      /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  762.      /* IE10+ */  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  763.      /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  764.      /* IE6-9 */;
  765.     box-shadow: 0px 4px 20px black;
  766. }
  767.  
  768.  
  769. .setting_panel_link {
  770.     cursor:pointer;
  771. }
  772.  
  773.  
  774. .setting_panel_wrapper {
  775.     position: relative;
  776.    
  777. top: 0px;
  778.     right: 0px;
  779. }
  780.  
  781.  
  782.  
  783. .setting_panel_link_active {
  784.    
  785.     background: white;
  786.    
  787.     border: 0;
  788.    
  789.     color: #555 !important;
  790.    
  791.     border-radius: 3px 3px 0 0;
  792.    
  793.     z-index: 8;
  794.    
  795.     text-shadow: none;
  796.    
  797.     text-indent: -10px;
  798.    
  799.  
  800. }
  801.  
  802.  
  803. .setting_panel_link_active:hover {
  804.     background-color:white;
  805. }
  806.  
  807.  
  808. .
  809. ,.dropdown_icon {
  810.     background: url(images/Minecraft_Forge_France/arrow_down.png);
  811.     height: 9px;
  812.     width: 10px;
  813.     display: inline-block;
  814. }
  815.  
  816.  
  817. .s_dropdown_icon_active,.dropdown_icon_active {
  818.     background:url(images/Minecraft_Forge_France/arrow_up.png)
  819. }
  820.  
  821.  
  822. .usercpmenu_leftblock {
  823.    
  824.     width: 40%;
  825.    
  826.     padding-right: 10px;
  827.    
  828.  
  829. }
  830.  
  831.  
  832. .usercpmenu_rightblock {
  833.    
  834.     width: 49%;
  835.    
  836.     border-left: 1px solid #ccc;
  837.    
  838.     padding-left: 10px;
  839.    
  840.  
  841. }
  842.  
  843.  
  844. .usercpmenu_leftblock a, .usercpmenu_rightblock a{
  845.    
  846.     display: block;
  847.    
  848.     padding: 2px 5px;
  849.    
  850.     color: #555;
  851.    
  852.     font-size: 11px;
  853.    
  854.     -webkit-transition:0.2s;
  855.    
  856.         transition:0.2s;
  857.    
  858.     -o-transition:0.2s;
  859.    
  860.     -ms-transition:0.2s;
  861.    
  862.     -moz-transition:0.2s;
  863.    
  864.  
  865. }
  866.  
  867.  
  868. .logoutlink {
  869.     display: inline-block;
  870.         padding: 13px;
  871.       color: white !important;
  872.         font-size: 11px;
  873.       border: 1px solid transparent;
  874.       border-radius: 0;
  875.       box-shadow: none;
  876.         position: relative;
  877.       top: -7px;
  878.       font-style: italic;
  879.       left: -5px;
  880. }
  881.  
  882.  
  883. .logoutlink:hover {
  884.     color: #AAA !important;
  885. }
  886.  
  887.  
  888. .registerlink {
  889.    
  890.     display: inline-block;
  891.    
  892.     padding: 6px 10px;
  893.    
  894.     color: white !important;
  895.    
  896.     font-family: arial,sans-serif;
  897.    
  898.     font-size: 11px;
  899.    
  900.     border: 0;
  901.    
  902.     border-radius: 2px;
  903.    
  904.     -webkit-transition:0.3s;
  905.    
  906.         transition:0.3s;
  907.    
  908.         -o-transition:0.3s;
  909.    
  910.         -ms-transition:0.3s;
  911.    
  912.         -moz-transition:0.3s;
  913.    
  914.     margin-right: 10px;
  915.    
  916.     position: relative;
  917.     text-transform: uppercase;
  918.     font-weight: bold;
  919.     background-color: transparent;
  920.     top: 4px;
  921.     margin-left: 10px;
  922.    
  923.  
  924. }
  925.  
  926.  
  927.  
  928. .registerlink:hover {
  929.     background-color: #03579B;
  930.      text-decoration: none;
  931. }
  932.  
  933.  
  934. .statusinfo {
  935.     background: #D9E697;
  936.    
  937. border: 1px solid #B8C77B;
  938.    
  939. padding: 2px;
  940.    
  941. font-size: 11px;
  942.    
  943. border-radius: 3px;
  944.    
  945. margin-left: 4px;
  946.    
  947. color: #6C772F;
  948. }
  949.  
  950.  
  951. .49 {
  952.     width:49%;
  953. }
  954.  
  955.  
  956. .userprofile_table .tcat {
  957.     border-top:1px solid #ccc !important;
  958. }
  959.  
  960.  
  961. .userprofile_table .tborder {
  962.     border-radius:0px;
  963. }
  964.  
  965.  
  966. .userprofile_table .thead {
  967.     background: #F1F1F1 url(images/Minecraft_Forge_France/highlight.png) repeat-x top;
  968.    
  969. color: #555;
  970.    
  971. font-size: 11px;
  972.    
  973.  
  974. border-top: 1px solid #ccc !important;
  975.    
  976. padding: 10px;
  977.     border-radius: 0px;
  978.       height: 15px;
  979.       line-height: 15px;
  980.       border: 1px solid #D5D5D5 !important;
  981.       border-bottom: 1px solid #C9C9C9 !important;
  982.     border-right: 0 !important;
  983.     border-left: 0 !important;
  984. }
  985.  
  986.  
  987.  
  988. .hidden {
  989.    
  990.     display: none;
  991.    
  992.     float: none;
  993.    
  994.     width: 1%;
  995.    
  996.  
  997. }
  998.  
  999.  
  1000.  
  1001. .hiddenrow {
  1002.    
  1003.     display: none;
  1004.    
  1005.  
  1006. }
  1007.  
  1008.  
  1009.  
  1010. .selectall {
  1011.    
  1012.     background-color: #FFFBD9;
  1013.    
  1014.     font-weight: bold;
  1015.    
  1016.     text-align: center;
  1017.    
  1018.  
  1019. }
  1020.  
  1021.  
  1022.  
  1023. .float_left {
  1024.    
  1025.     float: left;
  1026.    
  1027.  
  1028. }
  1029.  
  1030.  
  1031. .float_right {
  1032.    
  1033.     float: right;
  1034.    
  1035.  
  1036. }
  1037.  
  1038.  
  1039.  
  1040. .left {
  1041.     float: left;
  1042. }
  1043.  
  1044.  
  1045. .right {
  1046.     float:right;
  1047. }
  1048.  
  1049.  
  1050.  
  1051. .greenmessage {
  1052.     background: rgb(213,234,164);
  1053.      /* Old browsers */
  1054. background: -moz-linear-gradient(top,  rgba(213,234,164,1) 0%, rgba(205,235,139,1) 100%);
  1055.      /* FF3.6+ */
  1056. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,234,164,1)), color-stop(100%,rgba(205,235,139,1)));
  1057.      /* Chrome,Safari4+ */
  1058. background: -webkit-linear-gradient(top,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%);
  1059.      /* Chrome10+,Safari5.1+ */
  1060. background: -o-linear-gradient(top,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%);
  1061.      /* Opera 11.10+ */
  1062. background: -ms-linear-gradient(top,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%);
  1063.      /* IE10+ */
  1064. background: linear-gradient(to bottom,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%);
  1065.      /* W3C */
  1066. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaa4', endColorstr='#cdeb8b',GradientType=0 );
  1067.      /* IE6-9 */
  1068. ;
  1069.     font-size: 11px;
  1070.     font-family: tahoma;
  1071.     color: #557A26;
  1072.     text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);
  1073.     padding: 15px 10px;
  1074.     border: 1px solid #BDD685;
  1075.     border-radius: 3px;
  1076. }
  1077.  
  1078.  
  1079. .messagetitle {
  1080.    
  1081.     font-size: 15px;
  1082.    
  1083.     text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.41);
  1084.    
  1085.  
  1086. }
  1087.  
  1088.  
  1089. .redmessage{
  1090.     background: rgb(255,140,130);
  1091.      /* Old browsers */
  1092. background: -moz-linear-gradient(top,  rgba(255,140,130,1) 0%, rgba(242,141,123,1) 100%);
  1093.      /* FF3.6+ */
  1094. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,130,1)), color-stop(100%,rgba(242,141,123,1)));
  1095.      /* Chrome,Safari4+ */
  1096. background: -webkit-linear-gradient(top,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%);
  1097.      /* Chrome10+,Safari5.1+ */
  1098. background: -o-linear-gradient(top,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%);
  1099.      /* Opera 11.10+ */
  1100. background: -ms-linear-gradient(top,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%);
  1101.      /* IE10+ */
  1102. background: linear-gradient(to bottom,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%);
  1103.      /* W3C */
  1104. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c82', endColorstr='#f28d7b',GradientType=0 );
  1105.      /* IE6-9 */
  1106.  
  1107. font-size: 11px;
  1108.     font-family: tahoma;
  1109.     color: #961B1B;
  1110.     text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);
  1111.     padding: 15px 10px;
  1112.     border: 1px solid #D57070;
  1113.     border-radius: 3px;
  1114. }
  1115.  
  1116.  
  1117.  
  1118. table tbody tr:last-child .tfoot {
  1119.    
  1120.     border-top:0 !important;
  1121.    
  1122.  
  1123. }
  1124.  
  1125.  
  1126.  
  1127. /* ///// END USER BAR ///// */
  1128.  
  1129. /* Login Box */
  1130.  
  1131. #mask {
  1132.    
  1133.     position: fixed;
  1134.    
  1135.     top:0px;
  1136.    
  1137.     left:0px;
  1138.    
  1139.     z-index: 9000;
  1140.    
  1141.     background-color: #000;
  1142.    
  1143.     display: none;
  1144.    
  1145.  
  1146. }
  1147.  
  1148.  
  1149.  
  1150. #boxes .window {
  1151.    
  1152.     position: absolute;
  1153.    
  1154.     width: 600px;
  1155.    
  1156.     height: 220px;
  1157.    
  1158.     display: none;
  1159.    
  1160.     z-index: 9999;
  1161.    
  1162.     padding: 10px;
  1163.    
  1164.  
  1165. }
  1166.  
  1167.  
  1168.  
  1169. .loginbox_content {
  1170.    
  1171.     background: #f8f8f8;
  1172.    
  1173.     height: 100%;
  1174.    
  1175.     width: 100%;
  1176.    
  1177.  
  1178. }
  1179.  
  1180.  
  1181.  
  1182. .loginbox_content label {
  1183.    
  1184.     font-size: 13px;
  1185.    
  1186.     font-weight: bold;
  1187.    
  1188.     color: #666;
  1189.    
  1190.  
  1191. }
  1192.  
  1193.  
  1194.  
  1195. .loginbox_head {
  1196.    
  1197.     background: #EEE url(images/Minecraft_Forge_France/highlight.png) repeat-x 0 0;
  1198.    
  1199.     display: inline-block;
  1200.    
  1201.     height: 35px;
  1202.    
  1203.     vertical-align: middle;
  1204.    
  1205.     line-height: 35px;
  1206.    
  1207.     border-bottom: 1px solid #DDD;
  1208.    
  1209.     width: 100%;
  1210.    
  1211.  
  1212. }
  1213.  
  1214.  
  1215.  
  1216. .loginbox_head strong {
  1217.    
  1218.     float: left;
  1219.    
  1220.     margin-left: 10px;
  1221.    
  1222.     font-size: 15px;
  1223.    
  1224.     color: #999;
  1225.    
  1226.     text-shadow: 1px 1px 1px rgb(250, 250, 250);
  1227.    
  1228.     font-family: source sans pro, sans-serif;
  1229.    
  1230.     text-transform: uppercase;
  1231.    
  1232.  
  1233. }
  1234.  
  1235.  
  1236.  
  1237. .loginbox_head span {
  1238.    
  1239.     float: right;
  1240.    
  1241.     color: white;
  1242.    
  1243.     margin-right: 10px;
  1244.    
  1245.  
  1246. }
  1247.  
  1248.  
  1249.  
  1250. .loginbox_head span a {
  1251.    
  1252.     color: #fff;
  1253.    
  1254.     background: #999;
  1255.    
  1256.     width: 16px;
  1257.    
  1258.     display: inline-block;
  1259.    
  1260.     height: 16px;
  1261.    
  1262.     line-height: 14px;
  1263.    
  1264.     text-align: center;
  1265.    
  1266.     -webkit-border-radius: 4px;
  1267.    
  1268.     -moz-border-radius: 4px;
  1269.    
  1270.     border-radius: 2px;
  1271.    
  1272.     font-weight: bolder;
  1273.    
  1274.     position: relative;
  1275.    
  1276.     font-size: 11px;
  1277.    
  1278.     box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.66);
  1279.    
  1280.  
  1281. }
  1282.  
  1283.  
  1284.  
  1285. .loginbox_head span a:hover {
  1286.    
  1287.     color: white;
  1288.    
  1289.     background: #888;
  1290.    
  1291.  
  1292. }
  1293.  
  1294.  
  1295.  
  1296. #loginbox input[type="text"]:focus,#loginbutton_menu input[type="password"]:focus,#quick_login_password:focus {
  1297.    
  1298.     background: white;
  1299.    
  1300.     border: 1px solid #bbb;
  1301.    
  1302.  
  1303. }
  1304.  
  1305.  
  1306.  
  1307. #loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
  1308.    
  1309.     border: 1px solid #ccc;
  1310.    
  1311.     font-size: 13px;
  1312.    
  1313.     margin: 0 0 5px;
  1314.    
  1315.     background: #F9F9F9;
  1316.    
  1317.     padding: 5px;
  1318.    
  1319.  
  1320.     -webkit-transition: 0.4s;
  1321.    
  1322.     -moz-transition: 0.4s;
  1323.    
  1324.     -o-transition: 0.4s;
  1325.    
  1326.     -ms-transition: 0.4s;
  1327.    
  1328.     transition: 0.4s;
  1329.    
  1330.     margin-top: 5px;
  1331.    
  1332.     width: 260px;
  1333.    
  1334.  
  1335.     -webkit-box-shadow: inset 0px 2px 5px #f0f0f0;
  1336.    
  1337.     -moz-box-shadow: inset 0px 2px 5px #f0f0f0;
  1338.    
  1339.     box-shadow: inset 0px 2px 5px #f0f0f0;
  1340.    
  1341.  
  1342. }
  1343.  
  1344.  
  1345.  
  1346. .loginbox_submit {
  1347.    
  1348.     padding-left: 16px;
  1349.    
  1350.     position: relative;
  1351.    
  1352.     top: 72px;
  1353.    
  1354.     left: -273px;
  1355.    
  1356.  
  1357. }
  1358.  
  1359.  
  1360. .loginbox_submit input {
  1361.     position: relative;
  1362. }
  1363.  
  1364.  
  1365. .loginbox_submit label {
  1366.     position: absolute;
  1367.    
  1368. margin-left: 5px;
  1369.    
  1370. top: 0px;
  1371. }
  1372.  
  1373.  
  1374. .loginbox_submit_button {
  1375.    
  1376.     float: right;
  1377.    
  1378.     margin-top: -20px;
  1379.    
  1380.     margin-right: 16px;
  1381.    
  1382.  
  1383. }
  1384.  
  1385.  
  1386.  
  1387. .loginbox_submit_button input {
  1388.    
  1389.     background: #7B92A7 url(images/Minecraft_Forge_France/highlight.png) repeat-x;
  1390.    
  1391.     color: white;
  1392.    
  1393.     padding: 10px 50px;
  1394.    
  1395.     border: 1px solid #556670;
  1396.    
  1397. cursor:pointer;
  1398.    
  1399.     -webkit-border-radius: 2px;
  1400.    
  1401.     -moz-border-radius: 2px;
  1402.    
  1403.     border-radius: 2px;
  1404.    
  1405.  
  1406.     -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.25);
  1407.    
  1408.     -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.25);
  1409.    
  1410.     box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.25);
  1411.    
  1412.  
  1413.     -webkit-transition: 0.5s,box-shadow 0s;
  1414.    
  1415.     -moz-transition: 0.5s,box-shadow 0s;
  1416.    
  1417.     -o-transition: 0.5s,box-shadow 0s;
  1418.    
  1419.     -ms-transition: 0.5s,box-shadow 0s;
  1420.    
  1421.     transition: 0.5s,box-shadow 0s;
  1422.    
  1423.     font-family: source sans pro,sans-serif;
  1424.    
  1425.     text-transform: uppercase;
  1426.    
  1427.     font-weight: bold;
  1428.    
  1429.     text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.48);
  1430.    
  1431.  
  1432. }
  1433.  
  1434.  
  1435.  
  1436. .loginbox_submit_button input:hover {
  1437.    
  1438.     background: #576066 url(images/Minecraft_Forge_France/highlight.png) repeat-x;
  1439.    
  1440.  
  1441. }
  1442.  
  1443.  
  1444.  
  1445. .loginbox_submit_button input:active {
  1446.    
  1447.     -webkit-box-shadow: inset 1px 1px 9px #111 !important;
  1448.    
  1449.     -moz-box-shadow: inset 1px 1px 9px #111 !important;
  1450.    
  1451.     box-shadow: inset 1px 1px 9px #111 !important;
  1452.    
  1453.     -moz-transition: 0s;
  1454.    
  1455.     -webkit-transition: 0s;
  1456.    
  1457.     -o-transition: 0s;
  1458.    
  1459.  
  1460. }
  1461.  
  1462.  
  1463.  
  1464. .loginbox_username {
  1465.    
  1466.     width: 250px;
  1467.    
  1468.     float: left;
  1469.    
  1470.     margin-top: 10px;
  1471.    
  1472.     padding: 10px 20px;
  1473.    
  1474.  
  1475. }
  1476.  
  1477.  
  1478.  
  1479. .loginbox_password {
  1480.    
  1481.     float: right;
  1482.    
  1483.     width: 250px;
  1484.    
  1485.     margin-top: 10px;
  1486.    
  1487.     padding: 10px 40px 10px 0px;
  1488.    
  1489.  
  1490. }
  1491.  
  1492.  
  1493.  
  1494. #boxes #loginbox {
  1495.    
  1496.     width: 600px;
  1497.    
  1498.     height: 180px;
  1499.    
  1500.     position: fixed;
  1501.    
  1502.     background: url(images/Minecraft_Forge_France/trans.png) repeat;
  1503.    
  1504.  
  1505.     -webkit-border-radius: 5px;
  1506.    
  1507.     -moz-border-radius: 5px;
  1508.    
  1509.     border-radius: 5px;
  1510.    
  1511.     top: 50% !important;
  1512.    
  1513.     margin: auto;
  1514.    
  1515.     left: 50% !important;
  1516.    
  1517.     margin-top:-200px !important;
  1518.    
  1519.     margin-left:-300px !important;
  1520.    
  1521.     z-index: 99999999999999999;
  1522.    
  1523.  
  1524. }
  1525.  
  1526.  
  1527. .forgot a {
  1528.     font-size: 11px;
  1529.    
  1530. color: #666;
  1531.    
  1532. top: 2px;
  1533.    
  1534. position: relative;
  1535.    
  1536. right: -25px;
  1537.    
  1538. width: 120px;
  1539.    
  1540. display: inline-block;
  1541. }
  1542.  
  1543.  
  1544. .graymessage {
  1545.    
  1546. ;
  1547.     font-size: 11px;
  1548.     font-family: tahoma;
  1549.    
  1550.  
  1551.  color: #606160;
  1552.     text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);
  1553.     padding: 15px 10px;
  1554.    
  1555.  
  1556.  
  1557.  border: 1px solid #B9B9B9;
  1558.     border-radius: 3px;
  1559.     background: rgb(238,238,238);
  1560.      /* Old browsers */  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
  1561.      /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
  1562.      /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  1563.      /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  1564.      /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  1565.      /* IE10+ */  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  1566.      /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  1567.      /* IE6-9 */;
  1568.    
  1569.  
  1570. }
  1571.  
  1572.  
  1573.  
  1574. .index_sidebar {
  1575.    
  1576.     width: 22%;
  1577.    
  1578.     margin-left: 25px;
  1579.    
  1580.  
  1581. }
  1582.  
  1583.  
  1584. .sidebox_close{
  1585.     background: url(images/Minecraft_Forge_France/close_small.png) no-repeat;
  1586.    
  1587. border: 0;
  1588.    
  1589. width: 25px;
  1590.    
  1591. height: 20px;
  1592.    
  1593. outline:none;
  1594.    
  1595. margin-top: 5px;
  1596.    
  1597. cursor: pointer;
  1598.    
  1599. opacity: 0;
  1600.     -webkit-transition:0.5s;
  1601.     -moz-transition:0.5s;
  1602.     transition:0.5s;
  1603.     -o-transition:0.5s;
  1604.     -ms-transition:0.5s
  1605. }
  1606.  
  1607.  
  1608. .sidebox_open{
  1609.     background: url(images/Minecraft_Forge_France/open_small.png) no-repeat !important;
  1610.    
  1611. border: 0;
  1612.    
  1613. outline:none;
  1614.    
  1615. width: 25px;
  1616.    
  1617. height: 20px;
  1618.    
  1619. cursor: pointer;
  1620.     opacity: 0;
  1621.     -webkit-transition:0.6s;
  1622.     -webkit-transition:0.5s;
  1623.     -moz-transition:0.5s;
  1624.     transition:0.5s;
  1625.     -o-transition:0.5s;
  1626.     -ms-transition:0.5s
  1627. }
  1628.  
  1629.  
  1630. .sidebox_open, .sidebox_close {
  1631.     top:3px;
  1632.     position:relative;
  1633. }
  1634.  
  1635.  
  1636. .sidebar_box:hover .sidebox_open, .sidebar_box:hover .sidebox_close {
  1637.     opacity:1;
  1638. }
  1639.  
  1640.  
  1641. .sidebar_box {
  1642.     -webkit-transition:0.5s;
  1643. }
  1644.  
  1645.  
  1646. .sidebar_box:active {
  1647.     opacity:0.9
  1648. }
  1649.  
  1650.  
  1651. .sidebar_box_header {
  1652.    
  1653.     background: #ECECEC url(images/Minecraft_Forge_France/highlight.png) repeat-x;
  1654.    
  1655. display: block;
  1656.    
  1657.  
  1658.     height: 37px;
  1659.    
  1660. cursor:move;
  1661.    
  1662.     margin: -10px -10px 0px -10px !important;
  1663.    
  1664. line-height: 33px;
  1665.    
  1666.  
  1667.    
  1668.     border-bottom: 1px solid #E2E2E2;
  1669.    
  1670.  
  1671.     color: rgb(111, 111, 111);
  1672.    
  1673. text-indent: 9px;
  1674.    
  1675. padding: 0;
  1676.    
  1677. font-weight: bold;
  1678.    
  1679. font-size: 11px;
  1680.    
  1681.  
  1682.     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
  1683.    
  1684.     top: 0px !important;
  1685.    
  1686.     position: relative;
  1687.    
  1688.     border-radius: 3px 3px 0 0;
  1689.    
  1690.     line-height: 37px;
  1691.    
  1692.  
  1693. }
  1694.  
  1695.  
  1696. .sidebar_box_header span {
  1697.     display: block;
  1698.    
  1699. height: 34px;
  1700.    
  1701. cursor: default;
  1702. }
  1703.  
  1704.  
  1705. .sidebar_box_content {
  1706.    
  1707.     margin-top: 5px !important;
  1708.    
  1709. border-top: 0;
  1710.    
  1711. font-size:11px;
  1712.    
  1713. color: #AAA;
  1714.    
  1715.  
  1716. }
  1717.  
  1718.  
  1719. .sortable {
  1720.     margin-top:-10px !important;
  1721. }
  1722.  
  1723.  
  1724. .sidebar_box {
  1725.     padding: 10px !important;
  1726.        
  1727. background: #FFFFFF;
  1728.    
  1729. border: 1px solid #DADADA;
  1730.     position: relative;
  1731.     top: 10px !important;
  1732.     margin: 0px !important;
  1733.     border-radius: 3px;
  1734.     box-shadow: 0px 2px 3px #ECECEC;
  1735. }
  1736.  
  1737.  
  1738.  
  1739. input.textbox {
  1740.    
  1741.     background: #ffffff;
  1742.    
  1743.     padding: 7px;
  1744.       border-radius: 2px;
  1745.       font-size: 11px;
  1746.       outline: none;
  1747.    
  1748.     color: #777;
  1749.    
  1750.     background: rgb(247,247,247);
  1751.      /* Old browsers */  background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  1752.      /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,1)));
  1753.      /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
  1754.      /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
  1755.      /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
  1756.      /* IE10+ */  background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
  1757.      /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
  1758.      /* IE6-9 */;
  1759.    
  1760.  
  1761. }
  1762.  
  1763.  
  1764. input.textbox:focus {
  1765.     background: rgb(255,255,255);
  1766.      /* Old browsers */
  1767. background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  1768.      /* FF3.6+ */
  1769. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
  1770.      /* Chrome,Safari4+ */
  1771. background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
  1772.      /* Chrome10+,Safari5.1+ */
  1773. background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
  1774.      /* Opera 11.10+ */
  1775. background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
  1776.      /* IE10+ */
  1777. background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
  1778.      /* W3C */
  1779. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  1780.      /* IE6-9 */
  1781. ;
  1782.     border: 1px solid #C9C9C9;
  1783. }
  1784.  
  1785.  
  1786.  
  1787. textarea {
  1788.    
  1789. background: white;
  1790.    
  1791. color: #555;
  1792.    
  1793. border: 1px solid #C4C4C4;
  1794.    
  1795. padding: 2px;
  1796.    
  1797. font-family: Arial, tahoma, Sans-Serif;
  1798.    
  1799. line-height: 1.4;
  1800.    
  1801. font-size: 13px;
  1802.    
  1803. border-radius: 3px;
  1804.    
  1805.  
  1806. }
  1807.  
  1808.  
  1809. textarea:focus {
  1810.     outline: 2px solid #A0A0A0;
  1811. }
  1812.  
  1813.  
  1814.  
  1815. select {
  1816.    
  1817.     background: #ffffff;
  1818.    
  1819.     border: 1px solid #DBDBDB;
  1820.    
  1821.     padding: 6px;
  1822.    
  1823.     border-radius: 2px;
  1824.    
  1825.     font-size: 11px;
  1826.    
  1827.     outline: none;
  1828.    
  1829.     color: #555;
  1830.    
  1831.  
  1832. }
  1833.  
  1834.  
  1835.  
  1836. .editor {
  1837.    
  1838.     background: #f1f1f1;
  1839.    
  1840.     border: 1px solid #ccc;
  1841.    
  1842.  
  1843. }
  1844.  
  1845.  
  1846. .editor_control_bar .button {
  1847.    
  1848.     box-shadow: none;
  1849.    
  1850.     border: 1px solid #2477A0;
  1851.    
  1852.     background-color: #4089B1;
  1853.    
  1854.     border-radius: 3px;
  1855.    
  1856.  
  1857. }
  1858.  
  1859.  
  1860. .editor_control_bar {
  1861.    
  1862.     background: #FFF;
  1863.    
  1864.     border: 1px solid #164982;
  1865.    
  1866.  
  1867. }
  1868.  
  1869.  
  1870.  
  1871. .editor_control_bar a {
  1872.    
  1873.     background: #245791;
  1874.    
  1875.     padding: 2px 5px;
  1876.    
  1877.     cursor: pointer;
  1878.    
  1879.     border: 1px solid #164982;
  1880.    
  1881.     text-shadow: 0 -1px 0 #191919;
  1882.    
  1883.     color: #FFF;
  1884.    
  1885.     opacity: 0.8;
  1886.    
  1887.     text-shadow: 0 -1px 0 #191919;
  1888.    
  1889.     -webkit-transition: all 250ms ease-in-out;
  1890.    
  1891.     -moz-transition: all 250ms ease-in-out;
  1892.    
  1893.     -o-transition: all 250ms ease-in-out;
  1894.    
  1895.     transition: all 250ms ease-in-out;
  1896.    
  1897.     text-decoration: none;
  1898.    
  1899.  
  1900. }
  1901.  
  1902.  
  1903.  
  1904.  
  1905. .editor_control_bar a:hover {
  1906.    
  1907.     background: #204167;
  1908.    
  1909.  
  1910. }
  1911.  
  1912.  
  1913. .autocomplete {
  1914.    
  1915.     background: #fff;
  1916.    
  1917.     border: 1px solid #000;
  1918.    
  1919.     color: black;
  1920.    
  1921.  
  1922. }
  1923.  
  1924.  
  1925.  
  1926. .autocomplete_selected {
  1927.    
  1928.     background: #adcee7;
  1929.    
  1930.     color: #000;
  1931.    
  1932.  
  1933. }
  1934.  
  1935.  
  1936.  
  1937. .popup_menu {
  1938.    
  1939.         margin-top:5px;
  1940.    
  1941.         font-size:11px;
  1942.    
  1943.     border: 1px solid #aaa;
  1944.    
  1945.     background:white;
  1946.    
  1947.  
  1948. }
  1949.  
  1950.  
  1951.  
  1952. .popup_menu .popup_item {
  1953.    
  1954.     background: #fff;
  1955.    
  1956.     color: #666;
  1957.    
  1958.     padding:5px !important;
  1959.    
  1960.     margin:-1px;
  1961.    
  1962.  
  1963. }
  1964.  
  1965.  
  1966.  
  1967. .popup_menu .popup_item_container:first-child .popup_item {
  1968.     border-bottom:1px solid #ccc
  1969. }
  1970.  
  1971.  
  1972. .popup_menu .popup_item:hover {
  1973.    
  1974.     background: #eee;
  1975.    
  1976.     color: #333;
  1977.    
  1978.  
  1979. }
  1980.  
  1981.  
  1982.  
  1983. .d_width {
  1984.    
  1985.     width: 95%;
  1986.    
  1987.     min-width:960px;
  1988.    
  1989.     max-width:1600px;
  1990.    
  1991.     margin: auto;
  1992.    
  1993.     position: relative;
  1994.    
  1995.  
  1996. }
  1997.  
  1998.  
  1999.  
  2000. .star_rating, .current_rating , .one_star{
  2001.     -webkit-transition:0s;
  2002.     -moz-transition:0s;
  2003.     -o-transition:0s;
  2004.     -ms-transition:0s;
  2005.     transition:0s
  2006. }
  2007.  
  2008.  
  2009. white {
  2010.    
  2011.     width: 12px;
  2012.    
  2013.  
  2014. }
  2015.  
  2016.  
  2017.  
  2018. /* Header */
  2019.  
  2020. #header {
  2021.    
  2022.     color: #777777;
  2023.    
  2024.     background: #2E3639;
  2025.    
  2026.     padding: 0px;
  2027.    
  2028.     height: 120px;
  2029.    
  2030.     margin: auto auto;
  2031.    
  2032.     margin-top: 0px;
  2033.    
  2034.     margin-bottom: 30px;
  2035.    
  2036.     -webkit-font-smoothing: subpixel-antialiased!important;
  2037.    
  2038.     border-bottom: 5px solid #245791;
  2039.    
  2040.     -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px,rgba(255,255,255,0.02) 0px 0px 0px 1px,rgba(255,255,255,0.05) 0px 1px 0px;
  2041.    
  2042.     Unknown property name.-moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px,rgba(255,255,255,0.02) 0px 0px 0px 1px,rgba(255,255,255,0.05) 0px 1px 0px;
  2043.    
  2044.     box-shadow: inset rgba(0,0,0,0.8) 0px 1px 5px,rgba(255,255,255,0.02) 0px 0px 0px 1px,rgba(255,255,255,0.05) 0px 1px 0px;
  2045.    
  2046.     -webkit-transition: all 250ms ease-in-out;
  2047.    
  2048.     Unknown property name.-moz-transition: all 250ms ease-in-out;
  2049.    
  2050.     Unknown property name.-o-transition: all 250ms ease-in-out;
  2051.    
  2052.     transition: all 250ms ease-in-out;
  2053.    
  2054.  
  2055. }
  2056.  
  2057.  
  2058.  
  2059. #header_width {
  2060.    
  2061.     width: 95%;
  2062.    
  2063.     min-width: 960px;
  2064.    
  2065.     max-width: 1600px;
  2066.    
  2067.     margin: auto;
  2068.    
  2069.     position: absolute;
  2070.    
  2071.  
  2072. }
  2073.  
  2074.  
  2075.  
  2076. .logo {
  2077.    
  2078.         margin-top: 20px;
  2079.    
  2080.         margin-left: 50px;
  2081.    
  2082.         position: absolute;
  2083.    
  2084.         z-index: 2;
  2085.    
  2086.  
  2087. }
  2088.  
  2089.  
  2090.  
  2091. #menu {
  2092.    
  2093.     background: none;
  2094.    
  2095.     height: auto;
  2096.    
  2097.     min-height: 48px;
  2098.    
  2099.     position: relative;
  2100.    
  2101.     font-size: 13px;
  2102.    
  2103.     z-index: 2;
  2104.    
  2105.     float: right;
  2106.    
  2107.     top: 45px;
  2108.    
  2109.  
  2110. }
  2111.  
  2112.  
  2113.  
  2114. #menu a {
  2115.    
  2116.     -webkit-transition:0.3s;
  2117.    
  2118.     -moz-transition:0.3s;
  2119.    
  2120.     -o-transition:0.3s;
  2121.    
  2122.     -ms-transition:0.3s;
  2123.    
  2124.     transition:0.3s
  2125.  
  2126. }
  2127.  
  2128.  
  2129.  
  2130. #menu ul {
  2131.    
  2132.     margin: 0;
  2133.    
  2134.     padding: 0;
  2135.    
  2136.     list-style-type: none;
  2137.    
  2138.  
  2139. }
  2140.  
  2141.  
  2142.  
  2143. #menu li {
  2144.    
  2145.     position: relative;
  2146.    
  2147.     display: inline;
  2148.    
  2149.     padding: 8px;
  2150.    
  2151.  
  2152. }
  2153.  
  2154.  
  2155.  
  2156. #menu a {
  2157.    
  2158.     color: #fff;
  2159.    
  2160.     text-decoration: none;
  2161.    
  2162.  
  2163. }
  2164.  
  2165.  
  2166.  
  2167. #menu a:hover {
  2168.    
  2169.     color: #b8b8b8;
  2170.    
  2171.     text-decoration: none;
  2172.    
  2173.  
  2174. }
  2175.  
  2176.  
  2177.  
  2178. /* Icônes menu */
  2179.  
  2180. .icon-home,.icon-calendar,.icon-users,.icon-search,.icon-flag,.icon-question {
  2181.    
  2182.     display: inline-block;
  2183.    
  2184.     width: 16px;
  2185.    
  2186.     height: 16px;
  2187.    
  2188.     background-image: url(images/Minecraft_Forge_France/sprites_header.png);
  2189.    
  2190.     background-repeat: no-repeat;
  2191.    
  2192.  
  2193. }
  2194.  
  2195.  
  2196. .icon-home {
  2197.    
  2198.     background-position: 0 0;
  2199.    
  2200.     margin: -2px 2px;
  2201.    
  2202.  
  2203. }
  2204.  
  2205.  
  2206. .icon-calendar {
  2207.    
  2208.     background-position: -32px 0;
  2209.    
  2210.     margin: -2px 2px;
  2211.    
  2212.  
  2213. }
  2214.  
  2215.  
  2216. .icon-users {
  2217.    
  2218.     background-position: -64px 0;
  2219.    
  2220.     margin: -2px 2px;
  2221.    
  2222.  
  2223. }
  2224.  
  2225.  
  2226. .icon-search {
  2227.    
  2228.     background-position: -96px 0;
  2229.    
  2230.     margin: -2px 2px;
  2231.    
  2232.  
  2233. }
  2234.  
  2235.  
  2236. .icon-flag {
  2237.    
  2238.     background-position: -128px 0;
  2239.    
  2240.     margin: -2px 2px;
  2241.    
  2242.  
  2243. }
  2244.  
  2245.  
  2246. .icon-question {
  2247.    
  2248.     background-position: -160px 0;
  2249.    
  2250.     margin: -2px 2px;
  2251.    
  2252.  
  2253. }
  2254.  
  2255.  
  2256.  
  2257.  
  2258. /* Autres icones */
  2259.  
  2260. .icon-pencil,.icon-bullhorn,.icon-remove,.icon-target {
  2261.    
  2262.     display: inline-block;
  2263.    
  2264.     width: 16px;
  2265.    
  2266.     height: 16px;
  2267.    
  2268.     background-image: url(images/Minecraft_Forge_France/sprites_thread.png);
  2269.    
  2270.     background-repeat: no-repeat;
  2271.    
  2272.  
  2273. }
  2274.  
  2275.  
  2276. .icon-pencil {
  2277.    
  2278.     background-position: 0 0;
  2279.    
  2280.     margin: -2px 2px;
  2281.    
  2282.  
  2283. }
  2284.  
  2285.  
  2286. .icon-bullhorn {
  2287.    
  2288.     background-position: -32px 0;
  2289.    
  2290.     margin: -2px 2px;
  2291.    
  2292.  
  2293. }
  2294.  
  2295.  
  2296. .icon-remove {
  2297.    
  2298.     background-position: -64px 0;
  2299.    
  2300.     margin: -2px 2px;
  2301.    
  2302.  
  2303. }
  2304.  
  2305.  
  2306. .icon-target {
  2307.    
  2308.     background-position: -96px 0;
  2309.    
  2310.     margin: -3px 2px;
  2311.    
  2312.  
  2313. }
  2314.  
  2315.  
  2316.  
  2317. .icon-envelop,.icon-comment {
  2318.    
  2319.     display: inline-block;
  2320.    
  2321.     width: 16px;
  2322.    
  2323.     height: 16px;
  2324.    
  2325.     background-image: url(images/Minecraft_Forge_France/sprites_equipe.png);
  2326.    
  2327.     background-repeat: no-repeat;
  2328.    
  2329.  
  2330. }
  2331.  
  2332.  
  2333. .icon-envelop {
  2334.    
  2335.     background-position: 0 0;
  2336.    
  2337.     margin: -2px 2px;
  2338.    
  2339.  
  2340. }
  2341.  
  2342.  
  2343. .icon-comment {
  2344.    
  2345.     background-position: -32px 0;
  2346.    
  2347.     margin: -2px 2px;
  2348.    
  2349.  
  2350. }
  2351.  
  2352.  
  2353.  
  2354.  
  2355. #panel {
  2356.    
  2357.     color: #000000;
  2358.    
  2359.     height: 30px;
  2360.    
  2361.    
  2362.     font-size: 11px;
  2363.    
  2364.  
  2365. }
  2366.  
  2367.  
  2368.  
  2369. #panel .remember_me input {
  2370.    
  2371.     vertical-align: middle;
  2372.    
  2373.     margin-top: -1px;
  2374.    
  2375.  
  2376. }
  2377.  
  2378.  
  2379.  
  2380. #panel a.reg {
  2381.    
  2382.     background: #3D3D3D;
  2383.    
  2384.     color: #E9E4E4;
  2385.    
  2386.     padding: 7px 4px;
  2387.    
  2388.     display: block;
  2389.    
  2390.     float: right;
  2391.    
  2392.     border: 1px solid #3d3d3d;
  2393.    
  2394.     font-size: 14px;
  2395.    
  2396.     font-weight: bold;
  2397.    
  2398.  
  2399. }
  2400.  
  2401.  
  2402.  
  2403. #panel a.reg:hover {
  2404.    
  2405.     text-decoration: none;
  2406.    
  2407.  
  2408. }
  2409.  
  2410.  
  2411.  
  2412. #footer {
  2413.    
  2414.     background: #2E3639;
  2415.    
  2416.     height: 110px;
  2417.    
  2418.  
  2419. }
  2420.  
  2421.  
  2422.  
  2423.  
  2424. #footer a{
  2425.    
  2426.     -webkit-transition:0.3s;
  2427.    
  2428.     -moz-transition:0.3s;
  2429.    
  2430.     -o-transition:0.3s;
  2431.    
  2432.     -ms-transition:0.3s;
  2433.    
  2434.     transition:0.3s
  2435.  
  2436. }
  2437.  
  2438.  
  2439.  
  2440.  
  2441. table {
  2442.    
  2443.     color: #555;
  2444.    
  2445.     font-family: Arial, tahoma, Sans-Serif;
  2446.    
  2447.     font-size: 12px;
  2448.    
  2449.  
  2450. }
  2451.  
  2452.  
  2453.  
  2454. .tborder {
  2455.    
  2456.     width: 100%;
  2457.    
  2458.     margin: auto auto;
  2459.    
  2460.     border-top: 0;
  2461.    
  2462.     border-radius: 4px 4px 0 0;
  2463.    
  2464.  
  2465. }
  2466.  
  2467.  
  2468.  
  2469. .tborder_2 {
  2470.    
  2471.     border: 1px solid #ddd;
  2472.    
  2473.  
  2474. }
  2475.  
  2476.  
  2477.  
  2478. .tbordsi {
  2479.    
  2480.     width: 100%;
  2481.    
  2482.     margin: auto auto;
  2483.    
  2484.  
  2485. }
  2486.  
  2487.  
  2488.  
  2489. .thead {
  2490.    
  2491.     background: #285F8F;
  2492.    
  2493.     color: #ffffff;
  2494.    
  2495.     padding: 6px;
  2496.    
  2497.     box-shadow: inset 0 0 5px rgba(0,0,0, 0.6);
  2498.    
  2499.     margin: -1px;
  2500.    
  2501.  
  2502. }
  2503.  
  2504.  
  2505.  
  2506. .thead a:link {
  2507.    
  2508.     color: #ffffff;
  2509.    
  2510.     text-decoration: none;
  2511.    
  2512.  
  2513. }
  2514.  
  2515.  
  2516.  
  2517. .thead a:visited {
  2518.    
  2519.     color: #ffffff;
  2520.    
  2521.     text-decoration: none;
  2522.    
  2523.  
  2524. }
  2525.  
  2526.  
  2527.  
  2528. .thead a:hover, .thead a:active {
  2529.    
  2530.     color: #ffffff;
  2531.    
  2532.     text-decoration: underline;
  2533.    
  2534.  
  2535. }
  2536.  
  2537.  
  2538.  
  2539. .thead_message {
  2540.    
  2541.     color: #606060;
  2542.    
  2543.     font-size: 11px;
  2544.    
  2545.     font-weight: bold;
  2546.    
  2547.     padding-right: 10px;
  2548.    
  2549.  
  2550. }
  2551.  
  2552.  
  2553. #message_content {
  2554.    
  2555.     background-color: #f5f5f5;
  2556.    
  2557.     padding-top: 10px;
  2558.    
  2559.     margin-bottom: 10px;
  2560.    
  2561.  
  2562. }
  2563.  
  2564.  
  2565.  
  2566. #separateur {
  2567.    
  2568.     height: 6px;
  2569.    
  2570.     margin: 10px 0px 10px 0px;
  2571.    
  2572.     background: url(images/Minecraft_Forge_France/separateur.png) repeat;
  2573.    
  2574.     width: 100%;
  2575.    
  2576.     clear: both;
  2577.    
  2578.     display: block;
  2579.    
  2580.  
  2581. }
  2582.  
  2583.  
  2584.  
  2585. .tcat {
  2586.    
  2587.     background: rgb(226,226,226);
  2588.      /* Old browsers */
  2589.     background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 83%, rgba(209,209,209,1) 84%, rgba(242,240,240,1) 100%);
  2590.      /* FF3.6+ */
  2591.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(83%,rgba(219,219,219,1)), color-stop(84%,rgba(209,209,209,1)), color-stop(100%,rgba(242,240,240,1)));
  2592.      /* Chrome,Safari4+ */
  2593.     background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 83%,rgba(209,209,209,1) 84%,rgba(242,240,240,1) 100%);
  2594.      /* Chrome10+,Safari5.1+ */
  2595.     background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 83%,rgba(209,209,209,1) 84%,rgba(242,240,240,1) 100%);
  2596.      /* Opera 11.10+ */
  2597.     background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 83%,rgba(209,209,209,1) 84%,rgba(242,240,240,1) 100%);
  2598.      /* IE10+ */
  2599.     background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 83%,rgba(209,209,209,1) 84%,rgba(242,240,240,1) 100%);
  2600.      /* W3C */
  2601.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f2f0f0',GradientType=0 );
  2602.      /* IE6-9 */
  2603.     color: #3D3D3D;
  2604.    
  2605.     font-size: 12px;
  2606.    
  2607.  
  2608. }
  2609.  
  2610.  
  2611.  
  2612. .tcat a:link {
  2613.    
  2614.     color: #3D3D3D;
  2615.    
  2616.  
  2617. }
  2618.  
  2619.  
  2620.  
  2621. .tcat a:visited {
  2622.    
  2623.     color: #3D3D3D;
  2624.    
  2625.  
  2626. }
  2627.  
  2628.  
  2629.  
  2630. .tcat a:hover, .tcat a:active {
  2631.    
  2632.     color: #000000;
  2633.    
  2634.  
  2635. }
  2636.  
  2637.  
  2638.  
  2639. .trow1 {
  2640.    
  2641.     background: #F2F0F0;
  2642.    
  2643.     border-top: 1px solid #EAEAEA;
  2644.    
  2645.  
  2646. }
  2647.  
  2648.  
  2649.  
  2650. .trow2 {
  2651.    
  2652.     background: #F7F7F7;
  2653.    
  2654.     border-top: 1px solid #EAEAEA;
  2655.    
  2656.  
  2657. }
  2658.  
  2659.  
  2660.  
  2661. fieldset {
  2662.    
  2663.     border: 2px solid #D6D6D6!important;
  2664.    
  2665.  
  2666. }
  2667.  
  2668.  
  2669.  
  2670. .trow_shaded {
  2671.    
  2672.     background: #ffdde0;
  2673.    
  2674.  
  2675. }
  2676.  
  2677.  
  2678.  
  2679. .trow_selected td {
  2680.    
  2681.     background: #FFFBD9;
  2682.    
  2683.  
  2684. }
  2685.  
  2686.  
  2687.  
  2688. .trow_sep {
  2689.    
  2690.     background: #e5e5e5;
  2691.    
  2692.     color: #000;
  2693.    
  2694.     font-size: 12px;
  2695.    
  2696.     font-weight: bold;
  2697.    
  2698.  
  2699. }
  2700.  
  2701.  
  2702.  
  2703. .tfoot {
  2704.    
  2705.     background: #F7F7F7;
  2706.    
  2707.     color: #3d3d3d;
  2708.    
  2709.  
  2710. }
  2711.  
  2712.  
  2713.  
  2714. .tfoot a:link {
  2715.    
  2716.     color: #3d3d3d;
  2717.    
  2718.     text-decoration: none;
  2719.    
  2720.  
  2721. }
  2722.  
  2723.  
  2724.  
  2725. .tfoot a:visited {
  2726.    
  2727.     color: #3D3D3D;
  2728.    
  2729.     text-decoration: none;
  2730.    
  2731.  
  2732. }
  2733.  
  2734.  
  2735.  
  2736. .tfoot a:hover, .tfoot a:active {
  2737.    
  2738.     color: #000;
  2739.    
  2740.     text-decoration: underline;
  2741.    
  2742.  
  2743. }
  2744.  
  2745.  
  2746.  
  2747. .bottommenu {
  2748.    
  2749.     border-top: 5px solid #245791;
  2750.    
  2751.     background: #2E3639;
  2752.    
  2753.     padding: 10px;
  2754.    
  2755.     text-align: center;
  2756.    
  2757.  
  2758. }
  2759.  
  2760.  
  2761.  
  2762. .bottommenu a:link {
  2763.    
  2764.     color: #fff;
  2765.    
  2766.  
  2767. }
  2768.  
  2769.  
  2770.  
  2771. .bottommenu a:link:hover {
  2772.    
  2773.     color: #b8b8b8;
  2774.    
  2775.     text-decoration:none;
  2776.    
  2777.  
  2778. }
  2779.  
  2780.  
  2781.  
  2782. .navigation {
  2783.    
  2784.     background: rgb(230,230,230);
  2785.      /* Old browsers */
  2786.     background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(219,219,219,1) 80%, rgba(209,209,209,1) 80%, rgba(254,254,254,1) 100%);
  2787.      /* FF3.6+ */
  2788.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(80%,rgba(219,219,219,1)), color-stop(80%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
  2789.      /* Chrome,Safari4+ */
  2790.     background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(219,219,219,1) 80%,rgba(209,209,209,1) 80%,rgba(254,254,254,1) 100%);
  2791.      /* Chrome10+,Safari5.1+ */
  2792.     background: -o-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(219,219,219,1) 80%,rgba(209,209,209,1) 80%,rgba(254,254,254,1) 100%);
  2793.      /* Opera 11.10+ */
  2794.     background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(219,219,219,1) 80%,rgba(209,209,209,1) 80%,rgba(254,254,254,1) 100%);
  2795.      /* IE10+ */
  2796.     background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(219,219,219,1) 80%,rgba(209,209,209,1) 80%,rgba(254,254,254,1) 100%);
  2797.      /* W3C */
  2798.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fefefe',GradientType=0 );
  2799.      /* IE6-9 */
  2800.     color: #3D3D3D;
  2801.    
  2802.     padding: 7px 15px;
  2803.    
  2804.     text-align: left;
  2805.    
  2806.     border-top: 1px solid #CCC;
  2807.    
  2808.     font-size: 12px;
  2809.    
  2810.     font-weight: bold;
  2811.    
  2812.  
  2813. }
  2814.  
  2815.  
  2816.  
  2817.  
  2818. .navigation a:link {
  2819.    
  2820.     color: #3D3D3D;
  2821.    
  2822.     text-decoration: none;
  2823.    
  2824.  
  2825. }
  2826.  
  2827.  
  2828.  
  2829. .navigation a:visited {
  2830.    
  2831.         color: #3D3D3D;
  2832.    
  2833.     text-decoration: none;
  2834.    
  2835.  
  2836. }
  2837.  
  2838.  
  2839.  
  2840. .navigation a:hover, .navigation a:active {
  2841.    
  2842.     text-decoration: none;
  2843.    
  2844.  
  2845. }
  2846.  
  2847.  
  2848.  
  2849. .navigation .active {
  2850.    
  2851.     color: #3D3D3D;
  2852.    
  2853.     font-size: 12px;
  2854.    
  2855.     font-weight: bold;
  2856.    
  2857.  
  2858. }
  2859.  
  2860.  
  2861.  
  2862. .smalltext {
  2863.    
  2864.     font-size: 11px;
  2865.    
  2866.  
  2867. }
  2868.  
  2869.  
  2870.  
  2871. .largetext {
  2872.    
  2873.     font-size: 16px;
  2874.    
  2875.     font-weight: bold;
  2876.    
  2877.  
  2878. }
  2879.  
  2880.  
  2881.  
  2882. input.textbox {
  2883.    
  2884.     background: #ffffff;
  2885.    
  2886.     color: #000000;
  2887.    
  2888.     border: 1px solid #EFEAEA;
  2889.    
  2890.     padding: 3px;
  2891.    
  2892.     line-height: 24px;
  2893.    
  2894.     height: 24px;
  2895.    
  2896.  
  2897. }
  2898.  
  2899.  
  2900.  
  2901. input.login {
  2902.    
  2903.     background: #ffffff;
  2904.    
  2905.     color: #000000;
  2906.    
  2907.     border: 1px solid #EFEAEA;
  2908.    
  2909.     padding: 3px;
  2910.    
  2911.     line-height: 26px;
  2912.    
  2913.     height: 26px;
  2914.    
  2915.  
  2916. }
  2917.  
  2918.  
  2919.  
  2920. input.ok {
  2921.    
  2922.     background: #3d3d3d;
  2923.    
  2924.     color: #E9E4E4;
  2925.    
  2926.     padding: 7px 6px;
  2927.    
  2928.     border: 1px solid #3d3d3d;
  2929.    
  2930.     cursor: pointer;
  2931.    
  2932.     font-size: 14px;
  2933.    
  2934.     font-weight: bold;
  2935.    
  2936.  
  2937. }
  2938.  
  2939.  
  2940.  
  2941. .trow2 textarea {
  2942.    
  2943.     background: #ffffff;
  2944.    
  2945.     color: #000000;
  2946.    
  2947.     border: 1px solid #ddd;
  2948.    
  2949.     padding: 2px;
  2950.    
  2951.     line-height: 1.4;
  2952.    
  2953.     font-family: Verdana, Arial, Sans-Serif;
  2954.    
  2955.     font-size: 13px;
  2956.    
  2957.  
  2958. }
  2959.  
  2960.  
  2961.  
  2962. .trow1 textarea {
  2963.    
  2964.     background: #ffffff;
  2965.    
  2966.     color: #000000;
  2967.    
  2968.     padding: 2px;
  2969.    
  2970.     line-height: 1.4;
  2971.    
  2972.     font-family: Verdana, Arial, Sans-Serif;
  2973.    
  2974.     font-size: 13px;
  2975.    
  2976.  
  2977. }
  2978.  
  2979.  
  2980.  
  2981. select {
  2982.    
  2983.     background: #F6F6F6;
  2984.    
  2985.     color: #786D6D;
  2986.    
  2987.     border: 1px solid #E5E4E4;
  2988.    
  2989.  
  2990. }
  2991.  
  2992.  
  2993.  
  2994. .editor {
  2995.    
  2996.     background: #f1f1f1;
  2997.    
  2998.     border: 1px solid #ccc;
  2999.    
  3000.  
  3001. }
  3002.  
  3003.  
  3004.  
  3005. .editor_control_bar {
  3006.    
  3007.     background: #fff;
  3008.    
  3009.     border: 1px solid #E9E4E4;
  3010.    
  3011.  
  3012. }
  3013.  
  3014.  
  3015.  
  3016. .autocomplete {
  3017.    
  3018.     background: #fff;
  3019.    
  3020.     border: 1px solid #000;
  3021.    
  3022.     color: black;
  3023.    
  3024.  
  3025. }
  3026.  
  3027.  
  3028.  
  3029. .autocomplete_selected {
  3030.    
  3031.     background: #adcee7;
  3032.    
  3033.     color: #000;
  3034.    
  3035.  
  3036. }
  3037.  
  3038.  
  3039.  
  3040. .popup_menu {
  3041.    
  3042.     background: #ccc;
  3043.    
  3044.     border: 1px solid #000;
  3045.    
  3046.  
  3047. }
  3048.  
  3049.  
  3050.  
  3051. .popup_menu .popup_item {
  3052.    
  3053.     background: #fff;
  3054.    
  3055.     color: #000;
  3056.    
  3057.  
  3058. }
  3059.  
  3060.  
  3061.  
  3062. .popup_menu .popup_item:hover {
  3063.    
  3064.     background: #C7DBEE;
  3065.    
  3066.     color: #000;
  3067.    
  3068.  
  3069. }
  3070.  
  3071.  
  3072.  
  3073. .trow_reputation_positive {
  3074.    
  3075.     background: #ccffcc;
  3076.    
  3077.  
  3078. }
  3079.  
  3080.  
  3081.  
  3082. .trow_reputation_negative {
  3083.    
  3084.     background: #ffcccc;
  3085.    
  3086.  
  3087. }
  3088.  
  3089.  
  3090.  
  3091. .reputation_positive {
  3092.    
  3093.     color: green;
  3094.    
  3095.  
  3096. }
  3097.  
  3098.  
  3099.  
  3100. .reputation_neutral {
  3101.    
  3102.     color: #444;
  3103.    
  3104.  
  3105. }
  3106.  
  3107.  
  3108.  
  3109. .reputation_negative {
  3110.    
  3111.     color: red;
  3112.    
  3113.  
  3114. }
  3115.  
  3116.  
  3117.  
  3118. .invalid_field {
  3119.    
  3120.     border: 1px solid #f30;
  3121.    
  3122.     background: #ffffff;
  3123.    
  3124.     color: #000000;
  3125.    
  3126.     padding: 3px;
  3127.    
  3128.     line-height: 24px;
  3129.    
  3130.     height: 24px;
  3131.    
  3132.  
  3133. }
  3134.  
  3135.  
  3136.  
  3137. .valid_field {
  3138.    
  3139.     border: 1px solid #0c0;
  3140.    
  3141.     background: #ffffff;
  3142.    
  3143.     color: #000000;
  3144.    
  3145.     padding: 3px;
  3146.    
  3147.     line-height: 24px;
  3148.    
  3149.     height: 24px;
  3150.    
  3151.  
  3152. }
  3153.  
  3154.  
  3155.  
  3156. .validation_error {
  3157.    
  3158.     background: url(images/invalid.gif) no-repeat center left;
  3159.    
  3160.     color: #f30;
  3161.    
  3162.     margin: 5px 0;
  3163.    
  3164.     padding: 5px;
  3165.    
  3166.     font-weight: bold;
  3167.    
  3168.     font-size: 11px;
  3169.    
  3170.     padding-left: 22px;
  3171.    
  3172.  
  3173. }
  3174.  
  3175.  
  3176.  
  3177. .validation_success {
  3178.    
  3179.     background: url(images/valid.gif) no-repeat center left;
  3180.    
  3181.     color: #00b200;
  3182.    
  3183.     margin: 5px 0;
  3184.    
  3185.     padding: 5px;
  3186.    
  3187.     font-weight: bold;
  3188.    
  3189.     font-size: 11px;
  3190.    
  3191.     padding-left: 22px;
  3192.    
  3193.  
  3194. }
  3195.  
  3196.  
  3197.  
  3198. .validation_loading {
  3199.    
  3200.     background: url(images/spinner.gif) no-repeat center left;
  3201.    
  3202.     color: #555;
  3203.    
  3204.     margin: 5px 0;
  3205.    
  3206.     padding: 5px;
  3207.    
  3208.     font-weight: bold;
  3209.    
  3210.     font-size: 11px;
  3211.    
  3212.     padding-left: 22px;
  3213.    
  3214.  
  3215. }
  3216.  
  3217.  
  3218.  
  3219. /* Additional CSS (Master) */
  3220. img {
  3221.    
  3222.     border: none;
  3223.    
  3224.     max-width: 980px;
  3225.    
  3226.  
  3227. }
  3228.  
  3229.  
  3230.  
  3231. .clear {
  3232.    
  3233.     clear: both;
  3234.    
  3235.  
  3236. }
  3237.  
  3238.  
  3239.  
  3240. .hidden {
  3241.    
  3242.     display: none;
  3243.    
  3244.     float: none;
  3245.    
  3246.     width: 1%;
  3247.    
  3248.  
  3249. }
  3250.  
  3251.  
  3252.  
  3253. .hiddenrow {
  3254.    
  3255.     display: none;
  3256.    
  3257.  
  3258. }
  3259.  
  3260.  
  3261.  
  3262. .selectall {
  3263.    
  3264.     background-color: #FFFBD9;
  3265.    
  3266.     font-weight: bold;
  3267.    
  3268.     text-align: center;
  3269.    
  3270.  
  3271. }
  3272.  
  3273.  
  3274.  
  3275. .float_left {
  3276.    
  3277.     float: left;
  3278.    
  3279.  
  3280. }
  3281.  
  3282.  
  3283.  
  3284. .float_right {
  3285.    
  3286.     float: right;
  3287.    
  3288.  
  3289. }
  3290.  
  3291.  
  3292.  
  3293. .menu ul {
  3294.    
  3295.     list-style: none;
  3296.    
  3297.     margin: 0;
  3298.    
  3299.  
  3300. }
  3301.  
  3302.  
  3303.  
  3304. .menu li {
  3305.    
  3306.     display: inline;
  3307.    
  3308.     padding-left: 5px;
  3309.    
  3310.  
  3311. }
  3312.  
  3313.  
  3314.  
  3315. .menu img {
  3316.    
  3317.     padding-right: 5px;
  3318.    
  3319.     vertical-align: top;
  3320.    
  3321.  
  3322. }
  3323.  
  3324.  
  3325.  
  3326. #panel .links {
  3327.    
  3328.     margin: 0;
  3329.    
  3330.     float: right;
  3331.    
  3332.  
  3333. }
  3334.  
  3335.  
  3336.  
  3337. .expcolimage {
  3338.    
  3339.     float: right;
  3340.    
  3341.     width: auto;
  3342.    
  3343.     vertical-align: middle;
  3344.    
  3345.     margin-top: 3px;
  3346.    
  3347.  
  3348. }
  3349.  
  3350.  
  3351.  
  3352. img.attachment {
  3353.    
  3354.     border: 1px solid #E9E5D7;
  3355.    
  3356.     padding: 2px;
  3357.    
  3358.  
  3359. }
  3360.  
  3361.  
  3362.  
  3363. hr {
  3364.    
  3365.     background-color: #B9B9B9;
  3366.    
  3367.     color: #000000;
  3368.    
  3369.     height: 1px;
  3370.    
  3371.     border: 0px;
  3372.    
  3373.  
  3374. }
  3375.  
  3376.  
  3377.  
  3378. #copyright {
  3379.    
  3380.     font: 11px Verdana, Arial, Sans-Serif;
  3381.    
  3382.     margin: 0;
  3383.    
  3384.         color: #fff;
  3385.    
  3386.     padding: 10px 0 0 0;
  3387.    
  3388.  
  3389. }
  3390.  
  3391.  
  3392.  
  3393. #copyright a{
  3394.    
  3395.         color: #fff;
  3396.    
  3397.  
  3398. }
  3399.  
  3400.  
  3401.  
  3402. #debug {
  3403.    
  3404.         font-size: 11px;
  3405.    
  3406.     float: right;
  3407.    
  3408.     text-align: right;
  3409.    
  3410.     margin-top: 0;
  3411.    
  3412.  
  3413. }
  3414.  
  3415.  
  3416.  
  3417. blockquote {
  3418.    
  3419.     border: 1px solid #E9E6E6;
  3420.    
  3421.     margin: 0;
  3422.    
  3423.     background: #fff;
  3424.    
  3425.     padding: 4px;
  3426.    
  3427.  
  3428. }
  3429.  
  3430.  
  3431.  
  3432. blockquote cite {
  3433.    
  3434.     font-weight: bold;
  3435.    
  3436.     border-bottom: 1px solid #ccc;
  3437.    
  3438.     font-style: normal;
  3439.    
  3440.     display: block;
  3441.    
  3442.     margin: 4px 0;
  3443.    
  3444.  
  3445. }
  3446.  
  3447.  
  3448.  
  3449. blockquote cite span {
  3450.    
  3451.     float: right;
  3452.    
  3453.     font-weight: normal;
  3454.    
  3455.  
  3456. }
  3457.  
  3458.  
  3459.  
  3460. blockquote cite span.highlight {
  3461.    
  3462.     float: none;
  3463.    
  3464.     font-weight: bold;
  3465.    
  3466.     padding-bottom: 0;
  3467.    
  3468.  
  3469. }
  3470.  
  3471.  
  3472.  
  3473. .codeblock {
  3474.    
  3475.     background: #fff;
  3476.    
  3477.     border: 1px solid #ccc;
  3478.    
  3479.     padding: 4px;
  3480.    
  3481.     max-width: 1000px;
  3482.    
  3483.    
  3484. }
  3485.  
  3486.  
  3487.  
  3488. .codeblock .title {
  3489.    
  3490.     border-bottom: 1px solid #ccc;
  3491.    
  3492.     font-weight: bold;
  3493.    
  3494.     margin: 4px 0;
  3495.    
  3496.  
  3497. }
  3498.  
  3499.  
  3500.  
  3501. .codeblock code {
  3502.    
  3503.     overflow: auto;
  3504.    
  3505.     height: auto;
  3506.    
  3507.     max-height: 500px;
  3508.    
  3509.     display: block;
  3510.    
  3511.     font-family: Monaco, Consolas, Courier, monospace;
  3512.    
  3513.     font-size: 13px;
  3514.    
  3515.  
  3516. }
  3517.  
  3518.  
  3519.  
  3520. .subforumicon {
  3521.    
  3522.     border: 0;
  3523.    
  3524.     vertical-align: middle;
  3525.    
  3526.  
  3527. }
  3528.  
  3529.  
  3530.  
  3531. .separator {
  3532.    
  3533.     margin: 5px;
  3534.    
  3535.     padding: 0;
  3536.    
  3537.     height: 0px;
  3538.    
  3539.     font-size: 1px;
  3540.    
  3541.     list-style-type: none;
  3542.    
  3543.  
  3544. }
  3545.  
  3546.  
  3547.  
  3548. form {
  3549.    
  3550.     margin: 0;
  3551.    
  3552.     padding: 0;
  3553.    
  3554.  
  3555. }
  3556.  
  3557.  
  3558.  
  3559. .popup_menu .popup_item_container {
  3560.    
  3561.     margin: 1px;
  3562.    
  3563.     text-align: left;
  3564.    
  3565.  
  3566. }
  3567.  
  3568.  
  3569.  
  3570. .popup_menu .popup_item {
  3571.    
  3572.     display: block;
  3573.    
  3574.     padding: 3px;
  3575.    
  3576.     text-decoration: none;
  3577.    
  3578.     white-space: nowrap;
  3579.    
  3580.  
  3581. }
  3582.  
  3583.  
  3584.  
  3585. .popup_menu a.popup_item:hover {
  3586.    
  3587.     text-decoration: none;
  3588.    
  3589.  
  3590. }
  3591.  
  3592.  
  3593.  
  3594. .autocomplete {
  3595.    
  3596.     text-align: left;
  3597.    
  3598.  
  3599. }
  3600.  
  3601.  
  3602.  
  3603. .subject_new {
  3604.    
  3605.     font-weight: bold;
  3606.    
  3607.  
  3608. }
  3609.  
  3610.  
  3611.  
  3612. .highlight {
  3613.    
  3614.     background: #FFFFCC;
  3615.    
  3616.     padding-top: 3px;
  3617.    
  3618.     padding-bottom: 3px;
  3619.    
  3620.  
  3621. }
  3622.  
  3623.  
  3624.  
  3625. .pm_alert {
  3626.    
  3627.     background: #fffbd8;
  3628.    
  3629.     border: 1px solid #ffe451;
  3630.    
  3631.     text-align: left;
  3632.    
  3633.     padding: 10px 15px;
  3634.    
  3635.     font-size: 11px;
  3636.    
  3637.         border-radius: 3px;
  3638.    
  3639.         margin-top: 5px;
  3640.    
  3641.         color: #b99400;
  3642.    
  3643.         text-shadow: 1px 1px 0 #FFF;
  3644.    
  3645.  
  3646. }
  3647.  
  3648.  
  3649.  
  3650. .red_alert {
  3651.    
  3652.     background: #e1a3a3;
  3653.    
  3654.     border: 1px solid #9e4242;
  3655.    
  3656.     color: #960000;
  3657.    
  3658.     text-align: left;
  3659.    
  3660.     padding: 10px 15px;
  3661.    
  3662.     font-size: 11px;
  3663.    
  3664.         border-radius: 3px;
  3665.    
  3666.         margin-top: 5px;
  3667.    
  3668.         text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  3669.    
  3670.  
  3671. }
  3672.  
  3673.  
  3674.  
  3675. .high_warning {
  3676.    
  3677.     color: #CC0000;
  3678.    
  3679.  
  3680. }
  3681.  
  3682.  
  3683.  
  3684. .moderate_warning {
  3685.    
  3686.     color: #F3611B;
  3687.    
  3688.  
  3689. }
  3690.  
  3691.  
  3692.  
  3693. .low_warning {
  3694.    
  3695.     color: #AE5700;
  3696.    
  3697.  
  3698. }
  3699.  
  3700.  
  3701.  
  3702. div.error {
  3703.    
  3704.     padding: 5px 10px;
  3705.    
  3706.     border-top: 2px solid #FFD324;
  3707.    
  3708.     border-bottom: 2px solid #FFD324;
  3709.    
  3710.     background: #FFF6BF;
  3711.    
  3712.     font-size: 12px;
  3713.    
  3714.  
  3715. }
  3716.  
  3717.  
  3718.  
  3719. div.error p {
  3720.    
  3721.     margin: 0;
  3722.    
  3723.     color: #000;
  3724.    
  3725.     font-weight: normal;
  3726.    
  3727.  
  3728. }
  3729.  
  3730.  
  3731.  
  3732. div.error p em {
  3733.    
  3734.     font-style: normal;
  3735.    
  3736.     font-weight: bold;
  3737.    
  3738.     padding-left: 24px;
  3739.    
  3740.     display: block;
  3741.    
  3742.     color: #C00;
  3743.    
  3744.     background: url(images/error.gif) no-repeat 0;
  3745.    
  3746.  
  3747. }
  3748.  
  3749.  
  3750.  
  3751. div.error ul {
  3752.    
  3753.     margin-left: 24px;
  3754.    
  3755.  
  3756. }
  3757.  
  3758.  
  3759.  
  3760. .online {
  3761.    
  3762.     color: #15b619;
  3763.    
  3764.  
  3765. }
  3766.  
  3767.  
  3768.  
  3769. .offline {
  3770.    
  3771.     color: #C7C7C7;
  3772.    
  3773.  
  3774. }
  3775.  
  3776.  
  3777.  
  3778. .pagination {
  3779.    
  3780.     padding-top: 10px;
  3781.    
  3782.     margin-bottom: 5px;
  3783.    
  3784.     color: #fff;
  3785.    
  3786.     font-size: 11px;
  3787.    
  3788.  
  3789. }
  3790.  
  3791.  
  3792.  
  3793. .tfoot .pagination, .tcat .pagination {
  3794.    
  3795.     padding-top: 0;
  3796.    
  3797.  
  3798. }
  3799.  
  3800.  
  3801.  
  3802. .pagination .pages {
  3803.    
  3804.     margin-right: 5px;
  3805.    
  3806.    
  3807.     font-weight: bold;
  3808.    
  3809.  
  3810. }
  3811.  
  3812.  
  3813.  
  3814. .pagination .pagination_current, .pagination a {
  3815.    
  3816.     background: #F7F7F7;
  3817.    
  3818.     padding: 4px 6px;
  3819.    
  3820.     margin-bottom: 3px;
  3821.    
  3822.     margin-left: -5px;
  3823.    
  3824.  
  3825. }
  3826.  
  3827.  
  3828.  
  3829. .pagination a {
  3830.    
  3831.     border: 1px solid #E9E4E4;
  3832.    
  3833.  
  3834. }
  3835.  
  3836.  
  3837.  
  3838. .pagination .pagination_current {
  3839.    
  3840.     background: #245791;
  3841.    
  3842.     color: #fff;
  3843.    
  3844.     border: 1px solid #E9E4E4;
  3845.    
  3846.     font-weight: bold;
  3847.    
  3848.  
  3849. }
  3850.  
  3851.  
  3852.  
  3853. .pagination a:hover {
  3854.    
  3855.     background: #F5F5F5;
  3856.    
  3857.     text-decoration: none;
  3858.    
  3859.  
  3860. }
  3861.  
  3862.  
  3863.  
  3864. .thread_legend, .thread_legend dd {
  3865.    
  3866.     margin: 0;
  3867.    
  3868.     padding: 0;
  3869.    
  3870.  
  3871. }
  3872.  
  3873.  
  3874.  
  3875. .thread_legend dd {
  3876.    
  3877.     padding-bottom: 4px;
  3878.    
  3879.     margin-right: 15px;
  3880.    
  3881.  
  3882. }
  3883.  
  3884.  
  3885.  
  3886. .thread_legend img {
  3887.    
  3888.     margin-right: 4px;
  3889.    
  3890.     vertical-align: bottom;
  3891.    
  3892.  
  3893. }
  3894.  
  3895.  
  3896.  
  3897. .forum_legend, .forum_legend dt, .forum_legend dd {
  3898.    
  3899.     margin: 0;
  3900.    
  3901.     padding: 0;
  3902.    
  3903.  
  3904. }
  3905.  
  3906.  
  3907.  
  3908. .forum_legend dd {
  3909.    
  3910.     float: left;
  3911.    
  3912.     margin-right: 10px;
  3913.    
  3914.  
  3915. }
  3916.  
  3917.  
  3918.  
  3919. .forum_legend dt {
  3920.    
  3921.     margin-right: 10px;
  3922.    
  3923.     float: left;
  3924.    
  3925.  
  3926. }
  3927.  
  3928.  
  3929.  
  3930. .success_message {
  3931.    
  3932.     color: #00b200;
  3933.    
  3934.     font-weight: bold;
  3935.    
  3936.     font-size: 10px;
  3937.    
  3938.     margin-bottom: 10px;
  3939.    
  3940.  
  3941. }
  3942.  
  3943.  
  3944.  
  3945. .error_message {
  3946.    
  3947.     color: #C00;
  3948.    
  3949.     font-weight: bold;
  3950.    
  3951.     font-size: 10px;
  3952.    
  3953.     margin-bottom: 10px;
  3954.    
  3955.  
  3956. }
  3957.  
  3958.  
  3959.  
  3960. .post_body {
  3961.    
  3962.     padding: 5px;
  3963.    
  3964.  
  3965. }
  3966.  
  3967.  
  3968.  
  3969. .post_content {
  3970.    
  3971.     padding: 5px 10px;
  3972.    
  3973.  
  3974. }
  3975.  
  3976.  
  3977.  
  3978. .quick_jump {
  3979.    
  3980.     background: url(images/jump.gif) no-repeat 0;
  3981.    
  3982.     width: 13px;
  3983.    
  3984.     height: 13px;
  3985.    
  3986.     padding-left: 13px;
  3987.      /* amount of padding needed for image to fully show */
  3988.     vertical-align: middle;
  3989.    
  3990.     border: none;
  3991.    
  3992.  
  3993. }
  3994.  
  3995.  
  3996.  
  3997. .repbox {
  3998.    
  3999.     font-size:16px;
  4000.    
  4001.     font-weight: bold;
  4002.    
  4003.     padding:5px 7px 5px 7px;
  4004.    
  4005.  
  4006. }
  4007.  
  4008.  
  4009.  
  4010. ._neutral {
  4011.    
  4012.     background-color:#FAFAFA;
  4013.    
  4014.     color: #999999;
  4015.    
  4016.     border:1px solid #CCCCCC;
  4017.    
  4018.  
  4019. }
  4020.  
  4021.  
  4022.  
  4023. ._minus {
  4024.    
  4025.     background-color: #FDD2D1;
  4026.    
  4027.     color: #CB0200;
  4028.    
  4029.     border:1px solid #980201;
  4030.    
  4031.  
  4032. }
  4033.  
  4034.  
  4035.  
  4036. ._plus {
  4037.    
  4038.     background-color:#E8FCDC;
  4039.    
  4040.     color: #008800;
  4041.    
  4042.     border:1px solid #008800;
  4043.    
  4044.  
  4045. }
  4046.  
  4047.  
  4048.  
  4049. .mulrep {
  4050.    
  4051.        height: 30px;
  4052.    
  4053.        padding: 5px;
  4054.    
  4055.  
  4056. }
  4057.  
  4058.  
  4059.  
  4060. /* Breadcrumb */
  4061.  
  4062. .breadcrumb {
  4063.      
  4064.     list-style: none;
  4065.    
  4066.     overflow: hidden;
  4067.    
  4068.     border: 1px solid #ECECEC;
  4069.    
  4070.     background: #fff;
  4071.    
  4072.     width: 1200px;
  4073.    
  4074.     margin: auto auto;
  4075.    
  4076.     text-align: left;
  4077.    
  4078.  
  4079. }
  4080.  
  4081.  
  4082.  
  4083. .breadcrumb li {
  4084.      
  4085.     float: left;
  4086.    
  4087.  
  4088. }
  4089.  
  4090.  
  4091.  
  4092. .breadcrumb li a {
  4093.    
  4094.     color: #4a4a4a;
  4095.    
  4096.     text-decoration: none;
  4097.      
  4098.     padding: 10px 0 10px 35px;
  4099.    
  4100.     background: #ebebeb;
  4101.    
  4102.     position: relative;
  4103.      
  4104.     display: block;
  4105.    
  4106.     float: left;
  4107.    
  4108.         height: 20px;
  4109.    
  4110.         line-height: 20px;
  4111.    
  4112.         text-shadow: 1px 1px 0 #FFF;
  4113.    
  4114.         font-size: 11px;
  4115.    
  4116.  
  4117. }
  4118.  
  4119.  
  4120.  
  4121. .breadcrumb li a:after {
  4122.      
  4123.     content: " ";
  4124.      
  4125.     display: block;
  4126.      
  4127.     width: 0;
  4128.      
  4129.     height: 0;
  4130.    
  4131.     border-top: 50px solid transparent;
  4132.    
  4133.     border-bottom: 50px solid transparent;
  4134.    
  4135.     border-left: 20px solid #ebebeb;
  4136.    
  4137.     position: absolute;
  4138.    
  4139.     top: 50%;
  4140.    
  4141.     margin-top: -50px;
  4142.      
  4143.     left: 100%;
  4144.    
  4145.     z-index: 2;
  4146.      
  4147.  
  4148. }
  4149.  
  4150.  
  4151.  
  4152. .breadcrumb li a:before {
  4153.      
  4154.     content: " ";
  4155.      
  4156.     display: block;
  4157.      
  4158.     width: 0;
  4159.      
  4160.     height: 0;
  4161.    
  4162.     border-top: 50px solid transparent;
  4163.    
  4164.     border-bottom: 50px solid transparent;
  4165.    
  4166.     border-left: 20px solid #d0d0d0;
  4167.    
  4168.     position: absolute;
  4169.    
  4170.     top: 50%;
  4171.    
  4172.     margin-top: -50px;
  4173.      
  4174.     margin-left: 1px;
  4175.    
  4176.     left: 100%;
  4177.    
  4178.         z-index: 1;
  4179.      
  4180.  
  4181. }
  4182.  
  4183.    
  4184.  
  4185. .breadcrumb li:first-child a {
  4186.    
  4187.     border-radius: 3px 0 0 3px;
  4188.    
  4189.         margin-left: -41px;
  4190.    
  4191.         padding-left: 15px;
  4192.    
  4193.         background: #ddd;
  4194.    
  4195.         z-index: 2;
  4196.    
  4197.  
  4198. }
  4199.  
  4200.  
  4201.  
  4202. .breadcrumb li:first-child a:after {
  4203.      
  4204.         border-left-color: #ddd;
  4205.      
  4206.  
  4207. }
  4208.  
  4209.  
  4210.  
  4211. .breadcrumb .active a {
  4212.    
  4213.     color: #2c7bbc;
  4214.    
  4215.         border-radius: 3px 0 0 3px;
  4216.    
  4217.     pointer-events: none;
  4218.    
  4219.     cursor: default;
  4220.    
  4221.         padding-right: 15px;
  4222.    
  4223.         font-weight: bold;
  4224.    
  4225.         background: #f8f8f8;
  4226.    
  4227.  
  4228. }
  4229.  
  4230.  
  4231.  
  4232. .breadcrumb .active a:before {
  4233.      
  4234.         display: none;
  4235.      
  4236.  
  4237. }
  4238.  
  4239.  
  4240.  
  4241. .breadcrumb .active a:after {
  4242.      
  4243.     display: none;
  4244.    
  4245.  
  4246. }
  4247.  
  4248.  
  4249.  
  4250. .breadcrumb li:nth-child(2) a {
  4251.      
  4252.     padding-left: 23px;
  4253.      
  4254.  
  4255. }
  4256.  
  4257.  
  4258.  
  4259. .breadcrumb li a:hover {
  4260.      
  4261.     background: #efefef;
  4262.      
  4263.  
  4264. }
  4265.  
  4266.  
  4267.  
  4268. .breadcrumb li a:hover:after {
  4269.      
  4270.     border-left-color: #efefef !important;
  4271.      
  4272.  
  4273. }
  4274.  
  4275.  
  4276.    
  4277. /* Threads */
  4278.  
  4279. #thread_head {
  4280.    
  4281.       background:#245791;
  4282.    
  4283.       box-shadow: inset 0 0 5px rgba(0,0,0, 0.6);
  4284.    
  4285.       width: 100%;
  4286.    
  4287.       padding: 20px;
  4288.    
  4289.       margin-left: -20px;
  4290.    
  4291.  
  4292. }
  4293.  
  4294.  
  4295.  
  4296. .name_topic {
  4297.    
  4298.       color: #fff;
  4299.    
  4300.       font-size: 22px;
  4301.    
  4302.  
  4303. }
  4304.  
  4305.  
  4306.  
  4307. .post_ltop {
  4308.    
  4309.       text-align: center;
  4310.      
  4311.       padding: 4px;
  4312.    
  4313.  
  4314. }
  4315.  
  4316.  
  4317.  
  4318. .post_rtop {
  4319.    
  4320.  
  4321.  
  4322. }
  4323.  
  4324.  
  4325.  
  4326. .post_lbot {
  4327.    
  4328.       background: #f7f7f7;
  4329.    
  4330.  
  4331. }
  4332.  
  4333.  
  4334.  
  4335. .post_rbot {
  4336.    
  4337.       background: #f7f7f7;
  4338.    
  4339.       vertical-align: middle;
  4340.    
  4341.       padding: 8px;
  4342.    
  4343.  
  4344. }
  4345.  
  4346.  
  4347.  
  4348. .tlr {
  4349.    
  4350.       width: 105px;
  4351.    
  4352.  
  4353. }
  4354.  
  4355.  
  4356.  
  4357. .tl {
  4358.    
  4359.        float: left;
  4360.      
  4361.        width: 50px;
  4362.      
  4363.        text-align: right;
  4364.    
  4365.  
  4366. }
  4367.  
  4368.  
  4369.  
  4370. .tr {
  4371.    
  4372.       float: right;
  4373.      
  4374.       width: 40px;
  4375.      
  4376.       text-align: left;
  4377.      
  4378.       padding-left: 8px;
  4379.    
  4380.  
  4381. }
  4382.  
  4383.  
  4384.        
  4385. /* NEWS BAR */
  4386. .newsbar {
  4387.    
  4388.     background: #d8edff;
  4389.    
  4390.     border: 1px solid #5197ff;
  4391.    
  4392.     text-align: left;
  4393.    
  4394.     padding: 10px 15px;
  4395.    
  4396.     font-size: 11px;
  4397.    
  4398.         font-family: Impact;
  4399.    
  4400.         border-radius: 3px;
  4401.    
  4402.         margin-top: 5px;
  4403.    
  4404.         color: #005bb9;
  4405.    
  4406.         text-shadow: 1px 1px 2px #a4dfe0;
  4407.    
  4408.  
  4409. }
  4410.  
  4411.  
  4412.  
  4413. #shouting-status {
  4414.    
  4415.     background: #245791;
  4416.    
  4417.     padding: 5px 10px;
  4418.    
  4419.     cursor:pointer;
  4420.    
  4421.     border: 1px solid #164982;
  4422.    
  4423.     text-shadow: 0 -1px 0 #191919;
  4424.    
  4425.     color: #FFF;
  4426.    
  4427.     opacity: 0.8;
  4428.    
  4429.     text-shadow: 0 -1px 0 #191919;
  4430.    
  4431.     -webkit-transition: all 250ms ease-in-out;
  4432.    
  4433.     -moz-transition: all 250ms ease-in-out;
  4434.    
  4435.     -o-transition: all 250ms ease-in-out;
  4436.    
  4437.     transition: all 250ms ease-in-out;
  4438.    
  4439.     text-decoration: none;
  4440.    
  4441.  
  4442. }
  4443.  
  4444.  
  4445.  
  4446. #shouting-status:hover {
  4447.    
  4448.     background: #204167;
  4449.    
  4450.  
  4451. }
  4452.  
  4453.  
  4454.  
  4455. .staffavatar_4 {
  4456.    
  4457. box-shadow: 0px 0px 10px 4px rgba(36, 87, 145, 0.6);
  4458.    
  4459. -moz-box-shadow: 0px 0px 10px 4px rgba(36, 87, 145, 0.6);
  4460.    
  4461. -webkit-box-shadow: 0px 0px 10px 4px rgba(36, 87, 145, 0.6);
  4462.    
  4463. margin: 5px;
  4464.    
  4465.  
  4466. }
  4467.  
  4468.  
  4469.  
  4470.  
  4471. .staffavatar_3 {
  4472.    
  4473. box-shadow: 0px 0px 10px 4px rgba(169, 47, 1, 0.6);
  4474.    
  4475. -moz-box-shadow: 0px 0px 10px 4px rgba(169, 47, 1, 0.6);
  4476.    
  4477. -webkit-box-shadow: 0px 0px 10px 4px rgba(169, 47, 1, 0.6);
  4478.    
  4479. margin: 5px;
  4480.    
  4481.  
  4482. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement