AxKit-App-TABOO
    
    
  
  
  
view release on metacpan or search on metacpan
htdocs/css/basic.css view on Meta::CPAN
  margin: 0 0 0 0.5ex;
  padding: 0 5px;
  width: 10em;
  background: #b7cae7;
  border: 2px solid #369;
  font-size: large;
  float: left;
}
div.menu .menu-header {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.menu ul {
  margin: 0;
  list-style-type: none;
  padding: 2px 1ex;
  font-size: medium;
}
htdocs/css/basic.css view on Meta::CPAN
div.headerdata, div.comm-timeinfo, div.comm-timeinfo, div.comm-byline {  
  color: #333;
  background: #f0f0ff;
  font-size: small;
  margin: 0;
  padding: 0 4px;
}
dl.articlelist dt a.article-title {  
  font-size: larger;
  font-weight: bold;
}
dl.articlelist dt span.byline {  
  font-size: small;
}
div.headerdata, div.comm-timeinfo {
  border-bottom: 1px solid #333;
}
htdocs/css/basic.css view on Meta::CPAN
  margin-top: 1em;
  padding: 0.3em;
  border: 1px solid #338;
  background: #f0f0ff;
}
div.fields div.control label, table caption {  
  font-weight: bold;
  color: #473000;
}
div#breadcrumb {  
  padding: 0.3ex 0.1em;
  margin-bottom: 0.2em;
}
div#user-info dt {  
  padding: 0.3em;
  font-weight: bold;
}
div.foundcats h2 {  
  color: #473000;
  margin-bottom: 0.2em;
}
div.foundcats p.description {  
  font-size: smaller;
  padding-left: 4em;
  margin-top: 0.3em;
htdocs/transforms/xhtml/match-control.xsl view on Meta::CPAN
 
  <xsl:param name="neg.lang">en</xsl:param>
  <xsl:template name="TinyMCE">
    <script type="text/javascript" src="/jscripts/tiny_mce/tiny_mce.js"></script>
    <script type="text/javascript">
      tinyMCE.init({
        mode : "textareas",
        theme : "advanced",
	plugins : "table,save,emotions,iespell,searchreplace",
	theme_advanced_buttons1 : "save,separator,bold,italic,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,formatselect",
	theme_advanced_buttons2 : "cut,copy,paste,separator,undo,redo,separator,search,replace,separator,emotions,separator,link,unlink,image",
	theme_advanced_buttons3 : "tablecontrols,separator,iespell",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_blockformats : "p,h3,h4,h5,h6,div,blockquote",
	convert_fonts_to_spans : true,
	relative_urls : false,
	language : "<xsl:value-of select="$neg.lang"/>",
	verify_html : true,
valid_elements : ""
( run in 3.361 seconds using v1.01-cache-2.11-cpan-5dc5da66d9d )