infobox.less 795 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .infobox {
  2. .panel-heading{
  3. background-color: @dim-gray;
  4. .panel-title{
  5. font-weight: 700;
  6. }
  7. }
  8. .header_url {
  9. white-space: nowrap;
  10. overflow: hidden;
  11. text-overflow: ellipsis;
  12. display: block;
  13. }
  14. p{
  15. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  16. font-style: italic;
  17. }
  18. img{
  19. max-height: "250px";
  20. }
  21. .btn{
  22. background-color: @dark-blue;
  23. border: none;
  24. a{
  25. color: white;
  26. margin: 5px;
  27. }
  28. }
  29. .infobox_part {
  30. margin-bottom: 20px;
  31. word-wrap: break-word;
  32. table-layout: fixed;
  33. }
  34. .infobox_part:last-child {
  35. margin-bottom: 0;
  36. }
  37. }