Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
 
(32 intermediate revisions not shown)
Line 18: Line 18:
}
}
 +
/* unvisited link */
a:link {
a:link {
 +
    color: #444;
 +
}
 +
 +
/* visited link */
 +
a:visited {
 +
    color: #4f4f4f;
 +
}
 +
 +
/* mouse over link */
 +
a:hover {
 +
    color: #4f4f4f;
 +
}
 +
 +
/* selected link */
 +
a:active {
     color: #4f4f4f;
     color: #4f4f4f;
}
}
Line 52: Line 68:
border-bottom-style: none;
border-bottom-style: none;
border-left-style: none;
border-left-style: none;
 +
text-align: left;
 +
}
 +
 +
pie {
 +
font-family: 'Open Sans', sans-serif;
 +
font-size: 12px;
 +
font-weight: 400;
 +
letter-spacing: 10px
 +
color: #222;
 +
text-indent: 10;
 +
vertical-align: top;
 +
position: relative;
 +
width: 30%;
text-align: left;
text-align: left;
}
}
Line 94: Line 123:
left: -20px;
left: -20px;
top: -18px;
top: -18px;
 +
}
 +
 +
 +
sub2 {
 +
font-family: Exo;
 +
font-size: 16px;
 +
color: #FFF;
 +
font-weight: 600;
 +
margin-right: 25px;
 +
position: relative;
 +
left: -20px;
 +
top: -15px;
}
}
Line 119: Line 160:
margin-right: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-bottom: 0px;
 +
}
 +
 +
h4 {
 +
font-family: 'Exo', sans-serif;
 +
font-size: 16px;
 +
font-weight: 600;
 +
color: #333;
 +
padding-left: 25px;
 +
position: static;
 +
border-top-style: none;
 +
border-right-style: none;
 +
border-bottom-style: none;
 +
border-left-style: none;
 +
}
 +
 +
 +
gotop {
 +
font-family: Exo;
 +
font-size: 12px;
 +
color: #222;
 +
font-weight: 400;
 +
padding-left: 25px;
}
}
Line 126: Line 189:
top: 0px;
top: 0px;
right: 0px;
right: 0px;
 +
z-index:2;
}
}
Line 132: Line 196:
top: 80px;
top: 80px;
right: 0px;
right: 0px;
 +
z-index:2;
}
}
Line 148: Line 213:
position: fixed;
position: fixed;
bottom: 10px;
bottom: 10px;
 +
z-index:2;
}
}
.PLASMENU {
.PLASMENU {
Line 164: Line 230:
transition: bottom 0.2s, right 0.2s, transform 1s; ease-out;
transition: bottom 0.2s, right 0.2s, transform 1s; ease-out;
/*transition-delay: 0.1s;*/
/*transition-delay: 0.1s;*/
 +
z-index:2;
}
}
Line 179: Line 246:
background: transparent;
background: transparent;
}
}
 +
 +
.centeredImage
 +
    {
 +
    text-align:center;
 +
    margin-top:0px;
 +
    margin-bottom:0px;
 +
    padding:0px;
 +
    }
</style>
</style>
</head>
</head>
</html>
</html>

Latest revision as of 00:35, 14 October 2014