view release on metacpan or search on metacpan
configuration/configuration_template/elements/sco.css view on Meta::CPAN
}
.menubar {
  background: #006699;
  margin: 1ex 0;
  padding: 1px;
} 
.menubar A {
  padding: 0.8ex;
  font: bold 10pt Arial,Helvetica,sans-serif;
}
.menubar A:link, .menubar A:visited {
  color: white;
  text-decoration: none;
}
.menubar A:hover {
  color: #ff6600;
  text-decoration: underline;
configuration/configuration_template/elements/sco.css view on Meta::CPAN
  padding: 0 2ex 0 0;
  vertical-align: baseline;
}
.manifest TD {
  padding: 0 1ex;
  vertical-align: top;
}
.l1 {
  font-weight: bold;
}
.l2 {
  font-weight: normal;
}
.t1, .t2, .t3, .t4  {
  background: #006699;
  color: white;
}
configuration/configuration_template/elements/sco.css view on Meta::CPAN
  padding: 0.5ex 1ex;
}
/* IE does not support  .box>.t1  Grrr */
.box .t1, .box .t2, .box .t3 {
  margin: 0;
}
.t1 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.t2 {
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
}
.t3 {
  font-size: 1.0em;
  font-weight: normal;
  text-align: left;
}
/* width: 100%; border: 0.1px solid #FFFFFF; */ /* NN4 hack */
configuration/configuration_template/elements/sco.css view on Meta::CPAN
}
.cell {
  padding: 0.2ex 1ex;
  text-align: left;
}
.label {
  background: #aaaaaa;
  color: black;
  font-weight: bold;
  padding: 0.2ex 1ex;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
}
.categories {
  border-top: 3px double #006699;
  border-bottom: 3px double #006699;
  margin-bottom: 1ex;
configuration/configuration_template/elements/sco.css view on Meta::CPAN
}
.categories TD {
  padding: 0.5ex 1ex;
  vertical-align: baseline;
}
.path A {
  background: transparent;
  color: #006699;
  font-weight: bold;
}
.pages {
  background: #dddddd;
  color: #006699;
  padding: 0.2ex 0.4ex;
}
.path {
  background: #eeeeee;
configuration/configuration_template/elements/sco.css view on Meta::CPAN
  background: black;
  color: black;
  margin: 0px;
  padding: 2px;
  text-align: right;
}
A.m:link, A.m:visited {
  background: #006699;
  color: white;
  font: bold 10pt Arial,Helvetica,sans-serif;
  text-decoration: none;
}
A.o:link, A.o:visited {
  background: #006699;
  color: #ccffcc;
  font: bold 10pt Arial,Helvetica,sans-serif;
  text-decoration: none;
}
A.o:hover {
  background: transparent;
  color: #ff6600;
  text-decoration: underline;
}
A.m:hover {
configuration/configuration_template/elements/sco.css view on Meta::CPAN
}
.pod .toc LI {
  line-height: 1.2em;
  list-style-type: none;
  /*margin-top: "1cm";*/  
}
.faq DT {
  font-size: 1.4em;
  font-weight: bold;
}
.chmenu {
  background: black;
  color: red;
  font: bold 1.1em Arial,Helvetica,sans-serif;
  margin: 1ex auto;
  padding: 0.5ex;
}
.chmenu TD {
  padding: 0.2ex 1ex;
}
.chmenu A:link, .chmenu A:visited  {
  background: transparent;
t/002_test.t view on Meta::CPAN
----
# *Source* block
# # Use: highlight code listings
# (require `source-highlight`)
use DBI;
my $dbh = DBI->connect('...',$u,$p)
     or die "connect: $dbh->errstr";
----
[red]#red text# [,yellow]#on yellow#
[,,2]#large# [red,yellow,2]*all bold*
EOF
      
diag `git init $git_repository` ;
diag `cd $git_repository ; git --git-dir=$git_repository/.git add . ` ;
diag `cd $git_repository ; git --git-dir=$git_repository/.git commit -a -m 'initial commit'` ;
# copy t/dot_plog to $configuration_directory
use File::Copy::Recursive 'rcopy' ;
rcopy('t/dot_plog', $configuration_directory) or die "Can't copy the configuration to the teste directory: $!" ;
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
}
.menubar {
  background: #006699;
  margin: 1ex 0;
  padding: 1px;
} 
.menubar A {
  padding: 0.8ex;
  font: bold 10pt Arial,Helvetica,sans-serif;
}
.menubar A:link, .menubar A:visited {
  color: white;
  text-decoration: none;
}
.menubar A:hover {
  color: #ff6600;
  text-decoration: underline;
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
  padding: 0 2ex 0 0;
  vertical-align: baseline;
}
.manifest TD {
  padding: 0 1ex;
  vertical-align: top;
}
.l1 {
  font-weight: bold;
}
.l2 {
  font-weight: normal;
}
.t1, .t2, .t3, .t4  {
  background: #006699;
  color: white;
}
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
  padding: 0.5ex 1ex;
}
/* IE does not support  .box>.t1  Grrr */
.box .t1, .box .t2, .box .t3 {
  margin: 0;
}
.t1 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.t2 {
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
}
.t3 {
  font-size: 1.0em;
  font-weight: normal;
  text-align: left;
}
/* width: 100%; border: 0.1px solid #FFFFFF; */ /* NN4 hack */
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
}
.cell {
  padding: 0.2ex 1ex;
  text-align: left;
}
.label {
  background: #aaaaaa;
  color: black;
  font-weight: bold;
  padding: 0.2ex 1ex;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
}
.categories {
  border-top: 3px double #006699;
  border-bottom: 3px double #006699;
  margin-bottom: 1ex;
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
}
.categories TD {
  padding: 0.5ex 1ex;
  vertical-align: baseline;
}
.path A {
  background: transparent;
  color: #006699;
  font-weight: bold;
}
.pages {
  background: #dddddd;
  color: #006699;
  padding: 0.2ex 0.4ex;
}
.path {
  background: #eeeeee;
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
  background: black;
  color: black;
  margin: 0px;
  padding: 2px;
  text-align: right;
}
A.m:link, A.m:visited {
  background: #006699;
  color: white;
  font: bold 10pt Arial,Helvetica,sans-serif;
  text-decoration: none;
}
A.o:link, A.o:visited {
  background: #006699;
  color: #ccffcc;
  font: bold 10pt Arial,Helvetica,sans-serif;
  text-decoration: none;
}
A.o:hover {
  background: transparent;
  color: #ff6600;
  text-decoration: underline;
}
A.m:hover {
t/dot_plog/perl/elements/sco.css view on Meta::CPAN
}
.pod .toc LI {
  line-height: 1.2em;
  list-style-type: none;
  /*margin-top: "1cm";*/  
}
.faq DT {
  font-size: 1.4em;
  font-weight: bold;
}
.chmenu {
  background: black;
  color: red;
  font: bold 1.1em Arial,Helvetica,sans-serif;
  margin: 1ex auto;
  padding: 0.5ex;
}
.chmenu TD {
  padding: 0.2ex 1ex;
}
.chmenu A:link, .chmenu A:visited  {
  background: transparent;