Difference between revisions of "Resources/Template Documentation"

Line 7: Line 7:
 
 
 
 
 
 
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
 
/* CONTENT OF THE PAGE */
 
/* CONTENT OF THE PAGE */
Line 32: Line 30:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
 +
/*size for title h tags*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
 
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
 
.igem_2019_team_content .igem_2019_team_column_wrapper h2 { font-size: 190%;}
 
.igem_2019_team_content .igem_2019_team_column_wrapper h2 { font-size: 190%;}
Line 40: Line 39:
  
  
/* styling for the titles h1, h2*/
+
/*titles h1, h2*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
 
.igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
 
border-bottom:0px;  
 
border-bottom:0px;  
Line 48: Line 47:
 
}
 
}
  
/* styling for the titles h3, h3, h5, h6 */
+
/*titles h3, h3, h5, h6 */
 
.igem_2019_team_content .igem_2019_team_column_wrapper h3,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper h3,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper h4,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper h4,  
Line 54: Line 53:
 
.igem_2019_team_content .igem_2019_team_column_wrapper h6 {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper h6 {  
 
border-bottom:0px;  
 
border-bottom:0px;  
color: #928b8b;   
+
color: #635d5d;   
 
font-family: "Arial Black", Gadget, sans-serif;
 
font-family: "Arial Black", Gadget, sans-serif;
 
padding: 5px 0px;
 
padding: 5px 0px;
 
}
 
}
  
/* text */
+
/* text p tag*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper p {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper p {  
 
font-size: 130%;
 
font-size: 130%;
Line 68: Line 67:
 
}
 
}
  
/* Links */
+
/* Links a tag*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper a {
 
.igem_2019_team_content .igem_2019_team_column_wrapper a {
color: #5bc7d8;
+
color: #00a19b;
 
font-weight: bold;  
 
font-weight: bold;  
 
text-decoration: underline;
 
text-decoration: underline;
text-decoration-color:#5bc7d8;
+
text-decoration-color:#00a19b;
 
transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
Line 83: Line 82:
 
/* hover for the links */
 
/* hover for the links */
 
.igem_2019_team_content .igem_2019_team_column_wrapper a:hover {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper a:hover {  
color: #f8b732;
+
color: #085156;
 
text-decoration:none;
 
text-decoration:none;
 
}
 
}
  
  
/* Table */
+
/* Table tag*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper table {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper table {  
border: 1px solid #928b8b;  
+
border: 1px solid #635d5d;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
font-size: 130%;
 
font-size: 130%;
Line 98: Line 97:
 
/* table cells */
 
/* table cells */
 
.igem_2019_team_content .igem_2019_team_column_wrapper td {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper td {  
border: 1px solid #c4baba;  
+
border: 1px solid #cecece;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
font-size: 105%;
 
font-size: 105%;
Line 107: Line 106:
 
/* table headers */
 
/* table headers */
 
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
background-color:#c4baba;  
+
background-color:#cecece;  
border: 1px solid #928b8b;  
+
border: 1px solid #635d5d;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
font-size: 110%;
 
font-size: 110%;
Line 124: Line 123:
 
}
 
}
  
 +
 +
/*font sizing within list nesting*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ul li,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ul li,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper ul ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ol li,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper ul ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ol li,  
Line 130: Line 131:
 
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ul li,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ul li,  
 
  .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ul ol li{ font-size: 76%; }
 
  .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ul ol li{ font-size: 76%; }
 
  
  
Line 156: Line 156:
  
  
/*styling for all images*/
+
/*all images*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
Line 176: Line 176:
 
/* horizontal line to divide the page*/
 
/* horizontal line to divide the page*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
     border-top: 1px solid #c4baba;
+
     border-top: 1px solid #cecece;
 
  margin: auto;
 
  margin: auto;
 
   width: 98%;
 
   width: 98%;
Line 197: Line 197:
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a  {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a  {
background-color: #5bc7d8;
+
background-color: #00a19bad !important;
color: #635d5d !important;
+
color: #000 !important;
 
font-weight: bold;
 
font-weight: bold;
 
margin: auto;
 
margin: auto;
 
text-decoration: none !important;
 
text-decoration: none !important;
padding: 10px 15px;
+
padding: 10px 15px !important;
 
}
 
}
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a:hover {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a:hover {
background-color: #f8b732 !important;   
+
background-color: #ffb819 !important;   
 
}
 
}
  
 +
  
 
+
/*highlight */
 +
