App-MFILE-WWW
    
    
  
  
  
view release on metacpan or search on metacpan
share/css/qunit-2.4.0.css view on Meta::CPAN
	background-color: #F5F5F5;
	z-index: 99;
}
#qunit-modulefilter-dropdown a {
	color: inherit;
	text-decoration: none;
}
#qunit-modulefilter-dropdown .clickable.checked {
	font-weight: bold;
	color: #000;
	background-color: #D2E0E6;
}
#qunit-modulefilter-dropdown .clickable:hover {
	color: #FFF;
	background-color: #0D3349;
}
#qunit-modulefilter-actions {
share/css/qunit.css view on Meta::CPAN
	background-color: #F5F5F5;
	z-index: 99;
}
#qunit-modulefilter-dropdown a {
	color: inherit;
	text-decoration: none;
}
#qunit-modulefilter-dropdown .clickable.checked {
	font-weight: bold;
	color: #000;
	background-color: #D2E0E6;
}
#qunit-modulefilter-dropdown .clickable:hover {
	color: #FFF;
	background-color: #0D3349;
}
#qunit-modulefilter-actions {
share/css/start.css view on Meta::CPAN
}
input, textarea {
   font-family:    "Courier New",
		Courier,
		monospace;
   font-size: 20px;
   border-style:	none;
   background-color:black;
   color: #d0e4fe;
   font-weight: bold;
   padding-left: 2px;
   resize: none;
}
input[type=submit] {
    padding:5px 15px; background-color:#7D8998; color:black; border:2 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
share/js/core/html.js view on Meta::CPAN
            return r;
        };
    return {
        body: function () {
            var r = '';
            r += '<div class="leftright">';
            r += '<p class="alignleft" style="font-size: x-large; font-weight: bold">';
            r += cf('appName');
            r += ' <span style="font-size: normal; font-weight: normal;">';
            r += cf('appVersion');
            r += '</span>';
            r += '</p>';
            r += '<p class="alignright"><span id="userbox">';
            r += appLib.userBoxContent();
            r += '</span></p>';
( run in 1.111 second using v1.01-cache-2.11-cpan-c333fce770f )