Advertisement
gaz_lloyd

Untitled

Apr 3rd, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. .switch-infobox > p,
  2. .switch-infobox-triggers > p {
  3. display: none;
  4. }
  5.  
  6. .switch-infobox > p:first-child,
  7. .switch-infobox-triggers > p:first-child {
  8. display: block;
  9. }
  10.  
  11. .switch-infobox > .item {
  12. display: none;
  13. }
  14.  
  15. .switch-infobox > .item.showing {
  16. display: block;
  17. }
  18.  
  19. .switch-infobox > .loading-button {
  20. display: none;
  21. }
  22.  
  23. .switch-infobox.loading > .loading-button {
  24. display: inline-block;
  25. }
  26.  
  27. .switch-infobox.loading > .switch-infobox-triggers {
  28. display: none;
  29. }
  30.  
  31. .infobox .switch-infobox-triggers {
  32. text-align: center;
  33. font-weight: normal;
  34. margin-bottom: -5px;
  35. }
  36.  
  37. .skin-monobook .switch-infobox > .loading-button,
  38. .skin-monobook .switch-infobox-triggers > .trigger {
  39. padding: 0 4px;
  40. border: 1px solid #666;
  41. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(50%, #c8c8c8));
  42. background: -webkit-linear-gradient(top, #e6e6e6, #c8c8c8 50%);
  43. background: -moz-linear-gradient(top, #e6e6e6, #c8c8c8 50%);
  44. background: -ms-linear-gradient(top, #e6e6e6, #c8c8c8 50%);
  45. background: linear-gradient(to bottom, #e6e6e6, #c8c8c8 50%);
  46. border-radius: 5px;
  47. color: #000;
  48. font-family: inherit;
  49. font-weight: inherit;
  50. font-size: inherit;
  51. }
  52.  
  53. .trigger.button {
  54. white-space: pre;
  55. margin: 0 2px;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement