Result:
found more than 356 distributions - search limited to the first 2001 files matching your query ( run in 2.484 )


App-DBBrowser

 view release on metacpan or  search on metacpan

bin/db-browser  view on Meta::CPAN


Non-mappable characters can disrupt the output.

=head2 Terminal

Requires a terminal with a monospaced font supporting the printed characters.

The terminal must comprehend ANSI escape sequences. For MSWin32, C<App::DBBrowser> utilizes L<Win32::Console::ANSI> to
emulate an ANSI console for the C<db-browser>.

=head2 Permissions

 view all matches for this distribution


App-Devel-MAT-Explorer-GTK

 view release on metacpan or  search on metacpan

lib/App/Devel/MAT/Explorer/GTK/Shell.pm  view on Meta::CPAN

   $scrolledwindow->add( $textview = Gtk2::TextView->new );

   $textview->set_editable( FALSE );
   $textview->set_cursor_visible( FALSE );
   $textview->set_wrap_mode( 'word-char' );
   $textview->modify_font( Gtk2::Pango::FontDescription->from_string( 'monospace' ) );

   $buffer = $textview->get_buffer;

   $errortag = $buffer->create_tag( undef,
      foreground => "#FF0000",

lib/App/Devel/MAT/Explorer/GTK/Shell.pm  view on Meta::CPAN


   my $entry = Gtk2::Entry->new;

   $hbox->pack_start( $entry, TRUE, TRUE, 0 );

   $entry->modify_font( Gtk2::Pango::FontDescription->from_string( 'monospace' ) );

   $entry->signal_connect( activate => sub {
      my $cmd = $entry->get_text;
      $entry->set_text( "" );

 view all matches for this distribution


App-DocKnot

 view release on metacpan or  search on metacpan

lib/App/DocKnot/Spin/Thread.pm  view on Meta::CPAN


=item \pre[TEXT]

Insert TEXT preformatted, preserving spacing and line breaks.  This uses the
HTML C<< <pre> >> tag, and therefore is normally also shown in a fixed-width
font by the browser.

When using C<\pre> inside indented blocks or lists, some care must be taken
with indentation whitespace.  Normally, the browser indents text inside
C<\pre> relative to the enclosing block, so you should only put as much
whitespace before each line in C<\pre> as those lines should be indented

 view all matches for this distribution


App-Dochazka-WWW

 view release on metacpan or  search on metacpan

share/js/dochazka-www/svg-lib.js  view on Meta::CPAN

            // scheduled intervals in obj; how is a boolean value "holiday or
            // weekend"
            var r = '',
                fill, i, intvl, begin, bo, end, eo, color;
            if (how) {
                fill = 'font-weight="bold" fill="transparent"';
            } else {
                fill = 'fill="black"';
            }
            r += '<svg width="' + absWidth + '" height="30" ' + svgBoilerPlate + '>';
            // draw base rectangle

share/js/dochazka-www/svg-lib.js  view on Meta::CPAN

                [bo, eo] = [timeToOffset(begin), timeToOffset(end)];
                r += '<rect x="' + bo + '" y="0" width="' + (eo - bo) + '" height="15" ' +
                     'fill="black" fill-opacity="0.4" stroke="transparent"/>';
            }
            // draw date
            r += '<text font-size="24px" ' + fill + ' ' +
                 'stroke="black" stroke-width="1" x="7" y="26">' + date + ' ' + dt.dateToDay(date) + '</text>';
            r += '</svg>';
            return r;
        },

share/js/dochazka-www/svg-lib.js  view on Meta::CPAN

                    h = i;
                }
                w = timeToOffset(h + ":00");
                r += '<path d="M' + (w + 1) + ' 10 V 20" stroke="black" stroke-width=1 fill="transparent"/>';
                if (i < 24) {
                    r += '<text font-size="10px" x="' + w + '" y=8>' + String(h + "h") + '</text>';
                    r += '<path d="M' + (w + 19) + ' 15 V 20" stroke="black" stroke-width="1" fill="transparent"/>';
                }
            }
            r += '</svg>';
            return r;

 view all matches for this distribution


App-Donburi

 view release on metacpan or  search on metacpan

tmpl/channel/index.tx  view on Meta::CPAN

      }
      th {
        padding: 5px;
        border: solid 1px #a83;
        background-color: #fd9;
        font-weight: normal;
      }
      td {
        padding: 5px;
        border: solid 1px #a83;
      }

 view all matches for this distribution


App-DrivePlayer

 view release on metacpan or  search on metacpan

lib/App/DrivePlayer/GUI.pm  view on Meta::CPAN

