Difference between revisions of "Msc1G2:Macro"
From uf
Line 54: | Line 54: | ||
div#button { | div#button { | ||
float: left; | float: left; | ||
− | width: | + | width: 141px; |
height: 30px; | height: 30px; | ||
margin-right: 0px; | margin-right: 0px; | ||
Line 71: | Line 71: | ||
margin-right: 0px; | margin-right: 0px; | ||
margin-top: 0px; | margin-top: 0px; | ||
− | opacity: | + | opacity: 1; |
− | background: # | + | background: #808284; |
text-align:center; | text-align:center; | ||
font-family: 'News+Cycle', sans-serif; | font-family: 'News+Cycle', sans-serif; | ||
Line 85: | Line 85: | ||
div#buttonlast a:link {color: #A7A9AB; text-decoration: none; opacity: 1;} | div#buttonlast a:link {color: #A7A9AB; text-decoration: none; opacity: 1;} | ||
div#buttonlast a:visited {color: #A7A9AB; text-decoration: none; opacity: 1;} | div#buttonlast a:visited {color: #A7A9AB; text-decoration: none; opacity: 1;} | ||
− | div#buttonlast a:active {background: | + | div#buttonlast a:active {background: DFE21C; color: #000000; text-decoration: none; opacity: 1;} |
div#buttonlast a:hover {color: #DFE21C; text-decoration: none; opacity: 1; font-weight: bold;} | div#buttonlast a:hover {color: #DFE21C; text-decoration: none; opacity: 1; font-weight: bold;} | ||
Line 106: | Line 106: | ||
<div id="button"> | <div id="button"> | ||
[[Msc1G2:Production|PRODUCTION]] | [[Msc1G2:Production|PRODUCTION]] | ||
+ | </div> | ||
+ | <div id="button"> | ||
+ | [[Msc1G2:Final|FINAL]] | ||
</div> | </div> | ||
</div> | </div> |