<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />	<title>
		thechaw.com/Api Generator/branches/master/vendors/css/base.css	</title>
	<link href="/favicon.ico" type="image/x-icon" rel="icon" /><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" />
	<link rel="stylesheet" type="text/css" href="/css/generic.css" />
	<link rel="stylesheet" type="text/css" href="/css/chaw.css" />
<script type="text/javascript" src="/js/jquery-1.3.1.min.js"></script><link rel="stylesheet" type="text/css" href="/css/highlight/idea.css" />
	<script type="text/javascript" src="/js/ghighlight.min.js"></script></head>
<body>
	<div id="container">

		<div id="header">

			<h1>
				<a href="/projects" class="project-link">Projects</a> / <a href="/api_generator">Api Generator</a>			</h1>

			<div id="current-user">
			<span class="login">
			<a href="/users/login">Login</a>			or
			<a href="/users/add">Register</a>		</span>
	</div>

				<div id="navigation">
										
					<ul>
						<li><a href="/api_generator" class="on">Source</a></li>

						<li><a href="/api_generator/timeline">Timeline</a></li>

						<li><a href="/api_generator/wiki">Wiki</a></li>

						<li><a href="/api_generator/tickets">Tickets</a></li>

						<li><a href="/api_generator/versions">Versions</a></li>

						
					</ul>
								</div>
		</div>
		<div id="content">
						<div id="page-content"><div class="source index">

<h2>
	<a href="/api_generator">api_generator</a>	/<a href="/api_generator/source/branches"> branches </a>/<a href="/api_generator/source/branches/master"> master </a>/<a href="/api_generator/source/branches/master/vendors"> vendors </a>/<a href="/api_generator/source/branches/master/vendors/css"> css </a>/ base.css</h2>

<div class="source view">
	<span class="history"><a href="/api_generator/commits/history/vendors/css/base.css">history</a></span>

<pre><code>/* @override http://localhost/cake_api_gen/api_generator/css/base.css */
/*
* Base.css
* @author Mark Story
**********************/

/*
Reset
**********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: &#039;&#039;;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need &#039;cellspacing=&quot;0&quot;&#039; in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	clear: both;
	content: &quot;.&quot;;
	display: block;
	height: 0;
	visibility: hidden;
}
* + html .clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
/*
Basic Tags 
**********************/
body {
	font:100 normal 62.5%/1.2 Tahoma, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, th, dt {
	font-family: &quot;Gill Sans&quot;, &quot;Trebuchet MS&quot;, trebuchet, Helvetica, Tahoma, sans-serif;
	font-weight:100;
	color: #32270d;
	margin:1em 0 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	-webkit-text-shadow: 1px 1px #ccc;
	text-shadow:1px 1px #ccc;
}
h2 {
	line-height: 30px;
	color: #333348;
	font-size:1.6em;
}
a {
	color: #94345A;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	width:100%;
}
td, th {
	padding:0.4em;
}
h3 {
	color: #333348;
	font-size: 1.4em;
	margin: 1em 0;
	-webkit-text-shadow: 1px 1px #ccc;
	text-shadow:1px 1px #ccc;
}

/* containers */
#wrapper {
	min-width:600px;
	margin:0 auto;
	position:relative;
}
#header {
	background:#8BAAB2;
	font-size:1.5em;
}
#content {
	background: #fff;
	color:#000;
	width:95%;
	padding:14px 2.5%;
	margin:0 auto;
}
/* with and without sidebar content regions */
.with-sidebar #content-inner {
	position: relative;
	width:75%;
	padding-left:2%;
	margin-left:1%;
	float: right;
	border-left: 1px solid #eee;
}
.with-sidebar #sidebar {
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
}
#footer {
	background: #fff;
	padding:1px 0  0 10px;
}

/* header elements */
#header h1 {
	color: #fff;
	float: left;
	margin: 1em 0 0 5%;
	font-size: 20px;
}
#header h1 a {
	color:#fff;
}
.api .navigation {
	padding: 1em 5% 0;
	height:36px;
	clear: both;
}
.api .navigation li {
	float: left;
	margin: 0 2px;
}
.api .navigation li a {
	padding: 10px 3em;
	line-height: 16px;
	font-size: 16px;
	display: block;
	text-decoration: none;
	color:#fff;
}
.api .navigation li a:hover {
	text-decoration:underline;
}
#header-search {
	float: right;
	padding: 1em 5% 0;
}

.breadcrumb,
.breadcrumb a {
	font-family: Monaco, Corsiva, &quot;Courier New&quot;, Courier, monospaced;
	font-size:14px;
	margin-bottom: 1em;
}
/*
File Browser Styles
***************************************/
#file-list,
#file-browser {
	list-style: none;
	margin: 0;
	padding: 0;
}
.file span,
.file a, 
.folder a {
	padding: 8px 8px 8px 40px;
	font-size:14px;
	background-color: #EFEFEF;
	margin-bottom:4px;
	display: block;
}

/* files and folders in sidebar */
#sidebar .package span,
#sidebar .file a,
#sidebar .folder a,
#sidebar #classIndex li a {
	font-size: 10px;
	line-height: 15px;
	padding: 4px 4px 4px 24px;
	display: block;
}

/*
Documentation Page Styles
***************************/
.doc-block {
	margin: 16px 0 0;
	clear:both;
}
.doc-block.class-info {
	margin-top:10px;
}
.class-info, 
.function-info {
	clear: both;
}
.class-info {
	margin:3em 0 0;
}
.class-info .doc-head h2,
.class-info .doc-head h3 {
	font-size: 28px;
	line-height: 32px;
}

/* doc head */
.doc-head {
	position:relative;
	border-bottom: 1px solid #bbb;
}
.doc-head a {
	position:absolute;
	right:10px;
	top:8px;
}
.doc-head h2,
.doc-head h3 {
	color: #333348;
	border-left:7px solid #fff;
	margin:0;
	padding: 0 0 0 8px;
	-webkit-text-shadow: 1px 1px #ccc;
	text-shadow:1px 1px #ccc;
}
.parent-method .doc-head {
	background:#FFFFEF;
}
.parent-method h2 {
	color:#3E4153;
}
/* header access indicators */
.doc-head .public, 
.doc-head .public-static {
	border-color: #70A280;
}
.doc-head .private, 
.doc-head .private-static {
	border-color: #A47878;
}
.doc-head .protected,
.doc-head .protected-static {
	border-color: #EAE38B;
}

/* body styles */
.doc-body {
	padding:14px;
}
/* table styles */
.doc-body table {
	border-collapse:separate;
	border-spacing: 2px;
}
.doc-body td {
	background:	#e9f3f5;	
	vertical-align: middle;
}
.doc-body .odd td {
	background: #daeaed;
}
.doc-body table td {
	font-size:12px;
}
.doc-body td.access {
	width: 40px;
}
.doc-body td p {
	margin: 1em 0;
}
.doc-body td p:first-child {
	margin: 0;
}
.doc-body p,
.doc-body dd {
	font-size:12px;
	line-height:1.4em;
	margin:0 0 1.2em 0;
}
.doc-body dd {
	margin: 0 0 12px 12px;
}
.doc-body dd table {
	margin:0;
}
.doc-body dt,
.doc-body h3 {
	color: #27676E;
	font-size:16px;
	line-height:1.4em;
	margin:0;
	clear:both;
	-webkit-text-shadow:1px 0px #ddd;
	text-shadow:0px 1px #eee;
}
.markdown-block pre {
	font-size: 12px;
	line-height: 14px;
	font-family: Monaco, Corsiva, &quot;Courier New&quot;, Courier;
	background:  #E9F6F8;
	padding: 3px;
	margin: 0 0 1em 0;
	border: 1px solid #DAEBEE;
	color: #333;
	overflow-x:auto;
}
/** inheritance trees **/
.inheritance-tree .parent-class {
	display:block;
	float:left;
	clear:left;
	background: url(../img/inheritance_arrow.png) center bottom no-repeat;
}
.inheritance-tree a {
	min-width:100px;
	padding:5px 15px;
	border:1px solid #666;
	display:block;
	float:left;
	margin-bottom:15px;
	text-align:center;
}
.inheritance-tree .last {
	background:none;
}
/* IE 6 collapsing margin bug */
* html .inheritance-tree .parent-class {
	padding-bottom: 15px;
}
/* IE 7 is also not so smart */
* + html .inheritance-tree .parent-class {
	padding-bottom: 15px;
}

/* visibility controls */
.doc-controls a {
	padding:5px;
	border: 1px solid #DAEBEE;
	font-size:12px;
	color: #333348;
	display: -moz-inline-block;
	display: inline-block;
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius: 9px;
	text-decoration: none;
	margin-bottom:1em;
}
.doc-controls a.active {
	background:#DAEBEE;
}

/* Access icon replacements */
.access span {
	width:14px;
	padding-top:14px;
	height:0px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-repeat:none;
	background-position:center center;
}
/* IE6 fix */
* html .access span {
	background-position: top left;
	background-repeat:none;
}
/* IE7 is also stupid */
* + html .access span {
	background-position: top left;
	background-repeat:none;
}

.protected span, 
.protected-static span {
	background-image: url(../img/icon_protected.gif);
}
.public span,
.public-static span {
	background-image: url(../img/icon_public.gif);
}
.private span, 
.private-static span {
	background-image: url(../img/icon_private.gif);
}
.parent-method .private span,
.parent-property .private span {
	background-image: url(../img/icon_private_parent.gif);
}
.parent-method .protected span,
.parent-property .protected span {
	background-image: url(../img/icon_protected_parent.gif);
}
.parent-method .public span,
.parent-property .public span {
	background-image: url(../img/icon_public_parent.gif);
}

/* Element table of contents */
#element-toc {
	margin-bottom: 2em;
	clear:both;
}
#element-toc ul {
	list-style: disc;
	margin: 0 0 0 20px
}
#element-toc li {
	margin: 0.5em;
	font-size: 12px;
}
#element-toc .functions,
#element-toc .classes {
	float: left;
}
#element-toc .classes {
	padding-right: 2em;
	margin-right: 2em;
}

