PageRenderTime 61ms CodeModel.GetById 21ms RepoModel.GetById 17ms app.codeStats 0ms

/static/june_2007_style/masthead.css.tmpl

https://bitbucket.org/ialbert/galaxy-genetrack
Go Template | 62 lines | 55 code | 7 blank | 0 comment | 0 complexity | c9b5ac1536aee64f235850a62e691b1b MD5 | raw file
  1. body
  2. {
  3. background: $masthead_bg url(masthead_bg.png) bottom;
  4. color: $masthead_text;
  5. padding: 0;
  6. border: 0;
  7. margin: 3px;
  8. margin-right: 5px;
  9. margin-left: 5px;
  10. overflow: hidden;
  11. }
  12. div.pageTitle
  13. {
  14. font-size: 175%;
  15. font-weight: bold;
  16. }
  17. div.pageTitle a:link, div.pageTitle a:visited, div.pageTitle a:active, div.pageTitle a:hover
  18. {
  19. text-decoration: none;
  20. }
  21. a:link, a:visited, a:active
  22. {
  23. color: $masthead_link;
  24. }
  25. #tab-bar-bottom
  26. {
  27. z-index: -1;
  28. position:absolute;
  29. top:27px; left: 0;
  30. width: 100%;
  31. height: 100%;
  32. background: $masthead_active_tab_bg;
  33. }
  34. span.link-group
  35. {
  36. margin: 0;
  37. padding: 0;
  38. display: inline;
  39. padding-bottom: 10px;
  40. margin-bottom: -10px;
  41. }
  42. span.link-group span
  43. {
  44. margin: 0;
  45. padding: 0;
  46. display: inline;
  47. }
  48. span.link-group span.active-link
  49. {
  50. background: $masthead_active_tab_bg;
  51. padding-left: 3px; padding-right: 3px;
  52. margin-left: -3px; margin-right: -3px;
  53. padding-bottom: 10px;
  54. margin-bottom: -10px;
  55. }