infobox.less 613 B

12345678910111213141516171819202122232425262728293031323334353637
  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. .btn{
  13. background-color: @green;
  14. border: none;
  15. a{
  16. color: white;
  17. margin: 5px;
  18. }
  19. }
  20. .infobox_part {
  21. margin-bottom: 20px;
  22. word-wrap: break-word;
  23. table-layout: fixed;
  24. }
  25. .infobox_part:last-child {
  26. margin-bottom: 0;
  27. }
  28. }