2006-08-14 07:14:50 +00:00
|
|
|
|
2009-10-05 02:43:01 +00:00
|
|
|
#blocks tr.region-title td {
|
2006-08-14 07:14:50 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2007-11-14 09:50:00 +00:00
|
|
|
#blocks tr.region-message {
|
|
|
|
font-weight: normal;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
#blocks tr.region-populated {
|
|
|
|
display: none;
|
2006-08-14 07:14:50 +00:00
|
|
|
}
|
|
|
|
.block-region {
|
|
|
|
background-color: #ff6;
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
#655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
2010-07-31 12:54:59 +00:00
|
|
|
a.block-demo-backlink,
|
|
|
|
a.block-demo-backlink:link,
|
|
|
|
a.block-demo-backlink:visited {
|
2012-02-29 16:56:15 +00:00
|
|
|
background-color: #b4d7f0;
|
#655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
2010-07-31 12:54:59 +00:00
|
|
|
-moz-border-radius: 0 0 10px 10px;
|
2011-01-03 07:04:48 +00:00
|
|
|
border-radius: 0 0 10px 10px;
|
#655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
2010-07-31 12:54:59 +00:00
|
|
|
color: #000;
|
|
|
|
font-family: "Lucida Grande", Verdana, sans-serif;
|
|
|
|
font-size: small;
|
|
|
|
line-height: 20px;
|
|
|
|
left: 20px; /*LTR*/
|
|
|
|
padding: 5px 10px;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 499;
|
|
|
|
}
|
|
|
|
a.block-demo-backlink:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|