Smolder

 view release on metacpan or  search on metacpan

htdocs/style/style.css  view on Meta::CPAN

div.auto_complete ul li.selected {
    background-color: #C47147;
    color: #ffffff;
}
div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}

/* Indicator styles */

img.indicator {
    width: 16px;
    height: 16px;
}

/* CRUD styles */
table.crud {
    width: 720px;
}

div.crud .header {
    width: 710px;
    padding-bottom: 3px;
    text-align: right;
    vertical-align: middle;
}

div.crud .header a {
    background-image: url('/images/new.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
    text-decoration: none;
    font-weight: bold;
}

div.crud .list_container {
    margin-top: 10px;
}


/* Notify styles */
#NotifyAlertWrap{
    margin: 10%;
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    width: 70%;
    height: 165px;
    margin-top: -4000px;
}
#NotifyAlertOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/error_overlay.png');
    z-index:1000;
}

* html #NotifyAlertOverlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url('/images/blank.gif');
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/error_overlay.png", sizingMethod="scale"); */
}

/* Graphs */
img.graph {
    border: 1px solid #BBBBBB;
    border-right-color: #555555;
    border-bottom-color: #555555;
}


/* TAP Matrix formatting */
.tap pre {
    font-size: 10pt;
}

.tap table {
	background-color: #fff;
}

.tap .properties a:hover, .tap .controls a:hover {
        text-decoration: underline;
}

.tap .properties a, .tap .controls a {
        text-decoration: none;
}

.tap .properties, .tap .controls, .tap .bulk_actions {
    margin-bottom: 10px;
}

.tap .bulk_actions {
    line-height: 22px;
}

.tap .matrix th {
    text-align: left;
}

.tap .matrix tr.checked {
    background-color: #e2dd92;
}

.tap .matrix tfoot {
    font-weight: bold;
}

.tap td {
    padding: 0px;
    margin: 0px;
}

.tap .sum {
    width: 1em;  
	border: 1px solid #505050;
	text-align: center;
	font-weight: bold;
	font-size: 0.85em;
}



( run in 1.167 second using v1.01-cache-2.11-cpan-5a3173703d6 )