Team:UCLondon/Templates/timeline-box

From 2012e.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<!-- Button-->
<!-- Button-->
-
<span class="openTL green-but" style="text-align:center; width:60px; margin:0 auto;"></html>{{{button-name}}}<html></span>
+
<span class="openTL white-but" style="text-align:center; width:60px; margin:0 auto;"></html>{{{button-name}}}<html></span>
<div id="shadowTL" style="display:none;" >
<div id="shadowTL" style="display:none;" >
Line 36: Line 36:
-
.green-but {
+
.white-but {
   cursor: pointer;
   cursor: pointer;
-
   border: 1px solid #008040;
+
   border: 1px solid #808080;
   background: #00b700;
   background: #00b700;
   background: -webkit-gradient(linear, left top, left bottom, from(#80ff00), to(#00b700));
   background: -webkit-gradient(linear, left top, left bottom, from(#80ff00), to(#00b700));
Line 54: Line 54:
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
-
   color: #008040;
+
   color: #808080;
   font-size: 14px;
   font-size: 14px;
   font-family: helvetica, serif;
   font-family: helvetica, serif;
Line 62: Line 62:
-
.green-but:active {
+
.white-but:active {
   text-shadow: #1e4158 0 1px 0;
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #008040;
   border: 1px solid #008040;

Revision as of 17:55, 26 October 2012

{{{button-name}}}