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

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

Issue 159305: First pass at NNTP theming.... (Closed) Base URL: svn://svn.chromium.org/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
OLDNEW
1 html { 1 html {
2 /* This is needed because of chrome://theme/css/new_tab.css */ 2 /* This is needed because of chrome://theme/css/new_tab.css */
3 height: 100%; 3 height: 100%;
4 } 4 }
5 5
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 #main { 10 #main {
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 height: 40px; 344 height: 40px;
345 color: hsl(213, 27%, 68%); 345 color: hsl(213, 27%, 68%);
346 width: 100%; 346 width: 100%;
347 } 347 }
348 348
349 .list .title > div { 349 .list .title > div {
350 color: rgb(6, 45, 117); 350 color: rgb(6, 45, 117);
351 } 351 }
352 352
353 .section { 353 .section {
354 background: white; 354 background: rgba(255, 255, 255, 0.8);
355 -webkit-border-radius: 4px; 355 -webkit-border-radius: 4px;
356 white-space: nowrap; 356 white-space: nowrap;
357 text-overflow: ellipsis; 357 text-overflow: ellipsis;
358 border: 1px solid hsl(213, 65%, 92%); 358 border: 1px solid hsl(213, 65%, 92%);
359 overflow: hidden; 359 overflow: hidden;
360 min-height: 151px; /* height of 5 items plus the header */ 360 min-height: 151px; /* height of 5 items plus the header */
361 vertical-align: top; 361 vertical-align: top;
362 margin: 0; 362 margin: 0;
363 margin-bottom: 10px; 363 margin-bottom: 10px;
364 } 364 }
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 } 701 }
702 702
703 #t3, #t7 { 703 #t3, #t7 {
704 left: 534px; 704 left: 534px;
705 } 705 }
706 706
707 #t4, #t5, #t6, #t7 { 707 #t4, #t5, #t6, #t7 {
708 top: 147px; 708 top: 147px;
709 } 709 }
710 } 710 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/dom_ui_theme_source.cc ('k') | chrome/browser/resources/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698