07da3e6435a43022b4e832ed2d9e2ef96834e0bc
[yaffs-website] / web / core / themes / bartik / css / components / demo-block.css
1 /**
2  * @file
3  * Visual styles for Bartik's block demonstration.
4  */
5
6 .demo-block {
7   background: #ff6;
8   border: 1px dotted #9f9e00;
9   color: #000;
10   font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
11   margin: 5px;
12   padding: 5px;
13   text-align: center;
14   text-shadow: none;
15 }
16 .featured-top .demo-block {
17   font-size: 0.55em;
18 }