Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e134d549
Commit
e134d549
authored
Dec 14, 2010
by
Dries
Browse files
- Patch
#992738
by tim.plunkett, jensimmons: Bartik's Featured region doesn't support colorization.
parent
36278f01
Changes
2
Hide whitespace changes
Inline
Side-by-side
themes/bartik/color/color.inc
View file @
e134d549
...
...
@@ -41,8 +41,8 @@
'top'
=>
'#cd2d2d'
,
'bottom'
=>
'#cf3535'
,
'text'
=>
'#3b3b3b'
,
'sidebar'
=>
'#f1f
1f1
'
,
'sidebarborders'
=>
'#
c2c2c2
'
,
'sidebar'
=>
'#f1f
4f0
'
,
'sidebarborders'
=>
'#
ededed
'
,
'footer'
=>
'#1f1d1c'
,
'titleslogan'
=>
'#fffeff'
,
),
...
...
@@ -69,8 +69,8 @@
'top'
=>
'#4c1c58'
,
'bottom'
=>
'#593662'
,
'text'
=>
'#301313'
,
'sidebar'
=>
'#
f8f3
e7'
,
'sidebarborders'
=>
'#e
4e3d4
'
,
'sidebar'
=>
'#
eded
e7'
,
'sidebarborders'
=>
'#e
7e7e7
'
,
'footer'
=>
'#2c2c28'
,
'titleslogan'
=>
'#ffffff'
,
),
...
...
themes/bartik/css/style.css
View file @
e134d549
...
...
@@ -541,6 +541,7 @@ h1#site-name {
padding
:
20px
0
45px
;
margin
:
0
;
background
:
#f0f0f0
;
background
:
rgba
(
30
,
50
,
10
,
0.08
);
border-bottom
:
1px
solid
#e7e7e7
;
text-shadow
:
1px
1px
#fff
;
}
...
...
@@ -779,8 +780,9 @@ ul.links {
/* ----------------- Triptych ----------------- */
#triptych-wrapper
{
background-color
:
#fafafa
;
background
:
rgba
(
40
,
40
,
0
,
0.08
);
background-color
:
#f0f0f0
;
background
:
rgba
(
30
,
50
,
10
,
0.08
);
border-top
:
1px
solid
#e7e7e7
;
}
#triptych
h2
{
color
:
#000
;
...
...
@@ -1041,6 +1043,7 @@ ul.action-links li a {
}
.featured
#messages
{
background
:
#f0f0f0
;
background
:
rgba
(
30
,
50
,
10
,
0.08
);
}
div
.messages
{
margin
:
8px
15px
;
...
...
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