mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
68b194965e
Author: phpnut Date: 8:52:12 PM, Sunday, October 23, 2005 Message: adding cakephp power image [1177] Author: phpnut Date: 8:48:32 PM, Sunday, October 23, 2005 Message: Updated scaffold to use new layout template. [1176] Author: phpnut Date: 7:09:27 PM, Sunday, October 23, 2005 Message: renaming cake/conf to cake/config [1175] Author: phpnut Date: 7:06:04 PM, Sunday, October 23, 2005 Message: moving tags.ini.php to cake/conf/tags.ini.php [1174] Author: phpnut Date: 6:52:19 PM, Sunday, October 23, 2005 Message: updating css/cake.scaffold.css [1173] Author: phpnut Date: 6:46:07 PM, Sunday, October 23, 2005 Message: updating css/cake.deafult.css and default layout [1172] Author: phpnut Date: 6:42:48 PM, Sunday, October 23, 2005 Message: updating css/cake.scaffold.css [1171] Author: phpnut Date: 6:41:00 PM, Sunday, October 23, 2005 Message: Adding spaces to tags.ini file [1170] Author: phpnut Date: 6:37:17 PM, Sunday, October 23, 2005 Message: Removing code that is no longer used [1169] Author: phpnut Date: 6:34:24 PM, Sunday, October 23, 2005 Message: removing files that are no longer used [1168] Author: phpnut Date: 6:19:46 PM, Sunday, October 23, 2005 Message: Cleaning up Scaffold class. [1167] Author: phpnut Date: 5:26:27 PM, Sunday, October 23, 2005 Message: Changes are added to remove the $this->models array that would hold the instance of the models. Now they are available as $this->ModelName; This should be CamelCased. Added check in the Scaffold to return forms when accessing the actions update, create without a form being submitted. [1166] Author: phpnut Date: 3:53:08 PM, Sunday, October 23, 2005 Message: Making change to allow setting the name of a class camel cased to fix issues with PHP 4. In both the model and the controllers: Model: var $name = 'ModelName'; Controller: var $name = 'ControllerName'; ControllerName not ControllerNameController. [1165] Author: phpnut Date: 1:45:17 PM, Sunday, October 23, 2005 Message: Fix added for problems with key name that was added to the class registry when underscored git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1179 3807eeeb-6ff5-0310-8944-8be069107fe0
186 lines
2.7 KiB
CSS
186 lines
2.7 KiB
CSS
body
|
|
{
|
|
margin: 4px 30px;
|
|
font: 13px "Trebuchet MS",Verdana,Arial,Sans-serif;
|
|
background-color: #51230B;
|
|
line-height: 18px;
|
|
}
|
|
|
|
h1
|
|
{
|
|
margin: 4px;
|
|
padding: 0;
|
|
color: #71300F;
|
|
font-size: 30px;
|
|
}
|
|
|
|
h1 em {
|
|
color: #DBA941;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
}
|
|
|
|
h2
|
|
{
|
|
margin-top: 20px;
|
|
margin-bottom: 6px;
|
|
padding: 0;
|
|
color: #71300F;
|
|
}
|
|
|
|
h2 em {
|
|
color: #DBA941;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-variant: normal;
|
|
}
|
|
h3
|
|
{
|
|
margin-top: 20px;
|
|
margin-bottom: 6px;
|
|
color: #71300F;
|
|
}
|
|
acronym
|
|
{
|
|
border-bottom: 1px dotted #DBA941;
|
|
}
|
|
|
|
ul
|
|
{
|
|
font-family: Helvetica;
|
|
margin-top: 2px;
|
|
margin-bottom: 6px;
|
|
padding: 2px 30px;
|
|
}
|
|
ul li
|
|
{
|
|
list-style-image: url("../img/cake.redbox.gif");
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
p
|
|
{
|
|
font-family: Helvetica;
|
|
margin-top: 2px;
|
|
margin-left: 4px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
#container
|
|
{
|
|
margin-bottom: 20px;
|
|
border: 5px solid #fff;
|
|
background-color: #EBEDEE;
|
|
}
|
|
|
|
#header
|
|
{
|
|
padding: 0px;
|
|
height: 112px;
|
|
background: #fff url("../img/cake.bg.header.gif") repeat-x;
|
|
border-bottom: 1px solid #D2D7D8;
|
|
vertical-align: bottom;
|
|
white-space: normal;
|
|
}
|
|
|
|
#headerLogo
|
|
{
|
|
float: left;
|
|
border: 0;
|
|
}
|
|
#headerLogo img
|
|
{
|
|
border: 0;
|
|
}
|
|
#headerNav
|
|
{
|
|
float: right;
|
|
margin-top: 56px;
|
|
margin-right: 30px;
|
|
margin-bottom: 12px;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #71300F;
|
|
}
|
|
|
|
#headerNav a {
|
|
padding: 4px 10px;
|
|
}
|
|
#headerNav a:hover {
|
|
padding: 4px 10px;
|
|
background-color: #D2D7D8;
|
|
}
|
|
#headerNav .active {
|
|
padding: 4px 10px;
|
|
background-color: #D2D7D8;
|
|
}
|
|
#pageNav {
|
|
margin-top: 20px;
|
|
margin-right: 30px;
|
|
text-align: right;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #71300F;
|
|
}
|
|
|
|
#pageNav a {
|
|
padding: 4px 10px;
|
|
border-top: 1px solid #EBEDEE;
|
|
border-left: 1px solid #EBEDEE;
|
|
border-right: 1px solid #EBEDEE;
|
|
}
|
|
#pageNav a:hover {
|
|
padding: 4px 10px;
|
|
background-color: #fff;
|
|
border-top: 1px solid #D2D7D8;
|
|
border-left: 1px solid #D2D7D8;
|
|
border-right: 1px solid #D2D7D8;
|
|
}
|
|
#pageNav .active {
|
|
padding: 4px 10px;
|
|
background-color: #fff;
|
|
border-top: 1px solid #D2D7D8;
|
|
border-left: 1px solid #D2D7D8;
|
|
border-right: 1px solid #D2D7D8;
|
|
}
|
|
#content
|
|
{
|
|
clear: both;
|
|
margin: 2px 20px 20px 20px;
|
|
padding: 6px 28px 40px 22px;
|
|
background-color: #fff;
|
|
border-top: 1px solid #D2D7D8;
|
|
border-left: 1px solid #D2D7D8;
|
|
border-right: 1px solid #D2D7D8;
|
|
border-bottom: 1px solid #D2D7D8;
|
|
}
|
|
a
|
|
{
|
|
color: #71300F;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #71300F;
|
|
text-decoration: underline;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#footer
|
|
{
|
|
padding-bottom: 0px;
|
|
text-align: right;
|
|
}
|
|
/***Please Leave Powered by Cake****/
|
|
#pb-cake {
|
|
margin-bottom: 20px;
|
|
padding-right: 6px;
|
|
text-align: center;
|
|
}
|
|
#pb-cake a {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|