Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
cc93520d
Commit
cc93520d
authored
Oct 15, 2018
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: improve css
also use '>' instead of image
parent
8247a191
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
71 deletions
+20
-71
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
...ins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
+20
-5
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img.xml
...lateItem/portal_skins/erp5_corporate_identity_web/img.xml
+0
-26
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/breadmarker.png.png
...skins/erp5_corporate_identity_web/img/breadmarker.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/breadmarker.png.xml
...skins/erp5_corporate_identity_web/img/breadmarker.png.xml
+0
-40
No files found.
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
View file @
cc93520d
...
@@ -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
{
...
...
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img.xml
deleted
100644 → 0
View file @
8247a191
<?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>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/breadmarker.png.png
deleted
100644 → 0
View file @
8247a191
1023 Bytes
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/breadmarker.png.xml
deleted
100644 → 0
View file @
8247a191
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment