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;
|
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;
|
|
|
|
}
|
2013-08-15 15:28:57 +00:00
|
|
|
|
2013-09-04 20:42:50 +00:00
|
|
|
.layout-region {
|
2013-08-15 15:28:57 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2013-09-04 20:42:50 +00:00
|
|
|
.block-list-secondary {
|
2013-08-15 15:28:57 +00:00
|
|
|
border: 1px solid #bfbfbf;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
.block-list {
|
|
|
|
padding: 0 0.75em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.block-list li {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0.1em 0;
|
|
|
|
}
|
|
|
|
.block-list a:before {
|
|
|
|
content: '+ ';
|
|
|
|
}
|
2013-09-04 20:42:50 +00:00
|
|
|
.block-list-secondary .form-type-search {
|
2013-08-15 15:28:57 +00:00
|
|
|
padding: 0 1em;
|
|
|
|
}
|
2013-09-06 17:22:45 +00:00
|
|
|
#block-placed {
|
|
|
|
background-color: #ffd;
|
|
|
|
}
|
2013-08-15 15:28:57 +00:00
|
|
|
|
|
|
|
/* Wide screens */
|
|
|
|
@media
|
|
|
|
screen and (min-width: 780px),
|
|
|
|
(orientation: landscape) and (min-device-height: 780px) {
|
|
|
|
|
2013-09-04 20:42:50 +00:00
|
|
|
.block-list-primary {
|
2013-08-15 15:28:57 +00:00
|
|
|
float: left; /* LTR */
|
|
|
|
width: 75%;
|
|
|
|
padding-right: 2em;
|
|
|
|
}
|
2013-09-04 20:42:50 +00:00
|
|
|
[dir="rtl"] .block-list-primary {
|
2013-08-15 15:28:57 +00:00
|
|
|
float: right;
|
|
|
|
padding-left: 2em;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-04 20:42:50 +00:00
|
|
|
.block-list-secondary {
|
2013-08-15 15:28:57 +00:00
|
|
|
float: right; /* LTR */
|
|
|
|
width: 25%;
|
|
|
|
}
|
2013-09-04 20:42:50 +00:00
|
|
|
[dir="rtl"] .block-list-secondary {
|
2013-08-15 15:28:57 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @todo File an issue to add a standard class to all text-like inputs */
|
2013-09-04 20:42:50 +00:00
|
|
|
.block-list-secondary .form-autocomplete,
|
|
|
|
.block-list-secondary .form-text,
|
|
|
|
.block-list-secondary .form-tel,
|
|
|
|
.block-list-secondary .form-email,
|
|
|
|
.block-list-secondary .form-url,
|
|
|
|
.block-list-secondary .form-search,
|
|
|
|
.block-list-secondary .form-number,
|
|
|
|
.block-list-secondary .form-color,
|
|
|
|
.block-list-secondary textarea {
|
2013-08-15 15:28:57 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The vertical toolbar mode gets triggered for narrow screens, which throws off
|
|
|
|
* the intent of media queries written for the viewport width. When the vertical
|
|
|
|
* toolbar is on, we need to suppress layout for the original media width + the
|
|
|
|
* toolbar width (240px). In this case, 240px + 780px.
|
|
|
|
*/
|
|
|
|
@media
|
|
|
|
screen and (max-width: 1020px),
|
|
|
|
(orientation: landscape) and (max-device-height: 1020px) {
|
|
|
|
|
2013-09-04 20:42:50 +00:00
|
|
|
.toolbar-vertical .block-list-primary,
|
|
|
|
.toolbar-vertical .block-list-secondary {
|
2013-08-15 15:28:57 +00:00
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|