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
665583b8
Commit
665583b8
authored
Oct 04, 2014
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved classes for header with background
parent
5d53bec7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
22 deletions
+28
-22
css/style.css
css/style.css
+15
-12
sass/_classes.scss
sass/_classes.scss
+13
-10
No files found.
css/style.css
View file @
665583b8
...
...
@@ -7493,43 +7493,46 @@ h1 small, h2 small {
}
/* line 32, ../sass/_classes.scss */
.background-wallpaper
{
.background-wallpaper
,
.download-desktop
,
.lubuntu
,
.community
{
color
:
#ffffff
;
}
/* line 35, ../sass/_classes.scss */
.background-wallpaper
.note
{
.background-wallpaper
.note
,
.download-desktop
.note
,
.lubuntu
.note
,
.community
.note
{
color
:
rgba
(
255
,
255
,
255
,
0.6
)
!important
;
}
/* line 39, ../sass/_classes.scss */
.background-wallpaper
.box
{
.background-wallpaper
.box
,
.download-desktop
.box
,
.lubuntu
.box
,
.community
.box
{
-webkit-box-shadow
:
0px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
-mox-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
;
}
/* line 43, ../sass/_classes.scss */
.background-wallpaper
.link-button
{
.background-wallpaper
.link-button
,
.download-desktop
.link-button
,
.lubuntu
.link-button
,
.community
.link-button
{
color
:
#ffffff
!important
;
}
/* line 48, ../sass/_classes.scss */
.background-wallpaper
.download-desktop
{
/* line 49, ../sass/_classes.scss */
.download-desktop
{
background
:
url("../img/backgrounds/download-desktop.jpg")
100%
70%
;
}
/* line 51, ../sass/_classes.scss */
.background-wallpaper
.lubuntu
{
/* line 53, ../sass/_classes.scss */
.lubuntu
{
background
:
url("../img/backgrounds/lubuntu.png")
;
}
/* line 54, ../sass/_classes.scss */
.background-wallpaper
.community
{
/* line 57, ../sass/_classes.scss */
.community
{
background
:
url("../img/backgrounds/community.jpg")
;
}
/* line
59
, ../sass/_classes.scss */
/* line
62
, ../sass/_classes.scss */
.full-width
{
width
:
100%
!important
;
}
/* line 6
3
, ../sass/_classes.scss */
/* line 6
6
, ../sass/_classes.scss */
.link-button
{
background
:
transparent
!important
;
padding
:
0
!important
;
...
...
sass/_classes.scss
View file @
665583b8
...
...
@@ -43,17 +43,20 @@ h1 small, h2 small {
.link-button
{
color
:
#ffffff
!
important
;
}
}
// Background images
.download-desktop
{
background
:
url('../img/backgrounds/download-desktop.jpg')
100%
70%
;
}
.lubuntu
{
background
:
url('../img/backgrounds/lubuntu.png')
;
}
.community
{
background
:
url('../img/backgrounds/community.jpg')
;
}
// Background images
.download-desktop
{
@extend
.background-wallpaper
;
background
:
url('../img/backgrounds/download-desktop.jpg')
100%
70%
;
}
.lubuntu
{
@extend
.background-wallpaper
;
background
:
url('../img/backgrounds/lubuntu.png')
;
}
.community
{
@extend
.background-wallpaper
;
background
:
url('../img/backgrounds/community.jpg')
;
}
.full-width
{
...
...
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