Commit cc93520d authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: improve css

also use '>' instead of image
parent 8247a191
...@@ -72,7 +72,7 @@ fieldset { ...@@ -72,7 +72,7 @@ fieldset {
/* === site header === */ /* === site header === */
.ci-web .ci-web-page-header { .ci-web .ci-web-page-header {
margin-bottom: 1em; /*margin-bottom: 1em; */
padding-bottom: 5em; padding-bottom: 5em;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24); -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24); -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
...@@ -141,6 +141,16 @@ fieldset { ...@@ -141,6 +141,16 @@ fieldset {
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
} }
/* ==== site-banner === */
.ci-web-page-banner {
-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
padding: 0 0 2em 0;
}
.ci-web-page-banner .wrapper:not(#wrapper_site_header) {
max-width: 68em;
}
/* /*
ci-web-page-header ci-web-page-header
ci-web-page-footer ci-web-page-footer
...@@ -472,17 +482,22 @@ pre { ...@@ -472,17 +482,22 @@ pre {
margin: 0; margin: 0;
padding: 0; padding: 0;
float: left; float: left;
padding-right: 14px;
margin-right: 7px; margin-right: 7px;
text-decoration: none; text-decoration: none;
color: rgb(28,118,187); color: rgb(28,118,187);
background: url(../img/breadmarker.png) no-repeat right 10px;
transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;
} }
.breadcrumb ul li a:hover:after,
.breadcrumb ul li a::after {
content: ">";
color:#58AFF2;
padding-left: 10px;
}
.breadcrumb ul li a:hover { .breadcrumb ul li a:hover {
color: rgb(2,87,136); color: rgb(2,87,136);
transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
...@@ -491,8 +506,8 @@ pre { ...@@ -491,8 +506,8 @@ pre {
-o-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
} }
.last-breadcrumb { .last-breadcrumb::after {
background:none!important; display: none;
} }
.headteaser .teaserText { .headteaser .teaserText {
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>img</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>breadmarker.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>breadmarker.png</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>6</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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