
| Current Path : /var/www/html1/testsite/web/core/themes/bartik/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/testsite/web/core/themes/bartik/css/components/demo-block.css |
/**
* @file
* Visual styles for Bartik's block demonstration.
*/
.demo-block {
margin: 5px;
padding: 5px;
text-align: center;
color: #000;
border: 1px dotted #9f9e00;
background: #ff6;
text-shadow: none;
font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.featured-top .demo-block {
font-size: 0.55em;
}