Template:UFMG Brazil/css

From 2014.igem.org

(Difference between revisions)
 
(65 intermediate revisions not shown)
Line 2: Line 2:
<style>
<style>
-
html, body
+
html, body
{
{
height: 100%;
height: 100%;
Line 11: Line 11:
margin: 0px;
margin: 0px;
padding: 0px;
padding: 0px;
-
background: #00838C;
+
background: #FFFFFF;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-size: 12pt;
font-size: 12pt;
font-weight: 400;
font-weight: 400;
-
color: #000000;
+
color: #FFFFFF;
}
}
Line 26: Line 26:
}
}
 +
h5 {
 +
font-size: 200%;
 +
color: #FFFFFF;
 +
}
 +
h6 {
 +
font-size: 125%;
 +
}
p, ol, ul
p, ol, ul
{
{
Line 40: Line 47:
{
{
line-height: 180%;
line-height: 180%;
 +
                color: #FFFFFF;
}
}
Line 64: Line 72:
}
}
 +
a:visited {
 +
color: #dc5e61;
 +
}
/* Editado abaixo daqui */
/* Editado abaixo daqui */
Line 358: Line 369:
display: inline-block;
display: inline-block;
                 vertical-align: bottom;
                 vertical-align: bottom;
-
margin-top: 2em;
+
padding: 0em 1em 0em 1em;
-
padding: 1em 2em 1em 2em;
+
background: #B03500;
background: #B03500;
letter-spacing: 0.20em;
letter-spacing: 0.20em;
Line 367: Line 377:
font-weight: 400;
font-weight: 400;
font-size: 1.2em;
font-size: 1.2em;
-
color: #FFF;
+
color: #FFFFFF;
                  
                  
         }
         }
Line 390: Line 400:
font-size: 1em;
font-size: 1em;
                 vertical-align: bottom;
                 vertical-align: bottom;
 +
                display: inline-block;
}
}
Line 401: Line 412:
}
}
 +
/*********************************************************************************/
 +
/* Heading Titles                                                                */
 +
/*********************************************************************************/
 +
 +
.title2
 +
{
 +
margin-bottom: 3em;
 +
                color: rgba(0,0,0,0);
 +
                font-size: 2em;
 +
                font-weight: bold;
 +
     
 +
}
 +
 +
.title2 h2
 +
{
 +
font-size: 2.8em;
 +
color: rgba(255,255,255,0.9);
 +
}
 +
 +
.title2 .byline
 +
{
 +
letter-spacing: 0.15em;
 +
text-transform: uppercase;
 +
font-weight: 400;
 +
font-size: 1.1em;
 +
color: #6F6F6F;
 +
}
 +
/*********************************************************************************/
/*********************************************************************************/
/* Heading Titles                                                                */
/* Heading Titles                                                                */
Line 424: Line 463:
color: #6F6F6F;
color: #6F6F6F;
}
}
 +
 +
 +
 +
 +
/*********************************************************************************/
/*********************************************************************************/
Line 574: Line 618:
padding: 8em 0em;
padding: 8em 0em;
text-align: center;
text-align: center;
-
color: rgba(255,255,255,0.3);
+
color: #FFFFFF;
}
}
Line 617: Line 661:
{
{
text-align: center;
text-align: center;
 +
}
}
Line 622: Line 667:
#footer .title span
#footer .title span
{
{
-
color: rgba(255,255,255,0.4);
+
color: rgba(255,255,255);
}
}
Line 629: Line 674:
/*********************************************************************************/
/*********************************************************************************/
-
#footer
+
#footer2
{
{
overflow: hidden;
overflow: hidden;
padding: 5em 0em;
padding: 5em 0em;
border-top: 1px solid rgba(255,255,255,0.08);
border-top: 1px solid rgba(255,255,255,0.08);
-
}
+
                background-color: black;
 +
 +
        }
-
#footer p
+
#footer2 p
{
{
letter-spacing: 0.20em;
letter-spacing: 0.20em;
text-align: center;
text-align: center;
-
text-transform: uppercase;
 
font-size: 0.80em;
font-size: 0.80em;
-
color: rgba(255,255,255,0.3);
+
color: #F3F3F3;
}
}
-
#footer a
+
#footer2 a
{
{
text-decoration: none;
text-decoration: none;
-
color: rgba(255,255,255,0.6);
+
color: #F3F3F3;
}
}
         #footer-box
         #footer-box
Line 655: Line 701:
         } ​
         } ​
 +
 +
#footer2 .title span
 +
{
 +
color: rgba(255,255,255);
 +
}
/*********************************************************************************/
/*********************************************************************************/
Line 668: Line 719:
text-align: center;
text-align: center;
color: rgba(0,0,0,10);
color: rgba(0,0,0,10);
 +
                height: 677px;
}
}
Line 695: Line 747:
{
{
width: 282px;
width: 282px;
 +
             
}
}
Line 711: Line 764:
 +
//CONTENT DIVS
 +
 +
#protocols
 +
{
 +
height: auto;
 +
                padding: 8em;
 +
text-align: center;
 +
                color: #FFFFFF;
 +
                margin-top: 20px;
 +
 +
}
 +
 +
#protocols .content
 +
{
 +
padding: 0em 8em;
 +
text-align: justify;
 +
color: red;
 +
}
</style>
</style>
</html>
</html>

Latest revision as of 01:26, 18 October 2014