| [ Index ] |
PHP Cross Reference of Joomla 3.1.1 DE |
[Summary view] [Print] [Text view]
1 /** 2 * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. 3 * @license GNU General Public License version 2 or later; see LICENSE.txt 4 */ 5 6 /* Import project-level system CSS */ 7 @import url(../../../media/system/css/system.css); 8 9 /* Unpublished */ 10 .system-unpublished, tr.system-unpublished { 11 background: #e8edf1; 12 border-top: 4px solid #c4d3df; 13 border-bottom: 4px solid #c4d3df; 14 } 15 16 span.highlight { 17 background-color:#FFFFCC; 18 font-weight:bold; 19 padding:1px 4px; 20 } 21 22 .img-fulltext-float-right { 23 float: right; 24 margin-left: 10px; 25 margin-bottom: 10px; 26 } 27 28 .img-fulltext-float-left { 29 float: left; 30 margin-right: 10px; 31 margin-bottom: 10px; 32 } 33 34 .img-fulltext-float-none { 35 } 36 37 .img-intro-float-right { 38 float: right; 39 margin-left: 5px; 40 margin-bottom: 5px; 41 } 42 43 .img-intro-float-left { 44 float: left; 45 margin-right: 5px; 46 margin-bottom: 5px; 47 } 48 49 .img-intro-float-none { 50 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon May 6 14:25:39 2013 | Cross-referenced by PHPXref 0.7.1 |