Template:MainStyle/Footer
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <style type="text/css"> | ||
+ | /* unvisited link */ | ||
+ | a:link { | ||
+ | color: #FF0000; | ||
+ | } | ||
+ | |||
+ | /* visited link */ | ||
+ | a:visited { | ||
+ | color: #00FF00; | ||
+ | } | ||
+ | |||
+ | /* mouse over link */ | ||
+ | a:hover { | ||
+ | color: #FF00FF; | ||
+ | } | ||
+ | |||
+ | /* selected link */ | ||
+ | a:active { | ||
+ | color: #0000FF; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<html> | <html> | ||
<table width="100%" cellspacing="0"> | <table width="100%" cellspacing="0"> | ||
Line 4: | Line 26: | ||
<tr><td bgColor="#e3e3e3"></td> | <tr><td bgColor="#e3e3e3"></td> | ||
- | <td bgColor ="#414141" width=" | + | <td bgColor ="#414141" width="975px"> |
- | <table width=" | + | <table width="975px"> |
<tr bgColor ="#414141"> | <tr bgColor ="#414141"> | ||
<td> | <td> |
Revision as of 19:12, 8 July 2014
<style type="text/css"> /* unvisited link */ a:link {
color: #FF0000;
}
/* visited link */ a:visited {
color: #00FF00;
}
/* mouse over link */ a:hover {
color: #FF00FF;
}
/* selected link */ a:active {
color: #0000FF;
} </style>
|