Difference between revisions of "Joe's pizza and beer/Employees"
Jump to navigation
Jump to search
imported>Anabelle |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<css> | <css> | ||
β | . | + | .EmployeeHeader { |
margin : 2em; | margin : 2em; | ||
font-color : black; | font-color : black; | ||
Line 10: | Line 10: | ||
} | } | ||
β | . | + | .EmployeeSubHeader { |
font-weight : bold; | font-weight : bold; | ||
font-size : 10pt; | font-size : 10pt; | ||
Line 17: | Line 17: | ||
} | } | ||
β | . | + | .EmployeeDetail { |
font-size: 10pt; | font-size: 10pt; | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
} | } | ||
β | # | + | #Employees ul { |
display : table; | display : table; | ||
list-style : none; | list-style : none; | ||
} | } | ||
β | # | + | #Employees li { |
display : table-row; | display : table-row; | ||
} | } | ||
β | # | + | #Employees li:nth-child(odd):before { |
display : table-cell; | display : table-cell; | ||
content : '\1F37A'; | content : '\1F37A'; | ||
Line 40: | Line 40: | ||
} | } | ||
β | # | + | #Employees li:nth-child(even):before { |
display : table-cell; | display : table-cell; | ||
content : '\1F37B'; | content : '\1F37B'; | ||
Line 50: | Line 50: | ||
</css> | </css> | ||
β | <div id=" | + | <div id="Employees"> |
β | <div class=" | + | <div class="EmployeeHeader">PCs</div> |
β | * '''[[Joe]]''' | + | * '''[[Joe Reno|Joe]]:''' '''Part-Owner.''' Cook. Bouncer. ''All around gruff guy. The missing one.'' |
β | + | * '''[[Anabelle]]:''' '''Co-Owner.''' Brewer. Sometimes Cook. ''The cheerful short one.'' | |
β | * '''[[Anabelle]]''' | + | * '''[[Viv]]:''' '''Tap Girl.''' Also Apprentice Brewer. ''The really pretty one. The other missing one.'' |
β | |||
β | * '''[[Viv]]''' | ||
β | |||
β | <div class=" | + | <div class="EmployeeHeader">NPCs</div> |
β | * '''Henry''' | + | * '''[[Anabelle/Retainer|Henry]]:''' '''Server.''' ''The good-natured, flirty one.'' |
β | |||
</div> | </div> |