CGI-Kwiki
view release on metacpan or search on metacpan
lib/CGI/Kwiki/Style.pm view on Meta::CPAN
package CGI::Kwiki::Style;
$VERSION = '0.18';
use strict;
use base 'CGI::Kwiki';
CGI::Kwiki->rebuild if @ARGV and $ARGV[0] eq '--rebuild';
sub directory { 'css' }
sub suffix { '.css' }
1;
__DATA__
=head1 NAME
CGI::Kwiki::Style - Default Stylesheets for CGI::Kwiki
=head1 DESCRIPTION
See installed kwiki pages for more information.
=head1 AUTHOR
Brian Ingerson <INGY@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2003. Brian Ingerson. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
=cut
__Klassik__
body {
background:#FFF;
}
h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: bold;
}
#banner {
width: 10%;
float: left;
font-size:x-large;
font-weight:bold;
background:#FFF;
}
#banner h1 { display: none; }
#content {
float:left;
width:510px;
background:#FFF;
margin-bottom:20px;
}
#links {
background:#FFF;
color:#CCC;
margin-right:25%;
}
.blog {
padding-left:15px;
padding-right:15px;
}
.blogbody {
font-size:small;
font-weight:normal;
background:#FFF;
}
.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
font-weight: normal;
}
.title {
font-size: small;
color: #CCC;
}
div#content div.blog div.blogbody h2.title {
font-size: xx-large;
padding-bottom: 10px;
}
.date {
display: none;
}
.side {
color:#CCC;
font-size:x-small;
font-weight:normal;
background:#FFF;
}
.sidetitle {
( run in 1.142 second using v1.01-cache-2.11-cpan-98e64b0badf )