Team:NYU Gallatin/Templates/Styles
From 2012.igem.org
(Difference between revisions)
(Updates to styling) |
m |
||
Line 249: | Line 249: | ||
} | } | ||
tr.odd { | tr.odd { | ||
- | background-color: # | + | background-color: #f0f0f0; |
} | } | ||
img { | img { | ||
Line 301: | Line 301: | ||
} | } | ||
table tr th { | table tr th { | ||
- | background: # | + | background: #000; |
- | + | color: #fff; | |
border-bottom-style: none; | border-bottom-style: none; | ||
} | } | ||
Line 1,038: | Line 1,038: | ||
border-bottom: 1px solid #ffffff; | border-bottom: 1px solid #ffffff; | ||
} | } | ||
- | a { | + | a, a:visited, a:active { |
color: #C4C487; | color: #C4C487; | ||
} | } | ||
Line 1,200: | Line 1,200: | ||
#flickr-images li img { | #flickr-images li img { | ||
border: solid black 1px; | border: solid black 1px; | ||
+ | } | ||
+ | |||
+ | table a, table a:visited, table a:active { | ||
+ | color: black; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | table a:hover { | ||
+ | color: black; | ||
+ | text-decoration: underline; | ||
} | } | ||
</style></nowiki> | </style></nowiki> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 20:32, 1 October 2012