@@ -4816,6 +4816,150 @@ main > .overlay {
4816
4816
background-image : linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% , );
4817
4817
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255 , 255 , 0 ) 0% , endColors=#ffffff 100% );
4818
4818
}
4819
+ # customForums {
4820
+ position : absolute;
4821
+ top : 0 ;
4822
+ left : 0 ;
4823
+ width : 100% ;
4824
+ height : 100% ;
4825
+ box-shadow : 0 0 10px 1px # 999 ;
4826
+ }
4827
+ # customForums header {
4828
+ color : # fff ;
4829
+ background-color : # db5633 ;
4830
+ }
4831
+ # customForums header a : active {
4832
+ background-color : # 421104 ;
4833
+ }
4834
+ # customForums header > h1 {
4835
+ text-shadow : 0 1px 1px # 421104 ;
4836
+ text-shadow : 0 1px 1px # 421104, ;
4837
+ }
4838
+ # customForums article {
4839
+ width : 100% ;
4840
+ display : block;
4841
+ position : absolute;
4842
+ top : 50px ;
4843
+ overflow : scroll;
4844
+ background-color : # efefef ;
4845
+ }
4846
+ # customForums article .scroller {
4847
+ -webkit-box-shadow : 0 , -5px 5px # 000000 ;
4848
+ -moz-box-shadow : 0 , -5px 5px # 000000 ;
4849
+ box-shadow : 0 , -5px 5px # 000000 ;
4850
+ }
4851
+ # customForums article .scroller > ul {
4852
+ margin : 0 ;
4853
+ }
4854
+ # customForums article .scroller > ul > li {
4855
+ -webkit-backface-visibility : hidden;
4856
+ display : block;
4857
+ min-height : 56px ;
4858
+ width : 100% ;
4859
+ -webkit-box-sizing : border-box;
4860
+ -moz-box-sizing : border-box;
4861
+ box-sizing : border-box;
4862
+ }
4863
+ # customForums article .scroller > ul > li .show {
4864
+ -webkit-animation : bounceInDown 1s ease;
4865
+ }
4866
+ # customForums article .scroller > ul > li .category ,
4867
+ # customForums article .scroller > ul > li .group {
4868
+ background-color : # ddd ;
4869
+ border-bottom : 1px solid # ccc ;
4870
+ }
4871
+ # customForums article .scroller > ul > li .category {
4872
+ min-height : 30px ;
4873
+ line-height : 30px ;
4874
+ font-size : 18px ;
4875
+ border-left : 4px solid # db5633 ;
4876
+ padding : 10px 16px ;
4877
+ }
4878
+ # customForums article .scroller > ul > li .group {
4879
+ min-height : 20px ;
4880
+ line-height : 20px ;
4881
+ font-size : 16px ;
4882
+ padding : 10px 18px ;
4883
+ }
4884
+ # customForums article .scroller > ul > li .forum {
4885
+ border-bottom : 1px solid # ddd ;
4886
+ width : 100% ;
4887
+ padding : 18px 20px ;
4888
+ font-size : 10px ;
4889
+ color : # a3a3a3 ;
4890
+ }
4891
+ # customForums article .scroller > ul > li .forum : active ,
4892
+ # customForums article .scroller > ul > li .forum .choose {
4893
+ background-color : # db5633 ;
4894
+ color : # eee ;
4895
+ }
4896
+ # customForums article .scroller > ul > li .forum : active > h4 ,
4897
+ # customForums article .scroller > ul > li .forum .choose > h4 {
4898
+ color : # fff ;
4899
+ }
4900
+ # customForums article .scroller > ul > li .forum .choose span {
4901
+ display : inline-block;
4902
+ float : right;
4903
+ font-size : 14px ;
4904
+ }
4905
+ # customForums article .scroller > ul > li .forum span {
4906
+ display : none;
4907
+ }
4908
+ # customForums article .scroller > ul > li .forum > h4 {
4909
+ margin : 0 ;
4910
+ padding : 0 ;
4911
+ font-size : 14px ;
4912
+ font-weight : normal;
4913
+ color : # 666 ;
4914
+ }
4915
+ # customForums article .scroller > .action-pulldown ,
4916
+ # customForums article .scroller > .action-pullup {
4917
+ -webkit-transition : all 0.3s ease-in;
4918
+ -moz-transition : all 0.3s ease-in;
4919
+ -o-transition : all 0.3s ease-in;
4920
+ transition : all 0.3s ease-in;
4921
+ text-align : center;
4922
+ min-height : 2em ;
4923
+ line-height : 2em ;
4924
+ color : # 999 ;
4925
+ }
4926
+ # customForums article .scroller > .action-pulldown .flip ,
4927
+ # customForums article .scroller > .action-pullup .flip {
4928
+ color : # db5633 ;
4929
+ }
4930
+ # customForums article .scroller > .action-pulldown .loading ,
4931
+ # customForums article .scroller > .action-pullup .loading {
4932
+ color : # db5633 ;
4933
+ }
4934
+ # customForums article .scroller > .action-pulldown .loading > span .glyphicon ,
4935
+ # customForums article .scroller > .action-pullup .loading > span .glyphicon {
4936
+ -webkit-animation : rotation 2s infinite linear;
4937
+ }
4938
+ # customForums footer {
4939
+ color : # db5633 ;
4940
+ background-image : -moz-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% );
4941
+ /* FF3.6+ */
4942
+ /* Saf4+, Chrome */
4943
+ background-image : -webkit-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% );
4944
+ /* Chrome 10+, Saf5.1+, iOS 5+ */
4945
+ background-image : -ms-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% );
4946
+ /* IE10 */
4947
+ background-image : -o-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% );
4948
+ /* Opera 11.10+ */
4949
+ background-image : linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% );
4950
+ background-image : -moz-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% , );
4951
+ /* FF3.6+ */
4952
+ background-image : -webkit-gradient (linear, left top, left bottom, from (rgba (255 , 255 , 255 , 0 ) 0% ), to (# ffffff 100% ));
4953
+ /* Saf4+, Chrome */
4954
+ background-image : -webkit-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% , );
4955
+ /* Chrome 10+, Saf5.1+, iOS 5+ */
4956
+ background-image : -ms-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% , );
4957
+ /* IE10 */
4958
+ background-image : -o-linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% , );
4959
+ /* Opera 11.10+ */
4960
+ background-image : linear-gradient (top, rgba (255 , 255 , 255 , 0 ) 0% , # ffffff 100% , );
4961
+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255 , 255 , 0 ) 0% , endColors=#ffffff 100% );
4962
+ }
4819
4963
# forum {
4820
4964
position : absolute;
4821
4965
top : 0 ;
0 commit comments