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

Unified Diff: chrome/browser/resources/new_tab_theme.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab_theme.css
===================================================================
--- chrome/browser/resources/new_tab_theme.css (revision 21313)
+++ chrome/browser/resources/new_tab_theme.css (working copy)
@@ -2,24 +2,63 @@
background-image:url(chrome://theme/theme_ntp_background?$1);
background-color:$2;
background-position:$3;
- background-repeat:$$1;
+ background-repeat:$5;
overflow:hidden;
}
html[bookmarkbarattached='true'] {
background-position:$4;
}
body {
- color: $5;
+ color: $8;
height:100%;
overflow:auto;
}
-a {
- color: $6;
+.thumbnail-container,
+.list > .thumbnail-container > .title,
+.thumbnail-container > .title {
+ color: $8;
}
-.sidebar.themed {
- background-color: $7;
+.thumbnail-container:focus .thumbnail,
+.thumbnail-container:hover .thumbnail {
+ border-color: $6;
+}
+.thumbnail-container:focus .edit-bar,
+.thumbnail-container:hover .edit-bar {
+ background-color: $6;
+ background-image: -webkit-gradient(linear, left top, left bottom,
+ from($7),
+ to($6));
+}
+.thumbnail-container:hover > .edit-mode-border {
+ background-color: $6;
+}
+:visited,
+.link {
+ cursor: pointer;
+ text-decoration: underline;
color: $8;
}
-.sidebar.themed a {
- color: $9;
+.edit-mode-border {
+ background-color: $7;
+}
+.section {
+ border: 1px solid $7;
+}
+.section > h2 {
+ background-color: $7;
+ background-image: -webkit-gradient(linear, left top, left bottom,
+ from($7),
+ to($6));
+ color: $$1;
+}
+#view-toolbar input {
+ background-color: $7;
+ -webkit-mask-image: url(chrome://theme/newtab_menu_mask);
+}
+#option-menu > [selected] {
+ background-color: $7;
+ color: white;
+}
+.tips-title {
+ color: $$1;
}
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698