2006-08-14 07:14:50 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/*
|
|
|
|
** HTML elements
|
|
|
|
*/
|
2010-01-07 07:41:46 +00:00
|
|
|
fieldset {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
form {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
text-align: left; /* LTR */
|
|
|
|
padding-right: 1em; /* LTR */
|
|
|
|
border-bottom: 3px solid #ccc;
|
2007-11-14 09:50:00 +00:00
|
|
|
}
|
2006-08-14 07:14:50 +00:00
|
|
|
th.active img {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
tr.even, tr.odd {
|
|
|
|
background-color: #eee;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding: 0.1em 0.6em;
|
|
|
|
}
|
2007-11-14 09:50:00 +00:00
|
|
|
tr.drag {
|
|
|
|
background-color: #fffff0;
|
|
|
|
}
|
|
|
|
tr.drag-previous {
|
|
|
|
background-color: #ffd;
|
|
|
|
}
|
2006-08-14 07:14:50 +00:00
|
|
|
td.active {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
2007-11-16 13:16:50 +00:00
|
|
|
td.checkbox, th.checkbox {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2006-08-21 07:33:26 +00:00
|
|
|
tbody {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
tbody th {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
thead th {
|
2007-05-27 17:57:48 +00:00
|
|
|
text-align: left; /* LTR */
|
|
|
|
padding-right: 1em; /* LTR */
|
2006-08-21 07:33:26 +00:00
|
|
|
border-bottom: 3px solid #ccc;
|
|
|
|
}
|
2006-08-14 07:14:50 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
** Other common styles
|
|
|
|
*/
|
|
|
|
.breadcrumb {
|
|
|
|
padding-bottom: .5em
|
|
|
|
}
|
|
|
|
.error {
|
2007-06-08 06:04:15 +00:00
|
|
|
color: #e55;
|
2006-09-01 08:44:53 +00:00
|
|
|
}
|
|
|
|
div.error {
|
|
|
|
border: 1px solid #d77;
|
|
|
|
}
|
|
|
|
div.error, tr.error {
|
|
|
|
background: #fcc;
|
|
|
|
color: #200;
|
2007-06-08 06:04:15 +00:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
color: #e09010;
|
|
|
|
}
|
|
|
|
div.warning {
|
|
|
|
border: 1px solid #f0c020;
|
2006-09-01 08:44:53 +00:00
|
|
|
}
|
2008-12-05 12:50:28 +00:00
|
|
|
div.warning, table tr.warning {
|
2006-09-01 08:44:53 +00:00
|
|
|
background: #ffd;
|
2007-06-08 06:04:15 +00:00
|
|
|
color: #220;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
.ok {
|
|
|
|
color: #008000;
|
|
|
|
}
|
|
|
|
div.ok {
|
|
|
|
border: 1px solid #00aa00;
|
2006-09-01 08:44:53 +00:00
|
|
|
}
|
|
|
|
div.ok, tr.ok {
|
|
|
|
background: #dfd;
|
2007-06-08 06:04:15 +00:00
|
|
|
color: #020;
|
|
|
|
padding: 2px;
|
2006-08-14 07:14:50 +00:00
|
|
|
}
|
|
|
|
.item-list .icon {
|
|
|
|
color: #555;
|
2007-05-27 17:57:48 +00:00
|
|
|
float: right; /* LTR */
|
|
|
|
padding-left: 0.25em; /* LTR */
|
|
|
|
clear: right; /* LTR */
|
2006-08-14 07:14:50 +00:00
|
|
|
}
|
|
|
|
.item-list .title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.item-list ul {
|
|
|
|
margin: 0 0 0.75em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.item-list ul li {
|
2007-05-27 17:57:48 +00:00
|
|
|
margin: 0 0 0.25em 1.5em; /* LTR */
|
2006-08-14 07:14:50 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
.form-item {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
tr.odd .form-item, tr.even .form-item {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2006-09-01 08:44:53 +00:00
|
|
|
tr.merge-down, tr.merge-down td, tr.merge-down th {
|
|
|
|
border-bottom-width: 0 !important;
|
|
|
|
}
|
|
|
|
tr.merge-up, tr.merge-up td, tr.merge-up th {
|
|
|
|
border-top-width: 0 !important;
|
|
|
|
}
|
2006-12-14 14:21:36 +00:00
|
|
|
.form-item input.error, .form-item textarea.error, .form-item select.error {
|
2006-08-14 07:14:50 +00:00
|
|
|
border: 2px solid red;
|
|
|
|
}
|
|
|
|
.form-item .description {
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
.form-item label {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.form-item label.option {
|
|
|
|
display: inline;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2006-10-03 00:17:52 +00:00
|
|
|
.form-checkboxes, .form-radios {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
.form-checkboxes .form-item, .form-radios .form-item {
|
|
|
|
margin-top: 0.4em;
|
|
|
|
margin-bottom: 0.4em;
|
|
|
|
}
|
2009-09-05 06:07:58 +00:00
|
|
|
.form-type-radio .description, .form-type-checkbox .description {
|
|
|
|
margin-left: 2.4em;
|
|
|
|
}
|
2006-08-14 07:14:50 +00:00
|
|
|
.marker, .form-required {
|
|
|
|
color: #f00;
|
|
|
|
}
|
2008-04-02 20:23:15 +00:00
|
|
|
.more-help-link {
|
2007-05-27 17:57:48 +00:00
|
|
|
text-align: right; /* LTR */
|
2006-08-14 07:14:50 +00:00
|
|
|
}
|
2009-11-17 21:24:19 +00:00
|
|
|
.more-help-link a, a.module-link {
|
2008-04-25 18:28:18 +00:00
|
|
|
padding: 1px 0 1px 20px; /* LTR */
|
2009-11-17 21:24:19 +00:00
|
|
|
}
|
|
|
|
a.module-link {
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.more-help-link a, a.module-link-help {
|
2008-04-25 18:28:18 +00:00
|
|
|
background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
|
2008-04-02 20:23:15 +00:00
|
|
|
}
|
2009-11-17 21:24:19 +00:00
|
|
|
a.module-link-permissions {
|
|
|
|
background: url(../../misc/permissions.png) 0 50% no-repeat; /* LTR */
|
|
|
|
}
|
|
|
|
a.module-link-configure {
|
|
|
|
background: url(../../misc/configure.png) 0 50% no-repeat; /* LTR */
|
|
|
|
}
|
2008-04-02 20:23:15 +00:00
|
|
|
.more-link {
|
2007-05-27 17:57:48 +00:00
|
|
|
text-align: right; /* LTR */
|
2006-08-14 07:14:50 +00:00
|
|
|
}
|
2008-05-05 21:10:48 +00:00
|
|
|
.module-help {
|
|
|
|
margin-left: 1em; /* LTR */
|
|
|
|
float: right; /* LTR */
|
|
|
|
}
|
2007-05-01 06:53:03 +00:00
|
|
|
.item-list .pager {
|
2006-08-14 07:14:50 +00:00
|
|
|
clear: both;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2007-05-01 06:53:03 +00:00
|
|
|
.item-list .pager li {
|
|
|
|
background-image:none;
|
|
|
|
display:inline;
|
|
|
|
list-style-type:none;
|
2006-08-14 07:14:50 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2007-05-01 06:53:03 +00:00
|
|
|
.pager-current {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
2006-08-14 07:14:50 +00:00
|
|
|
.tips {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2009-12-22 14:11:46 +00:00
|
|
|
.compact-link {
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
}
|
2006-08-14 20:35:11 +00:00
|
|
|
|
2006-08-16 07:32:16 +00:00
|
|
|
/*
|
|
|
|
** Tab navigation
|
|
|
|
*/
|
|
|
|
ul.primary {
|
|
|
|
border-collapse: collapse;
|
2007-05-27 17:57:48 +00:00
|
|
|
padding: 0 0 0 1em; /* LTR */
|
2006-08-16 07:32:16 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
list-style: none;
|
|
|
|
margin: 5px;
|
|
|
|
height: auto;
|
|
|
|
line-height: normal;
|
|
|
|
border-bottom: 1px solid #bbb;
|
|
|
|
}
|
|
|
|
ul.primary li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
ul.primary li a {
|
|
|
|
background-color: #ddd;
|
|
|
|
border-color: #bbb;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid solid none solid;
|
|
|
|
height: auto;
|
2007-05-27 17:57:48 +00:00
|
|
|
margin-right: 0.5em; /* LTR */
|
2006-08-16 07:32:16 +00:00
|
|
|
padding: 0 1em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul.primary li.active a {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
border-bottom: #fff 1px solid;
|
|
|
|
}
|
|
|
|
ul.primary li a:hover {
|
|
|
|
background-color: #eee;
|
|
|
|
border-color: #ccc;
|
|
|
|
border-bottom-color: #eee;
|
|
|
|
}
|
|
|
|
ul.secondary {
|
|
|
|
border-bottom: 1px solid #bbb;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
ul.secondary li {
|
|
|
|
display: inline;
|
|
|
|
padding: 0 1em;
|
2007-05-27 17:57:48 +00:00
|
|
|
border-right: 1px solid #ccc; /* LTR */
|
2006-08-16 07:32:16 +00:00
|
|
|
}
|
|
|
|
ul.secondary a {
|
|
|
|
padding: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul.secondary a.active {
|
|
|
|
border-bottom: 4px solid #999;
|
|
|
|
}
|
|
|
|
|
2006-11-21 08:16:39 +00:00
|
|
|
/*
|
|
|
|
** To be used with tableselect.js
|
|
|
|
*/
|
|
|
|
tr.selected td {
|
|
|
|
background: #ffc;
|
|
|
|
}
|
2007-02-06 08:35:13 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
** Floating header for tableheader.js
|
|
|
|
*/
|
2008-01-09 09:56:39 +00:00
|
|
|
table.sticky-header {
|
|
|
|
margin-top: 0;
|
2007-02-06 08:35:13 +00:00
|
|
|
background: #fff;
|
|
|
|
}
|
2007-05-10 19:55:24 +00:00
|
|
|
|
2007-06-08 05:50:58 +00:00
|
|
|
/*
|
2010-01-04 21:31:52 +00:00
|
|
|
** Styles for the system modules page (admin/modules)
|
2007-06-08 05:50:58 +00:00
|
|
|
*/
|
|
|
|
#system-modules div.incompatible {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2007-06-08 06:04:15 +00:00
|
|
|
|
2007-06-27 17:54:49 +00:00
|
|
|
/*
|
2009-07-31 11:20:43 +00:00
|
|
|
** Styles for the system themes page (admin/appearance)
|
2007-06-27 17:54:49 +00:00
|
|
|
*/
|
2009-12-01 00:39:35 +00:00
|
|
|
.system-themes-list {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.system-themes-list-disabled {
|
|
|
|
border-top: 1px solid #cdcdcd;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
.system-themes-list h2 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.theme-selector {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
.theme-selector .screenshot,
|
|
|
|
.theme-selector .no-screenshot {
|
|
|
|
border: 1px solid #e0e0d8;
|
|
|
|
padding: 2px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
width: 294px;
|
|
|
|
height: 219px;
|
|
|
|
line-height: 219px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.theme-default .screenshot {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
.system-themes-list-enabled .theme-selector .screenshot,
|
|
|
|
.system-themes-list-enabled .theme-selector .no-screenshot {
|
|
|
|
float: left; /* LTR */
|
|
|
|
margin: 0 20px 0 0; /* LTR */
|
|
|
|
}
|
|
|
|
.system-themes-list-disabled .theme-selector .screenshot,
|
|
|
|
.system-themes-list-disabled .theme-selector .no-screenshot {
|
|
|
|
width: 194px;
|
|
|
|
height: 144px;
|
|
|
|
line-height: 144px;
|
|
|
|
}
|
|
|
|
.theme-selector h3 {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.theme-default h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.system-themes-list-enabled .theme-selector h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.system-themes-list-disabled .theme-selector {
|
|
|
|
width: 300px;
|
|
|
|
float: left; /* LTR */
|
|
|
|
padding: 20px 20px 20px 0; /* LTR */
|
|
|
|
}
|
|
|
|
.system-themes-list-enabled .theme-info {
|
|
|
|
max-width: 940px;
|
|
|
|
}
|
|
|
|
.system-themes-list-disabled .theme-info {
|
|
|
|
min-height: 170px;
|
|
|
|
}
|
|
|
|
.theme-selector .incompatible {
|
|
|
|
margin-top: 10px;
|
2007-06-27 17:54:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2009-12-01 00:39:35 +00:00
|
|
|
.theme-selector .operations {
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.theme-selector .operations li {
|
|
|
|
float: left; /* LTR */
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0.7em;
|
|
|
|
list-style-type: none;
|
|
|
|
border-right: 1px solid #cdcdcd; /* LTR */
|
|
|
|
}
|
|
|
|
.theme-selector .operations li.last {
|
|
|
|
padding: 0 0 0 0.7em; /* LTR */
|
|
|
|
border-right: none; /* LTR */
|
|
|
|
}
|
|
|
|
.theme-selector .operations li.first {
|
|
|
|
padding: 0 0.7em 0 0; /* LTR */
|
|
|
|
}
|
|
|
|
#system-themes-admin-form {
|
|
|
|
clear: left;
|
|
|
|
}
|
2007-06-27 17:54:49 +00:00
|
|
|
|
2007-06-08 06:04:15 +00:00
|
|
|
/*
|
2010-01-07 07:41:46 +00:00
|
|
|
** Markup free clearing
|
|
|
|
** Details: http://www.positioniseverything.net/easyclearing.html
|
2007-06-08 06:04:15 +00:00
|
|
|
*/
|
2010-01-07 07:41:46 +00:00
|
|
|
.clearfix:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
2007-06-08 06:04:15 +00:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
2009-08-07 05:34:08 +00:00
|
|
|
|
2010-01-07 07:41:46 +00:00
|
|
|
.clearfix {
|
|
|
|
display: inline-block;
|
2009-08-07 05:34:08 +00:00
|
|
|
}
|
|
|
|
|
2010-01-07 07:41:46 +00:00
|
|
|
/* Hides from IE-mac \*/
|
|
|
|
* html .clearfix {
|
|
|
|
height: 1%;
|
|
|
|
}
|
|
|
|
.clearfix {
|
|
|
|
display: block;
|
2009-08-07 05:34:08 +00:00
|
|
|
}
|
2010-01-07 07:41:46 +00:00
|
|
|
/* End hide from IE-mac */
|