Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
 
(111 intermediate revisions not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
 +
<html lang="en">
<html lang="en">
<head>
<head>
Line 4: Line 6:
.firstHeading {display:none;}
.firstHeading {display:none;}
 +
 +
#top-section {
 +
height: 20px;
 +
position: fixed;
 +
top: -15px;
 +
transition: top 0.2s, ease-out;
 +
}
 +
 +
#top-section:hover {
 +
    top: 3px;
 +
}
 +
 +
/* unvisited link */
 +
a:link {
 +
    color: #444;
 +
}
 +
 +
/* visited link */
 +
a:visited {
 +
    color: #4f4f4f;
 +
}
 +
 +
/* mouse over link */
 +
a:hover {
 +
    color: #4f4f4f;
 +
}
 +
 +
/* selected link */
 +
a:active {
 +
    color: #4f4f4f;
 +
}
 +
 +
body {
 +
overflow-y:auto;
 +
overflow-x:hidden;
 +
margin-bottom: 20px;
 +
}
 +
p {
p {
-
font-family: 'Exo', sans-serif;
+
/*font-family: 'Exo', sans-serif;*/
-
font-size: 14px;
+
font-family: 'Open Sans', sans-serif;
 +
font-size: 15px;
font-weight: 400;
font-weight: 400;
 +
letter-spacing: 10px
color: #222;
color: #222;
text-indent: 10;
text-indent: 10;
white-space: inherit;
white-space: inherit;
vertical-align: top;
vertical-align: top;
-
position: static;
+
position: relative;
width: 50%;
width: 50%;
font-style: normal;
font-style: normal;
Line 22: Line 64:
padding-bottom: 0px;
padding-bottom: 0px;
padding-left: 25px;
padding-left: 25px;
-
word-spacing: normal;
 
border-top-style: none;
border-top-style: none;
border-right-style: none;
border-right-style: none;
Line 29: Line 70:
text-align: left;
text-align: left;
}
}
-
h2 {
+
 
-
font-family: Exo;
+
pie {
-
font-size: 20px;
+
font-family: 'Open Sans', sans-serif;
-
font-weight: 600;
+
font-size: 12px;
 +
font-weight: 400;
 +
letter-spacing: 10px
color: #222;
color: #222;
-
padding-left: 25px;
+
text-indent: 10;
-
position: static;
+
vertical-align: top;
 +
position: relative;
 +
width: 30%;
 +
text-align: left;
}
}
-
sub {
+
 
-
font-family: Exo;
+
ul {  
-
font-size: 18px;
+
/*font-family: 'Exo', sans-serif;*/
-
color: #444;
+
font-family: 'Open Sans', sans-serif;
-
font-weight: 600;
+
padding-left: 25px;
padding-left: 25px;
-
position: relative;
+
list-style-image: none;
-
left: -40px;
+
-
top: -18px;
+
}
}
 +
h1 {
h1 {
font-family: Exo;
font-family: Exo;
Line 53: Line 97:
color: #FFF;
color: #FFF;
margin-left: 22px;
margin-left: 22px;
 +
margin-top: 0px;
font-style: normal;
font-style: normal;
letter-spacing: -1pt;
letter-spacing: -1pt;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-
position: static;
+
position: relative;
}
}
h1n {
h1n {
Line 68: Line 113:
position: static;
position: static;
}
}
 +
 +
sub {
 +
font-family: Exo;
 +
font-size: 18px;
 +
color: #444;
 +
font-weight: 600;
 +
margin-right: 25px;
 +
position: relative;
 +
left: -20px;
 +
top: -18px;
 +
}
 +
 +
 +
sub2 {
 +
font-family: Exo;
 +
font-size: 16px;
 +
color: #FFF;
 +
font-weight: 600;
 +
margin-right: 25px;
 +
position: relative;
 +
left: -20px;
 +
top: -15px;
 +
}
 +
 +
h2 {
 +
font-family: 'Exo', sans-serif;
 +
font-size: 20px;
 +
font-weight: 600;
 +
color: #222;
 +
padding-left: 25px;
 +
position: static;
 +
border-top-style: none;
 +
border-right-style: none;
 +
border-bottom-style: none;
 +
border-left-style: none;
 +
}
 +
