|
|
cc10e6 |
/*
|
|
|
cc10e6 |
* Webenv -> Lists
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* This CSS is free software; you can redistribute it and/or modify it
|
|
|
cc10e6 |
* under the terms of the GNU General Public License as published by
|
|
|
cc10e6 |
* the Free Software Foundation; either version 2 of the License, or
|
|
|
cc10e6 |
* (at your option) any later version.
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* This CSS is distributed in the hope that it will be useful, but
|
|
|
cc10e6 |
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
cc10e6 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
cc10e6 |
* General Public License for more details.
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* You should have received a copy of the GNU General Public License
|
|
|
cc10e6 |
* along with this program; if not, write to the Free Software
|
|
|
cc10e6 |
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* ----------------------------------------------------------------------
|
|
|
cc10e6 |
* $Id$
|
|
|
cc10e6 |
* ----------------------------------------------------------------------
|
|
|
cc10e6 |
*/
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body ul {
|
|
|
ef978d |
/*
|
|
|
c4d23e |
list-style: url("images/ul.png") disc;
|
|
|
ef978d |
*/
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body ul,
|
|
|
cc10e6 |
div#page-body ol {
|
|
|
cc10e6 |
margin-left: 2.5em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body ul ol,
|
|
|
cc10e6 |
div#page-body ol ul,
|
|
|
cc10e6 |
div#page-body dl ul,
|
|
|
cc10e6 |
div#page-body dl ol {
|
|
|
cc10e6 |
margin-left: 1.5em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div#links ul {
|
|
|
cc10e6 |
padding: 0.5em 0.5em 1em 1em;
|
|
|
cc10e6 |
margin: 0;
|
|
|
cc10e6 |
list-style: none;
|
|
|
cc10e6 |
border-top: 1px #EEE solid;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div#links ul.first {
|
|
|
cc10e6 |
border-top: none;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div#links ul li {
|
|
|
cc10e6 |
padding: 2px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* Table of content (toc)
|
|
|
cc10e6 |
--------------------------------------------------------------------*/
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.toc {
|
|
|
cc10e6 |
font-size: small;
|
|
|
cc10e6 |
text-align:left;
|
|
|
cc10e6 |
margin-bottom: 2em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.toc p {
|
|
|
cc10e6 |
font-weight: bold;
|
|
|
cc10e6 |
margin: 0.5em 0 0.5em 0;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div#content div.toc dl {
|
|
|
cc10e6 |
margin: 0;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div#content div.toc dl dl {
|
|
|
cc10e6 |
margin-left: 2.5em;
|
|
|
cc10e6 |
}
|
|
|
9db0be |
|
|
|
9db0be |
/* Content actions links (e.g., categories and archives).
|
|
|
9db0be |
--------------------------------------------------------------------*/
|
|
|
9db0be |
|
|
|
9db0be |
div#page-body div#content-actions dl {
|
|
|
9db0be |
margin-top: 0;
|
|
|
9db0be |
margin-left: 0;
|
|
|
9db0be |
}
|
|
|
9db0be |
|
|
|
9db0be |
div#page-body div#content-actions dl dt {
|
|
|
9db0be |
font-weight: bold;
|
|
|
9db0be |
border-bottom: 1px solid #EEE;
|
|
|
9db0be |
margin-bottom: 1em;
|
|
|
9db0be |
}
|
|
|
9db0be |
|
|
|
9db0be |
div#page-body div#content-actions dl dd {
|
|
|
9db0be |
margin-left: 1.5em;
|
|
|
9db0be |
}
|
|
|
9db0be |
|
|
|
9db0be |
div#page-body div#content-actions dl dl {
|
|
|
9db0be |
margin-left: 1.5em;
|
|
|
9db0be |
margin-top: 0px;
|
|
|
9db0be |
border-top: none;
|
|
|
9db0be |
padding-top: 0;
|
|
|
9db0be |
}
|
|
|
9db0be |
|
|
|
9db0be |
div#page-body div#content-actions dl dl.year {
|
|
|
9db0be |
margin-bottom: 1em;
|
|
|
9db0be |
}
|
|
|
9db0be |
|
|
|
9db0be |
div#page-body div#content-actions dl dl.year dd {
|
|
|
9db0be |
margin-left: 0;
|
|
|
9db0be |
}
|