Skip to content

Commit 3eaa0f7

Browse files
committed
Incorporate revised logos and colors from branding work, remove background image gradients for flat colors
1 parent c7ce267 commit 3eaa0f7

26 files changed

+12
-31
lines changed

themes/api.jquery.com/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Template: jquery
44
*/
55

66
a {
7-
color: #065791;
7+
color: #0769AD;
88
}
99

1010
a:hover {

themes/api.jqueryui.com/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Template: jquery
44
*/
55

66
a {
7-
color: #BB6F04;
7+
color: #B24926;
88
}
99

1010
a:hover {

themes/jquery.org/style.css

-6
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,6 @@ a.button:hover,
451451
}
452452

453453

454-
#container,
455-
footer {
456-
border-top: 1px solid rgb(96, 194, 195);
457-
}
458-
459-
460454
/*Adjust widths for longer navigation*/
461455

462456
nav#main .searchform {

themes/jquery/css/base.css

+7-18
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ textarea:focus {
529529
color: #333;
530530
background: #FFF;
531531

532-
border: 1px solid #178A9C;
532+
border: 1px solid #B24926;
533533

534534
-webkit-box-shadow: 0px 0px 6px rgba(23,138,156,0.5),
535535
inset 0px 1px 3px rgba(0,0,0,0.2);
@@ -910,30 +910,30 @@ iframe {
910910
}
911911

912912
#container {
913-
background: url(../images/bg-body-jquery.jpg) no-repeat center top #065691;
913+
background: #0769AD;
914914
margin: 0 auto;
915915
padding: 0 20px;
916916

917917
}
918918

919919
.jquery-ui #container {
920-
background: url(../images/bg-body-ui.jpg) no-repeat center top #bb6e04;
920+
background: #B24926;
921921
}
922922

923923
.jquery-mobile #container {
924-
background: url(../images/bg-body-mobile.jpg) no-repeat center top #598611;
924+
background: #108040;
925925
}
926926

927927
.sizzlejs #container {
928-
background: url(../images/bg-body-sizzlejs.jpg) no-repeat center top #871a1f;
928+
background: #9A1B1E;
929929
}
930930

931931
.qunitjs #container {
932-
background: url(../images/bg-body-qunitjs.jpg) no-repeat center top #00733c;
932+
background: #390F39;
933933
}
934934

935935
.jquery-foundation #container {
936-
background: url(../images/bg-body-foundation.jpg) no-repeat center top #178a9c;
936+
background: #032A42;
937937
}
938938

939939
#content-wrapper {
@@ -1413,17 +1413,6 @@ nav#main .searchform label span{
14131413
position: absolute;
14141414
}
14151415

1416-
.jquery-ui nav#main {
1417-
border-top: solid 1px rgba(236,195,8,0.4);
1418-
background: rgba(187,111,4,0.5);
1419-
-webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0,
1420-
rgba(0,0,0,0.2) 0 -1px 0,
1421-
inset rgba(137,81,6,0.5) 0 -3px 5px;
1422-
box-shadow: rgba(255,255,255,0.1) 0 1px 0,
1423-
rgba(0,0,0,0.2) 0 -1px 0,
1424-
inset rgba(137,81,6,0.5) 0 -3px 5px;
1425-
}
1426-
14271416
/* Typography & Global Styles
14281417
========================================================================== */
14291418

-28.9 KB
Binary file not shown.
-21.2 KB
Binary file not shown.
-17.4 KB
Binary file not shown.
-20.6 KB
Binary file not shown.
-19 KB
Binary file not shown.
-15.5 KB
Binary file not shown.

themes/jquery/images/bg-body-ui.jpg

-19.4 KB
Binary file not shown.
-1.48 KB
Loading
Loading
-496 Bytes
Loading
-1.73 KB
Loading
-443 Bytes
Loading
-1.26 KB
Loading

themes/jquery/images/logo-jquery.png

-827 Bytes
Loading
-1.74 KB
Loading

themes/jquery/images/logo-qunit.png

283 Bytes
Loading
-273 Bytes
Loading

themes/jquery/images/logo-sizzle.png

679 Bytes
Loading
1.32 KB
Loading

themes/jquerymobile.com/style.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Theme Name: jquerymobile-com
33
Template: jquery
44
*/
55

6-
body.jquery-mobile, #container { background: #598611 url(../jquery/i/bg-body-mobile.jpg) no-repeat center -30px; }
7-
86
h1.site-title a {
97
background: url(../jquery/i/logo-mobile.png) no-repeat;
108
height: 72px;
@@ -16,7 +14,7 @@ h1.site-title a {
1614

1715
.border, #site-footer { border-color: #88C41A; }
1816

19-
a, .title, .entry-title { color: #598611; }
17+
a, .title, .entry-title { color: #108040; }
2018

2119
#container header nav {
2220
border-top: solid 1px rgba(136,196,26,0.3);

themes/jqueryui.com/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Template: jquery
44
*/
55

66
a, .title {
7-
color: #BB6F04;
7+
color: #B24926;
88
}
99

1010
#content a:hover {

themes/qunitjs.com/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Template: jquery
44
*/
55

66
a {
7-
color: #730E00;
7+
color: #390F39;
88
}
99

1010
.blurb {

0 commit comments

Comments
 (0)