Template:UFMG Brazil/css
From 2014.igem.org
(Difference between revisions)
Tiagocastro (Talk | contribs) |
Daniela fc (Talk | contribs) |
||
(129 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
- | + | ||
+ | html, body | ||
{ | { | ||
height: 100%; | height: 100%; | ||
Line 10: | Line 11: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
- | background: # | + | 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: # | + | color: #FFFFFF; |
} | } | ||
Line 22: | Line 23: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | |||
} | } | ||
+ | h5 { | ||
+ | font-size: 200%; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | h6 { | ||
+ | font-size: 125%; | ||
+ | } | ||
p, ol, ul | p, ol, ul | ||
{ | { | ||
Line 38: | Line 47: | ||
{ | { | ||
line-height: 180%; | line-height: 180%; | ||
+ | color: #FFFFFF; | ||
} | } | ||
Line 59: | Line 69: | ||
margin: 0px auto; | margin: 0px auto; | ||
width: 1200px; | width: 1200px; | ||
+ | |||
} | } | ||
- | + | ||
+ | a:visited { | ||
+ | color: #dc5e61; | ||
+ | } | ||
+ | |||
+ | /* Editado abaixo daqui */ | ||
+ | |||
+ | #p-logo, | ||
+ | #search-controls, | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | background-color: #FFFFFF; | ||
+ | border: none; | ||
+ | width: auto; | ||
+ | height:25px; | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #top-section:hover { | ||
+ | background: #F83939; | ||
+ | } | ||
+ | |||
+ | /* Edit and user menu */ | ||
+ | #menubar { | ||
+ | top: 0 !important; | ||
+ | font-size: 0.8em; | ||
+ | } | ||
+ | |||
+ | #menubar li, | ||
+ | #menubar li a:link { | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | /* Highlight with background colour on hover */ | ||
+ | #top-section:hover #menubar li a { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | #menubar li a:link, | ||
+ | #menubar li a:visited { | ||
+ | color: #FFFFFF; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar li a:hover, | ||
+ | #menubar li a:focus { | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* Edit */ | ||
+ | #menubar.left-menu{ | ||
+ | |||
+ | } | ||
+ | |||
+ | #menubar.left-menu:hover { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* User */ | ||
+ | #menubar.right-menu { | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* ? */ | ||
+ | #catlinks { | ||
+ | display:none; | ||
+ | border:none; | ||
+ | background: #ffffff; | ||
+ | } | ||
+ | |||
+ | #visualClear { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | border: none; | ||
+ | width: auto; | ||
+ | margin-top: -10px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | #contentSub{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #bodyContent{ | ||
+ | padding: 0px 0px 0px 0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Form Style */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | form | ||
+ | { | ||
+ | } | ||
+ | |||
+ | form label | ||
+ | { | ||
+ | display: block; | ||
+ | text-align: left; | ||
+ | margin-bottom: 0.5em; | ||
+ | } | ||
+ | |||
+ | form .submit | ||
+ | { | ||
+ | margin-top: 2em; | ||
+ | background: #B03500; | ||
+ | line-height: 1.5em; | ||
+ | font-size: 1.3em; | ||
+ | } | ||
+ | |||
+ | form input.text, | ||
+ | form select, | ||
+ | form textarea | ||
+ | { | ||
+ | position: relative; | ||
+ | -webkit-appearance: none; | ||
+ | display: block; | ||
+ | border: 0; | ||
+ | background: #fff; | ||
+ | background: rgba(255,255,255,0.75); | ||
+ | width: 100%; | ||
+ | border-radius: 0.50em; | ||
+ | margin: 1em 0em; | ||
+ | padding: 1.50em 1em; | ||
+ | box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05); | ||
+ | border: solid 1px rgba(0,0,0,0.15); | ||
+ | -moz-transition: all 0.35s ease-in-out; | ||
+ | -webkit-transition: all 0.35s ease-in-out; | ||
+ | -o-transition: all 0.35s ease-in-out; | ||
+ | -ms-transition: all 0.35s ease-in-out; | ||
+ | transition: all 0.35s ease-in-out; | ||
+ | font-family: 'Source Sans Pro', sans-serif; | ||
+ | font-size: 1em; | ||
+ | outline: none; | ||
+ | } | ||
+ | |||
+ | form input.text:hover, | ||
+ | form select:hover, | ||
+ | form textarea:hover | ||
+ | { | ||
+ | } | ||
+ | |||
+ | form input.text:focus, | ||
+ | form select:focus, | ||
+ | form textarea:focus | ||
+ | { | ||
+ | box-shadow: 0 0 2px 1px #E0E0E0; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | form textarea | ||
+ | { | ||
+ | min-height: 12em; | ||
+ | } | ||
+ | |||
+ | form .formerize-placeholder | ||
+ | { | ||
+ | color: #555 !important; | ||
+ | } | ||
+ | |||
+ | form ::-webkit-input-placeholder | ||
+ | { | ||
+ | color: #555 !important; | ||
+ | } | ||
+ | |||
+ | form :-moz-placeholder | ||
+ | { | ||
+ | color: #555 !important; | ||
+ | } | ||
+ | |||
+ | form ::-moz-placeholder | ||
+ | { | ||
+ | color: #555 !important; | ||
+ | } | ||
+ | |||
+ | form :-ms-input-placeholder | ||
+ | { | ||
+ | color: #555 !important; | ||
+ | } | ||
+ | |||
+ | form ::-moz-focus-inner | ||
+ | { | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
/*********************************************************************************/ | /*********************************************************************************/ | ||
Line 69: | Line 276: | ||
{ | { | ||
display: inline-block; | display: inline-block; | ||
- | border: | + | border: 1px solid rgba(0,0,0,.1); |
} | } | ||
Line 102: | Line 309: | ||
width: auto; | width: auto; | ||
} | } | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* List Styles */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | ul.style1 | ||
+ | { | ||
+ | } | ||
+ | |||
/*********************************************************************************/ | /*********************************************************************************/ | ||
Line 152: | Line 368: | ||
{ | { | ||
display: inline-block; | display: inline-block; | ||
- | + | vertical-align: bottom; | |
- | padding: 1em | + | padding: 0em 1em 0em 1em; |
background: #B03500; | background: #B03500; | ||
letter-spacing: 0.20em; | letter-spacing: 0.20em; | ||
Line 161: | Line 377: | ||
font-weight: 400; | font-weight: 400; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
- | color: # | + | color: #FFFFFF; |
- | + | ||
+ | } | ||
.button:before | .button:before | ||
Line 182: | Line 399: | ||
line-height: 1.8em; | line-height: 1.8em; | ||
font-size: 1em; | font-size: 1em; | ||
+ | vertical-align: bottom; | ||
+ | display: inline-block; | ||
} | } | ||
Line 193: | 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 216: | Line 463: | ||
color: #6F6F6F; | color: #6F6F6F; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
/*********************************************************************************/ | /*********************************************************************************/ | ||
Line 238: | Line 490: | ||
#logo | #logo | ||
{ | { | ||
- | padding: | + | padding: 0em 0em; |
text-align: center; | text-align: center; | ||
+ | font-size: 3.5em; | ||
+ | margin: 0em; | ||
} | } | ||
Line 245: | Line 499: | ||
{ | { | ||
font-size: 3.5em; | font-size: 3.5em; | ||
+ | text-decoration: none; | ||
} | } | ||
Line 280: | Line 535: | ||
#menu | #menu | ||
{ | { | ||
- | width: | + | width: 1200; |
margin: 0px auto; | margin: 0px auto; | ||
} | } | ||
Line 354: | Line 609: | ||
} | } | ||
+ | /*********************************************************************************/ | ||
+ | /* Welcome */ | ||
+ | /*********************************************************************************/ | ||
+ | #welcome | ||
+ | { | ||
+ | overflow: hidden; | ||
+ | padding: 8em 0em; | ||
+ | text-align: center; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | #welcome .content | ||
+ | { | ||
+ | padding: 0em 8em; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Page */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | #page | ||
+ | { | ||
+ | } | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Content */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | /*#content | ||
+ | { | ||
+ | width: auto; | ||
+ | }*/ | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Sidebar */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | #sidebar | ||
+ | { | ||
+ | } | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Footer */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | #footer | ||
+ | { | ||
+ | text-align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #footer .title span | ||
+ | { | ||
+ | color: rgba(255,255,255); | ||
+ | } | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Copyright */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | #footer2 | ||
+ | { | ||
+ | overflow: hidden; | ||
+ | padding: 5em 0em; | ||
+ | border-top: 1px solid rgba(255,255,255,0.08); | ||
+ | background-color: black; | ||
+ | |||
+ | } | ||
+ | |||
+ | #footer2 p | ||
+ | { | ||
+ | letter-spacing: 0.20em; | ||
+ | text-align: center; | ||
+ | font-size: 0.80em; | ||
+ | color: #F3F3F3; | ||
+ | } | ||
+ | |||
+ | #footer2 a | ||
+ | { | ||
+ | text-decoration: none; | ||
+ | color: #F3F3F3; | ||
+ | } | ||
+ | #footer-box | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #footer2 .title span | ||
+ | { | ||
+ | color: rgba(255,255,255); | ||
+ | } | ||
+ | |||
+ | /*********************************************************************************/ | ||
+ | /* Portfolio */ | ||
+ | /*********************************************************************************/ | ||
+ | |||
+ | #portfolio | ||
+ | { | ||
+ | } | ||
+ | |||
+ | #portfolio .box | ||
+ | { | ||
+ | text-align: center; | ||
+ | color: rgba(0,0,0,10); | ||
+ | height: 677px; | ||
+ | } | ||
+ | |||
+ | #portfolio h3 | ||
+ | { | ||
+ | display: block; | ||
+ | padding-bottom: 1em; | ||
+ | text-transform: uppercase; | ||
+ | font-size: 10em; | ||
+ | color: rgba(0,0,0,0.6); | ||
+ | } | ||
+ | |||
+ | #portfolio .title | ||
+ | { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #portfolio .title h2 | ||
+ | { | ||
+ | color: rgba(0,0,0,0.8); | ||
+ | } | ||
+ | |||
+ | .column1, | ||
+ | .column2, | ||
+ | .column3, | ||
+ | .column4 | ||
+ | { | ||
+ | width: 282px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .column1, | ||
+ | .column2, | ||
+ | .column3 | ||
+ | { | ||
+ | float: left; | ||
+ | margin-right: 24px; | ||
+ | } | ||
+ | |||
+ | .column4 | ||
+ | { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | |||
+ | //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