|
|
Line 14: |
Line 14: |
| } | | } |
| | | |
- | body{
| |
- | background-color: black;
| |
- | background-image: url("https://static.igem.org/mediawiki/2011/9/98/Black_cardboard_tiled_UGM.png");
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | text-align: center;
| |
- | font-size:medium;
| |
- | font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
| |
- | "Segoe Print", "Comic Sans MS", Verdana, sans-serif;
| |
- | }
| |
- | div#globalWrapper{
| |
- | background-color: transparent;
| |
- | font-size: 100%;
| |
- | }
| |
- |
| |
- | /*content and bodyContent are given the same properties to avoid problems*/
| |
- | div#content{
| |
- | position: relative;
| |
- | width: 1000px;
| |
- | margin: 0 auto;
| |
- | padding: 0px 0px 0px 0px;
| |
- | border: none;
| |
- | z-index: 0;
| |
- | background-color: transparent;
| |
- | color: #000000;
| |
- | text-align:justify;
| |
- | line-height: 1em;
| |
- | font-size:100%;
| |
- | font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
| |
- | "Segoe Print", "Comic Sans MS", Verdana, sans-serif;
| |
- | }
| |
- | div#bodyContent{
| |
- | position: relative;
| |
- | width: 1000px;
| |
- | margin: 0 auto;
| |
- | padding: 0px 0px 0px 0px;
| |
- | border: none;
| |
- | z-index: 0;
| |
- | background-color: transparent;
| |
- | color: #000000;
| |
- | text-align:justify;
| |
- | line-height: 1em;
| |
- | font-size:100%;
| |
- | font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
| |
- | "Segoe Print", "Comic Sans MS", Verdana, sans-serif;
| |
- | /*
| |
- | Fonts I recomend the most:
| |
- | "Maiandra GD", Garamond,
| |
- | Fonts that resemble handwriting but are uncomfortable to read.
| |
- | These letters are too decorated:
| |
- | "Viner Hand ITC","Bradley Hand ITC","Lucida Handwriting","Tempus Sans ITC",
| |
- | These letter is too small:
| |
- | Gabriola,
| |
- | These letter is too narrow:
| |
- | "Juice ITC",
| |
- | */
| |
- | }
| |
- | div#content h1.firstHeading{
| |
- | display: none;
| |
- | }
| |
- | div#bodyContent p{
| |
- | margin: 0em 0em 0em 0em;
| |
- | }
| |
- | div#contentSub{
| |
- | margin: 0 0 0.7em 0;
| |
- | }
| |
- | div#catlinks{
| |
- | display: none;
| |
- | }
| |
| | | |
| | | |