/************************************************/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight {  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight {  
 
padding: 15px 20px;
 
padding: 15px 20px;
 
}
 
}
 +
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight p,  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight p,  
Line 226: Line 229:
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_background {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_background {
background-color: #e4dede;  
+
background-color: #ececec;  
 
}
 
}
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_top {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_top {
     border-top: 4px solid #5bc7d8;
+
     border-top: 4px solid #00a19bad;
 
}
 
}
  
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_full {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_full {
     border: 4px solid #5bc7d8;
+
     border: 4px solid #00a19bad;
 
}
 
}
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_top {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_top {
     border-top: 4px solid #f8b732
+
     border-top: 4px solid #ffb819
 
}
 
}
  
  
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_full {
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_full {
     border: 4px solid #f8b732;
+
     border: 4px solid #ffb819;
 
}
 
}
  
 
+
</style>
+
</style>
  
  

Revision as of 21:30, 26 February 2019

Loading...

Template Documentation for Teams

This page will help you edit and build your team wiki based on the default template given to your team. You will find code examples that you can simply copy and paste on your wiki to create tables, links and images to document your project.

The template is composed of html, css and jquery, you can find the original code here: Template: Example 2

Templates are a very useful to avoid repeating the same code or text. The way they are used in the iGEM wiki is that they host the menu and the general css styling for a group of pages. Another good use is to have a banner on your template so it appears on every of your wiki pages

On this page

HTML

Hypertext Markup Language, or HTML, is a standardized system for tagging text to create font, color, graphic, and hyperlink styling on websites. Below we will go voer the general tags used to create a standard wiki page

Colors

The colors used on your template are:

#484848 #635d5d #928b8b #c4baba #ecb656 #f3bd5d #f8b732 #7acbd8 #5bc7d8

Text

To write text use the < p > tag

<p> Text </p>

Titles

You can add title using the h tag, here is how the different sizes look:

Title one

Title two

Title three

Title four

Title five
Title six

<h1>Title one </h1>
<h2>Title two </h2>
<h3>Title three </h3>
<h4>Title four </h4>
<h5>Title five </h5>
<h6>Title six </h6>

Links

When creating links use the < a > tag, links will display : Example Link

<a href="link url "> LINK </a>

Images

You can add images to your website by using the img tag, remember all your images must be hosted on the iGEM server.

<img src="image URL ">

Unordered Lists

Use the following example to create a simple list.
Painting materials:

  • Brushes
  • Acrylic paint
  • Watercolors

<b>Painting Materials</b>
<ul>
<li> Brushes </li>
<li> Acrylic paint </li>
<li> Watercolors </li>
</ul>

Numbered Lists

To create an ordered list, use:
Things to buy:

  1. Milk
  2. Eggs
  3. Flour

<b>Things to buy: </b>
<ol>
<li> Milk </li>
<li> Eggs </li>
<li> Flour </li>
</ol>

Nested Lists

Here is an example of a nested list.

  • Cold Colors
  • Warm Colors
    1. Red
    2. Orange
    3. Yellow

<ul>
<li> Cold Colors </li>
<li> Warm Colors
<ol>
<li> Red </li>
<li> Orange </li>
<li> Yellow </li>
</ol>
</li>
</ul>

Tables

Tables created within in a page already have styling and will display:

Header 1 Header 2
Content A 1 Content B 1
Content A 2 Content B 2

<table>
<tr>
<th> Header 1 </th> <th> Header 2 </th>
</tr>
<tr>
<td> Content A 1 </td> <td> Content B 1 </td>
</tr>
<tr>
<td> Content A 2 </td> <td> Content B 2 </td>
</tr>
</table>

Layout classes

Columns

Layout classes will help structure your page. You will need to call it when you start your page to have the proper layout and make it responsive. There are three types of layout options having three, two or just one column. For one column call the class column full_size and for two columns call column two_thirds_size and for three columns third_size. Here are a few layout options.

<div class="column full_size" >
</div>

<div class="column two_thirds_size" >
</div>

<div class="column third_size" >
</div>

<div class="column third_size" >
</div>

