Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cssgrids.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.4.0
  6. build: nightly
  7. */
  8. .yui3-g {
  9. letter-spacing: -0.31em; /* webkit: collapse white-space between units */
  10. *letter-spacing: normal; /* reset IE < 8 */
  11. word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */
  12. }
  13. .yui3-u,
  14. .yui3-u-1,
  15. .yui3-u-1-2,
  16. .yui3-u-1-3,
  17. .yui3-u-2-3,
  18. .yui3-u-1-4,
  19. .yui3-u-3-4,
  20. .yui3-u-1-5,
  21. .yui3-u-2-5,
  22. .yui3-u-3-5,
  23. .yui3-u-4-5,
  24. .yui3-u-1-6,
  25. .yui3-u-5-6,
  26. .yui3-u-1-8,
  27. .yui3-u-3-8,
  28. .yui3-u-5-8,
  29. .yui3-u-7-8,
  30. .yui3-u-1-12,
  31. .yui3-u-5-12,
  32. .yui3-u-7-12,
  33. .yui3-u-11-12,
  34. .yui3-u-1-24,
  35. .yui3-u-5-24,
  36. .yui3-u-7-24,
  37. .yui3-u-11-24,
  38. .yui3-u-13-24,
  39. .yui3-u-17-24,
  40. .yui3-u-19-24,
  41. .yui3-u-23-24 {
  42. display: inline-block;
  43. zoom: 1; *display: inline; /* IE < 8: fake inline-block */
  44. letter-spacing: normal;
  45. word-spacing: normal;
  46. vertical-align: top;
  47. }
  48. .yui3-u-1 {
  49. display: block;
  50. }
  51. .yui3-u-1-2 {
  52. width: 50%;
  53. }
  54. .yui3-u-1-3 {
  55. width: 33.33333%;
  56. }
  57. .yui3-u-2-3 {
  58. width: 66.66666%;
  59. }
  60. .yui3-u-1-4 {
  61. width: 25%;
  62. }
  63. .yui3-u-3-4 {
  64. width: 75%;
  65. }
  66. .yui3-u-1-5 {
  67. width: 20%;
  68. }
  69. .yui3-u-2-5 {
  70. width: 40%;
  71. }
  72. .yui3-u-3-5 {
  73. width: 60%;
  74. }
  75. .yui3-u-4-5 {
  76. width: 80%;
  77. }
  78. .yui3-u-1-6 {
  79. width: 16.656%;
  80. }
  81. .yui3-u-5-6 {
  82. width: 83.33%;
  83. }
  84. .yui3-u-1-8 {
  85. width: 12.5%;
  86. }
  87. .yui3-u-3-8 {
  88. width: 37.5%;
  89. }
  90. .yui3-u-5-8 {
  91. width: 62.5%;
  92. }
  93. .yui3-u-7-8 {
  94. width: 87.5%;
  95. }
  96. .yui3-u-1-12 {
  97. width: 8.3333%;
  98. }
  99. .yui3-u-5-12 {
  100. width: 41.6666%;
  101. }
  102. .yui3-u-7-12 {
  103. width: 58.3333%;
  104. }
  105. .yui3-u-11-12 {
  106. width: 91.6666%;
  107. }
  108. .yui3-u-1-24 {
  109. width: 4.1666%;
  110. }
  111. .yui3-u-5-24 {
  112. width: 20.8333%;
  113. }
  114. .yui3-u-7-24 {
  115. width: 29.1666%;
  116. }
  117. .yui3-u-11-24 {
  118. width: 45.8333%;
  119. }
  120. .yui3-u-13-24 {
  121. width: 54.1666%;
  122. }
  123. .yui3-u-17-24 {
  124. width: 70.8333%;
  125. }
  126. .yui3-u-19-24 {
  127. width: 79.1666%;
  128. }
  129. .yui3-u-23-24 {
  130. width: 95.8333%;
  131. }