App-Cinema

 view release on metacpan or  search on metacpan

root/src/menu/home.tt2  view on Meta::CPAN

[% META title = "JandC.CO.CC" %]
<div id="about">
<p><b>What is</b>
</p>
<p>
Welcome to JandC.CO.CC. This website is designed to demo how to use 
<span style="font-weight: bold;">Catalyst</span> and <span style="font-weight: bold;">
Moose</span> to build a 
secured web application with less SQL, HTML, and JavaScript but more 
flexibility and efficiency. <br><br>You can start from 
<a href="[% Catalyst.uri_for('/menu/howto') %]">
	How-To</a> 
</p>
<b>Features</b>
<ul>
<table>
<tbody>

root/src/ttsite.css  view on Meta::CPAN

#menu li {
      float: left;
}

#menu a {
      padding: 0 10px;
      background: none;
      text-transform: uppercase;
      text-decoration: none;      
      color: [% site.col.link %];
      font-weight:bold;
}

#menu a:hover, #menu .current_page_item a {
      color: #FFFFFF;
}

#menu a:hover {
      text-decoration: underline;
}

#about b {
	color : [% site.col.head %];	
}

#event_object {
	color : [% site.col.head %];
	font-weight:bold;
}

.fb_textarea, fb_input, fb_select, fb_radio {
	font-family: [% site.font.family %];
}

.fb_required {
    font-weight: bold;
}

.fb_submit {
	padding-top: 1em;
    text-align: left;
}

.fb_invalid {
    color: #c00;
    font-weight: bold;
}

.fb_error {
    color: #c00;
    font-style: italic;
}

.fb_label {
    text-align: right;
    padding-right: 1em;



( run in 0.697 second using v1.01-cache-2.11-cpan-5dc5da66d9d )