h3 {
h3 {
font-family: Exo;
font-family: Exo;
Line 79: Line 161:
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;
 +
}
 +
 +
 +
.header {
 +
position: fixed;
 +
top: 0px;
 +
right: 0px;
 +
z-index:2;
 +
}
 +
 +
.headerSocial {
 +
position: fixed;
 +
top: 80px;
 +
right: 0px;
 +
z-index:2;
 +
}
 +
.footer {
.footer {
position: fixed;
position: fixed;
-
bottom: 0%;
+
bottom: -0px;
 +
 
 +
-webkit-transition: bottom 0.2s; ease-out;
 +
-moz-transition: bottom 0.2s; ease-out;
 +
-ms-transition: bottom 0.2s; ease-out;
 +
-o-transition: bottom 0.2s; ease-out;
 +
transition: bottom 0.2s; ease-out;
}
}
 +
.footer:hover {
 +
position: fixed;
 +
bottom: 10px;
 +
z-index:2;
 +
}
.PLASMENU {
.PLASMENU {
position: fixed;
position: fixed;
Line 91: Line 222:
right: -200px;
right: -200px;
-webkit-transform: rotate(190deg);
-webkit-transform: rotate(190deg);
 +
transform: rotate(190deg);
-webkit-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-webkit-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-
-moz-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
-moz-transition: bottom 0.2s, right 0.2s, -moz-transform 1s; ease-out;
-
-ms-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
-ms-transition: bottom 0.2s, right 0.2s, -ms-transform 1s; ease-out;
-
-o-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
-o-transition: bottom 0.2s, right 0.2s, -o-transform 1s; ease-out;
-
transition: bottom 0.2s, right 0.2s, -webkit-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 106: Line 239:
right: -5%;*/
right: -5%;*/
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
 +
transform: rotate(0deg);
}
}
-
 
+
#ContenidoSecciones {
-
 
+
padding-bottom: 100px;
-
 
+
background: transparent;
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
-
 
+
-
.firstHeading {
+
-
width: 975px;
+
-
margin: 0px auto;
+
-
padding-top: 100px;
+
-
margin-bottom: 20px;
+
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
}
}
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
.centeredImage
-
 
+
    {
-
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
    text-align:center;
-
background-color: #383838;
+
    margin-top:0px;
-
border: 0 none;
+
    margin-bottom:0px;
-
height: 14px;
+
    padding:0px;
-
z-index: 100;
+
    }
-
top: 0;
+
-
position: fixed;
+
-
width: 975px;
+
-
left: 50%;
+
-
margin-left: -487px;
+
-
}
+
-
 
+
-
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
-
background-color: #383838;
+
-
height: 14px;
+
-
display: block;
+
-
z-index: 10;
+
-
position: fixed;
+
-
width: 100%;
+
-
top: 0;
+
-
}
+
-
 
+
-
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
-
color: #727272;
+
-
text-decoration: none;
+
-
background-color: transparent;
+
-
}
+
-
 
+
-
body {
+
-
background-color: #fff;
+
-
}
+
-
 
+
-
/*
+
-
 
+
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
-
width: 100%;
+
-
height: 100%;
+
-
border: 0px;
+
-
background-color: transparent;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
}
+
-
 
+
-
html, body, .wrapper { /*-- changes default wiki settings --*/
+
-
width: 100%;
+
-
height: 100%;
+
-
background-color: transparent;
+
-
}
+
-
 
+
-
#contentcontainer { /*-- creates container for all content on page --*/
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
font-weight: normal;
+
-
font-size: 14px;
+
-
color: #414141;
+
-
width: 960px;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
background-color: #transparent;
+
-
margin-top: 0px;
+
-
}
+
-
 
+
-
.sidemenu, .sidemenu li {
+
-
list-style-type: none;
+
-
list-style-image: none;
+
-
font-family: verdana;
+
-
text-decoration: none;
+
-
color:#000;
+
-
font-size: 14px;
+
-
}
+
-
 
