File modules/cms/ui/themes/default/style/openrat-sidebar.css
Last commit: Sun Oct 13 13:17:32 2024 +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.
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 /* 20 Basis-Style for Openrat. 21 */ 22 /* Usage to this variable is safe to be removed */ 23 /* 24 .or { 25 &-sidebar { 26 27 @media @smartphones { 28 display: none; 29 } 30 31 position: fixed; 32 top: 10em; 33 right: 0; 34 z-index: 1; 35 display: flex; 36 flex-direction: column; 37 38 &-button { 39 margin-left: auto; 40 margin-right: 0; 41 42 width: 2em; 43 overflow: hidden; 44 right: 0; 45 transition: width 0.2s ease-in-out; 46 margin-bottom: 2em; 47 white-space: nowrap; 48 49 //&-text { 50 // display: none; 51 //} 52 53 &:hover { 54 width:9em; 55 56 //.or-sidebar-button-text { 57 // display: inline; 58 //} 59 } 60 61 } 62 63 } 64 } 65 */ 66
Downloadmodules/cms/ui/themes/default/style/openrat-sidebar.css
History 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.