123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .infobox {
- .panel-heading{
- background-color: @dim-gray;
- .panel-title{
- font-weight: 700;
- }
- }
- .header_url {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: block;
- }
- p{
- font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
- font-style: italic;
- }
- img{
- max-height: "250px";
- }
- .btn{
- background-color: @dark-blue;
- border: none;
- a{
- color: white;
- margin: 5px;
- }
- }
- .infobox_part {
- margin-bottom: 20px;
- word-wrap: break-word;
- table-layout: fixed;
- }
- .infobox_part:last-child {
- margin-bottom: 0;
- }
- }
|