diff options
author | Simon | 2011-03-09 12:34:15 +0100 |
---|---|---|
committer | Simon | 2011-03-09 12:34:15 +0100 |
commit | 0f9439ca9131a01844f5df8c37af1c51f07e376a (patch) | |
tree | bd075afff5fa4c20db54e7c9a443e0d2b5f93e61 /application/layouts | |
parent | Merge gefixxt (diff) | |
download | pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.tar.gz pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.tar.xz pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.zip |
styles hinzugefügt
Diffstat (limited to 'application/layouts')
-rw-r--r-- | application/layouts/main.phtml | 46 |
1 files changed, 5 insertions, 41 deletions
diff --git a/application/layouts/main.phtml b/application/layouts/main.phtml index 4efe394..3d95f2f 100644 --- a/application/layouts/main.phtml +++ b/application/layouts/main.phtml @@ -4,49 +4,13 @@ <head> <?php -echo $this->headTitle(); -echo $this->headMeta(); -echo $this->headStyle(); -echo $this->headLink(); -echo $this->headScript(); +echo $this->headTitle()."\n"; +echo $this->headMeta()."\n"; +echo $this->headStyle()."\n"; +echo $this->headLink()."\n"; +echo $this->headScript()."\n"; ?> -<style> - html{background-color:#E5F3FF} - #wrapper{width:800px;margin:10px auto;border:1px solid black;background-color:#FFF;} - #innerwrapper{padding:20px;font-family:verdana, arial;} - #logo{text-align:center;font-family:Verdana,Arial;font-size:3em;font-weight:bold;padding:5px;height:1.5em; - background-image: -webkit-gradient( - linear, - left bottom, - left top, - color-stop(0, rgb(204,231,255)), - color-stop(1, rgb(179,220,255)) -); -background-image: -moz-linear-gradient( - center bottom, - rgb(204,231,255) 0%, - rgb(179,220,255) 100% -);} - #nav{border-bottom:1px solid #000;border-top:1px solid #000;background-color:#CCE7FF;padding:5px 10px;} - #nav ul {margin:2px;} - #nav li{ display: inline;list-style-type: none;padding-right: 10px;font-family:verdana;font-size:12px;} - #nav li a{color:#000;} - h1{display:block;width:400px;margin:5px auto;text-align:center;} - table{width:100%;} - th{font-size:12px;border:1px solid #999;} - td{font-size:12px;border:1px solid #CCC;} - .addbutton{float:right;} - .monospace{font-family:Courier New, monospace;} - - dl.zend_form dt{width:120px;float:left;font-family:verdana, arial;font-size:12px;} - dl.zend_form dd{margin-left:120px;} - dl.zend_form dd *{font-size:12px;} - tr.entry{background-color:#FFF5CC;} - tr.detail>td{border:none;} - tr.detail table tr td{background-color:#E2EFE1;} - -</style> </head> <body> <div id='wrapper'> |