Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.97 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /*
  2. Dark theme for New Tab With Clock (v 1.2.1) (https://chrome.google.com/webstore/detail/feckadlaijbceoglkncdgebgkminbkia/)
  3. Original theme by anstosa (http://pastebin.com/L0yRVkiU), modified by sachleen
  4. */
  5.  
  6. .seconds, .suffix { display: none; }
  7.  
  8. #bookmarksBar, #toodledo, #apps{ background-color: #666; color: #FFF;}
  9. #bookmarksBar { border: 1px solid #777; }
  10. #bookmarksBar a {color:#FFF;}
  11. #bookmarksBar span { background-color:#666; border: 0; }
  12. #bookmarksBar span:hover { background-color:#777; border:0; }
  13.  
  14. #todoList, #appsMenu { background-color: #777; -webkit-box-shadow: -1px 1px 5px #222; }
  15. #todoList a, #appsMenu a { border-left: 2px solid #777; }
  16. #todoList a:hover, #appsMenu a:hover { border-left: 2px solid #ccc; }
  17.  
  18. body { background-color: #444; }
  19.  
  20. .clock {
  21. font-family: "Helvetica Neue LT Com 35", sans-serif;
  22. font-size: 120px !important;
  23. text-shadow: 2px 2px 9px #222;
  24. }
  25.  
  26. .suffix {
  27. text-transform: lowercase;
  28. color: #666;
  29. text-shadow: 0px 0px 1px #666;
  30. }