AWS-Lambda
view release on metacpan or search on metacpan
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
* .bo : border
* Layout
* .i : indent
* .ce : center
* .nw : nowrap
* .mb1 : margin bottom 1em
* .mt1 : margin top 1em
* List
* .nomark : no mark
* .dl1 : data list
* Semantics
* .cm : comment
* .success : success
* .info : information
* .warning : warning
* .caution : caution
* .index-title: index-title
* Code
* .tab : tab
* .c : code box
* .c2 : code box with tab
* .dos : dos command
* Table
* .tb0 : table
* .tb1 : table
* .vl : table vertical line (with .tb1)
* Reset
* .reset : reset
*/
/* Font */
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;
}
.green {
color: green;
}
.blue {
color: blue;
}
/* Global */
* {
font-size: inherit;
}
html {
background-color: #f0f0f0;
}
body {
font-size: 10pt;
margin: 0 auto 0 auto;
max-width: 940px;
( run in 0.805 second using v1.01-cache-2.11-cpan-39bf76dae61 )