view release on metacpan or search on metacpan
share/cpan.css view on Meta::CPAN
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;
share/cpan.css view on Meta::CPAN
padding: 0 1ex;
vertical-align: top;
}
.l1 {
font-weight: bold;
}
.l2 {
font-weight: normal;
}
share/cpan.css view on Meta::CPAN
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;
share/cpan.css view on Meta::CPAN
}
.label {
background: #aaaaaa;
color: black;
font-weight: bold;
padding: 0.2ex 1ex;
text-align: right;
white-space: nowrap;
vertical-align: baseline;
}
share/cpan.css view on Meta::CPAN
}
.path A {
background: transparent;
color: #006699;
font-weight: bold;
}
.pages {
background: #dddddd;
color: #006699;
share/cpan.css view on Meta::CPAN
}
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;
share/cpan.css view on Meta::CPAN
list-style-type: none;
}
.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 {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css view on Meta::CPAN
}
#matrix th {
background-color: #99CC99;/*c3*/
border: 1px solid #000000;
font: bold 12px Verdana, sans-serif;
}
#matrix tr.alternate {
background-color: #DDDDAA;/*c1-light*/
}
lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css view on Meta::CPAN
.message {
margin-top: 1em;
padding: 0.5em;
background-color: #DDDDAA;/*c1-light*/
font: bold 80%/1 sans-serif;
border:1px solid #000000;
}
.error {
lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css view on Meta::CPAN
legend {
padding: 0.15em 0.7em;
background-color: #99CC99;/*c3*/
border: 1px solid #000000;
font: bold 12px Verdana, sans-serif;
}
label {
display:block;
lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css view on Meta::CPAN
float:left;
width:25%;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
font-weight:bold;
}
label .input_field a {
color: #000000;
}
lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css view on Meta::CPAN
float:left;
width:25%;
margin-right:0.5em;
padding-bottom:0.2em;
text-align:right;
font-weight:bold;
}
span .item_field a {
color: #000000;
}
lib/Catalyst/Helper/View/Enzyme/TT/root/static/css/enzyme.css view on Meta::CPAN
text-decoration: none;
}
.pager .pager_current_page {
padding: 2px 6px;
font-weight: bold;
border: solid 1px #CCCC99;/*c1-dark*/
background: #CCCC99;/*c1-dark*/
text-decoration: none;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/TT/Bootstrap.pm view on Meta::CPAN
#nav li a {
display: block;
background: url(../images/catalyst_logo.png) no-repeat right top;
padding-right: 25px;
color: #900;
font: bold small-caps 120% Trebuchet MS, Arial Black, Arial, sans-serif;
}
#nav li a span {
display: block;
background: url(../images/catalyst_logo.png) no-repeat -10px 0;
padding: 25px 0 .2em 15px;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod view on Meta::CPAN
text-align: center;
font-style: italic;
padding-top: 20px;
}
#menu {
font-weight: bold;
background-color: #ddd;
}
#menu ul {
list-style: none;
float: left;
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Catalyst.pm view on Meta::CPAN
p img {
float: right;
margin-left: 10px;
}
span#appname {
font-weight: bold;
font-size: 1.6em;
}
</style>
</head>
<body>
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Pod/Markdown.pm view on Meta::CPAN
if $seq_command eq 'L' && $self->_private->{InsideLink};
my $i = 2;
my %interiors = (
'I' => sub { return '_' . $_[$i] . '_' }, # italic
'B' => sub { return '__' . $_[$i] . '__' }, # bold
'C' => sub { return '`' . $_[$i] . '`' }, # monospace
'F' => sub { return '`' . $_[$i] . '`' }, # system path
# non-breaking space
'S' => sub {
(my $s = $_[$i]) =~ s/ / /g;
view all matches for this distribution
view release on metacpan or search on metacpan
t/TestCatalystBase.pm view on Meta::CPAN
'root/static/auto.css' => <<_END_,
/* Test css file for auto.css */
div.auto {
font-weight: bold;
color: green;
}
/* Comment at the end */
_END_
view all matches for this distribution
view release on metacpan or search on metacpan
t/root/static/css/blueprint/plugins/buttons/screen.css view on Meta::CPAN
background-color:#f5f5f5;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
}
button {
width:auto;
view all matches for this distribution