Difference between revisions of "Team:Cambridge-JIC/Wiki Design"

Line 11: Line 11:
 
<hr>
 
<hr>
 
</center>
 
</center>
 +
<p> This guide briefly dives into incorporating CSS ad Java Script into your wiki, a few graphic design tips, and ways to improve the user experience.
 
</div></div></section>
 
</div></div></section>
  
Line 17: Line 18:
 
         <div style="width: 100%; padding:0% 10%; margin: 30px 50px;color:#fff">
 
         <div style="width: 100%; padding:0% 10%; margin: 30px 50px;color:#fff">
 
<h2> Using CSS and JS </h2>
 
<h2> 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. ANy URL with <span style="background-colour:#fff; color:#123a68"> ?action=raw </span> added onto the end takes the raw HTML code of the website.
+
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.
  
 +
</div></div></section>
 +
 +
<section style="background-color:#fff">
 +
    <div class="slide" style="min-height:0px">
 +
        <div style="width: 100%; padding:0% 10%; margin: 30px 50px;color:#000">
  
 
</div></div></section>
 
</div></div></section>
 +
<section style="background-color:#123a68">
 +
    <div class="slide" style="min-height:0px">
 +
        <div style="width: 100%; padding:0% 10%; margin: 30px 50px;color:#fff">
  
 +
</div></div></section>
 
</html>
 
</html>
 
{{:Team:Cambridge-JIC/Templates/Footer}}
 
{{:Team:Cambridge-JIC/Templates/Footer}}

Revision as of 16:42, 18 September 2015

Wiki Design Guide

Make your wiki more beautiful than our team.


This guide briefly dives into incorporating CSS ad Java Script into your wiki, a few graphic design tips, and ways to improve the user experience.

Using CSS and JS

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 ?action=raw added. This takes the raw code that was entered.