Difference between revisions of "Team:Cambridge-JIC/Wiki Design"
Simonhkswan (Talk | contribs) |
Simonhkswan (Talk | contribs) |
||
Line 6: | Line 6: | ||
font-family: Open Sans; | font-family: Open Sans; | ||
} | } | ||
+ | li { | ||
+ | font-family: Open Sans; | ||
</style> | </style> | ||
Line 24: | Line 26: | ||
<div style="width: 100%; padding:0% 10%; margin: 30px 0px;color:#fff"> | <div style="width: 100%; padding:0% 10%; margin: 30px 0px;color:#fff"> | ||
<h3> Using CSS and JS </h2> | <h3> Using CSS and JS </h2> | ||
− | As iGEM teams are unable to upload and refer to CSS and Javascript files, styling your webpages takes a different method to the standard way. Instead, we have uploaded pages that end in _CSS and _JS that are linked to in the html of our other pages. To use a page as a file, simply put the code in HTML and refer to the URL with <span style="background-color:#fff; color:#123a68"> ?action=raw</span> added. This takes the raw code that was entered. | + | <p>As iGEM teams are unable to upload and refer to CSS and Javascript files, styling your webpages takes a different method to the standard way. Instead, we have uploaded pages that end in _CSS and _JS that are linked to in the html of our other pages. To use a page as a file, simply put the code in HTML and refer to the URL with <span style="background-color:#fff; color:#123a68"> ?action=raw</span> added. This takes the raw code that was entered.</p> |
<h3> Bootstrapping your Wiki <h3> | <h3> Bootstrapping your Wiki <h3> | ||
Line 36: | Line 38: | ||
<h2> Graphic Design </h2> | <h2> Graphic Design </h2> | ||
<h3> Colours </h3> | <h3> Colours </h3> | ||
− | Before creating too many images and colouring in your wiki, deciding on a colour scheme can ensure your wiki looks professional. | + | <p>Before creating too many images and colouring in your wiki, deciding on a colour scheme can ensure your wiki looks professional. </p> |
− | Colours in HTML are given as RGB values. These can be difficult to visualise and match. Instead pick your colours first with HSL (hue, saturation and lightness) values. As a guide, three to four different hues is easy to work with. | + | <p>Colours in HTML are given as RGB values. These can be difficult to visualise and match. Instead pick your colours first with HSL (hue, saturation and lightness) values. As a guide, three to four different hues is easy to work with.</p> |
<center> | <center> | ||
<hr> | <hr> |
Revision as of 19:09, 18 September 2015