Commit 6606c1f9 authored by Ivan Tyagov's avatar Ivan Tyagov

Merge KM theme into one CSS file.

Set proper titles.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40642 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93521323
......@@ -120,7 +120,7 @@ button.formbt span {\n
</item>
<item>
<key> <string>title</string> </key>
<value> <unicode></unicode> </value>
<value> <unicode>KM IE fixes</unicode> </value>
</item>
</dictionary>
</pickle>
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts89997333.59</string> </value>
<value> <string>ts90671605.44</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -638,7 +638,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>KM Gadgets CSS</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -302,7 +302,7 @@ div.listbox-page-navigation button.listbox_last_page span.image {\n
</item>
<item>
<key> <string>title</string> </key>
<value> <unicode></unicode> </value>
<value> <unicode>KM Listbox CSS</unicode> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[
/****************************************************************/\n
/* TODO: XXX-JPS */\n
/* - missing docstring */\n
/* - add dynamic properties */\n
/****************************************************************/\n
\n
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\');\n
menu_opacity python:here.getLayoutProperty(\'layout_navigation_menu_opacity\', \'0.80\');\n
menu_width python:here.getLayoutProperty(\'layout_navigation_menu_width\', \'145px\');\n
menu_indent python:here.getLayoutProperty(\'layout_navigation_menu_indent\', \'155px\');" >\n
\n
#menu {\n
\n
z-index:100;\n
}\n
\n
#menu ul.nav li{\n
z-index:110;\n
}\n
\n
#menu ul.nav li a, #menu ul.nav li a:visited {\n
\n
display:block;\n
text-decoration:none;\n
text-align:center;\n
padding: 0 8px;\n
}\n
\n
\n
#menu ul.nav {\n
\n
padding:0;\n
margin:0;\n
list-style: none;\n
}\n
\n
#menu ul.nav li {\n
\n
float:left;\n
position:relative;\n
\n
}\n
\n
#menu ul.nav li ul {\n
\n
display: none;\n
\n
}\n
\n
#menu ul.nav li:hover a {\n
\n
background-color: #a8a799;\n
color:#fff;\n
text-shadow: 0 1px 0 #7a7964;\n
\n
}\n
\n
#menu ul.nav li:hover ul {\n
\n
display:block;\n
position:absolute;\n
top:0;\n
padding-top:30px;\n
left:0;\n
width:205px;\n
opacity: <tal:block tal:replace="menu_opacity">0.80</tal:block>;\n
\n
}\n
\n
#menu ul.nav li:hover ul li a {\n
\n
text-align:left;\n
display:block;\n
background:#818363;\n
color:#fff;\n
width:<tal:block tal:replace="menu_width">145px</tal:block>;\n
font-weight:normal;\n
line-height:15px;\n
padding: 5px 5px 10px 5px;\n
-webkit-transition-property: background;\n
-webkit-transition-duration: 0.1s;\n
-webkit-transition-timing-function: ease-in;\n
\n
}\n
\n
#menu ul.nav li:hover ul li a:hover { background:#37391e; }\n
#menu ul.nav li:hover ul li a.workflow_title:hover { background:#818363; }\n
\n
#menu ul.nav li:hover ul li:hover ul {\n
\n
display:block;\n
position:absolute;\n
left:<tal:block tal:replace="menu_indent">155px</tal:block>;\n
top:0;\n
margin:0;\n
padding:0;\n
opacity: <tal:block tal:replace="menu_opacity">0.80</tal:block>;\n
\n
}\n
\n
#menu ul.nav li:hover ul li:hover ul.left { left:-105px; }\n
\n
#menu ul.nav li ul,\n
#menu ul.nav li:hover ul li ul,\n
#menu ul.nav li:hover ul li:hover ul li ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li:hover ul li ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul {\n
\n
display:none;\n
\n
}\n
\n
#menu ul.nav li:hover ul,\n
#menu ul.nav li:hover ul li:hover ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li:hover ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,\n
#menu ul.nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul\n
\n
{\n
\n
display:block;\n
\n
}\n
\n
</tal:block>\n
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>pulldown.css</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n
/* ## home banner #################################### start ## */\n
\n
.homebanner {\n
\n
\tbackground: url(../community_img/homebanner.jpg) no-repeat transparent;\n
\tcolor:#fff;\n
\ttext-shadow: 0 1px 0 #006686;\n
\n
}\n
\n
.homebanner h2 {\n
\n
\ttext-shadow: 0 3px 0 #0d7dab;\n
\n
}\n
\n
.homebanner ul li {\n
\t\n
\tlist-style-image: none;\n
\tlist-style-type: none;\n
\tbackground: url(../community_img/bannerbullet.png) no-repeat transparent;\n
\n
}\n
\n
.button-why:link, .button-why:active, .button-why:visited {\n
\n
\tbackground: url(../community_img/bannerbuttons.png) no-repeat transparent;\n
\n
}\n
.button-why:hover {\n
\n
\tbackground-position: 0 100%;\n
\n
}\n
\n
.button-try:link, .button-try:active, .button-try:visited {\n
\n
\tbackground: url(../community_img/bannerbuttons.png) no-repeat transparent;\n
\tbackground-position: -158px 0;\n
\n
}\n
.button-try:hover {\n
\n
\tbackground-position: -158px 100%;\n
\n
}\n
\n
/* ## home banner ##################################### end ### */\n
\n
\n
\n
/* ## home banner #################################### start ## */\n
\n
.homebanner {\n
\n
\tdisplay: block;\n
\twidth: 924px;\n
\theight: 283px;\n
margin:10px 14px 10px;\n
\n
}\n
\n
.homebanner h2 {\n
\n
\tpadding:25px;\n
\tmargin:0;\n
\n
}\n
\n
.homebanner h4 {\n
\n
\tposition: absolute;\n
\tbottom: 20px;\n
\tright:25px;\n
\tpadding:0;\n
\tmargin:0;\n
\n
}\n
\n
.homebanner img {\n
\n
\tposition: absolute;\n
\ttop: 89px;\n
\tright:1px;\n
\n
}\n
\n
.homebanner ul {\n
\n
\tposition: absolute;\n
\ttop:101px;\n
\tleft:5px;\n
\tmargin:0;\n
\tpadding:0 30px;\n
\twidth: 200px;\n
\n
}\n
\n
.homebanner ul li {\n
\n
\tmargin:0;\n
\tpadding: 7px 10px 7px 30px;\n
\tdisplay: block;\n
\t\n
}\n
\n
.button-why:link, .button-why:active, .button-why:visited, .button-try:link, .button-try:active, .button-try:visited {\n
\n
\twidth:158px;\n
\theight:47px;\n
\tdisplay: block;\n
\tposition: absolute;\n
\tbottom:0;\n
\tleft:25px;\n
\ttext-indent: -999999px;\n
\n
}\n
\n
.button-try:link, .button-try:active, .button-try:visited {\n
\n
\tleft: 180px;\n
\n
}\n
\n
\n
\n
\n
\n
/* ## home banner ##################################### end ### */\n
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>splash.css</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[
/****************************************************************/\n
/* TODO: XXX-JPS */\n
/* - missing docstring */\n
/* - add dynamic properties */\n
/****************************************************************/\n
\n
/*\n
## dreikelvin CSS Framework 3.5\n
##\n
## Author & Copyright: Robert Jung 2008\n
## URL: http://design.dreikelvin.de/\n
##\n
## CSS for "ERP5"\n
##\n
##\n
*/\n
/* ## XHTML basis elements ############################ start # */\n
\n
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n
body {\n
\n
\tfont-family: Arial, Verdana, Helvetica, Sans;\n
\tcolor:#000;\n
\tfont-size:10pt;\n
\n
}\n
\n
button {\n
\tfont-family: Arial, Verdana, Helvetica, Sans;\n
}\n
\n
.gadget h2 {\n
\n
\tfont-size: 10pt;\n
\n
}\n
\n
.gadget h3 {\n
\n
\tfont-size: 10pt;\n
\n
}\n
\n
\n
.gadget .post small {\n
\n
\tfont-size:10pt;\n
\tfont-style: italic;\n
\n
}\n
\n
table tr td, table tr th, table tr th button {\n
\n
\tfont-size:9pt;\n
\n
}\n
\n
#wrapper_footer { font-size:8pt; }\n
\n
#menu { font-size: 9pt; }\n
\n
\n
label {\n
\n
\tfont-weight:bold;\n
\n
}\n
\n
.saveView, .saveEdit { text-indent:15px; font-size:10pt; }\n
\n
#tabs ul li.first a, #tabs ul li.last a { font-weight: normal; }\n
\n
div#km_front div#main_content .box_inner_content .text .list_style span{\n
font-size:0.8em;\n
}\n
\n
#navigation_table td{ font-size: 8pt; }\n
\n
/* ## link styling ################################### start # */\n
\n
a:link, a:visited, a:active {\n
\n
\ttext-decoration: none;\n
\n
}\n
\n
.pnav a {\n
\n
\tfont-size:9pt;\n
\n
}\n
\n
a.bt-edit strong { font-size:8pt; }\n
\n
a.status:link, a.status:active, a.status:visited, .status { font-weight:normal; }\n
\n
a.bt-download:link, a.bt-download:active, a.bt-download:visited,\n
a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited { font-weight: normal; font-size:9pt; }\n
\n
.bt-small { font-weight:normal; font-size:7pt; }\n
\n
/* ## link styling ################################### end ### */\n
\n
\n
\n
div#wrapper_headline span.header_title {\n
\n
font-size:1.2em;\n
\tfont-weight:bold;\n
\n
}\n
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>type.css</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -111,15 +111,10 @@
\'%s/erp5_web_toolbar.css\' % portal_path,\n
\'%s/erp5_knowledge_box.css\' % portal_path,\n
\'%s/erp5_knowledge_box_web.css\' % portal_path,\n
\'%s/km_css/layout.css\' % portal_path,\n
\'%s/km_css/splash.css\' % portal_path,\n
\'%s/km_css/color.css\' % portal_path,\n
\'%s/km_css/pulldown.css\' % portal_path,\n
\'%s/km_css/type.css\' % portal_path,\n
\'%s/km_css/km.css\' % portal_path,\n
\'%s/km_css/gadget.css\' % portal_path,\n
\'%s/km_css/km_listbox.css\' % portal_path,\n
\'%s/km_custom.css\' % portal_path,\n
];\n
\'%s/km_custom.css\' % portal_path,];\n
global js_list python:[\n
\'%s/km_js/erp5_km.js\' % portal_path,\n
]">\n
......
1691
1692
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment