AWS-Lambda
view release on metacpan or search on metacpan
examples/cgi/WwwCounter/readme.html view on Meta::CPAN
<head>
<meta http-equiv="Content-type" content="text/html; charset=Shift_JIS">
<title>WwwCounter Ver3.15å©ç¨ã¡ã¢ - ã¨ã»ã»ã®WWWå
¥é</title>
<style type="text/css">
<!--
BODY {
color: #333333;
}
H2 {
width: 100%;
font-weight: bold;
color: #ffffff;
background-color: #8484ee;
border: 1px none #8888f8;
border-top: 1px solid #8888f8;
border-left: 1px solid #8888f8;
border-right: 1px solid #666699;
border-bottom: 1px solid #666699;
padding: 5px 3px 3px 0.5em;
margin-top: 5px;
margin-bottom: 10px;
}
H3 {
width: 100%;
color: #ffffff;
font-weight: bold;
font-size: 1.3em;
background-color: #8484ee;
border: 1px none #8888f8;
border-top: 1px solid #8888f8;
border-left: 1px solid #8888f8;
border-right: 1px solid #666699;
border-bottom: 1px solid #666699;
padding: 7px 3px 5px 0.5em;
}
H4 {
width: 100%;
font-weight: bold;
font-size: 1em;
color: #ffffff;
background-color: #8484ee;
border: 1px none #8888f8;
border-top: 1px solid #ccccff;
border-left: 1px solid #ccccff;
border-right: 1px solid #666699;
border-bottom: 1px solid #666699;
padding: 5px 3px 3px 0.5em;
}
examples/cgi/WwwCounter/readme.html view on Meta::CPAN
text-indent: 1em;
}
PRE.c {
border: 1px solid gray;
padding: 5px;
white-space: pre;
width: 100%;
background-color: #fffff0;
}
DT {
font-weight: bold;
}
OL LI P {
text-indent: 0em;
margin-top: 0em;
}
OL LI {
margin-top: 1em;
}
UL LI {
margin-top: 0em;
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
/*
* Font
* .tt : monospace
* .nb : not bold
* .mr : Meiryo UI
* Color
* .red : red font
* .green : green font
* .blue : blue-font
* Multicolmn
* .clearfix : clearfix
* .col3 : multi-columns
* .col3 : multi-columns
* Border
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
body {
/* font-family: verdana, 'Meiryo UI', 'ã¡ã¤ãªãª', 'ï¼ï¼³ ï¼°ã´ã·ãã¯', 'ãã©ã®ãè§ã´ã·ãã¯', sans-selif; */
font-family: 'Meiryo UI', 'ã¡ã¤ãªãª', 'ï¼ï¼³ ï¼°ã´ã·ãã¯', 'ãã©ã®ãè§ã´ã·ãã¯', sans-selif;
}
pre, code {
font-family: Consolas, 'Meiryo UI', 'ã¡ã¤ãªãª', 'ï¼ï¼³ ï¼°ã´ã·ãã¯', 'ãã©ã®ãè§ã´ã·ãã¯', sans-selif;
}
.teletype, .tt {
font-family: Consolas, 'Courier New', 'ï¼ï¼³ ã´ã·ãã¯', monospace;
}
.notbold, .nb {
font-weight: normal;
}
.meiryo, .mr {
font-family: 'Meiryo UI';
}
/* Color */
.red {
color: red;
}
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
}
/* List */
.nomark {
list-style-type: none;
margin-top: 0;
margin-left: -1em;
}
.dl1 dt {
margin-top: 1em;
font-weight: bold;
}
.dl1 dd {
margin-left: 1em;
}
/* Semantics */
.comment, .cm {
color: #888;
}
.success {
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
.caution {
margin: 1em 0 1em 0;
padding: 8px;
background-color: #fdd;
color: #c33;
}
.index-title {
margin: .5em 0 .1em 0;
padding: .2em;
color: #fff;
font-weight: bold;
background-color: #469;
text-align: center;
}
/* Code */
.title-tab, .tab {
margin: .5em 0 0 0;
display: inline-block;
vertical-align: bottom;
padding: 0 .7em 0 .7em;
font-size: 6pt;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-left: 1px solid #999;
border-radius: 4px 4px 0 0;
color: #456;
text-align: center;
font-weight: bold;
background-color: #d8e0f0;
}
.c, .c2, .dos {
margin: 1em 0 1em 0;
border: 1px solid #999;
border-radius: 0px 2px 2px 2px;
padding: 5px;
background-color: #f6f6f6;
overflow: auto;
}
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
.tb0 th, .tb0 td {
border: 1px solid #999;
}
.tb1 th, table.tb1 td {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
.tb0 th, .tb1 th {
background-color: #d8e0f0;
color: #456;
font-weight: bold;
}
.tb1 th {
text-align: left;
}
.tb1.vl th, .tb1.vl td {
border: 1px solid #999;
}
.tb1.js {
width: unset;
}
/* HTML Reference */
.htmlelem {
background-color: #e0eeff;
padding: 6px 6px 12px 6px;
}
.htmlelem dt {
margin-top: .6em;
font-weight: bold;
}
.htmlelem dt:first-child {
margin-top: 0;
}
.htmlelem dd {
margin-left: 2em;
}
.htmlattr dt {
margin-top: 1em;
font-weight: bold;
}
.htmlattr dt i {
font-weight: normal;
}
.htmlattr dd {
margin-left: 2em;
}
.htmlvalue dt {
margin-top: 0;
font-weight: bold;
}
/* CSS Reference */
.csssum th {
width: 120px;
text-align: center;
}
/* ==========================================================
* 試é¨ç
( run in 0.699 second using v1.01-cache-2.11-cpan-39bf76dae61 )