Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
valencia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
valencia
Commits
e4d2cefd
Commit
e4d2cefd
authored
Dec 02, 2014
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unified footer background color
parent
5eef09f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
22 deletions
+29
-22
css/style.css
css/style.css
+25
-22
sass/style.scss
sass/style.scss
+4
-0
No files found.
css/style.css
View file @
e4d2cefd
...
...
@@ -3720,9 +3720,9 @@ header.banner .nav-primary ul a.active {
header
.banner
.nav-primary
ul
li
a
:hover
{
background
:
#e1662f
;
border-top
:
0
;
-moz-box-shadow
:
inset
0
2px
2px
-2px
#777
;
-webkit-box-shadow
:
inset
0
2px
2px
-2px
#777
;
box-shadow
:
inset
0
2px
2px
-2px
#777
;
-moz-box-shadow
:
inset
0
2px
2px
-2px
#777
777
;
-webkit-box-shadow
:
inset
0
2px
2px
-2px
#777
777
;
box-shadow
:
inset
0
2px
2px
-2px
#777
777
;
}
/* line 70, ../sass/core/patterns/_header.scss */
...
...
@@ -3801,7 +3801,7 @@ header.banner .nav-primary ul li a:hover {
/* line 124, ../sass/core/patterns/_header.scss */
header
.banner
.nav-primary
ul
li
a
.active
{
background-color
:
#ddd
;
background-color
:
#ddd
ddd
;
}
/* line 128, ../sass/core/patterns/_header.scss */
...
...
@@ -4087,7 +4087,7 @@ html.no-svg header.banner .logo-ubuntu, .opera-mini header.banner .logo-ubuntu {
/* line 389, ../sass/core/patterns/_header.scss */
header
.banner
.nav-primary
ul
li
a
.active
{
background-color
:
#ddd
;
background-color
:
#ddd
ddd
;
}
/* line 393, ../sass/core/patterns/_header.scss */
...
...
@@ -4910,7 +4910,7 @@ header.banner .search-toggle {
-webkit-box-sizing
:
content-box
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
background
:
url("//assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/icon-search.png")
no-repeat
scroll
5px
center
,
none
repeat
scroll
0
0
#
BE3D
00
;
background
:
url("//assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/icon-search.png")
no-repeat
scroll
5px
center
,
none
repeat
scroll
0
0
#
be3d
00
;
border
:
6px
solid
#DE6532
;
border-width
:
0
0
1px
;
color
:
#fff
;
...
...
@@ -5238,9 +5238,9 @@ footer.global {
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-moz-box-shadow
:
inset
0
2px
2px
-1px
#d3d3d3
;
-webkit-box-shadow
:
inset
0
2px
2px
-1px
#d3d3d3
;
box-shadow
:
inset
0
2px
2px
-1px
#d3d3d3
;
-moz-box-shadow
:
inset
0
2px
2px
-1px
lightgray
;
-webkit-box-shadow
:
inset
0
2px
2px
-1px
lightgray
;
box-shadow
:
inset
0
2px
2px
-1px
lightgray
;
background
:
none
;
border-top
:
0
;
clear
:
both
;
...
...
@@ -5458,9 +5458,9 @@ html.no-svg footer.global .top-link a, .opera-mini footer.global .top-link a {
}
/* line 16, ../sass/core/patterns/_contextual-footer.scss */
#context-footer
hr
{
-moz-box-shadow
:
inset
0
2px
2px
-2px
#333
;
-webkit-box-shadow
:
inset
0
2px
2px
-2px
#333
;
box-shadow
:
inset
0
2px
2px
-2px
#333
;
-moz-box-shadow
:
inset
0
2px
2px
-2px
#333
333
;
-webkit-box-shadow
:
inset
0
2px
2px
-2px
#333
333
;
box-shadow
:
inset
0
2px
2px
-2px
#333
333
;
background
:
#dd4814
;
height
:
14px
;
margin
:
0
0
10px
;
...
...
@@ -7502,7 +7502,7 @@ h1 small, h2 small {
/* line 39, ../sass/_classes.scss */
.background-wallpaper
.box
,
.download-desktop
.box
,
.lubuntu
.box
,
.community
.box
{
-webkit-box-shadow
:
0px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
-mo
x
-box-shadow
:
0px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
-mo
z
-box-shadow
:
0px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
-ms-box-shadow
:
0px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
box-shadow
:
0px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
}
...
...
@@ -7585,7 +7585,7 @@ body.toolbar .logo {
/* line 40, ../sass/style.scss */
body
.node-type-community-page
{
background
:
url("../img/dotted.png")
repeat
scroll
0
0
#
F5F6F
7
;
background
:
url("../img/dotted.png")
repeat
scroll
0
0
#
f5f6f
7
;
}
/* line 44, ../sass/style.scss */
...
...
@@ -7651,7 +7651,7 @@ header.banner.inverted .header-search input[type="search"] {
margin-bottom
:
0
;
background-color
:
transparent
;
-webkit-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-mo
x
-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-mo
z
-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-ms-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
all
0.5s
;
...
...
@@ -7666,19 +7666,19 @@ header.banner.inverted .header-search input[type="search"]:focus {
}
/* line 14, ../sass/_mixins.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
::-webkit-input-placeholder
{
color
:
#555
;
color
:
#555
555
;
}
/* line 17, ../sass/_mixins.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-moz-placeholder
{
color
:
#555
;
color
:
#555
555
;
}
/* line 20, ../sass/_mixins.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
::-moz-placeholder
{
color
:
#555
;
color
:
#555
555
;
}
/* line 23, ../sass/_mixins.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-ms-input-placeholder
{
color
:
#555
;
color
:
#555
555
;
}
/* line 126, ../sass/style.scss */
header
.banner.inverted
.header-search
button
[
type
=
"submit"
]
{
...
...
@@ -7709,15 +7709,18 @@ header.banner .site-name .logo-ubuntuit {
}
/* line 155, ../sass/style.scss */
footer
.global
{
background
:
#eeeeee
;
}
/* line 159, ../sass/style.scss */
.inner-wrapper
{
-moz-box-shadow
:
0
2px
3px
#c9c9c9
;
-webkit-box-shadow
:
0
2px
3px
#c9c9c9
;
box-shadow
:
0
2px
3px
#c9c9c9
;
}
/* line 16
2
, ../sass/style.scss */
/* line 16
6
, ../sass/style.scss */
a
.link-cta-ubuntu
{
margin
:
0
0
0.75em
0
;
}
/*# sourceMappingURL=style.css.map */
sass/style.scss
View file @
e4d2cefd
...
...
@@ -152,6 +152,10 @@ header.banner {
}
}
footer
.global
{
background
:
#eeeeee
;
}
.inner-wrapper
{
-moz-box-shadow
:
0
2px
3px
#c9c9c9
;
-webkit-box-shadow
:
0
2px
3px
#c9c9c9
;
...
...
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