Guest User

Untitled

a guest
May 6th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.52 KB | None | 0 0
  1. .portable-infobox.pi-background {
  2.     background-color: beige;
  3.     border: 2px solid #646234;
  4.     border-radius: 4px;
  5.     width: 250px;
  6.     padding: 2px;
  7. }
  8. .portable-infobox .pi-image img {
  9.     width: 100%;
  10.     height: auto;
  11. }
  12. .portable-infobox .pi-image-collection-tabs {
  13.     background-color: transparent;
  14.     text-align: center;
  15.     margin: 2px 0 5px 0;
  16.     display: flex;
  17. }
  18. .portable-infobox .pi-image-collection-tabs .current {
  19.     background-color: #646234;
  20.     color: #fff;
  21.     font-weight: 400;
  22. }
  23. .portable-infobox .pi-image-collection-tabs > li {
  24.     width: 100%;
  25. }
  26. .portable-infobox .pi-title img {
  27.     margin-bottom: 5px;
  28. }
  29. .portable-infobox .pi-title, .portable-infobox .pi-header {
  30.     background-color: #646234;
  31.     font-size: 14px;
  32.     font-weight: 400;
  33. }
  34. .portable-infobox .pi-header a {
  35.     text-decoration: none;
  36.     border-bottom: 1px dotted;
  37. }
  38. .portable-infobox .pi-item-spacing {
  39.     padding: 5px;
  40. }
  41. .portable-infobox .pi-data:not(:first-of-type) {
  42.     border-top: 1px solid #dcdabb;
  43. }
  44. .portable-infobox .pi-collapse + .pi-data {
  45.     border-top: 0;
  46. }
  47. .portable-infobox .pi-collapse .pi-header {
  48.     cursor: pointer;
  49. }
  50. .portable-infobox .pi-collapse .pi-header::after, .portable-infobox .pi-header.collapsible::after {
  51.     width: 5px;
  52.     height: 5px;
  53.     margin-top: -3px;
  54. }
  55. .portable-infobox a {
  56.     color: #75723d;
  57. }
  58. .portable-infobox .pi-data-value ul {
  59.     list-style-type: square;
  60.     margin-left: 20px;
  61. }
  62. .portable-infobox .pi-data-value li {
  63.     padding-bottom: 0;
  64. }
Add Comment
Please, Sign In to add comment