windicevista

巴哈姆特www.gamer.com.tw 自用改良寬版

May 16th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.60 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("gamer.com.tw") {
  4. }
  5.  
  6. #BH-master {
  7.     width: 84% !important;
  8. }
  9.  
  10. #BH-slave {
  11.     width: 15% !important;
  12.     font-size: 11px;
  13. }
  14.  
  15. #flySalve a img,
  16. #flyRightBox a img,
  17. #flyRightBox div,
  18. .BA-right {
  19.     width: 150px !important;
  20. }
  21.  
  22. DIV#BH-bigbanner div,
  23. #BH-bigbanner a img {
  24.     height: 100px !important;
  25. }
  26.  
  27. .ES-rbox1 p {
  28.     display: block !important;
  29.     padding: 1px 0 !important;
  30.     margin: 0 1px !important;
  31.     border-top: 1px dotted #CCCCCC !important;
  32. }
  33.  
  34. .ES-rbox1 img {
  35.     margin-right: 1px !important;
  36. }
  37.  
  38. .ES-rbox1 a {
  39.     width: 105px !important;
  40. }
  41.  
  42. .GN-rbox2A a {
  43.     width: 127px;
  44.     text-align: justify;
  45.     text-justify: inter-ideograph;
  46.     margin-left: 0;
  47.     margin-top: 3px;
  48. }
  49.  
  50. p element.style {
  51.     text-align: justify;
  52.     text-justify: inter-ideograph;
  53. }
  54.  
  55. .GN-rbox2 {
  56.     padding: 5px;
  57. }
  58.  
  59. .BA-center {
  60.     width: 72%;
  61. }
  62.  
  63. .BA-right #flyRightBox element.style {
  64.     left: 1187px;
  65. }
  66.  
  67. .BA-cbox3 p {
  68.     width: 100%;
  69. }
  70.  
  71. .BA-cbox2 {
  72.     float: none;
  73.     display: flex;
  74. }
  75.  
  76.     .BA-cbox2 div {
  77.         float: none;
  78.         width: 100%;
  79.         padding: 0 10px;
  80.         text-align: left;
  81.         justify-content: space-around;
  82.         flex-direction: row;
  83.     }
  84.  
  85. #demoList_container div p {
  86.     flex-direction: row-reverse;
  87.     flex-direction: column-reverse;
  88. }
  89.  
  90. .BA-cbox9A {
  91.     display: flex;
  92. }
  93.  
  94.     .BA-cbox9A div {
  95.         justify-content: space-around;
  96.         padding: 0 10px;
  97.         float: none;
  98.         width: 100%;
  99.     }
  100.  
  101. .BA-cbox2 img {
  102.     width: 200px;
  103.     height: 200px;
  104. }
  105.  
  106. .BA-billboard div,
  107. .BA-billboard a img,
  108. .BA-billboard {
  109.     display: none;
  110. }
  111.  
  112. .BA-cbox9A a img,
  113. .BA-cbox9A a,
  114. .BA-cbox9A div a:first-of-type {
  115.     width: 100%;
  116. }
  117.  
  118. .BA-cbox6A {
  119.     width: 100%;
  120.     height: 229px;
  121. }
  122.  
  123. .BA-cbox6B a {
  124.     margin: 30px 30px 15px 30px;
  125. }
  126.  
  127. .MSG-mydata2 p {
  128.     width: 100px;
  129. }
  130.  
  131. list2 .MSG-mydata2, .MSG-list2 .MSG-mybadge, .MSG-list2 .MSG-mydata2 {
  132.     width: 148px;
  133.     padding: 5px 0 0 0;
  134. }
  135.  
  136. .MSG-mydata3 {
  137.     display: flex;
  138.     flex-direction: column;
  139.     flex-wrap: wrap;
  140.     font-size: 12px;
  141.     padding: 0;
  142.     margin-top: 5px;
  143. }
  144.  
  145. .MSG-list18 .BC2 {
  146.     padding: 0;
  147. }
  148.  
  149. .MSG-list18 img, #BH-talk2 img {
  150.     max-width: 30px;
  151.     max-height: 30px;
  152. }
  153.  
  154. .MSG-list18 input {
  155.     width: 140px;
  156.     padding: 2px;
  157. }
  158.  
  159. .MSG-list18 div {
  160.     margin: 0;
  161. }
  162.  
  163. .MSG-list1 ul {
  164.     padding-left: 0px;
  165. }
  166.  
  167. .MSG-list1 li {
  168.     margin-right: 0px;
  169. }
  170.  
  171. .BH-list1 ul {
  172.     padding-left: 0px;
  173. }
  174.  
  175. .BH-list1 li {
  176.     padding: 3px 1px 3px 20px;
  177. }
  178.  
  179. #BH-talk2 img {
  180.     padding-right: 0px;
  181. }
  182.  
  183. #BH-talk2 p {
  184.     margin-left: 0px;
  185. }
  186.  
  187. .BH-list4 img {
  188.     margin: 1px 0 0 1px;
  189.     max-width: 35px;
  190.     max-height: 35px;
  191. }
  192.  
  193. #BH-background .BH-lbox {
  194.     background-image: none;
  195.     border-color: rgba(0, 0, 0, 0.25);
  196.     border-style: double;
  197.     border-width: 4px;
  198. }
  199.  
  200. #BH-background .MSG-mainpic {
  201.     background-image: url(http://i.imgur.com/Jb5xYji.png);
  202. }
  203.  
  204. #BH-background #BH-main_menu {
  205.     background-image: url(http://i2.bahamut.com.tw/main_btnbg.gif);
  206. }
  207.  
  208. .BH-slave_btns .BH-slave_btnA {
  209.     background-image: url(http://i.imgur.com/hHpWom6.png);
  210. }
  211.  
  212.     .BH-slave_btns .BH-slave_btnA:hover {
  213.         background-image: url(http://i.imgur.com/lCZaLiN.png);
  214.     }
  215.  
  216. #BH-background body {
  217.     background-image: url(http://i.imgur.com/BNz5wX0.jpg);
  218. }
  219.  
  220. #videoDiv iframe#video {
  221.     width: 800px;
  222.     height: 450px;
  223. }
  224.  
  225. .BH-table td {
  226.     padding: 2px;
  227. }
  228.  
  229. .MSG-list5 table {
  230.     width: 140px;
  231. }
Add Comment
Please, Sign In to add comment