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