OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / system / css / system.css
1 /**
2  * @version             $Id: system.css 4405 2011-10-18 09:22:27Z fishbone $
3  * @copyright   Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
4  * @license             GNU General Public License version 2 or later; see LICENSE.txt
5  */
6
7 /* Import project-level system CSS */
8 /* @import url(../../../media/system/css/system.css); */
9 @import url(./media_system.css);        /* fixed for Magic3 */
10
11 /* Unpublished */
12 .system-unpublished, tr.system-unpublished {
13 background: #e8edf1;
14 border-top: 4px solid #c4d3df;
15 border-bottom: 4px solid #c4d3df;
16 }
17
18 /* Debug */
19 #system-debug     { color: #777; background-color: #eee; padding: 10px; margin: 10px; text-align: left; }
20 #system-debug div { font-size: 11px;  font-family: monospace; }
21 #system-debug ol  { padding-left: 1.5em; }
22 #system-debug ol li { font-size: 11px; margin-bottom: 0.5em; font-family: monospace; }
23 #system-debug h4 { margin-bottom: 0.5em; margin-top: 1.0em; }