sub _build_alpha_strip {
    my ($self) = @_;

    my $css = Gtk3::CssProvider->new();
    $css->load_from_data(
        'treeview.alpha-nav { font-size: 10px; padding: 0; }'
        . ' treeview.alpha-nav row { min-height: 0; padding: 1px 0; }'
    );

    my $store = Gtk3::ListStore->new('Glib::String');
    for my $letter ('#', 'A' .. 'Z') {

 view all matches for this distribution


App-Du-Analyze

 view release on metacpan or  search on metacpan

t/data/fc-solve-git-du-output.txt  view on Meta::CPAN

20	./fc-solve/site/wml/src/pysol
4	./fc-solve/site/wml/src/docs/distro
44	./fc-solve/site/wml/src/docs
92	./fc-solve/site/wml/src/css/redmond/images
156	./fc-solve/site/wml/src/css/redmond
28	./fc-solve/site/wml/src/css/fonts
76	./fc-solve/site/wml/src/css/smoothness/images
140	./fc-solve/site/wml/src/css/smoothness
336	./fc-solve/site/wml/src/css
644	./fc-solve/site/wml/src/js
12	./fc-solve/site/wml/src/code-of-conduct

 view all matches for this distribution


App-DubiousHTTP

 view release on metacpan or  search on metacpan

lib/App/DubiousHTTP/Tests.pm  view on Meta::CPAN


sub _auto_static_html { return <<'HTML'; }
<!doctype html>
<meta charset="utf-8">
<style>
body      { font-family: Verdana, sans-serif; }
#title    { padding: 1em; margin: 1em; border: 1px; border-style: solid; color: #000; background: #eee;  }
#title h1 { font-size: 190%; }
#vendor_notice  { padding: 2em; margin: 1em; background: #000000; color: #ff0000; font-size: 150%; display: none; }
#nobad    { padding: 2em; margin: 1em; background: #ff3333; display: none; }
#nobad div   { font-size: 150%; margin: 0.5em;  }
#noevade  { padding: 1em; margin: 1em; background: green; display: none; }
#overblock { padding: 1em; margin: 1em; background: #ff9933; display: none; }
#evadable { padding: 1em; margin: 1em; background: #ff3333; display: none; }
#urlblock { padding: 1em; margin: 1em; background: #ffff00  ; display: none; }
#urlblock div  { font-size: 150%; margin: 0.5em;  }
#notice   { padding: 1em; margin: 1em; background: #e9f2e1; display: none; }
#warnings { padding: 1em; margin: 1em; background: #e3a79f; display: none; }
#process  { padding: 1em; margin: 1em; background: #f2f299; }
#debug    { padding: 1em; margin: 1em; }
.desc     { font-size: 110%; }
.srclink  { font-variant: small-caps; }
.trylink  { font-variant: small-caps; }
#eicar    { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; padding: 0.5em; margin: 0.5em; border-style: solid; border-width: 1px; }
</style>
<div id=noscript>
You need to have JavaScript enabled to run this tests.
</div>
<div id=title></div>

 view all matches for this distribution


App-Egaz

 view release on metacpan or  search on metacpan

Dockerfile  view on Meta::CPAN

# R
RUN true \
 && export HOMEBREW_NO_ANALYTICS=1 \
 && export HOMEBREW_NO_AUTO_UPDATE=1 \
 && brew install r \
 && Rscript -e 'install.packages("extrafont", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("VennDiagram", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("ggplot2", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("scales", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("gridExtra", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("readr", repos="http://cran.rstudio.com")' \
 && Rscript -e 'install.packages("ape", repos="http://cran.rstudio.com")' \
 && Rscript -e 'library(extrafont); font_import(prompt = FALSE); fonts();' \
 && rm -fr $(brew --cache)/*

WORKDIR /home/linuxbrew/App-Egaz
ADD . .

 view all matches for this distribution


App-EventStreamr

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

share/status/app/css/app.css
share/status/app/css/bootstrap-responsive.css
share/status/app/css/bootstrap-responsive.min.css
share/status/app/css/bootstrap.css
share/status/app/css/bootstrap.min.css
share/status/app/fonts/glyphicons-halflings-regular.eot
share/status/app/fonts/glyphicons-halflings-regular.svg
share/status/app/fonts/glyphicons-halflings-regular.ttf
share/status/app/fonts/glyphicons-halflings-regular.woff
share/status/app/img/glyphicons-halflings-green.png
share/status/app/img/glyphicons-halflings-red.png
share/status/app/img/glyphicons-halflings-white.png
share/status/app/img/glyphicons-halflings.png
share/status/app/index.html

 view all matches for this distribution


App-Fasops

 view release on metacpan or  search on metacpan

lib/App/Fasops/Command/xlsx.pm  view on Meta::CPAN


    my $format_of = {};

    # species name
    $format_of->{name} = $workbook->add_format(
        font => 'Courier New',
        size => 10,
    );

    # variation position
    $format_of->{pos} = $workbook->add_format(
        font     => 'Courier New',
        size     => 8,
        align    => 'center',
        valign   => 'vcenter',
        rotation => 90,
    );

lib/App/Fasops/Command/xlsx.pm  view on Meta::CPAN

    };

    for my $fg ( keys %{$snp_fg_of} ) {
        for my $bg ( keys %{$bg_of} ) {
            $format_of->{snp}{"$fg$bg"} = $workbook->add_format(
                font   => 'Courier New',
                size   => 10,
                align  => 'center',
                valign => 'vcenter',
                %{ $snp_fg_of->{$fg} },
                %{ $bg_of->{$bg} },
            );
        }
    }
    $format_of->{snp}{'-'} = $workbook->add_format(
        font   => 'Courier New',
        size   => 10,
        align  => 'center',
        valign => 'vcenter',
    );

    for my $bg ( keys %{$bg_of} ) {
        $format_of->{indel}->{$bg} = $workbook->add_format(
            font   => 'Courier New',
            size   => 10,
            bold   => 1,
            align  => 'center',
            valign => 'vcenter',
            %{ $bg_of->{$bg} },

 view all matches for this distribution


App-Followme

 view release on metacpan or  search on metacpan

lib/App/Followme/Initialize.pm  view on Meta::CPAN

#>>> copy text theme.css
/*
    Global styles
*****************/
body {
    font-family: helvetica, arial, sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 50em;
    padding: 0 1em;
}

lib/App/Followme/Initialize.pm  view on Meta::CPAN

figure {
    margin: 1em 0;
    text-align: center;
}
figcaption {
    font-size: small;
}
pre, code, samp, kbd {
    color: #009;
    font-family: monospace, monospace;
    font-size: 0.9em;
}
pre code, pre samp, pre kbd {
    font-size: 1em;
}
pre kbd {
    color: #060;
}
pre {

lib/App/Followme/Initialize.pm  view on Meta::CPAN

    background: #222;
    border-radius: 6px;
}
.title {
    padding: 16px;
    font-size: 1.75em;
}
.title a {
    text-decoration: none;
    color: #aaa; 
}

lib/App/Followme/Initialize.pm  view on Meta::CPAN

}
/*
    Menu
*****************/
.dropbtn {
    font-size: 1.75em;
    background-color: #222;
    color: #aaa;
    border: none;   
    cursor: pointer;
}  

 view all matches for this distribution


App-FontUtils

 view release on metacpan or  search on metacpan

lib/App/FontUtils.pm  view on Meta::CPAN

$SPEC{ttf2otf} = {
    v => 1.1,
    summary => 'Convert TTF to OTF',
    description => <<'_',

This program is a shortcut wrapper for <prog:fontforge>. This command:

    % ttf2otf foo.ttf

is equivalent to:

    % fontforge -lang=ff -c 'Open($1); Generate($2); Close();' foo.ttf foo.otf

_
    args => {
        %argspec0_ttf_file,
        %argspec1opt_otf_file,
        %argspecopt_overwrite,
    },
    deps => {
        prog => 'fontforge',
    },
    links => [
        {url => 'prog:otf2ttf'},
    ],
};

lib/App/FontUtils.pm  view on Meta::CPAN

    $otf_file eq $ttf_file and return [412, "Please specify a different name for the output OTF file"];
    ((-f $otf_file) && !$args{overwrite}) and return [412, "OTF file '$otf_file' already exists, please specify another output name or use --overwrite"];

    IPC::System::Options::system(
        {log=>1, die=>1},
        "fontforge", "-lang=ff", "-c", 'Open($1); Generate($2); Close();', $ttf_file, $otf_file,
    );
    [200];
}

$SPEC{otf2ttf} = {
    v => 1.1,
    summary => 'Convert OTF to TTF',
    description => <<'_',

This program is a shortcut wrapper for <prog:fontforge>. This command:

    % otf2ttf foo.otf

is equivalent to:

    % fontforge -lang=ff -c 'Open($1); Generate($2); Close();' foo.otf foo.ttf

_
    args => {
        %argspec0_otf_file,
        %argspec1opt_ttf_file,
        %argspecopt_overwrite,
    },
    deps => {
        prog => 'fontforge',
    },
    links => [
        {url => 'prog:ttf2otf'},
    ],
};

lib/App/FontUtils.pm  view on Meta::CPAN

    $ttf_file eq $otf_file and return [412, "Please specify a different name for the output TTF file"];
    ((-f $ttf_file) && !$args{overwrite}) and return [412, "TTF file '$ttf_file' already exists, please specify another output name or use --overwrite"];

    IPC::System::Options::system(
        {log=>1, die=>1},
        "fontforge", "-lang=ff", "-c", 'Open($1); Generate($2); Close();', $otf_file, $ttf_file,
    );
    [200];
}

1;
# ABSTRACT: Command-line utilities related to fonts and font files

__END__

=pod

=encoding UTF-8

=head1 NAME

App::FontUtils - Command-line utilities related to fonts and font files

=head1 VERSION

This document describes version 0.002 of App::FontUtils (from Perl distribution App-FontUtils), released on 2022-08-30.

=head1 SYNOPSIS

This distribution provides tha following command-line utilities related to fonts
and font files:

=over

=item * L<otf2ttf>

lib/App/FontUtils.pm  view on Meta::CPAN


 otf2ttf(%args) -> [$status_code, $reason, $payload, \%result_meta]

Convert OTF to TTF.

This program is a shortcut wrapper for L<fontforge>. This command:

 % otf2ttf foo.otf

is equivalent to:

 % fontforge -lang=ff -c 'Open($1); Generate($2); Close();' foo.otf foo.ttf

This function is not exported.

Arguments ('*' denotes required arguments):

lib/App/FontUtils.pm  view on Meta::CPAN


 ttf2otf(%args) -> [$status_code, $reason, $payload, \%result_meta]

Convert TTF to OTF.

This program is a shortcut wrapper for L<fontforge>. This command:

 % ttf2otf foo.ttf

is equivalent to:

 % fontforge -lang=ff -c 'Open($1); Generate($2); Close();' foo.ttf foo.otf

This function is not exported.

Arguments ('*' denotes required arguments):

lib/App/FontUtils.pm  view on Meta::CPAN


Return value:  (any)

=head1 TODO

C<list-fonts> to list installed fonts on the system (in a cross-platform way).
Tab completion. Filtering OTF/TTF, etc.

C<< show-fonts <font names> [text] >> to show how fonts look. Allow specifying
wildcards. Allow specifying filename for source of text. Tab completion.

C<< install-font <font files> >> and C<< uninstall-font <font names> >> to
install and uninstall fonts (in a cross-platform way). Allow specifying
regex/wildcard in uninstall. Tab completion.

C<<search-font>>

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/App-FontUtils>.

 view all matches for this distribution


App-Fotagger

 view release on metacpan or  search on metacpan

lib/App/Fotagger/Display/SDL.pm  view on Meta::CPAN

has 'grey'  => (isa=>'SDL::Color',is=>'ro',default=>sub {SDL::Color->new(-r=>50, -g=>50, -b=>50)});
has 'white'  => (isa=>'SDL::Color',is=>'ro',default=>sub {SDL::Color->new(-r=>255, -g=>255, -b=>255)});
has 'blank_tags' => (isa=>'SDL::Rect',is=>'rw');
has 'blank_stars' => (isa=>'SDL::Rect',is=>'rw');

has 'font' => (isa=>'SDL::TTFont',is=>'rw');
has 'starfont' => (isa=>'SDL::TTFont',is=>'rw');
has 'event' => (isa=>'SDL::Event',is=>'rw');
has 'window'=> (isa=>'SDL::App',is=>'rw');
has 'app' => (isa=>'App::Fotagger',is=>'ro');

no Moose;

lib/App/Fotagger/Display/SDL.pm  view on Meta::CPAN

        -width  => $self->width,
        -height => $self->height,
        -depth  => 16,
    );
    $self->window($window);
    $self->font(SDL::TTFont->new(-name=>'/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf', -size=>12,-bg=>$self->black,  -fg=>$self->white));
    $self->starfont(SDL::TTFont->new(-name=>'/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf', -size=>60,-bg=>$self->black,  -fg=>$self->yellow));
    $self->event(SDL::Event->new);
    $self->event->set_unicode(1);
    $self->blank_tags(SDL::Rect->new(-width=>$self->width, -height=>16, -y=>680, -x=>0));
    $self->blank_stars(SDL::Rect->new(-width=>$self->width, -height=>30, -y=>696, -x=>0));

lib/App/Fotagger/Display/SDL.pm  view on Meta::CPAN

    $frame->blit( undef, $self->window, undef );

    my $blank = new SDL::Rect(-width=>500, -height=>20, -y=>730, -x=>0);
    $self->window->fill($blank,$self->black);
    $self->window->update($blank);
    $self->font->print($self->window, 5, $self->height-15, sprintf("File: %s (%s)",$image->file,$image->create_date));

    $self->draw_tags($image);
    $self->draw_stars($image);

    if ($image->deleted) {
        my $dfont=SDL::TTFont->new(-name=>'/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf', -size=>200,-fg=>$self->red,  -bg=>$self->black);
        $dfont->print($self->window,10,10,"DELETED");
    }

    $self->window->sync;
}

lib/App/Fotagger/Display/SDL.pm  view on Meta::CPAN

    my $image = shift || $self->app->current_image;

    $self->window->fill($self->blank_tags,$self->app->tagging ? $self->grey : $self->black);
    $self->window->update($self->blank_tags);

    $self->font->print($self->window, 5, 682, "Tags: ".$image->tags);
    $self->window->sync;
}

sub draw_stars {
    my $self = shift;

lib/App/Fotagger/Display/SDL.pm  view on Meta::CPAN

    my $stars = $image->stars;
    
    $self->window->fill($self->blank_stars,$self->black);
    $self->window->update($self->blank_tags);

    $self->starfont->print($self->window, 5, 690, "*" x $stars) if $stars;
    $self->window->sync;


}

 view all matches for this distribution


App-GHGen

 view release on metacpan or  search on metacpan

scripts/generate_index.pl  view on Meta::CPAN

<!DOCTYPE html>
<html>
	<head>
	<title>$config{package_name} Coverage Report</title>
	<style>
		body { font-family: sans-serif; }
		table { border-collapse: collapse; width: 100%; }
		th, td { border: 1px solid #ccc; padding: 8px; text-align: left; }
		th { background-color: #f2f2f2; }
		.low { background-color: #fdd; }
		.med { background-color: #ffd; }

scripts/generate_index.pl  view on Meta::CPAN

			cursor: pointer;
		}
		.coverage-badge {
			padding: 2px 6px;
			border-radius: 4px;
			font-weight: bold;
			color: white;
			font-size: 0.9em;
		}
		.badge-good { background-color: #4CAF50; }
		.badge-warn { background-color: #FFC107; }
		.badge-bad { background-color: #F44336; }
		.summary-row {
			font-weight: bold;
			background-color: #f0f0f0;
		}
		td.positive { color: green; font-weight: bold; }
		td.negative { color: red; font-weight: bold; }
		td.neutral { color: gray; }
		/* Show cursor points on the headers to show that they are clickable */
		th { background-color: #f2f2f2; cursor: pointer; }
		th.sortable {
			cursor: pointer;
			user-select: none;
			white-space: nowrap;
		}
		th .arrow {
			color: #aaa;	/* dimmed for inactive */
			font-weight: normal;
		}
		th .arrow.active {
			color: #000;	/* dark for active */
			font-weight: bold;
		}
		.sparkline {
			display: inline-block;
			vertical-align: middle;
		}

scripts/generate_index.pl  view on Meta::CPAN

			color: #666;
		}
		.new-failure {
			background: #c00;
			color: #fff;
			font-weight: bold;
			padding: 2px 6px;
			border-radius: 4px;
			font-size: 0.85em;
		}
		.notice {
			padding: 8px 12px;
			margin: 10px 0;
			border-radius: 4px;
			font-size: 0.95em;
		}
		.notice strong {
			font-weight: bold;
		}
		.notice.perl-version-cliff {
			background-color: #fff3cd; /* soft amber */
			border: 1px solid #ffeeba;
			color: #856404;

scripts/generate_index.pl  view on Meta::CPAN

				display: true,
				position: 'top', // You can also use 'bottom', 'left', or 'right'
				labels: {
					boxWidth: 12,
					padding: 10,
					font: {
						size: 12,
						weight: 'bold'
					}
				}
			}, tooltip: {

 view all matches for this distribution


App-GUI-Notepad

 view release on metacpan or  search on metacpan

lib/App/GUI/Notepad/Frame.pm  view on Meta::CPAN

#			- the textctrl which is where the text that is being edited is 
#			is stored
#			- the status bar where non modal messages can be sent to the 
#			user 
# It associates actions to the various menu options, sets the application 
# icon and sets the font for displaying the file to a fixed width font.

sub new {
	my ($class) = shift;
	my ($title, $position, $size) = @_;
	my ($this) = $class->SUPER::new( undef, -1, $title, $position, $size );

lib/App/GUI/Notepad/Frame.pm  view on Meta::CPAN

	        [ 0, 0 ], 
		[ 100, 100 ],
		wxTE_MULTILINE | wxTE_RICH,
		);

	# Set the font of the new text control to a fixed width font Courier New
	# This font was chosen because of it's availablity on different platforms.

	my $font = Wx::Font->new(10, wxMODERN, wxNORMAL, wxNORMAL, 0, "Courier New");

	my $black = Wx::Colour->new(255,255,255);
	my $white = Wx::Colour->new(0,0,0);
	my $textattr = Wx::TextAttr->new($white, $black, $font);

	$this->{textctrl}->SetDefaultStyle($textattr);


	#Create the statusbar

 view all matches for this distribution


App-GitKtti

 view release on metacpan or  search on metacpan

docs/index.html  view on Meta::CPAN

            0% { transform: translateY(0) rotate(0deg); }
            100% { transform: translateY(-100vh) rotate(360deg); }
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #e0e0e0;
            background: #0a0a0a;
            min-height: 100vh;
            overflow-x: hidden;

docs/index.html  view on Meta::CPAN

            transform: scale(1.1) rotate(5deg);
            filter: drop-shadow(0 0 25px rgba(240, 101, 67, 0.8));
        }

        .logo {
            font-size: 2.5rem;
            font-weight: 800;
            color: #667eea;
            text-decoration: none;
            text-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
            transition: all 0.3s ease;
        }

docs/index.html  view on Meta::CPAN

            margin: 0 auto 2rem;
            filter: drop-shadow(0 0 30px rgba(240, 101, 67, 0.6));
            animation: float 4s ease-in-out infinite;
        }
        .hero h1 {
            font-size: 5rem;
            margin-bottom: 1rem;
            text-shadow: 0 0 40px rgba(102, 126, 234, 0.6);
            background: linear-gradient(45deg, #667eea, #764ba2, #ff6b6b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: float 6s ease-in-out infinite;
            font-weight: 900;
            letter-spacing: -2px;
        }

        .hero .subtitle {
            font-size: 2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            color: #667eea;
            text-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
            animation: slideInLeft 1.5s ease-out 0.5s both;
        }

        .hero .tagline {
            font-size: 1.4rem;
            margin-bottom: 4rem;
            opacity: 0.8;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;

docs/index.html  view on Meta::CPAN

            background: linear-gradient(45deg, #667eea, #764ba2);
            color: white;
            padding: 20px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.2rem;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;

docs/index.html  view on Meta::CPAN

            position: relative;
        }

        .features h2 {
            text-align: center;
            font-size: 3.5rem;
            margin-bottom: 4rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
            font-weight: 800;
            animation: fadeInUp 1s ease-out;
        }

        .features-grid {
            display: grid;

docs/index.html  view on Meta::CPAN

            box-shadow: 0 30px 60px rgba(102, 126, 234, 0.3);
            border-color: rgba(102, 126, 234, 0.6);
        }

        .feature-icon {
            font-size: 4rem;
            margin-bottom: 2rem;
            display: block;
            filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.5));
            animation: float 4s ease-in-out infinite;
        }

docs/index.html  view on Meta::CPAN

        .feature-card:nth-child(even) .feature-icon {
            animation-delay: -2s;
        }

        .feature-card h3 {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            color: #e0e0e0;
            position: relative;
            z-index: 1;
            font-weight: 700;
        }

        .feature-card p {
            color: #b0b0b0;
            line-height: 1.8;
            position: relative;
            z-index: 1;
            font-size: 1.1rem;
        }

        .aliases-section {
            background: rgba(15, 15, 15, 0.9);
            padding: 6rem 2rem;

docs/index.html  view on Meta::CPAN

            border-bottom: 1px solid rgba(102, 126, 234, 0.3);
        }

        .aliases-section h2 {
            text-align: center;
            font-size: 3.5rem;
            margin-bottom: 4rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
            font-weight: 800;
        }

        .aliases-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

docs/index.html  view on Meta::CPAN

            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
            border-color: rgba(102, 126, 234, 0.5);
        }

        .alias-item code {
            font-family: 'Monaco', 'Menlo', monospace;
            background: rgba(102, 126, 234, 0.2);
            padding: 0.8rem 1.2rem;
            border-radius: 10px;
            font-weight: bold;
            color: #667eea;
            font-size: 1.2rem;
            text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
        }

        .alias-item p {
            margin-top: 1rem;
            color: #b0b0b0;
            font-size: 1rem;
            line-height: 1.6;
        }

        .installation {
            padding: 6rem 2rem;
            text-align: center;
        }

        .installation h2 {
            font-size: 3.5rem;
            margin-bottom: 3rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(118, 75, 162, 0.5);
            font-weight: 800;
        }

        .installation p {
            font-size: 1.3rem;
            color: #b0b0b0;
            margin-bottom: 3rem;
        }

        .code-block {

docs/index.html  view on Meta::CPAN

            padding: 3rem;
            border-radius: 20px;
            margin: 3rem auto;
            max-width: 800px;
            text-align: left;
            font-family: 'Monaco', 'Menlo', monospace;
            font-size: 1rem;
            line-height: 1.6;
            overflow-x: auto;
            border: 1px solid rgba(102, 126, 234, 0.3);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
            position: relative;

docs/index.html  view on Meta::CPAN

        }

        /* Syntax highlighting colors */
        .code-block .comment {
            color: #6a9955;
            font-style: italic;
        }

        .code-block .prompt {
            color: #569cd6;
            font-weight: bold;
        }

        .code-block .command {
            color: #dcdcaa;
            font-weight: bold;
        }

        .code-block .url {
            color: #4fc1ff;
            text-decoration: underline;

docs/index.html  view on Meta::CPAN

            color: #ce9178;
        }

        .code-block .alias {
            color: #c586c0;
            font-weight: bold;
        }

        .code-block .string {
            color: #ce9178;
        }

docs/index.html  view on Meta::CPAN

            border-top: 1px solid rgba(102, 126, 234, 0.3);
        }

        .workflow-section h2 {
            text-align: center;
            font-size: 3.5rem;
            margin-bottom: 4rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
            font-weight: 800;
        }

        .workflow-steps {
            max-width: 900px;
            margin: 0 auto;

docs/index.html  view on Meta::CPAN

            box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
            border-color: rgba(102, 126, 234, 0.5);
        }

        .workflow-step h3 {
            font-size: 1.6rem;
            margin-bottom: 1.5rem;
            color: #e0e0e0;
            font-weight: 700;
        }

        .workflow-step p {
            color: #b0b0b0;
            line-height: 1.8;
            font-size: 1.1rem;
        }

        .workflow-step code {
            background: rgba(102, 126, 234, 0.2);
            padding: 0.6rem 1rem;
            border-radius: 8px;
            font-family: 'Monaco', 'Menlo', monospace;
            color: #667eea;
            font-size: 1rem;
            text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
        }

        footer {
            background: rgba(0, 0, 0, 0.9);

docs/index.html  view on Meta::CPAN

            border-top: 1px solid rgba(102, 126, 234, 0.3);
            backdrop-filter: blur(20px);
        }

        footer p {
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }

        .footer-links {
            margin-top: 2rem;

docs/index.html  view on Meta::CPAN

        .footer-links a {
            color: #667eea;
            text-decoration: none;
            margin: 0 1.5rem;
            transition: all 0.3s ease;
            font-weight: 500;
            font-size: 1.1rem;
        }

        .footer-links a:hover {
            color: #ff6b6b;
            text-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 3rem;
            }

            .hero .subtitle {
                font-size: 1.5rem;
            }

            .hero .tagline {
                font-size: 1.1rem;
                padding: 0 1rem;
            }

            .features h2,
            .aliases-section h2,
            .installation h2,
            .workflow-section h2 {
                font-size: 2.5rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 2rem;

docs/index.html  view on Meta::CPAN

                margin: 1rem 0;
            }

            .code-block {
                padding: 2rem;
                font-size: 0.9rem;
            }

            .container {
                padding: 0 15px;
            }

docs/index.html  view on Meta::CPAN

            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero .subtitle {
                font-size: 1.3rem;
            }

            .logo {
                font-size: 2rem;
            }

            .features h2,
            .aliases-section h2,
            .installation h2,
            .workflow-section h2 {
                font-size: 2rem;
            }

            .cta-button {
                padding: 15px 30px;
                font-size: 1rem;
            }
        }
    </style>
</head>
<body>

docs/index.html  view on Meta::CPAN

                    </div>
                </div>
            </section>

            <section class="modernization-section" style="background: rgba(15, 15, 15, 0.9); padding: 6rem 2rem; border-top: 1px solid rgba(102, 126, 234, 0.3); border-bottom: 1px solid rgba(102, 126, 234, 0.3);">
                <h2 style="text-align: center; font-size: 3.5rem; margin-bottom: 4rem; color: #e0e0e0; text-shadow: 0 0 30px rgba(118, 75, 162, 0.5); font-weight: 800;">🚀 Version 2.0 - Modern Architecture</h2>
                <div style="max-width: 1000px; margin: 0 auto;">
                    <div style="background: rgba(30, 30, 30, 0.8); padding: 3rem; border-radius: 25px; border: 1px solid rgba(102, 126, 234, 0.3); backdrop-filter: blur(10px); margin-bottom: 3rem;">
                        <h3 style="font-size: 1.8rem; margin-bottom: 2rem; color: #667eea; font-weight: 700;">What's New in 2.0?</h3>
                        <ul style="color: #b0b0b0; line-height: 1.8; font-size: 1.1rem; list-style: none; padding: 0;">
                            <li style="margin: 1rem 0; padding-left: 2rem; position: relative;">
                                <span style="position: absolute; left: 0; color: #667eea;">✓</span>
                                <strong>CPAN Distribution:</strong> Install with <code style="background: rgba(102, 126, 234, 0.2); padding: 0.4rem 0.8rem; border-radius: 6px; color: #667eea;">cpanm App::GitKtti</code>
                            </li>
                            <li style="margin: 1rem 0; padding-left: 2rem; position: relative;">

docs/index.html  view on Meta::CPAN

    </div>

    <footer>
        <div class="container">
            <p>&copy; 2025 GitKtti™ by saumon™. Made with ❤️ for developers who love clean Git workflows.</p>
            <p style="margin-top: 1rem; color: #667eea; font-size: 1rem;">🚀 Now available on CPAN - Version 2.0</p>
            <div class="footer-links">
                <a href="https://github.com/saumon/gitktti">GitHub Repository</a>
                <a href="https://github.com/saumon/gitktti/issues">Report Issues</a>
                <a href="https://github.com/saumon/gitktti/blob/master/README.md">Documentation</a>
            </div>

 view all matches for this distribution


App-Greple-subst

 view release on metacpan or  search on metacpan

share/jtca-katakana-guide-3.pl  view on Meta::CPAN

フェード fade 1-2、1-4、2-3、4-3例外
フォト photo 1-1、2-4
フォルダー folder 1-1、1-2、2-4、4-3例外
フォロー follow 2-4
フォワード forward 1-4、2-4
フォント font 2-4
フォーカス focus 2-4
フォーク folk 1-2、2-4
フォーマッター formatter 1-1、1-4、2-4
フォーマッティング formatting 1-4、2-4、4-1例外
フォーマット format 1-4、2-4

 view all matches for this distribution


App-Greple-wordle

 view release on metacpan or  search on metacpan

lib/App/Greple/wordle/NYT.pm  view on Meta::CPAN

flops flora flore flors flory flosh floss flota flote flour flout flown flows 
flowy flubs flued flues fluey fluff fluid fluke fluky flume flump flung flunk 
fluor flurr flush flute fluty fluyt flyby flyer flyin flype flyte fnarr foals 
foams foamy focal focus foehn fogey foggy fogie fogle fogos fogou fohns foids 
foils foins foist folds foley folia folic folie folio folks folky folly fomes 
fonda fonds fondu fones fonio fonly fonts foods foody fools foots footy foram 
foray forbs forby force fordo fords forel fores forex forge forgo forks forky 
forma forme forms forte forth forts forty forum forza forze fossa fosse fouat 
fouds fouer fouet foule fouls found fount fours fouth fovea fowls fowth foxed 
foxes foxie foyer foyle foyne frabs frack fract frags frail fraim frais frame 
franc frank frape fraps frass frate frati frats fraud fraus frays freak freed 

 view all matches for this distribution


App-Greple

 view release on metacpan or  search on metacpan

pages/stylesheets/print.css  view on Meta::CPAN

menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {

pages/stylesheets/print.css  view on Meta::CPAN

table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 13px;
  line-height: 1.5; 
  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
  color: #000;
}

a {
  color: #d5000d;
  font-weight: bold;
}

header {
  padding-top: 35px;
  padding-bottom: 10px;
}

header h1 {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 48px;
  color: #303030;
  line-height: 1.2;
}

header h2 {
  letter-spacing: -1px;
  font-size: 24px;
  color: #aaa;
  font-weight: normal;
  line-height: 1.3;
}
#downloads {
  display: none;
}
#main_content {
  padding-top: 20px;
}

code, pre {
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  color: #222;
  margin-bottom: 30px;
  font-size: 12px;
}

code {
  padding: 0 3px;
}

pages/stylesheets/print.css  view on Meta::CPAN

  width: 100%;
  border: 1px solid #ebebeb;
}

th {
  font-weight: 500;
}

td {
  border: 1px solid #ebebeb;
  text-align: center; 
  font-weight: 300;
}

form {
  background: #f2f2f2;
  padding: 20px;

pages/stylesheets/print.css  view on Meta::CPAN



/* GENERAL ELEMENT TYPE STYLES */

h1 {
  font-size: 2.8em;
} 

h2 {
  font-size: 22px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 8px;
} 

h3 {
  color: #d5000d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
} 
 
h4 {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
} 

h5 {
  font-size: 1em;
  color: #303030;
} 

h6 {
  font-size: .8em;
  color: #303030;
} 

p {
  font-weight: 300;
  margin-bottom: 20px;
}
 
a {
  text-decoration: none;
}

p a {
  font-weight: 400;
}

blockquote {
  font-size: 1.6em;
  border-left: 10px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}

pages/stylesheets/print.css  view on Meta::CPAN

  list-style: decimal inside;
  padding-left: 3px;
}

dl dd {
  font-style: italic;
  font-weight: 100;
}

footer {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 13px;
  color: #aaa;
}

footer a {
  color: #666;

 view all matches for this distribution


App-Guiio

 view release on metacpan or  search on metacpan

lib/App/Guiio.pm  view on Meta::CPAN

my $number_of_group_colors = scalar(@{$self->{COLORS}{group_colors}}) ;
$self->{GROUP_COLORS} = [0 .. $number_of_group_colors - 1] ,

$self->{CURRENT_ACTIONS} = $self->{ACTIONS}  ;

$self->set_font($self->{FONT_FAMILY}, $self->{FONT_SIZE});
}

#-----------------------------------------------------------------------------

sub destroy

lib/App/Guiio.pm  view on Meta::CPAN

$self->{TITLE} ;
}

#-----------------------------------------------------------------------------

sub set_font
{
my ($self, $font_family, $font_size) = @_;

$self->{FONT_FAMILY} = $font_family || 'Monospace';
$self->{FONT_SIZE} = $font_size || 10 ;

$self->{widget}->modify_font
	(
	Gtk2::Pango::FontDescription->from_string 
		(
		$self->{FONT_FAMILY} . ' ' . $self->{FONT_SIZE}
		)
	);
}

sub get_font
{
my ($self) = @_;

return($self->{FONT_FAMILY},  $self->{FONT_SIZE}) ;
}

 view all matches for this distribution


App-I18N

 view release on metacpan or  search on metacpan

share/static/app.css  view on Meta::CPAN

#langlist li:hover { text-decoration: underline; background: #eee; }

#current-lang { color: #999; margin: 10px; }

#current-message { margin: 10px 13%; margin-top: 20px; }
.navbar input { font-size: 16px; padding: 6px; margin-right: 10px; border: 1px solid #ddd; background: #fff; }
.navbar input:hover { background: #eee; }

#current-msgstr,
#current-msgid { 
	margin: 10px; padding: 8px; 

share/static/app.css  view on Meta::CPAN

	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
	color: #333;
	font-family: Serif;
	font-size: 18px;
}

#google-translation { 
	margin-left: 30px; margin-bottom: 30px; 
	color: #666;

share/static/app.css  view on Meta::CPAN

	width: 65%;
	padding: 10px;
}


.apply { color: blue; margin-left: 10px; font-size: 12px; }

/*
body {
    font-size: 22px;
}

h1,h2,h3 { color: #3F92D2; }

textarea,input { 
    font-size: 22px;
    padding: 3px;
    background: #ded;
    color: #666;
}

textarea:focus,
input:focus {  background: #99CCD2;color: #333; font-weight: bold; }

.msgid { width: 300px; float: left; padding:6px; }
.msgstr { width: 400px; float: left; padding:6px; }

.msgid textarea,

 view all matches for this distribution


App-Ikachan

 view release on metacpan or  search on metacpan

bin/ikachan  view on Meta::CPAN

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

bin/ikachan  view on Meta::CPAN

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {

bin/ikachan  view on Meta::CPAN

}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {

bin/ikachan  view on Meta::CPAN

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {

bin/ikachan  view on Meta::CPAN

  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

bin/ikachan  view on Meta::CPAN

  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

bin/ikachan  view on Meta::CPAN

h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

bin/ikachan  view on Meta::CPAN

h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,

bin/ikachan  view on Meta::CPAN

h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;

bin/ikachan  view on Meta::CPAN

dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

bin/ikachan  view on Meta::CPAN

  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;

bin/ikachan  view on Meta::CPAN

  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;

bin/ikachan  view on Meta::CPAN

}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

bin/ikachan  view on Meta::CPAN


pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;

bin/ikachan  view on Meta::CPAN

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;

bin/ikachan  view on Meta::CPAN

.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;

bin/ikachan  view on Meta::CPAN

}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;

bin/ikachan  view on Meta::CPAN


.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,

bin/ikachan  view on Meta::CPAN

.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,

bin/ikachan  view on Meta::CPAN

  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;

bin/ikachan  view on Meta::CPAN

  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

bin/ikachan  view on Meta::CPAN


.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;

bin/ikachan  view on Meta::CPAN


.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

bin/ikachan  view on Meta::CPAN

  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);

bin/ikachan  view on Meta::CPAN

  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;

bin/ikachan  view on Meta::CPAN

          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

bin/ikachan  view on Meta::CPAN

  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

bin/ikachan  view on Meta::CPAN

  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

bin/ikachan  view on Meta::CPAN

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

bin/ikachan  view on Meta::CPAN

}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {

bin/ikachan  view on Meta::CPAN

}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;

bin/ikachan  view on Meta::CPAN

}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

bin/ikachan  view on Meta::CPAN

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,

bin/ikachan  view on Meta::CPAN

}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

bin/ikachan  view on Meta::CPAN

}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;

bin/ikachan  view on Meta::CPAN

}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;

bin/ikachan  view on Meta::CPAN


.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

bin/ikachan  view on Meta::CPAN

}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;

bin/ikachan  view on Meta::CPAN


.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;

bin/ikachan  view on Meta::CPAN


.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);

bin/ikachan  view on Meta::CPAN

  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;

bin/ikachan  view on Meta::CPAN

}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

 view all matches for this distribution


App-InvestSim

 view release on metacpan or  search on metacpan

lib/App/InvestSim/GUI.pm  view on Meta::CPAN

    $icon->read(catfile($res_dir, 'sources', 'icon_32.png'));
    # We could pass several images of different sizes here.
    $root->g_wm_iconphoto($icon);
  }
  
  # We're copying the font used by the TreeView style and adding an 'bold'
  # option to it, it will be used by the 'total' line.
  my $default_treeview_font = Tkx::ttk__style('lookup', 'TreeView', '-font');
  my $treeview_total_font = Tkx::font('create');
  Tkx::font('configure', $treeview_total_font, Tkx::SplitList(Tkx::font('configure', $default_treeview_font)));
  Tkx::font('configure', $treeview_total_font, -weight => 'bold');
  
  # Build the left bar with various parameters.
  {
    my $frame = $root->new_ttk__frame(-padding => 3);
    $frame->g_grid(-column => 0, -row => 0, -rowspan => 3, -sticky => "we");

lib/App/InvestSim/GUI.pm  view on Meta::CPAN

    $frame->g_grid_columnconfigure(0, -weight => 1);
    $frame->g_grid_rowconfigure(0, -weight => 1);
    $display_table = $frame->new_ttk__treeview(-height => ($values{duration} // 20) + 2);
    $display_table->g_grid(-column => 0, -row => 0, -rowspan => 2, -sticky => "nwes");
    
    # We're setting a specific font for items with the tag 'total'.
    $display_table->m_tag('configure', 'total', -font => $treeview_total_font);
    
    #my $hscroll = $frame->new_tk__scrollbar(-orient => "horizontal", -command => [$display_table, "xview"]);
    #$hscroll->g_grid(-column => 0, -row => 1, -sticky => "we");
    my $vscroll = $frame->new_ttk__scrollbar(-orient => "vertical", -command => [$display_table, "yview"]);
    $vscroll->g_grid(-column => 1, -row => 0, -sticky => "ns");

lib/App/InvestSim/GUI.pm  view on Meta::CPAN

    my @headings = ('Année', 'Loyer net', 'Placements', 'Principal du prêt', 'Intérêts du prêt', 'Frais du prêt', 'Revenus imposable', 'Déficit déductible', 'Impôt', 'Solde annuel', 'Capital');
    # We're not using the name of the columns (c1, c2, ...) we're only using their
    # index (#0, #1, ...), including #0 the index of the first implicit column.
    $display_table->m_configure(-columns => [map { "c$_" } 1..$#headings ]);
    for my $c (0..$#headings) {
      my $width = Tkx::font_measure(Tkx::ttk__style_lookup('Heading', '-font'), $headings[$c]);
      $display_table->m_heading("#${c}", -text => $headings[$c]);
      $display_table->m_column("#${c}", -width => $width, -anchor => 'e');
    }
  }

 view all matches for this distribution


App-JIRAPrint

 view release on metacpan or  search on metacpan

share/std_tickets.tex.tt  view on Meta::CPAN

% use the corresponding paper size for your ticket definition
\documentclass[10pt]{letter}
\usepackage[a4paper,margin=0in]{geometry}


\usepackage{fontspec}
\usepackage{textcomp}

\setmainfont{Arial Black}

% load ticket.sty with the appropriate ticket definition
\usepackage[crossmark]{ticket}

\unitlength=1mm

 view all matches for this distribution


App-LXC-Container

 view release on metacpan or  search on metacpan

lib/App/LXC/Container.pm  view on Meta::CPAN


Note that the examples are from Debian.

=over

=item fontconfig-config (select C</usr/share/fontconfig>)

=item locales (select C</usr/share/locale/locale.alias>)

=back

lib/App/LXC/Container.pm  view on Meta::CPAN


Note that again the examples are from Debian.

=over

=item C</usr/share/fonts>

=back

=head1 KNOWN BUGS

 view all matches for this distribution


App-Licensecheck

 view release on metacpan or  search on metacpan

t/devscripts/artistic-2-0-modules.pm  view on Meta::CPAN


unit class SVG::Plot;
has $.height            = 300;
has $.width             = 500;
has $.fill-width        = 0.80;
has $.label-font-size   = 12;
has $.legend-font-size  = $!label-font-size;

has @.legends is rw;
has @.values  is rw;
has @.x       is rw;    # only used in 'xy' variants
has @.labels  is rw = @!values[0].keys;

t/devscripts/artistic-2-0-modules.pm  view on Meta::CPAN


has &.y-tick-step       = -> $max {
    10 ** $max.log10.floor  / 2
}

has $.max-x-labels      = $!plot-width / (1.5 * $!label-font-size);

has $.label-spacing     = ($!height - $!plot-height) / 20;

has @.colors = <#3333ff #ffdd66 #aa2222 #228844 #eebb00 #8822bb>;

t/devscripts/artistic-2-0-modules.pm  view on Meta::CPAN

(Might be renamed to a more meaning name in future) For each bar in the bar
chart a certain width is allocated, but only a ratio of C<$.fill-width>  is
actually filled with a bar. Set to value between 0 and 1 to get spaces between
your bars, or to 1 if you don't  want spaces.

=head2 $.label-font-size
Font size for the axis labels

=head2 &.y-tick-step
Closure which computes the step size in which ticks and labels on the y axis
are drawn. It receives the maximal C<y> value as a single positional argument.

t/devscripts/artistic-2-0-modules.pm  view on Meta::CPAN

are drawn. It receives the maximal C<x> value as a single positional argument.

=head2 $.max-x-labels
Maximal number of plotted labels in C<x> direction. If you experience
overlapping labels you might set this to a smaller value. The default is
dependent on C<$.plot-width> and C<$.label-font-size>.

=head2 $.label-spacing

Distance between I<x> axis and labels. Also affects width of I<y> ticks and
distance of labels and I<y> ticks.

 view all matches for this distribution


App-Lingua-BO-Wylie-Transliteration

 view release on metacpan or  search on metacpan

lib/App/Lingua/BO/Wylie/Transliteration.pm  view on Meta::CPAN


=over

=item *

The graphical representation will depend on building B<ligatures> and thus on the font you are using.

=back

=over

=item *

That means you have to make sure you have appropriate fonts to display the signs correctly.

=back

Even if you find the ligatures not mixed together well (e.g. on your shell),
you can still copy-paste the results somewhere else where you have a proper
font available. Since only the code points are represented and it is up to the font
to build the ligatures you will find the copy-pasted result come out very well with
a proper font having the ligatures available.

Copy-pasting your results L<here>(http:E<sol>E<sol>www.thlib.orgE<sol>referenceE<sol>transliterationE<sol>wyconverter.php) might help should the tibetan signs not be rendered correctly on your shell

=head1 USAGE

 view all matches for this distribution


App-LinkSite

 view release on metacpan or  search on metacpan

src/css/style.css  view on Meta::CPAN

body {
  background: var(--bg-color, #fff);
  color: var(--text-color, #000);
  font-family: Arial, sans-serif;
}
header {
  padding-top: 5%;
}

src/css/style.css  view on Meta::CPAN

}

li.new-link::before {
  content: 'New! ';
  color: red;
  font-variant: small-caps;
  font-weight: bold;
}

#links h3 {
  font-style: italic;
}

#links h3:not(:first-of-type) {
  padding-top: 15px;
}

 view all matches for this distribution


( run in 2.484 seconds using v1.01-cache-2.11-cpan-ceb78f64989 )