+
-
.sidemenu li {display: block;}
+
-
 
+
-
.sidemenu a {
+
-
text-decoration:none;
+
-
color: #000;
+
-
display: block;
+
-
width: 180px;
+
-
height: 100%;
+
-
padding: 3px 5px;
+
-
transition: .25s ease-in-out;
+
-
-moz-transition: .25s ease-in-out;
+
-
-webkit-transition: .25s ease-in-out;
+
-
}
+
-
 
+
-
.sidemenu a.greyout { color: #909090; }
+
-
 
+
-
.sidemenu a:hover {
+
-
color:#666;
+
-
background-color: #d9f5aa;
+
-
}
+
-
 
+
-
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
+
-
.sub-sidemenu a {color: #666;}
+
-
 
+
-
*/
+
-
 
+
-
/*div.underconst
+
-
{
+
-
padding:10px;
+
-
border-radius:5px;
+
-
background-color:pink;
+
-
text-align:center;
+
-
}
+
-
 
+
-
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
+
-
 
+
-
.contentpara {margin-bottom: 30px;}
+
-
 
+
-
span.email{font-family: monospace; font-weight: normal;}
+
-
 
+
-
fieldset {border: 1px solid #337f53;}
+
-
 
+
-
.greyout {color: #A0A0A0;}
+
-
.highlightme {background-color: #FFFF00;}
+
-
 
+
-
#alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
+
-
#annContainer {margin-left: 8px;}
+
-
#newsContainer {border: 1px solid #ccc;}
+
-
 
+
-
.newsTitle {
+
-
display: block;
+
-
color: #414141;
+
-
font-size: 25px; 
+
-
        font-family: Georgia, Times, "Times New Roman", serif;
+
-
padding: 10px 15px 5px 10px;
+
-
border-bottom: 1px solid #ccc;
+
-
margin-bottom: 0px;
+
-
}
+
-
 
+
-
.newsItem {
+
-
border-bottom: 1px solid #ccc;
+
-
display: block;
+
-
padding: 5px 15px 0px 10px;
+
-
margin-bottom: 0px;
+
-
}
+
-
 
+
-
.newsItem h3 {
+
-
width: auto;
+
-
display: inline;
+
-
font-size: 14px;
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
padding: 0px;
+
-
margin: 0px;
+
-
}
+
-
 
+
-
.newsItem img {
+
-
float: right;
+
-
clear: right;
+
-
width: 80px;
+
-
padding-left: 15px;
+
-
display: inline-block;
+
-
}
+
-
 
+
-
.newsItem .newsDate {
+
-
font-style: italic;
+
-
font-size: 14px;
+
-
display: inline-block;
+
-
color: #999;
+
-
float: right;
+
-
padding: 0px 0px 10px 15px;
+
-
}
+
-
 
+
-
.newsItem p, .newsItem ul, .newsItem li {
+
-
padding: 0px;
+
-
margin-left: 20px;
+
-
font-size: 12px;
+
-
line-height: 1.2;
+
-
}
+
-
 
+
-
.newsItem p {margin-top: 10px;}
+
-
 
+
-
.annItem {
+
-
border: 2px solid #49b677;
+
-
display: block;
+
-
padding: 0px 15px 10px 10px;  
+
-
margin-bottom: 18px;
+
-
position: relative;
+
-
height: 160px;
+
-
vertical-align: middle;
+
-
}
+
-
 
+
-
.annItem .annCentered {
+
-
display: table-cell;
+
-
vertical-align: middle;
+
-
height: 160px;
+
-
}
+
-
 
+
-
.annCentered h3 {
+
-
padding: 0px;
+
-
display: block;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
text-align: center;
+
-
}
+
-
 
+
-
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
+
-
.annItem li {list-style: none; margin: 5px}*/
+
-
 
+
-
 
+
-
 
+
-
</style>
+
-
 
+
-
 
+
-
 
+
</style>
</style>
</head>
</head>
</html>
</html>

Latest revision as of 00:35, 14 October 2014