Advertisement
Smogoon

Glaceon.css

May 19th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. .lobbychat .battle-log,
  2. .huge-layout .lobbychat .battle-log
  3. {
  4. position: absolute;
  5. top: 51px;
  6. right: 0;
  7. bottom: 40px;
  8. left: 551px; /* 420 + 131 */
  9. border-top: 0;
  10. border-right: 0;
  11. height: auto;
  12. width: auto;
  13. background-color: #da999ef;
  14. background: #da999ef url(http://i.imgur.com/bh9meda.png) no-repeat scroll right bottom;
  15. }
  16.  
  17. .userlist,
  18. .userlist li
  19. {
  20. display: block;
  21. list-style-type: none;
  22. margin: 0;
  23. padding: 0;
  24. text-align: left;
  25. }
  26. .userlist
  27. {
  28. border-left: 1px solid #23686f;
  29. min-height: 100%;
  30. background: #72b4ce;
  31. }
  32. .userlist li
  33. {
  34. border-bottom: 1px solid #23686f;
  35. height: 19px;
  36. font: 10pt Verdana, sans-serif;
  37. white-space: nowrap;
  38. }
  39. .userlist li em.group
  40. {
  41. font-style: normal;
  42. font-size: 8pt;
  43. color: #23686f;
  44. display: block;
  45. float: left;
  46. text-align: center;
  47. padding: 1px 0 0 1px;
  48. width: 14px;
  49. }
  50. .userlist li button
  51. {
  52. box-sizing: border-box;
  53. display: block;
  54. height: auto;
  55. background: transparent;
  56. border: 0;
  57. padding: 0;
  58. margin: 0;
  59. height: 19px;
  60. width: 100%;
  61. white-space: nowrap;
  62. font: 10pt Verdana, sans-serif;
  63. text-align: left;
  64. cursor: pointer;
  65. }
  66. .userlist li button:hover
  67. {
  68. background: #23686f;
  69. }
  70. .userlist li button:active
  71. {
  72. background: #23686f;
  73. }
  74. .userlist li.cur
  75. {
  76. background: #23686f;
  77. }
  78. .userlist li.cur button,
  79. .userlist li.cur button:hover
  80. {
  81. background: #23686f;
  82. margin: 0 0 0 -1px;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement