3 * Generic CSS for CakePHP
5 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
8 * Licensed under The MIT License
9 * Redistributions of files must retain the above copyright notice.
11 * @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
12 * @link http://cakephp.org CakePHP(tm) Project
14 * @subpackage cake.app.webroot.css
16 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
24 /** General Style Info **/
28 font-family:'lucida grande',verdana
,helvetica
,arial
,sans-serif
;
34 text-decoration: underline
;
56 font-family:'Gill Sans','lucida grande', helvetica
, arial
, sans-serif
;
61 font-family:'Gill Sans','lucida grande', helvetica
, arial
, sans-serif
;
82 background: #003d4c url
('../img/cake.icon.png') no-repeat left
;
90 text-decoration: none
;
95 text-decoration: underline
;
101 padding: 10px 20px 40px 20px;
116 border-left:1px solid
#666;
141 border-bottom:2px solid
#555;
148 text-decoration: none
;
161 border-bottom:1px solid
#ddd;
163 table
tr:nth-child
(2n) td
{
177 .cake-sql-log table {
183 font-family: Monaco
, Consolas
, "Courier New", monospaced
;
185 .cake-sql-log caption {
196 div
.paging span
.disabled
{
200 div
.paging span
.current
{
206 /** Scaffold View **/
234 border: 1px solid
#ccc;
249 fieldset fieldset legend
{
253 fieldset fieldset div
{
261 vertical-align: text-top
;
269 form
.required
label:after
{
287 font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif
;
294 vertical-align: text-bottom
;
296 select
[multiple
=multiple
] {
303 input
[type
=checkbox
] {
306 margin: 0px 6px 7px 2px;
318 margin: 0 0 6px 20px;
325 form
.submit input
[type
=submit
] {
327 background: -webkit-gradient
(linear
, left top
, left bottom
, from
(#a8ea9c), to
(#62af56));
328 background-image: -moz-linear-gradient
(top
, #a8ea9c, #62af56);
329 border-color: #2d6324;
331 text-shadow: #8cee7c 0px 1px 0px;
333 form
.submit input
[type
=submit
]:hover
{
335 background: -webkit-gradient
(linear
, left top
, left bottom
, from
(#85e573), to
(#4ca83d));
336 background-image: -moz-linear-gradient
(top
, #85e573, #4ca83d);
339 /** Notices and Errors **/
356 background-color: #e32;
358 font-family: Courier
, monospace
;
373 font-family: Courier
, monospace
;
391 list-style-type: none
;
395 div
.actions ul li a
{
400 div
.actions ul li
a:hover
{
401 text-decoration: underline
;
410 background: -webkit-gradient
(linear
, left top
, left bottom
, from
(#f1f1d4), to
(#e6e49f));
411 background-image: -moz-linear-gradient
(top
, #f1f1d4, #e6e49f);
413 border:1px solid
#aaac62;
414 -webkit-border-radius:8px;
415 -moz-border-radius:8px;
417 text-decoration:none
;
418 text-shadow: #fff 0px 1px 0px;
421 input
[type
=submit
]:hover
,
422 div
.actions ul li
a:hover
,
425 background: -webkit-gradient
(linear
, left top
, left bottom
, from
(#f7f7e1), to
(#eeeca9));
448 div
.cake-stack-trace
{
458 div
.cake-code-dump pre
{
462 div
.cake-stack-trace pre
, div
.cake-code-dump pre
{
464 background-color: #F0F0F0;
469 div
.cake-code-dump pre
, div
.cake-code-dump pre code
{
477 div
.cake-code-dump span
.code-highlight
{
478 background-color: #ff0;
481 div
.code-coverage-results div
.code-line
{
486 div
.code-coverage-results div
.uncovered span
.content
{
489 div
.code-coverage-results div
.covered span
.content
{
492 div
.code-coverage-results div
.ignored span
.content
{
495 div
.code-coverage-results span
.line-num
{
503 div
.code-coverage-results span
.line-num strong
{
506 div
.code-coverage-results div
.start
{
507 border:1px solid
#aaa;
508 border-width:1px 1px 0px 1px;
512 div
.code-coverage-results div
.end
{
513 border:1px solid
#aaa;
514 border-width:0px 1px 1px 1px;
518 div
.code-coverage-results div
.realstart
{
521 div
.code-coverage-results p
.note
{
527 div
.code-coverage-results span
.result-bad
{
530 div
.code-coverage-results span
.result-ok
{
533 div
.code-coverage-results span
.result-good
{