libreccm-legacy/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css

614 lines
9.9 KiB
CSS

/*
Copyright: 2006, 2007, 2008 Sören Bernstein
This file is part of Mandalay.
Mandalay is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
Mandalay is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
*/
/********************************/
/* DE CSS für das Contentcenter */
/* EN CSS for the contentcenter */
/********************************/
body
{ width:100%;
background-color:#cec7b7;
}
a, a:visited {
text-decoration: none;
color: #24718b;
}
a:hover {
text-decoration: none;
color: #a75b3b;
}
a img {
border:none;
}
ul {
list-style: none;
display: inline;
margin: 0em;
padding: 0em;
}
ul ul li{
margin-left: 2.3em;
}
table {
width: 100%;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-collapse: collapse;
}
table * table ,form table {
border-style: none;
width: auto;
}
table thead tr th {
color: #999999;
background-color: #eeeeee;
}
table tbody tr td {
text-align: left;
vertical-align: top;
}
table tbody tr td + td{
text-align: left;
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
table tr.bebopTableRowEven {
background-color: #f3f3f3;
}
table * a.checkBoxChecked img, table * a.checkBoxUnchecked img {
border: 0px none #ffffff;
}
table + form {
margin-top: 1em;
}
span.action form {
display: inline;
margin: -0.2em;
}
span.action form table {
display: inline;
margin: -0.2em;
vertical-al ign:baseline;
}
textarea, input, select {
vertical-align: baseline;
margin-left: 0.4em;
}
span.heading {
font-weight: bold;
}
span.key {
font-weight: bold;
}
div.actionLink {
padding: 0.3em;
margin-bottom: 1em;
background-color: #f0f0f0;
}
div.actionLink > span {
padding-right: 0.5em;
}
ul.bebopList {
list-style-type: none;
}
/* special layout for folder-browse */
#folder-browse table.dataTable {
width: 100%;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-collapse: collapse;
}
#folder-browse table.dataTable thead tr th {
text-align: left;
color:#633e69;
}
#folder-browse table.dataTable thead tr th + th + th + th + th {
text-align: center;
}
#folder-browse table.dataTable tbody tr td {
text-align: left;
}
#folder-browse table.dataTable tbody tr td + td + td + td + td {
text-align: center;
}
/* special layout for folder-permissions */
#folder-permissions table.dataTable thead tr th {
width: 15em;
}
#folder-permissions table.dataTable thead tr th + th {
width: auto;
padding-left: 0.4em;
padding-right: 0.4em;
}
#folder-permissions table.dataTable tbody tr td + td {
text-align: center;
}
/* SortButtons */
span.sortButtons {
float: right;
width: 20px;
}
span.sortButtons span a {
border: 0px none #ffffff;
}
span.sortButtons span a img {
border: 0px none #ffffff;
}
/* CMS Header */
div#cmsHeader {
margin-bottom: 0em;
padding: 1em 0em 0em 0em;
background-color:#aea691;
overflow: hidden;
font-size: 0.8em;
}
div#cmsHeader a, div#cmsHeader a:visited {
color: #000000;
}
div#cmsHeader a:hover {
color: #a75b3b;
}
div#cmsHeader .logo {
min-height: 50px;
border: 1px solid #aea691;
}
div#cmsHeader div {
position:relative;
float: left;
}
div#cmsHeader h1 {
margin: 2em 0em 0em 0em;
clear: left;
}
/* CMS Greeting */
div#cmsHeader .cmsGreeting {
float:right;
padding-right:.5em;
}
div#cmsHeader .cmsGreeting .cmsUserName {
font-weight: bold;
}
/* Bebop ContextBar */
div.bebopContextBar {
}
div.bebopContextBar {
background-color:#a75b3b;
font-size: 0.9em;
color:#ffffff;
width:100%;
padding:.5em;
padding-right:0em;
}
div.bebopContextBar a{
color:#ffffff;
font-weight:bold;
}
/* CMS GlobalNavigation */
div.cmsGlobalNavigation {
text-align:right;
}
div.cmsGlobalNavigation > span {
padding-left: 1em;
}
div#cmsHeader div.cmsGlobalNavigation {
position: absolute;
right: 0em;
top:4em;
margin-right: 1em;
}
span.cmsGlobalNavigationContentCenter :before {
content:url('../../../images/cms/contentcenter.png');
padding-right: 0.3em;
vertical-align: sub;
}
span.cmsGlobalNavigationWorkspace :before {
content:url('../../../images/cms/home.png');
padding-right: 0.3em;
vertical-align: sub;
}
span.cmsGlobalNavigationSignOut :before {
content:url('../../../images/cms/lock.png');
padding-right: 0.3em;
vertical-align: sub;
}
span.cmsGlobalNavigationHelp :before {
content:url('../../../images/cms/help.png');
padding-right: 0.3em;
vertical-align: sub;
}
span.cmsPreview :before {
content:url('../../../images/cms/preview.png');
padding-right: 0.3em;
vertical-align: sub;
}
/* Tabbed Pane */
div#bebopTabbedPane {
margin: 0em 0.5em;
padding: 0em;
width:100%;
}
span.bebopTab {
margin-right: -1em;
border-top-left-radius: 0.3em;
border-top-right-radius: 0.3em;
padding: 0.4em;
color: #000000;
background-color: #ffffff;
line-height: 2em;
}
span.bebopTab a:hover {
color:#a75b3b;
}
span.bebopTab.current {
color: #ffffff;
background-color: #a75b3b;
}
/* Segments, Layouts, Panels */
div.bebopLeft {
float: left;
width: 20%;
padding: 0em;
padding-left: 1em;
padding-right: 1em;
}
div.bebopSegmentedPanel {
}
div.bebopSegment {
margin-bottom:1em;
padding-bottom:0.5em;
border-bottom:1px solid #cccccc;
}
div.bebopLeft div.bebopPanelRow {
padding:0.5em;
border:2px solid #cccccc;
width:95%;
}
div.bebopPanelRow {
margin-bottom:1em;
width:40%;
}
div.bebopPanelRow table tr td {
margin-bottom:1em;
/*width:10%;*/
}
div.bebopPanelRow textarea{
width:100%;
background-color:#ffffff;
border:2px solid #cacaca
}
div.bebopSegment div.bebopSegmentHeader {
padding-left:1em;
border-bottom:1px solid #cacaca;
font-weight:bold;
color:#808080;
}
div.bebopBody {
float: left;
width: 77%;
padding-left: 0em;
padding-right: 0em;
}
div.bebopBody div.bebopPanelRow {
width:98%;
}
div.bebopBody form #search span {
display:block;
}
div.bebopBody form #search span.query{
float:left;
}
div.bebopBody form #search span.terms{
float:right;
}
h3.bebopSegmentHeader{
/*padding-left:.5em;
margin-left:1em;*/
font-size:1.2em;
margin-bottom:0em;
}
/* BebopTree */
ul.bebopTree {
padding: 0em;
font-size:1.2em;
}
ul.bebopTree * ul {
padding-left: 1em;
}
div#cmsContent {
font-size: 0.8em;
padding-left: 0.3em;
padding-right: 0.3em;
}
/* Bebop CurrentPane*/
div#bebopCurrentPane {
margin: 1.5em 0em;
}
/* ActionGroupSet */
span.action:before {
content:url('../../../images/bebop/action.png');
padding-right: 0.3em;
}
span.action.add:before {
content:url('../../../images/bebop/action-add.png');
padding-right: 0.3em;
}
span.action.delete:before {
content:url('../../../images/bebop/action-delete.png');
padding-right: 0.3em;
}
span.action.edit:before {
content:url('../../../images/bebop/action-edit.png');
padding-right: 0.3em;
}
span.action.return:before {
content:url('../../../images/bebop/action-return.png');
padding-right: 0.3em;
}
span.action.up:before {
content:url('../../../images/bebop/action-up.png');
padding-right: 0.3em;
}
span.action.down:before {
content:url('../../../images/bebop/action-down.png');
padding-right: 0.3em;
}
div.cmsSortableList > ul {
list-style: none;
}
/* CMS Summary Section */
div.cmsSummarySection {
}
div.cmsSummarySection div.cmsSummaryHeading {
font-size:1.1em;
font-weight:bold;
margin-bottom:0.3em;
}
div.cmsSummarySection div.cmsSummaryBody {
margin-bottom:0.7em;
padding-bottom:0.3em;
border-bottom:1px solid #cccccc;
font-family:monospace;
}
span.cmsCurrentRevision {
font-style:italic;
font-weight:bold;
}
span.cmsInitialRevision {
color:#666666;
font-style:italic;
}
span.cmsTaskComment {
margin-left:3em;
font-size:80%;
}
span.cmsTaskCommentCredentials {
font-style:italic;
}
/* CMS Notes */
div.cmsNotesDisplay {
margin-bottom: 1em;
border: solid 1px #999999;
}
div.cmsNotesContent {
padding: 0.5em;
}
div.cmsNotesAction {
float: right;
margin-bottom: 1em;
border-left: dotted 1px #999999;
border-bottom: dotted 1px #999999;
padding: 0.5em;
background-color: #f3f3f3;
}
div.cmsNotesAction > span {
disp lay: block;
margin-right: 1em;
}
div.sidebarNavPanel {
}
div.sidebarNavPanel > ul.bebopTree {
float: left;
width: 15em;
}
div.sidebarNavPanel > div.main {
margin-top: 1em;
margin-left: 15.5em;
padding-left: 0.5em;
border-left: dotted 1px #999999;
}
div.sidebarNavPanel > span.heading {
display:block;
padding: 0.5em;
}
div.bebopSegmentBody ul li {
}
div.bebopSegmentBody ul li ul li{
padding-left:.5em;
}
/* Für UserAdmin Liste - beinflußt das noch andere Teile ? */
table.AlternateTable th, table.AlternateTable td{
text-align: right;
padding: 0em 0.5em;
}
table.AlternateTable th + th, table.AlternateTable td + td {
text-align: left;
padding: 0em 0.5em;
}
/*edit pardis*/
div.bebopSegment h3.bebopSegmentHeader {
border-bottom:3px solid #a75b3b;
}
#Go{
background-color:#ffffff;
border:1px solid #613d6b;
color:#613d6b;
}
#tid{
background-color:#cec7b7;
border:1px solid #613d6b;
color:#613d6b;
}
#new{
background-color:#ffffff;
border:1px solid #613d6b;
color:#613d6b;
}
/* ImageBrowser */
.tile {
float: left;
width: 220px;
min-height: 220px;
margin: 0.3em;
border: 1px dotted gray;
overflow: hidden;
}
.tile img {
margin: 0.5em;
}
.tile div {
text-align: center;
height: 170px;
}
.tile div + div {
height: auto;
}