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

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

Issue 149741: Allow the tiling of theme background images on the NTP.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/dom_ui/dom_ui_theme_source.cc ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
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; 3 background-color:$2;
4 background-position:$3; 4 background-position:$3;
5 background-repeat:no-repeat; 5 background-repeat:$$1;
6 overflow:hidden; 6 overflow:hidden;
7 } 7 }
8 html[bookmarkbarattached='true'] { 8 html[bookmarkbarattached='true'] {
9 background-position:$4; 9 background-position:$4;
10 } 10 }
11 body { 11 body {
12 color: $5; 12 color: $5;
13 height:100%; 13 height:100%;
14 overflow:auto; 14 overflow:auto;
15 } 15 }
16 a { 16 a {
17 color: $6; 17 color: $6;
18 } 18 }
19 .sidebar.themed { 19 .sidebar.themed {
20 background-color: $7; 20 background-color: $7;
21 color: $8; 21 color: $8;
22 } 22 }
23 .sidebar.themed a { 23 .sidebar.themed a {
24 color: $9; 24 color: $9;
25 } 25 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/dom_ui_theme_source.cc ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698