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

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

Issue 217020: Add theme promo to NTP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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
« no previous file with comments | « chrome/browser/resources/new_new_tab.html ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 .link-color { 93 .link-color {
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
104 #themes-promo {
105 display: $$8;
106 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.html ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698