/*
Class Index
*****************************/
.letter-links {
	margin: 3em 0;
}
.letter-links a,
.letter-links span {
	padding:2px 10px;
	border-left: 1px solid #ccc;
}
.letter-links a:first-child,
.letter-links span:first-child {
	border: 0;
}
.letter-section {
	float: left;
	margin: 0 1%;
	width: 29%;
}
.letter-section h3 {
	border-bottom: 1px solid #ccc;
}
.class-index {
	list-style: square;
	list-style-position: inside;
	color: #8BAAB2;	
}
.package-list li,
.class-index li {
	margin: 0.6em 0;
	font-size: 14px;
	list-style-position: inside;
}

/*
Sidebar
*****************************/
#sidebar h3 {
	margin-bottom:0.3em;
}
#sidebar .class-index {
	margin-left: 1em;
}
#sidebar .class-index li {
	font-size: 12px;
}
#sidebar .package-tree li {
	list-style:none;
	margin: 2px 0px;
}
#sidebar .package-tree span {
	display:block;
}
#sidebar .package-tree .package-tree {
	padding: 0 0 0 15px;
}


/*
Package Index
*******************/
.api-package h3 {
	font-size:20px;
	border-bottom:1px solid #ccc;
	margin-top:1em;
}
.package-tree {
	list-style: none;
	
}
.package-tree li {
	margin:3px 0;
	list-style: none;
}
.package-tree li span {
	padding: 8px 8px 8px 40px;
	display: block;
	border-top: 2px solid #fff;
}
.package-tree .package-tree {
	background: #fff;
	padding: 0 0 0 30px;
}
.package-tree li {
	margin: 0;
}

.package-tree .has-child &gt; span {
	cursor: pointer;
}
.package-tree .has-child &gt; span:after {
	content: &#039; [+]&#039;;
	font-family: monaco, courier, monospaced;
}
.package-tree .expanded.has-child &gt; span:after {
	content: &#039; [-]&#039;;
	font-family: monaco, courier, monospaced;
}

/*
Code highlighting
****************************/
.code-container {
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d0;
}
.code-block {
	padding: 0;
	font-size: 10px;
	line-height: 1.8em;
	color: #999999;
	margin: 0;
}
.code-block td {
	border: 0;
}

/* Line numbers */
.code-block th {
	text-align: right;
	padding: 0 6px;
	background: #f5f5f5;
	color: #555;
	font: 1.2em courier, monospace;
	border:0;
}
.code-block th a:hover {
	background:none;
}

/* Code region */
.code-block td {
	padding: 0 0 0 10px;
	margin: 0;
	background: #fff;
	line-height: 1.5em;
	height: 1.5em;
	font: 1.2em courier, monospace;
	color: #c30;
}
.code-block .even td { 
	background: #fbfbfb; 
}
.code-block tr:hover td,
.code-block tr:hover th {
	background: #FFFEDA;
}
.code-block .comment { 
	color: #838389;
	white-space:pre;
}
.code-block .default { 
	color: #44c;
	white-space:pre;
}
.code-block .keyword { 
	color: #373; 
	white-space:pre;
}
.code-block .string { 
	color: #c30; 
	white-space:pre;
}

/*
Search results
****************************/
#search-results {
	margin: 10px;
	padding: 4px 0;
}
#search-results li {
	margin: 30px 10px;
	font-size: 140%;
}
#search-results .doc-head {
	border: 0;
}
#search-results h3 {
	font-size: 18px;
}
#search-results .doc-body {
	padding-bottom: 0;
	padding-top: 5px;
}
#search-results .doc-body table {
	margin: 0;
}
#search-results .highlight {
	background: #C9E2E6;
}
#search-results h2 {
	font-size:24px;
	-webkit-text-shadow:1px 0px #ddd;
	text-shadow:0px 1px #ddd;
	margin:0.2em 0;
	border-bottom:1px solid #ddd;
}

/*
Docs coverage
****************************/
.score-box {
	border: 1px solid #333;
	padding: 2px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	background: #efefef;
}
.scorebar {
	background: green;
}
.scorebar span {
	display: block;
	margin-left: 10px;
	color: #fff;
}
.methods-coverage,
.properties-coverage {
	float:left;
	width:49%;
}
.doc-issue {
	clear: both;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
.doc-issue h4 {
	font-size: 16px;
}
.doc-issue ul {
	margin: 0.5em 2em;
}
.doc-issue dd {
	margin: 0;
}

.coverage .yellow {
	color:GoldenRod;
}
.coverage .green {
	color:green;
}
.coverage .red {
	color:DarkRed;
}


.cake-debug {
	background:#fff;
	color:#000;
}
</code></pre></div></div></div>		</div>

		<div id="footer">
			<p>
				<span>
					<a href="/pages/about">About</a>				</span>
				<a href="http://www.cakephp.org/" target="_new"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0" /></a>			</p>
		</div>
	</div>
	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
		try {
			var pageTracker = _gat._getTracker("UA-11048416-3");
			pageTracker._trackPageview();	} catch(err) {}
	</script>
</body>
</html>