Blame Identity/Models/Html/Apache/2.2.3-11.el5_1.centos.3/error/include/mailman.css

4c79b5
/***
4c79b5
 * Mailman Customization.
4c79b5
 *
4c79b5
 * The CentOS Artwork SIG
4c79b5
 */
4c79b5
4c79b5
#errormsg p {
4c79b5
	float: right;
4c79b5
	font-size: x-small;
4c79b5
}
4c79b5
4c79b5
#centoslinks, 
4c79b5
#centoslinks h1, 
4c79b5
#centoslinks h2,
4c79b5
#centoslinks h3 {
4c79b5
	clear: both;
4c79b5
	}
4c79b5
4c79b5
/* Admin Panel */
4c79b5
4c79b5
#centoslinks div.adminpanel.col1,
4c79b5
#centoslinks div.adminpanel.col2 {
4c79b5
	margin: 0.5em;
4c79b5
	padding: 0.5em;
4c79b5
}
4c79b5
4c79b5
#centoslinks div.adminpanel.col1 {
4c79b5
	width: 60%;
4c79b5
}
4c79b5
4c79b5
#centoslinks div.adminpanel.col2 {
4c79b5
	width: 35%;
4c79b5
	float: right;
4c79b5
	margin-top:0;
4c79b5
	margin-right: 0;
4c79b5
}
4c79b5
4c79b5
#centoslinks div.adminpanel p.adminpanel {
4c79b5
	margin: 0;
4c79b5
	padding-left: 1em;
4c79b5
	line-height: 2.5em;
4c79b5
	background: #f8f8f8;
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5
4c79b5
#centoslinks ul.adminpanel {
4c79b5
	display: block;
4c79b5
	margin-left: 1em;
4c79b5
}
4c79b5
4c79b5
/* The following two definitions are for the
4c79b5
   "Emergency moderation of all list traffic is enabled"
4c79b5
   message. */
4c79b5
4c79b5
#centoslinks p.emergency {
4c79b5
	color: #FFF;
4c79b5
	background: #c32c2c;
4c79b5
	background-image: none;
4c79b5
	padding: 1em;
4c79b5
	border: none;
4c79b5
	text-align: center;
4c79b5
	font-weight: bold;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
#centoslinks p.emergency a {
4c79b5
	color: #FFF;
4c79b5
	border-bottom: 1px dotted #FFF;
4c79b5
	}
4c79b5
4c79b5
/* Tables customization */
4c79b5
4c79b5
#centoslinks table {
4c79b5
    	clear: both;
4c79b5
    	width: 100%;
4c79b5
    	font-size: inherit;
4c79b5
	}
4c79b5
4c79b5
#centoslinks td {
4c79b5
   	font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
4c79b5
   	vertical-align: top;
4c79b5
   	border-bottom: 0px;
4c79b5
   	padding: 0.5em;
4c79b5
   	}
4c79b5
4c79b5
#centoslinks td.center {
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
#centoslinks td p {
4c79b5
	margin-left: 0;
4c79b5
	padding-left: 0;
4c79b5
	}
4c79b5
4c79b5
#centoslinks td.title,
4c79b5
#centoslinks tr.title {
4c79b5
	background-color: #f8f8f8;
4c79b5
	}
4c79b5
4c79b5
#centoslinks td.header,
4c79b5
#centoslinks tr.header {
4c79b5
	background-color: #efefef;
4c79b5
	}
4c79b5
4c79b5
#centoslinks .mm_submit {
4c79b5
	padding: 0.5em;
4c79b5
	text-align: center;
4c79b5
	margin-top: 0;
4c79b5
	}
4c79b5
4c79b5
#centoslinks .mm_submit.tied {
4c79b5
	/* Sometimes it is needed to use the submit button
4c79b5
	 * without margin and padding. Use the .tied class
4c79b5
	 * for those cases */
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
/* Administrative Requests */
4c79b5
4c79b5
#centoslinks table.helds_overview td {
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview td.header p{
4c79b5
	margin: 0.3em;	
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview table,
4c79b5
#centoslinks table.helds_overview table.helds_overview td {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview table.helds_overview.right {
4c79b5
	font-size: small;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview td.helds_overview.left {
4c79b5
	width: 40%;
4c79b5
	margin: 0;
4c79b5
	padding: 1em;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview td.helds_overview.right {
4c79b5
	border-left: 5px solid #f8f8f8;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview td.helds_overview.right table {
4c79b5
	text-align: left;
4c79b5
	margin: 0; 
4c79b5
	padding: 1em;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.helds_overview table.helds_overview.right td.description {
4c79b5
	background: transparent;
4c79b5
	text-align: left;
4c79b5
	width: 1%;
4c79b5
	}
4c79b5
4c79b5
#centoslinks table.pending_subs table,
4c79b5
#centoslinks table.pending_subs table td,
4c79b5
#centoslinks table.pending_unsubs table,
4c79b5
#centoslinks table.pending_unsubs table td {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
/* Administrative Panel */
4c79b5
4c79b5
#centoslinks table.mm_usertable td {
4c79b5
	vertical-align: middle;
4c79b5
	}
4c79b5
4c79b5
#centoslinks .value table,
4c79b5
#centoslinks .value table tr,
4c79b5
#centoslinks .value table td {
4c79b5
	margin:0;
4c79b5
	padding:0;
4c79b5
	}
4c79b5
4c79b5
/* Customize article body presentation */
4c79b5
4c79b5
#centoslinks pre.article {
4c79b5
	border: none;
4c79b5
	background: transparent;
4c79b5
	padding-left: 0;
4c79b5
	overflow: visible;
4c79b5
	}
4c79b5
4c79b5
#centoslinks h1 {
4c79b5
	margin-bottom: 1em;
4c79b5
	}
4c79b5
4c79b5
#centoslinks p.notrendered {
4c79b5
	display: none;
4c79b5
	}
4c79b5
	
4c79b5
#centoslinks ul.linkblock {
4c79b5
	line-height: 1.9em;
4c79b5
	float: left;
4c79b5
	list-style: none;
4c79b5
	padding-left: 1em;
4c79b5
	padding-right: 1em;
4c79b5
	border-right: 1px dotted #ccc;
4c79b5
	}	
4c79b5
4c79b5
#centoslinks ul.linkblock.last {
4c79b5
	border-right: none;
4c79b5
	}
4c79b5
4c79b5
4c79b5
#centoslinks ul.mailaddresses li, 
4c79b5
#centoslinks ol.mailaddresses li {
4c79b5
   	font-family: "DejaVu Sans Mono", "Liberation Sans Mono", monospace;
4c79b5
	}
4c79b5
4c79b5
#centoslinks th {
4c79b5
    	text-align: left;
4c79b5
    	}
4c79b5
4c79b5
#centoslinks td h1,
4c79b5
#centoslinks td h2,
4c79b5
#centoslinks td h3 {
4c79b5
	margin: 0;
4c79b5
   }
4c79b5
4c79b5
#centoslinks td h3 {
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-4} */
4c79b5
	}
4c79b5
4c79b5
#centoslinks .description { 
4c79b5
	background-color: #efefef;
4c79b5
	width:50%; 
4c79b5
	padding: 0.5em; 
4c79b5
	text-align: right;
4c79b5
	}
4c79b5
4c79b5
#centoslinks .value { 
4c79b5
	background-color:#f8f8f8; 
4c79b5
	}
4c79b5
4c79b5
4c79b5
#centoslinks img {
4c79b5
    border: none;
4c79b5
	}
4c79b5
4c79b5
/* Message */
4c79b5
4c79b5
.message {
4c79b5
        clear: both;
4c79b5
        margin-top: 2em;
4c79b5
        margin-right: 10%;
4c79b5
        margin-bottom: 2em;
4c79b5
        margin-left: 10%;
4c79b5
        padding-top: 1em;
4c79b5
        padding-right: 1em;
4c79b5
        padding-bottom: 1em;
4c79b5
        padding-left: 1.5em;
4c79b5
        border-top-width: 4px;
4c79b5
        border-top-style: solid;
4c79b5
        border-top-color: #D2E0F6;
4c79b5
        border-bottom-width: 4px;
4c79b5
        border-bottom-style: solid;
4c79b5
        border-bottom-color: #D2E0F6;
4c79b5
        background-color: #ECF4FF;
4c79b5
        background-image: url("/error/include/img/message-bg.png");
4c79b5
        }
4c79b5
4c79b5
.message.success {
4c79b5
        border-color: #D6F6D2;
4c79b5
        background-color: #EEFFEC;
4c79b5
        background-image: url("/error/include/img/message-success-bg.png");
4c79b5
	}
4c79b5
4c79b5
.message.error {
4c79b5
        border-color: #E0B7B7;
4c79b5
        background-color: #FFECEC;
4c79b5
        background-image: url("/error/include/img/message-error-bg.png");
4c79b5
	}
4c79b5
4c79b5
.message.warning {
4c79b5
        border-color: #F6E7D2;
4c79b5
        background-color: #FFF8EC;
4c79b5
        background-image: url("/error/include/img/message-warning-bg.png");
4c79b5
	}
4c79b5
4c79b5
.message.error h3,
4c79b5
.message.error p { 
4c79b5
	color: #C32C2C; 
4c79b5
	}
4c79b5
4c79b5
.message.success h3,
4c79b5
.message.success p {
4c79b5
	color: #229321;
4c79b5
	}
4c79b5
4c79b5
.message p {
4c79b5
	margin: 0 !important;
4c79b5
	}
4c79b5
4c79b5
.message h3 {
4c79b5
	margin-top: 0;
4c79b5
	margin-bottom: 0.5em;
4c79b5
	}
4c79b5
4c79b5
p.message.warning {
4c79b5
	margin: 1em;
4c79b5
	margin-left: 0;
4c79b5
	margin-right: 0;
4c79b5
	padding: 1em;
4c79b5
	}