You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

solarized.css 307B

1234567891011121314
  1. #custom-nav {
  2. position:fixed; bottom: 0.5em; left: 0.5em;
  3. z-index: 529; font-size: 200%;
  4. }
  5. #custom-nav a, #custom-nav a:active, #custom-nav a:visited {
  6. color: #00008B;
  7. border: 0; outline: 0;
  8. }
  9. #custon-nav a:hover {
  10. color: #0000f1;
  11. }
  12. @media print {
  13. #custom-nav { display: none !important }
  14. }