infobox.less 658 B

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