Main Page: Difference between revisions

From Digital Grail Convention Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


== Staff Information ==
== Staff Information ==
{{col-begin|width=100%}}:
<style>
{{col-break|width=50%}}:
* {
  box-sizing: border-box;
}


[[:Category:Timelines|Timelines]]
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}


[[:Category:Standard Operating Procedures|All Standard Operating Procedures]]
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
</style>
<div class="row">
  <div class="column" style="background-color:#aaa;">
    [[:Category:Timelines|Timelines]]


[[:Category:General| Departments used by all conventions]]
    [[:Category:Standard Operating Procedures|All Standard Operating Procedures]]


[[:Category:Departments| All Departments (including Convention Specific ones)]]
    [[:Category:General| Departments used by all conventions]]


{{col-break|width=50%}}:  
    [[:Category:Departments| All Departments (including Convention Specific ones)]]
  </div>
  <div class="column" style="background-color:#bbb;">
    [[:Category:Contract Templates|Contract Templates]]


[[:Category:Contract Templates|Contract Templates]]
    [[:Category:Anime Fargo|Anime Fargo specifics]]


[[:Category:Anime Fargo|Anime Fargo specifics]]
    [[:Category:Fargo CoreCon|Fargo CoreCon specifics]]


[[:Category:Fargo CoreCon|Fargo CoreCon specifics]]
    [[:Category:Fargo GameFest|Fargo GameFest specifics]]
 
  </div>
[[:Category:Fargo GameFest|Fargo GameFest specifics]]
</div>
 
{{col-end}}

Revision as of 07:52, 13 October 2022

Editing the wiki

Wiki Editing Guide

If you don't wish to edit the wiki, or are unsure of something, use this form: Suggest Edits for the Wiki

Staff Information

<style>

  • {
 box-sizing: border-box;

}

/* Create two equal columns that floats next to each other */ .column {

 float: left;
 width: 50%;
 padding: 10px;
 height: 300px; /* Should be removed. Only for demonstration */

}

/* Clear floats after the columns */ .row:after {

 content: "";
 display: table;
 clear: both;

} </style>