<div class="column third_size" >
</div>

<div class="column third_size" >
</div>

Support Classes

Highlight

Highlight will need to be declared inside another layout box, this highlight class will make the background gray and the size will be slightly smaller.

<div class="column half_size" >
<div class="highlight">

</div>
</div>

Styling highlight class

There are ways to style the highlight class, you can add:

  • highlight decoration_background to add a gray background
  • highlight decoration_A_top to add a blue decorative line on top
  • highlight decoration_B_top to add a orange decorative line on top
  • highlight decoration_A_full to add a blue border around the div
  • highlight decoration_B_full to add a orange border around the div

These classes can be combined to create different effects, as seen in the next examples.

<div class="column third_size" >
<div class="highlight decoration_background decoration_A_top">

</div>
</div>

<div class="column third_size" >
<div class="highlight decoration_B_full">

</div>
</div>

<div class="column third_size" >
<div class="highlight decoration_background decoration_A_full">

</div>
</div>

Button

You can use the button class to highlight a link in your wiki.

<div class="button_link"> <a href="URL"> EXAMPLE BUTTON </a> </div>

Clear

This class clears the content, it is basically the same as clicking "enter" when you are writing a text.
If you add the "extra_space" class, it will add extra vertical spacing between your divs.

<div class="clear extra_space"> </div>

Adding items to your Menu

Adding a direct menu item

To add another a direct (goes straight to the page rather than opening a submenu). Make sure you place the following code inside the class "igem_2019_team_menu". In this example we will link to "Test Direct".

<a href="https://2019.igem.org/Team:Example2/Test_Direct">
< div class="menu_item direct_link">
Test Direct
</div>
</a>

Adding a submenus

To add another menu item that opens up the submenu, use the following code. In this example we will create "Test Submenu" with the subpage "Test Subpage". Remember to make sure you place the your code inside the class "igem_2019_team_menu"

<div class="menu_item">
<div class="submenu_control_icon"> </div>
TEST SUBMENU
</div>

<div class="submenu">
<a href="https://2019.igem.org/Team:Example2/Test_subpage">
<div class="submenu_item">
Test subpage
</div>
</a>

</div>

CSS

CSS will provide styling for your HTML elements, the attributes are ordered alpahabetically in the template and each of them modifies the function and appareance of the class. Here is a list of the most common attributes used in the code.

Take a look at the code and see how each element is defined, if you want change a color for a particular thing, you can modify the hex code for that color or modify the size or anything you need!

  • size
    • width
    • height
  • layout
    • position
    • margin
    • padding
    • float
    • display
  • color
    • border
    • background-color
  • font
    • text-align
    • font-weight
    • text decoration
    • color
  • other
    • list-style-type
    • cursor
    • -transition

Creating a new class

In this example we are going to create a new class, it is best practice to name your classes with specific names so other code won't override them. The following code shows how to make a class that changes the color of text.

/* highlight with a full orange border decoration */
.igem_2019_team_content .igem_2019_team_column_wrapper .orange_text {
color: #f8b732;
}

<p class="orange_text"> Orange text </p>

Creating a new class under an existing one

In this example we are going to create a new class for an orange background under the highlight class. You will need to follow the precise naming of the classes in the code for it to work correclty when you call it in your html. First declare the two content wrappers: ".igem_2019_team_content .igem_2019_team_column_wrapper" and then specify the highlight class and the name of your new class: ".highlight.orange_background" Next you will find the necessary CSS code and then and example of how to call it on your html.

/* highlight with a full orange border decoration */
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.orange_background {
background-color: #f8b732;
}

<p class="orange_text"> Orange background </p>

Change the color of an element

This is very simple and easy thing to do. First, you will need to find which element or class you want to modify and then replace the hex code for the color. In the following example we change the color of h1 and h2 to orange.

/* styling for the titles h1 h2 */ .igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
padding:5px 15px;
border-bottom: 0px;
color: #fdeb39;
}

<h1> This is now orange </h1>
<h2> This is now orange </h2>

This is now orange

This is now orange

JQUERY

Jquery makes the menu and other interactive elements in the website work, for example the open and closing of the submenus along with the icon that reflects the state of said submenu. We will not go into depth to talk about the jquery, if you wish to learn more about this you can visit: https://learn.jquery.com/