File modules/cms/ui/themes/default/style/openrat-breadcrumb.css

Last commit: Sat Dec 7 20:34:52 2024 +0100	Jan Dankert	UI: New Selection for user color scheme.
1 /* 2 OpenRat Content Management System 3 Copyright (C) 2002-2010 Jan Dankert 4 5 This program is free software; you can redistribute it and/or 6 modify it under the terms of the GNU General Public License 7 as published by the Free Software Foundation; either version 2 8 of the License, or (at your option) any later version. 9 10 This program is distributed in the hope that it will be useful, 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 GNU General Public License for more details. 14 15 You should have received a copy of the GNU General Public License 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 */ 19 .or-workbench-title .or-breadcrumb { 20 margin-left: 0; 21 margin-right: 0.5em; 22 } 23 .or-workbench-title .or-breadcrumb > * { 24 vertical-align: middle; 25 display: inline; 26 margin-right: 0.3em; 27 } 28 @media only screen and (min-width: 100rem) { 29 .or-workbench-title .or-breadcrumb-actual-parent { 30 display: none; 31 } 32 } 33 @media only screen and (max-width: 55rem) { 34 .or-workbench-title .or-breadcrumb-actual-parent { 35 display: none; 36 } 37 } 38 .or-workbench-title .or-breadcrumb-path { 39 display: none; 40 } 41 @media only screen and (min-width: 100rem) { 42 .or-workbench-title .or-breadcrumb-path { 43 display: inline; 44 } 45 } 46 .or-workbench-title .or-breadcrumb-item { 47 /* .or-image-icon { 48 margin-right: 0.2em; 49 @media @smartphones { 50 display: none; 51 } 52 }*/ 53 } 54 .or-workbench-title .or-breadcrumb-text { 55 font-weight: bold; 56 max-width: 12em; 57 white-space: nowrap; 58 text-overflow: ellipsis; 59 overflow: hidden; 60 display: inline-block; 61 } 62 @media only screen and (min-width: 100rem) { 63 .or-workbench-title .or-breadcrumb-text { 64 max-width: 16em; 65 } 66 } 67 @media only screen and (max-width: 55rem) { 68 .or-workbench-title .or-breadcrumb-text { 69 max-width: none; 70 } 71 } 72 @media only screen and (max-width: 55rem) { 73 .or-workbench-title .or-breadcrumb .or-breadcrumb-actual-icon { 74 display: none; 75 } 76 } 77 .or-workbench-content .or-breadcrumb { 78 padding: 0.3em; 79 font-size: 0.9em; 80 overflow-x: auto; 81 margin-left: 0; 82 margin-right: 0.5em; 83 } 84 .or-workbench-content .or-breadcrumb .or-breadcrumb-path .or-breadcrumb-text { 85 opacity: 0.8; 86 } 87 .or-workbench-content .or-breadcrumb .or-breadcrumb-actual-parent { 88 display: none; 89 } 90 .or-workbench-content .or-breadcrumb > * { 91 vertical-align: middle; 92 display: inline; 93 margin-right: 0.3em; 94 } 95 .or-workbench-content .or-breadcrumb .or-breadcrumb-actual-parent { 96 display: none; 97 } 98 .or-workbench-content .or-breadcrumb-path { 99 display: inline; 100 } 101 .or-workbench-content .or-breadcrumb-item { 102 /* .or-image-icon { 103 margin-right: 0.2em; 104 @media @smartphones { 105 display: none; 106 } 107 }*/ 108 } 109 .or-workbench-content .or-breadcrumb-text { 110 max-width: 10em; 111 white-space: nowrap; 112 text-overflow: ellipsis; 113 overflow: hidden; 114 display: inline-block; 115 } 116 @media only screen and (max-width: 55rem) { 117 .or-workbench-content .or-breadcrumb-text { 118 max-width: 6em; 119 } 120 } 121
Download modules/cms/ui/themes/default/style/openrat-breadcrumb.css
History Sat, 7 Dec 2024 20:34:52 +0100 Jan Dankert UI: New Selection for user color scheme. Sat, 7 Dec 2024 01:57:07 +0100 Jan Dankert UI: Show Breadcrumb under the workbench-title. Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.