Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: chrome/browser/resources/new_tab_theme.css

Issue 394005: Add message and image to NTP to promote extensions and bookmark sync.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 html { 1 html {
2 background-image: url(chrome://theme/theme_ntp_background?$1); 2 background-image: url(chrome://theme/theme_ntp_background?$1);
3 background-color: $2; /* COLOR_NTP_BACKGROUND */ 3 background-color: $2; /* COLOR_NTP_BACKGROUND */
4 background-position: $3; 4 background-position: $3;
5 background-repeat: $5; 5 background-repeat: $5;
6 overflow: hidden; 6 overflow: hidden;
7 } 7 }
8 8
9 html[bookmarkbarattached='true'] { 9 html[bookmarkbarattached='true'] {
10 background-position: $4; 10 background-position: $4;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 color: $9; /* COLOR_NTP_LINK */ 94 color: $9; /* COLOR_NTP_LINK */
95 } 95 }
96 96
97 :link, 97 :link,
98 :visited, 98 :visited,
99 .link, 99 .link,
100 .list > .thumbnail-container { 100 .list > .thumbnail-container {
101 color: $$6; /* COLOR_NTP_LINK_UNDERLINE */ 101 color: $$6; /* COLOR_NTP_LINK_UNDERLINE */
102 } 102 }
103 103
104 #themes-promo { 104 #promo-line {
105 display: $$9;
106 }
107
108 #bottom-right-promo {
105 display: $$8; 109 display: $$8;
106 } 110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698