mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
4b9df4fda4
Author: phpnut Date: 4:44:45 AM, Wednesday, October 26, 2005 Message: AJAX is now available as a by default in the $html variable in the templates. You access it like this: $html->Ajax->xxx(); Updated default templates. [1208] Author: phpnut Date: 6:49:26 PM, Tuesday, October 25, 2005 Message: Adding fix in Controller::generateFieldNames(); [1203] Author: phpnut Date: 10:40:28 AM, Tuesday, October 25, 2005 Message: Changes made to core templates and css. Fixed added for Ticket #60 [1202] Author: phpnut Date: 2:30:58 AM, Tuesday, October 25, 2005 Message: Fix for cake error templates Fixed a key for tables that are underscored in scaffolded code. git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1211 3807eeeb-6ff5-0310-8944-8be069107fe0
155 lines
No EOL
2.4 KiB
CSS
155 lines
No EOL
2.4 KiB
CSS
/* CSS Document */
|
|
h1
|
|
{
|
|
padding: 2px 6px;
|
|
color: #fff;
|
|
background-color: #71300F;
|
|
font-size: 30px;
|
|
}
|
|
h2
|
|
{
|
|
padding: 1px 6px;
|
|
color: #fff;
|
|
background-color: #71300F;
|
|
font-size: 24px;
|
|
}
|
|
code, pre {
|
|
color:#44a;
|
|
font-family:monospace;
|
|
font-size:1.15em;
|
|
}
|
|
code {
|
|
color:#227;
|
|
margin:0 .2em;
|
|
white-space:nowrap;
|
|
}
|
|
pre {
|
|
margin-left:1em;
|
|
}
|
|
acronym {
|
|
border-bottom:1px dotted #666;
|
|
}
|
|
ul {
|
|
margin-top:1em;
|
|
list-style:none;
|
|
}
|
|
li {
|
|
margin-left:2em;
|
|
list-style:none;
|
|
list-style-image: none;
|
|
}
|
|
|
|
.notice {
|
|
color: #71300F;
|
|
background-color: #DBA941;
|
|
font-family: Verdana;
|
|
display: block;
|
|
padding: 1em;
|
|
}
|
|
.tip {
|
|
color: #71300F;
|
|
font-size: 14px;
|
|
background-color: #DBA941;
|
|
display: block;
|
|
padding: 1em;
|
|
}
|
|
|
|
ul.actions {
|
|
list-style: none;
|
|
text-align:left;
|
|
margin:2em 0;
|
|
padding: 0 0em;
|
|
}
|
|
ul.actions li {
|
|
margin-left:1em;
|
|
list-style: none;
|
|
display: inline;
|
|
}
|
|
ul.actions li a, ul.actions li input {
|
|
padding: 2px 12px;
|
|
color: #71300F;
|
|
background-color:#ccc;
|
|
text-decoration: none;
|
|
border: 1px solid #666;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-align:center;
|
|
text-decoration: none;
|
|
}
|
|
ul.actions li a:hover {
|
|
color: #71300F;
|
|
background-color:#fff;
|
|
text-decoration: none;
|
|
}
|
|
td.listactions {
|
|
width: 14em;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
td.listactions a {
|
|
|
|
padding: 0px 8px;
|
|
text-align:center;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #71300F;
|
|
background-color:#ccc;
|
|
text-decoration: none;
|
|
border: 1px solid #666;
|
|
|
|
}
|
|
td.listactions a:hover {
|
|
padding: 0px 8px;
|
|
text-align:center;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
background-color:#71300F;
|
|
text-decoration: none;
|
|
border: 1px solid #666;
|
|
white-space: nowrap;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
border: 1px solid #333;
|
|
clear:both;
|
|
margin: 0em 0 2em 0;
|
|
white-space: normal;
|
|
}
|
|
th {
|
|
background-color: #ccc;
|
|
border-top: 1px solid #fff;
|
|
border-right: 1px solid #666;
|
|
border-bottom: 1px solid #666;
|
|
text-align: center;
|
|
padding:3px;
|
|
}
|
|
table tr td {
|
|
border-right: 1px solid #ccc;
|
|
padding:4px 4px;
|
|
font-size: 12px;
|
|
vertical-align:top;
|
|
text-align: center;
|
|
}
|
|
table tr.altRow td {
|
|
background: #f4f4f4;
|
|
}
|
|
div.related {
|
|
clear:both;
|
|
display:block;
|
|
}
|
|
dl {
|
|
line-height:2em;
|
|
margin:1em;
|
|
}
|
|
dt {
|
|
font-weight: bold;
|
|
vertical-align:top;
|
|
}
|
|
dd {
|
|
margin-left:10em;
|
|
margin-top:-2em;
|
|
vertical-align:top;
|
|
} |