view release on metacpan or search on metacpan
lib/Apache/VMonitor.pm view on Meta::CPAN
<head>
<title>Apache::VMonitor</title>
<style type="text/css">
body {
color: #000;
background-color: #fff;
border: 0px;
padding: 0px 0px 0px 0px;
margin: 5px 5px 5px 5px;
font-size: 0.8em;
}
p.hdr {
background-color: #ddd;
border: 2px outset;
padding: 3px;
width: 99%;
}
span.item_even {
background-color: #dddddd;
color: #000000;
}
span.item_odd {
background-color: #ffffff;
color: #000000;
}
span.normal {
color: #000000;
}
view all matches for this distribution
view release on metacpan or search on metacpan
VimColor.pm view on Meta::CPAN
<title>$filename_without_path</title>
HEADER
$req->print ($options->{'cssfile'} ? qq(\t\t<link rel="stylesheet" type="text/css" href=") . $options->{'cssfile'} . qq(" />\n) : <<HEADER);
<style type="text/css">
<!--
a { color: inherit; background-color: transparent; }
body { background-color: black; color: white; }
div.fixed { border: 1px solid silver; font-family: monospace; padding: 1ex; }
div.notice { color: silver; background-color: inherit; font-size: smaller; text-align: right; }
h1 { font-size: medium; }
span.linenumber { white-space: pre; color: yellow; background-color: transparent; }
span.Comment { color: blue; background-color: transparent; }
span.Constant { color: red; background-color: transparent; }
span.Identifier { color: aqua; background-color: transparent; }
span.Statement { color: yellow; background-color: transparent; }
span.PreProc { color: fuchsia; background-color: transparent; }
span.Type { color: lime; background-color: transparent; }
span.Special { color: fuchsia; background-color: transparent; }
span.Underlined { color: fuchsia; background-color: transparent; text-decoration: underline; }
span.Error { background-color: red; color: white; font-weight: bold; }
span.Todo { background-color: yellow; color: black; }
-->
</style>
HEADER
$req->print (<<HEADER);
</head>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/Voodoo/Debug/html/debug.css view on Meta::CPAN
.voodooDebug,
.voodooDebug pre {
font-family: monospace;
color: #000000;
font-size: 11px;
background-color: #f0f0f0;
}
.voodooDebug pre {
margin: 0px;
padding: 0px;
lib/Apache/Voodoo/Debug/html/debug.css view on Meta::CPAN
padding: 5px 0px 5px 0px;
border-collapse: collapse;
}
div.voodooDebug th {
background: #ccc;
}
div.voodooDebug th,
div.voodooDebug td {
padding-left: 2px;
lib/Apache/Voodoo/Debug/html/debug.css view on Meta::CPAN
border: 1px solid black;
color: #000000;
}
div.voodooDebug .vdTableRowOdd {
background-color: #e0ffe0;
}
div.voodooDebug dt {
margin-left: 2em;
}
view all matches for this distribution
view release on metacpan or search on metacpan
docs/wombat.css view on Meta::CPAN
body { background: #FFFFFF;
color: #000000;
font-family: Arial,Helvetica;
font-size: 12pt; }
p, ul { font-family: Arial,Helvetica;
docs/wombat.css view on Meta::CPAN
pre { font-family: mono-space;
white-space: pre;
font-color: #333333;
font-weight: 100;
font-size: 9pt;
background-color: #eeeeee;
padding: 5pt;
width: 90%;
border-style: solid;
border-width: 2pt;
border-color: #bebebe; }
view all matches for this distribution
view release on metacpan or search on metacpan
Wyrd/Bot.pm view on Meta::CPAN
<BASENAME::Bot basefile="/var/www/watchme" perl="/usr/bin/perl" />
=head1 DESCRIPTION
The Bot Wyrd provides a class of objects which operate in
the background and independent of the apache process, while
being monitored in a browser window. This is useful for
showing updates to a time-consuming process, such as
building an index or converting a file between different
formats.
view all matches for this distribution
view release on metacpan or search on metacpan
xsl/apache-xbel.xsl view on Meta::CPAN
}
function set_icon_bgcolor (id,colour) {
if (document.getElementById("t-"+id)) {
var icon = document.getElementById("t-"+id).style;
icon.backgroundColor = colour;
}
}
function set_icon_text (id,txt) {
if (document.getElementById("t-"+id)) {
xsl/apache-xbel.xsl view on Meta::CPAN
body {
margin-right:0px;
margin-left:0px;
margin-top:0px;
background:beige;
font-family:sans-serif;
}
a {
color:#666666;
xsl/apache-xbel.xsl view on Meta::CPAN
padding-right:10px;
}
.navbar {
width : 100%;
background:beige;
padding-right:10px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
font-family:sans-serif;
xsl/apache-xbel.xsl view on Meta::CPAN
}
.navbar .navbar-item a:hover { cursor:w-resize; }
.root {
background:#ffffff;
/* width : 60%; */
font-size:14pt;
font-weight:bold;
font-family:sans-serif;
color:maroon;
xsl/apache-xbel.xsl view on Meta::CPAN
color : #ffffff;
}
.toggle-indicator {
font-size:10pt;
background:beige;
border:1px solid darkslategray;
width:15px;
height:10xpx;
clear:right;
text-align:center;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/API.pm view on Meta::CPAN
The number of bytes threshold beyond which, the L</reply> method will gzip compress the data returned to the client.
=head2 decode_base64( $data )
Given some data, this will decode it using base64 algorithm. It uses L<APR::Base64/decode> in the background.
=head2 decode_json( $data )
This decode from utf8 some data into a perl structure using L<JSON>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/ASP/ErrorHandler.pm view on Meta::CPAN
<html>
<head><title>500 Server Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
HTML,BODY {
background-color: #FFFFFF;
}
HTML,BODY,P,DIV {
font-family: Arial, Helvetica, Sans-Serif;
}
HTML,BODY,P,PRE,DIV {
lib/Apache2/ASP/ErrorHandler.pm view on Meta::CPAN
margin-left: 15px;
width: 95%;
padding: 10px;
overflow: auto;
border: solid 1px #808080;
background-color: #FFFFCC;
}
.clear {
clear: both;
}
.label {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/AMFDeviceMonitor.pm view on Meta::CPAN
}
}
}
my $page_html="<title>Apache Mobile Filter - Device Monitor System V$VERSION</title>";
$page_html=$page_html.'<style type="text/css">body {font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;background: #E6EAE9}a {color: #c75f3e}caption {padding: 0 0 5px 0;width: 700px; font: italic 11px "...
$page_html=$page_html."<b>Apache Mobile Filter</b><br>Device Monitor System V$VERSION<HR><a href=\"?\">home</a> | <a href=\"?form=1\">detected devices</a> | <a href=\"?form=2\">devices not found</a><hr>";
my $dummy="null";
my $count=0;
my $page_number=30;
my $min=$ArrayQuery{page};
view all matches for this distribution
view release on metacpan or search on metacpan
examples/demo-gate/gate.css view on Meta::CPAN
#gateBody
{
width:760px;
background-color:#FCFCFC;
font-family:Verdana,Arial,Helvetica,sans-serif;
margin: 5px 10px;
padding:0;
font-size: 13px;
}
examples/demo-gate/gate.css view on Meta::CPAN
line-height: 1.2;
}
#gateBody .gate-message
{
background: yellow; width: 850px; border: 2px solid; padding: 10px; margin-bottom: 10px
}
#gateBody h1
{
font-size:40px;
examples/demo-gate/gate.css view on Meta::CPAN
.gate-providers
{
width: 700px;
height: 200px;
border: 2px solid;
background: #EEEECC;
}
.gate-provider
{
margin: 5px 3px;
float: left;
}
.gate-provider button
{
background: #FFFFFF;
cursor: pointer;
margin-right: 15px; /* IE only */
height: 45px;
width: 150px;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/AuthCookieDBImg.pm view on Meta::CPAN
And load it up like this:
inssert into images (imageurl,imageword) values ('/images/dbimg/junk.png','saywhat?');
Then create an image named junk.png and put it in my web server /images/dbimg folder.
The text on the image has a background picture plus the word "saywhat?" across the front.
The randomizer just looks up the imageurl and imagekey in the database and spits out
the appropriate HTML code. ApacheCookieDBImg then does a reverse operation, looking
up the imageword based on the key.
view all matches for this distribution
view release on metacpan or search on metacpan
Auth/Auth.pm view on Meta::CPAN
</style>
</head>
<html>
<!-- $session_id -->
<form method="post">
<fieldset style="width: 500px; margin-left: auto; margin-right: auto; background: #cccccc;">
<legend>SecurID Authorization</legend>
<p>$message</p>
<br/>
<label for="username">Username :</label>
<input type="text" name="username" value="$username" id="username"/>
view all matches for this distribution
view release on metacpan or search on metacpan
examples/apache/htdocs/index.xslt view on Meta::CPAN
}
// ]]></script>
<style type="text/css">
// <![CDATA[
body {
background-color: #ffffff;
margin: 0px 0px 0px 0px;
}
table.dhIndex {
font-family: Tahoma, sans-serif;
font-size: 8pt;
examples/apache/htdocs/index.xslt view on Meta::CPAN
table.dhIndex th {
white-space: nowrap;
}
table.dhIndex td {
white-space: nowrap;
background: #ffffff;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
}
table.dhIndex td, table.dhIndex div.inUp, table.dhIndex div.inDown {
examples/apache/htdocs/index.xslt view on Meta::CPAN
font-family: Tahoma, sans-serif;
font-size: 8pt;
text-align: left;
}
table.dhIndex td.filecol {
background: #F7F7F7;
}
table.dhIndex th.sizecol, table.dhIndex td.sizecol {
text-align: right;
}
table.dhIndex img {
examples/apache/htdocs/index.xslt view on Meta::CPAN
}
table.dhIndex td a:hover {
text-decoration: underline;
}
table.dhIndex tbody td a:hover span {
background: #ffffe1;
border: 1px #000000 solid;
padding: 7px 7px 7px 7px;
position: absolute;
top: 7px;
left: 30px;
examples/apache/htdocs/index.xslt view on Meta::CPAN
z-index: 1;
-moz-opacity:0.5;
opacity: 0.5;
}
table.dhIndex tbody td a:hover div {
background: #ffffe1;
border: 1px #000000 solid;
padding: 7px 7px 7px 7px;
position: absolute;
top: 7px;
left: 30px;
examples/apache/htdocs/index.xslt view on Meta::CPAN
table.dhIndex div.inDown {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border: 1px #D6D3CE solid;
}
table.dhIndex div.outUp {
height: 15px;
border-bottom: 1px #424142 solid;
examples/apache/htdocs/index.xslt view on Meta::CPAN
table.dhIndex div.inUp {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border-bottom: 1px #848284 solid;
border-right: 1px #848284 solid;
border-left: 1px #D6D3CE solid;
border-top: 1px #D6D3CE solid;
}
view all matches for this distribution
view release on metacpan or search on metacpan
var x="",$a=false,qa="",da=false,k="",M="",j="",r=-1,n=null,A=-1,U=null,pa=5,w="",mb="div",Ya="span",H=null,d=null,i=null,m=null,Ta=null,Va=null,J=null,u=null,ua=false,Ca={},T=1,ia=1,ha=false,aa=false,va=-1,Qa=(new Date).getTime(),F=false,q=null,ra=n...
"search";Pa=e;var o="zh|zh-CN|zh-TW|ja|ko|",y="iw|ar|fa|ur|";if(!f||f.length<1)f="en";u=Ea(f);if(y.indexOf(u+"|")!=-1){G="right";V="left"}if(u=="zh-TW"||u=="zh-CN"||u=="ja"){ya=true}if(o.indexOf(u+"|")==-1){J=false;aa=true;ha=false;$=false}else{J=fal...
70;document.fireEvent("onkeydown",a)}}function jb(a){if(!a&&window.event)a=window.event;if(a)va=a.keyCode;if(a&&a.keyCode==8){if(J&&d.createTextRange&&a.srcElement==d&&O(d)==0&&P(d)==0){Wa(d);a.cancelBubble=true;a.returnValue=false;return false}}}fun...
m.style.height=i.style.height}}}function Ha(){if(navigator&&navigator.userAgent.toLowerCase().indexOf("msie")==-1){return d.offsetWidth-T*2}else{return d.offsetWidth}}function db(){if(Ja()){F=true}else{F=false}if($a)E="complete";else E="/complete/"+P...
okdh;d.onkeyup=okuh}d.onsubmit=la;k=d.value;qa=k;i=document.createElement("DIV");i.id="completeDiv";T=1;ia=1;i.style.borderRight="black "+T+"px solid";i.style.borderLeft="black "+T+"px solid";i.style.borderTop="black "+ia+"px solid";i.style.borderBot...
m.id="completeIFrame";m.style.zIndex="1";m.style.position="absolute";if(window.opera&&(!window.opera.version||window.opera.version()<="8.54"))m.style.display="none";else m.style.display="block";m.style.visibility="hidden";m.style.borderRightWidth="0"...
a.style.left="0";a.style.top="-10000";a.style.width="0";a.style.height="0";var b=document.createElement("IFRAME");b.completeDiv=i;b.name="completionFrame";b.id="completionFrame";if(!F){b.src=ra}a.appendChild(b);document.body.appendChild(a);if(frames&...
10);if(d.attachEvent){d.attachEvent("onpropertychange",ab)}}p=document.createElement("INPUT");p.type="hidden";p.name="aq";p.value=null;p.disabled=true;H.appendChild(p);t=document.createElement("INPUT");t.type="hidden";t.name="oq";t.value=null;t.disab...
okdh=function(a){if(!(ga(a.keyCode)||fa(a.keyCode))){return true}R++;if(R%3==1)za(a);return false};okuh=function(a){if(!(ya&&(ga(a.keyCode)||fa(a.keyCode)))&&R==0){za(a)}R=0;return false};function za(a){if(!ka){ka=true}j=a.keyCode;Z=d.value;Oa()}func...
b){var f=c[e].innerHTML;if(f==" ")return"";else{var h=rb(f);return h}}}}else{return""}}function L(a){if(!a)return null;return Ga(a,"cAutoComplete")}function ma(a){if(!a)return null;return Ga(a,"dAutoComplete")}function B(){document.getElementByI...
for(var c=0;c<A;c++){if(U[c]==n){r=c;break}}},ib=function(){s(this,"aAutoComplete")};function sa(a){S="t";k=M;N(M);w=M;if(!U||A<=0)return;Sa();if(n)s(n,"aAutoComplete");if(a==A||a==-1){r=-1;d.focus();return}else if(a>A){a=0}else if(a<-1){a=A-1}r=a;n=...
f.length;A=h;U=f;pa=h;M=k;if(k==""||h==0){B()}else{Sa()}var g="";if(k.length>0){var l,o;for(var l=0;l<h;l++){for(o=0;o<a.prefixStrings.length;o++){var y=a.prefixStrings[o]+k;if(ha||!aa&&b(f.item(l)).toUpperCase().indexOf(y.toUpperCase())==0||aa&&l==0...
true;break;default:break}if(!wa&&n){var ea=k;s(n,"bAutoComplete");var Q;if(e)Q=b(n).substr(a.prefixStrings[o].length);else Q=ea;if(Q!=c.value){if(c.value!=k)return;if(J){if(c.createTextRange||c.setSelectionRange)N(Q);if(c.createTextRange){var xa=c.cr...
a+"="+b+(c?"; expires="+c.toGMTString():"")+(e?"; path="+e:"")+(f?"; domain="+f:"")+(h?"; secure":"");document.cookie=g}function Ra(){var a=document.body.scrollWidth-220;a=0.73*a;d.size=Math.floor(a/6.18)}function P(a){var b=-1;if(a.createTextRange){...
1);b=a.value.length-c.text.length}else if(a.setSelectionRange){b=a.selectionStart}else{b=-1}return b}function Wa(a){if(a.createTextRange){var b=a.createTextRange();b.moveStart("character",a.value.length);b.select()}else if(a.setSelectionRange){a.setS...
a.style.paddingLeft="3";a.style.paddingRight="3";a.style.height="16px";a.style.overflow="hidden";break;case "a":a.style.backgroundColor="white";a.style.color="black";if(a.displaySpan){a.displaySpan.style.color="green"}break;case "b":a.style.backgroun...
V;a.style.width=100-v+"%";if(x=="query"){a.style.fontSize="10px";a.style.textAlign=V;a.style.color="green";a.style.paddingTop="3px"}else{a.style.color="#696969"}break}}function Ba(){v=65;if(x=="query"){var a=110,b=Ha(),c=(b-a)/b*100;v=c}else{v=65}if(...
h="display: block; margin-"+G+": 0%; width: "+v+"%; float: "+G+";",g="display: block; margin-"+G+": "+v+"%;";if(x=="query"){g+="font-size: 10px; text-align: "+V+"; color: green; padding-top: 3px;"}else{g+="color: #696969;"}z(".mAutoComplete",b);z(".l...
s(f,"aAutoComplete");f.onmousedown=gb;f.onmousemove=hb;f.onmouseout=ib;var h=document.createElement("SPAN");s(h,"lAutoComplete");if(u.substring(0,2)=="zh")h.style.height=d.offsetHeight-4;else h.style.height=d.offsetHeight-6;var g=document.createEleme...
if(c.addRule){c.addRule(a,b)}else if(c.insertRule){c.insertRule(a+" { "+b+" }",c.cssRules.length)}}}function Ja(){var a=null;try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(c){a=null}}if(!a&&typeo...
1000;break;case 302:case 500:case 502:case 503:I++;break;case 200:var b=q.responseText;if(b.charAt(0)!="<"&&(b.indexOf("sendRPCDone")!=-1||b.indexOf("Suggest_apply")!=-1))eval(b);else D--;default:I=0;break}}};q.send(null)}}function N(a){d.value=a;Z=a...
b){if(a==X&&b==Y){qb()}};function qb(){Fa();sa(r+1)};
view all matches for this distribution
view release on metacpan or search on metacpan
diag("openid_url_base: $openid_url_base");
my $openid_url = "$openid_url_base/a2ctest";
my $esc_openid_url = uri_escape($openid_url);
# set the server running in the background
my $openid_server_pid = $openid_server->background;
diag("openid server backgrounded, pid is '$openid_server_pid'");
# use the test libs after forking... although it doesn't seem to matter
use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest qw( GET_HEAD GET_BODY GET_STR );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/EmbedFLV/Template.pm view on Meta::CPAN
<head>
</head>
<body>
<style media="screen" type="text/css">
body {
background:#262523 none repeat scroll 0 0;
color:#DDDDCC;
font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
lib/Apache2/EmbedFLV/Template.pm view on Meta::CPAN
margin: 0 auto;
width: 42em;
}
.post {
background-color:#363B39;
border:1px solid #494949;
margin: 1.5em 0;
padding: 1em;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/EmbedMP3/Template.pm view on Meta::CPAN
<head>
</head>
<body>
<style media="screen" type="text/css">
body {
background:#262523 none repeat scroll 0 0;
color:#DDDDCC;
font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
lib/Apache2/EmbedMP3/Template.pm view on Meta::CPAN
margin: 0 auto;
width: 42em;
}
.post {
background-color:#363B39;
border:1px solid #494949;
margin: 1.5em 0;
padding: 1em;
}
view all matches for this distribution
view release on metacpan or search on metacpan
FileManager.pm view on Meta::CPAN
sub html_style_sheet {
return "
<STYLE TYPE='text/css'>
<!--
BODY {
background-color: white;
font-family: serif;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
view all matches for this distribution
view release on metacpan or search on metacpan
t/htdocs/layered/dev/css/style.css view on Meta::CPAN
body {
background-color: white;
}
view all matches for this distribution
view release on metacpan or search on metacpan
ModProxyPerlHtml.pm view on Meta::CPAN
'a' => ['href'],
'applet' => ['archive', 'codebase', 'code'],
'area' => ['href'],
'bgsound' => ['src'],
'blockquote' => ['cite'],
'body' => ['background'],
'del' => ['cite'],
'embed' => ['pluginspage', 'src'],
'form' => ['action'],
'frame' => ['src', 'longdesc'],
'iframe' => ['src', 'longdesc'],
'ilayer' => ['background'],
'img' => ['src', 'lowsrc', 'longdesc', 'usemap'],
'input' => ['src', 'usemap','formaction'],
'ins' => ['cite'],
'isindex' => ['action'],
'head' => ['profile'],
'layer' => ['background', 'src'],
'link' => ['href'],
'object' => ['classid', 'codebase', 'data', 'archive', 'usemap'],
'q' => ['cite'],
'script' => ['src', 'for'],
'table' => ['background'],
'td' => ['background'],
'th' => ['background'],
'tr' => ['background'],
'xmp' => ['href'],
'button' => ['formaction'],
);
sub handler
view all matches for this distribution
view release on metacpan or search on metacpan
eg/View/pdf/media.tmpl view on Meta::CPAN
<!-- this defines a title -->
<fo:block font-size="18pt"
font-family="sans-serif"
line-height="24pt"
space-after.optimum="15pt"
background-color="blue"
color="white"
text-align="center"
padding-top="3pt">
Media Test - PDF
</fo:block>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/Pod/HTML.pm view on Meta::CPAN
}
sub _css {
return <<'EOF';
BODY {
background: white;
color: black;
font-family: times,serif;
margin: 0;
padding: 1ex;
}
lib/Apache2/Pod/HTML.pm view on Meta::CPAN
border-width: 0;
color: inherit;
}
A:link, A:visited {
background: transparent;
color: #006699;
}
PRE {
background: #eeeeee;
border: 1px solid #888888;
color: black;
padding-top: 1em;
padding-bottom: 1em;
white-space: pre;
}
H1 {
background: transparent;
color: #006699;
font-size: x-large;
font-family: tahoma,sans-serif;
}
H2 {
background: transparent;
color: #006699;
font-size: large;
font-family: tahoma,sans-serif;
}
.block {
background: transparent;
}
TD .block {
color: #006699;
background: #dddddd;
padding: 0.2em;
font-size: large;
}
HR {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/PodBrowser.pm view on Meta::CPAN
=head1 Embedding HTML in POD
=begin html
<div style="width: 80px; height: 104px; background-color: #fff;
float: right;">
<img align="right"
alt="Picture of Torsten Foertsch"
src="Apache2%3A%3APodBrowser/torsten-foertsch.jpg"
border="0">
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/Tail.pm view on Meta::CPAN
}
td {
padding: .25em;
align: top;
background-color: #eee;
}
td.timestamp {
font-size: 8pt;
text-align: center;
width: 130px;
}
tr.warn td {
background-color: #FFE79F;
}
tr.error td {
background-color: #FFCCCC;
}
tr.notice td {
background-color: #DFE7FF;
}
.vhost {
font-style: italic;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/Translation/Admin/effects.js view on Meta::CPAN
this.start(options);
},
setup: function() {
// Prevent executing on elements not in the layout flow
if (this.element.getStyle('display')=='none') { this.cancel(); return; }
// Disable background image during the effect
this.oldStyle = { };
if (!this.options.keepBackgroundImage) {
this.oldStyle.backgroundImage = this.element.getStyle('background-image');
this.element.setStyle({backgroundImage: 'none'});
}
if (!this.options.endcolor)
this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff');
if (!this.options.restorecolor)
this.options.restorecolor = this.element.getStyle('background-color');
// init color calculations
this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),16) }.bind(this));
this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i] }.bind(this));
},
update: function(position) {
this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){
return m+((this._base[i]+(this._delta[i]*position)).round().toColorPart()); }.bind(this)) });
},
finish: function() {
this.element.setStyle(Object.extend(this.oldStyle, {
backgroundColor: this.options.restorecolor
}));
}
});
Effect.ScrollTo = function(element) {
lib/Apache2/Translation/Admin/effects.js view on Meta::CPAN
);
}
});
Element.CSS_PROPERTIES = $w(
'backgroundColor backgroundPosition borderBottomColor borderBottomStyle ' +
'borderBottomWidth borderLeftColor borderLeftStyle borderLeftWidth ' +
'borderRightColor borderRightStyle borderRightWidth borderSpacing ' +
'borderTopColor borderTopStyle borderTopWidth bottom clip color ' +
'fontSize fontWeight height left letterSpacing lineHeight ' +
'marginBottom marginLeft marginRight marginTop markerOffset maxHeight '+
view all matches for this distribution
view release on metacpan or search on metacpan
examples/css/progress_bluebar.css view on Meta::CPAN
color: #667799;
}
.progressmeter .meter {
position: relative;
background: url('data:image/gif;base64,R0lGODlhAQAUAMQAAO3t7fHx8e/v7+zs7O7u7uTk5NnZ2fv7+////+Hh4fr6+oyMjPLy8uvr6/f39/Dw8Hl5eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABQAAAUR4BIMAEAIwpMUTeAoBwIZTAgAOw==') repe...
background-color: lightgrey;
border-left: 1px solid grey;
border-right: 1px solid grey;
margin-top: 5px;
margin-bottom: 5px;
height: 18px;
width: 300px;
}
.progressmeter .meter .amount {
background: url('data:image/gif;base64,R0lGODlhEAAUAPcAACtBUPLy8idFZyxCUFWV41ub5WKe5rLo/yZEZyZEZvHx8fDx8l+b5dnZ2VqZ5U2L32a1+lua5ViY5C122Sx02F+e5l2c5jN9316b5FST4jaC3lWm9Ya07FGQ4V6c5TJ73VSU41Gi8keW7tbX2HK//PHx8idEZ1Ok84y67liV4tfY2Iq37Yi27FuY4zqG4m6...
background-color: #667799;
width: 0px;
height: 18px
}
.progressmeter .meter .percent {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/AMFDeviceMonitor.pm view on Meta::CPAN
$f->ctx(1);
}
$f->r->content_type('text/html');
$f->print("<title>Apache Mobile Filter - Device Monitor System V$VERSION</title>");
$f->print('<style type="text/css">body {font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;background: #E6EAE9}a {color: #c75f3e}caption {padding: 0 0 5px 0;width: 700px; font: italic 11px "Trebuchet MS...
$f->print("<b>Apache Mobile Filter</b><br>Device Monitor System V$VERSION<HR><a href=\"?\">home</a> | <a href=\"?form=1\">detected devices</a> | <a href=\"?form=2\">devices not found</a><hr>");
my $dummy="null";
my $count=0;
my $page_number=30;
my $min=$ArrayQuery{page};
view all matches for this distribution
view release on metacpan or search on metacpan
usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css view on Meta::CPAN
cursor: pointer;
text-decoration: none;
}
a:hover {
background-color: #EEEEEE;
color: #787878;
text-decoration: underline;
}
img {
usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css view on Meta::CPAN
/* other */
/* form alerts */
#alert {
background-color: #FFFFFF;
border: 1px solid #EEEEEE;
border-left: none;
border-right: none;
clear: both;
color: #FF0000;
usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css view on Meta::CPAN
/* messages */
#message {
background-color: #F7F7F7;
border: 1px solid #000000;
color: #AAAAAA;
display: block;
height: 100px;
margin: 10px 0px 10px 0px;
usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css view on Meta::CPAN
/* highlight */
.highlight {
background-color: #FFFF00;
color: #000000;
}
/* internal system errors */
#error {
background-color: #FF0000;
border: 1px solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
margin-bottom: 10px;
usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css view on Meta::CPAN
/* saved message */
#saved {
background-color: #FFFFFF;
color: #00FF00;
display: block;
font-weight: bold;
margin: 10px;
padding: 6px;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ANSIColorUtils.pm view on Meta::CPAN
ansi_fg_code => Data::Dmp::dmp($ansifg),
ansi_bg_code => Data::Dmp::dmp($ansibg),
fg =>
$ansifg . "This is text with foreground color $colorname (#$colorcode)" . Color::ANSI::Util::ansi_reset(1) . "\n" .
$ansifg . "\e[1m" . "This is text with foreground color $colorname (#$colorcode) + BOLD" . Color::ANSI::Util::ansi_reset(1) . "\n",
bg => $ansibg . Color::ANSI::Util::ansifg(Color::RGB::Util::rgb_is_light($colorcode) ? "000000":"ffffff") . "This is text with background color $colorname (#$colorcode)" . Color::ANSI::Util::ansi_reset(1),
};
}
[200, "OK", \@rows];
}
view all matches for this distribution
view release on metacpan or search on metacpan
share/static/alice-default.css
share/static/alice.js
share/static/favicon.ico
share/static/image/alice.png
share/static/image/aquaTabClose.png
share/static/image/background-self.png
share/static/image/background.png
share/static/image/config.png
share/static/image/formatting.png
share/static/image/overflow-active.png
share/static/image/overflow.png
share/static/image/pause.png
view all matches for this distribution