From 2014.igem.org
(Difference between revisions)
|
|
Line 21: |
Line 21: |
| <style type="text/css"> | | <style type="text/css"> |
| | | |
- | /* Name: Appetizer text */
| |
- | /* Description: Used to give a short and exciting description of the subsequent content. */
| |
- | p.intro {
| |
- | font-style: italic;
| |
- | font-size: 16px;
| |
- | color: #808080;
| |
- | margin-bottom:40px;
| |
- | }
| |
| | | |
- | /* Name: DNA Sequence Code */
| |
- | /* Description: Used for highlighting DNA sequences and similar codes. */
| |
- | span.SequenceCode {
| |
- | font-size: 14px;
| |
- | font-family: Courier New;
| |
- | color: red;
| |
- | border-style: dashed;
| |
- | border-width: 1px;
| |
- | border-color: Gray;
| |
- | padding: 0px 5px;
| |
- | }
| |
- |
| |
- | /* Name: Normal text */
| |
- | p {
| |
- | font-size: 14px;
| |
- | margin-top:10px;
| |
- | font-family:Tahoma;
| |
- | color: #3D3D3D;
| |
- | }
| |
- |
| |
- | /* Name: Paragraph intro */
| |
- | span.intro {
| |
- | font-weight:Bold;
| |
- | font-size: 15px;
| |
- | font-family:Tahoma;
| |
- | color: #3D3D3D;
| |
- | }
| |
- |
| |
- | /* Name: Important word */
| |
- | .specialWord {
| |
- | font-style: italic;
| |
- | }
| |
| | | |
| /* BASE */ | | /* BASE */ |
Revision as of 12:38, 23 June 2014