Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Staff Information == | == 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 */ | |||
} | |||
[[:Category: | /* 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: | [[:Category:Standard Operating Procedures|All Standard Operating Procedures]] | ||
[[:Category: | [[:Category:General| Departments used by all conventions]] | ||
[[:Category:Departments| All Departments (including Convention Specific ones)]] | |||
</div> | |||
<div class="column" style="background-color:#bbb;"> | |||
[[:Category:Contract Templates|Contract Templates]] | |||
[[:Category: | [[:Category:Anime Fargo|Anime Fargo specifics]] | ||
[[:Category: | [[:Category:Fargo CoreCon|Fargo CoreCon specifics]] | ||
[[:Category:Fargo GameFest|Fargo GameFest specifics]] | |||
</div> | |||
[[:Category:Fargo GameFest|Fargo GameFest specifics]] | </div> | ||
Revision as of 07:52, 13 October 2022
Editing the wiki
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>