Difference between revisions of "Prospect's Opportunity Program"
Jump to navigation
Jump to search
imported>Meryuimisspaa (Added Raul and Reggie (NPC) and added tables to align them right, tweaked the "picture gallery" table, improved image sizes, linked PC pictures and names, and cleaned up some messy font code) |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="{ | + | <div style="float:right; padding: 25px 0 25px 25px"> |
+ | __TOC__ | ||
+ | </div> | ||
+ | <css> | ||
+ | /* Wrapper around the table: sets text-color (and could change font)*/ | ||
+ | .CTWrapper { | ||
+ | width : 900px; | ||
+ | align : center; | ||
+ | background : black; | ||
+ | border : 1px solid black; | ||
+ | color : black; | ||
+ | } | ||
+ | /* Color of the Links, needs to be in the wrapper so it does not change | ||
+ | * ALL the links, but only those of the actual content | ||
+ | */ | ||
+ | .CTWrapper a { | ||
+ | color: silver; | ||
+ | } | ||
+ | .CTWrapper a :hover{ | ||
+ | color: teal; | ||
+ | } | ||
+ | .CTWrapper a :visited{ | ||
+ | color: teal; | ||
+ | } | ||
− | + | .CTWrapper a:link { | |
− | + | color: teal; | |
+ | } | ||
+ | /* Design of the large Headers of the individual sections | ||
+ | * in the Table (e.g.: INFORMATION) | ||
+ | */ | ||
+ | .CTHeader { | ||
+ | color : #BEC6EA; | ||
+ | vertical-align : center; | ||
+ | font-size : 22pt; | ||
+ | font-family : Palatino Linotype, Perpetua, serif; | ||
+ | text-align : center; | ||
+ | padding-top : 8px; | ||
+ | font-variant : small-caps; | ||
+ | -moz-border-radius-topleft : 15px 11px; | ||
+ | -moz-border-radius-topright : 15px 11px; | ||
+ | -webkit-border-top-left-radius : 15px 11px; | ||
+ | -webkit-border-top-right-radius : 15px 11px | ||
+ | } | ||
+ | /* Color defition for the Table Cells */ | ||
+ | .CTData { | ||
+ | background-color : #01189C; | ||
+ | margin : 15px; | ||
+ | color : #BEC6EA; | ||
− | + | } | |
+ | /* Alternative Color definition of Table Cells, aka: 2nd Color */ | ||
+ | .CTData2 { | ||
+ | background : #000000; | ||
+ | margin : 15px; | ||
+ | } | ||
+ | /* Color and style of the box surrounding the Picture */ | ||
+ | .CTBox { | ||
+ | border-top : 3px solid black; | ||
+ | border-bottom : 1px solid black; | ||
+ | border-right : 2px solid black; | ||
+ | border-left : 2px solid black; | ||
+ | background : teal; | ||
+ | text-align : center; | ||
+ | margin : 0px; | ||
+ | } | ||
− | + | /* Color and Style of the large text under the picture. */ | |
+ | .CTBigText { | ||
+ | font-size : 48pt; | ||
+ | font-family : Palatino Lionotype, Perpetua, serif; | ||
+ | font-variant : small-caps; | ||
+ | text-align : center; | ||
+ | align : center; | ||
+ | text-shadow : 1px 1px 3px #000000; | ||
+ | color : white; | ||
+ | } | ||
+ | .CTTable { | ||
+ | background: #000000; | ||
+ | } | ||
− | + | /* Color and Stlye of the little navigation menu*/ | |
− | + | .CTNav { | |
− | + | color : silver; | |
− | - | + | text-align : center; |
− | + | text-transform : uppercase; | |
− | + | font-size : 7pt; | |
− | + | border-bottom : 5px solid #1d2e38; | |
− | + | } | |
− | + | </css> | |
− | + | <!-- Actual Content goes here --> | |
− | ---- | + | <div class="CTWrapper"> |
− | + | <!-- Top Banner Start--> | |
− | + | {| class="CTTable" cellpadding="0" cellspacing="0" width="1000" | |
− | < | + | |- |
− | < | + | |height = "13" class = "CTData2" colspan = "3"| |
− | + | |- | |
− | + | |height = "90" width = "150" class = "CTData" | | |
− | + | |rowspan = "2" width = "490" class = "CTBox" | [[File:POPLogo1.jpg|800px]] | |
− | + | |width = "150" class = "CTData"| | |
− | + | |- | |
− | + | |- | |
− | + | |height = "50" class = "CTData2" | | |
− | + | |class = "CTData2" | | |
− | + | |- | |
− | + | |colspan = "3" class = "CTData2 CTNav" | '''Navigation:'' [[#I-Facts|Information]], [[#I-Gallery|Snapshots]], [[#I-Hooks|Contacts]], [[#I-Quotes|Quotes]]''''' | |
− | |||
− | |||
− | |||
− | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |- | ||
− | | | ||
− | | | ||
− | | | ||
|} | |} | ||
− | + | <!-- Top Banner End--> | |
− | {| | + | <!-- Info Start --> |
− | |- | + | {| width = "1000px" cellpadding = "5" cellspacing = "0" class = "CTTable" |
− | | | + | | width = "50%" class = "CTData2 CTHeader" | <span id="I-Facts">Information</span> |
− | | | + | | | |
+ | | width = "50%" class = "CTData2 CTHeader" | <span id="I-Contacts">Contacts</span> | ||
+ | |- | ||
+ | | class = "CTData" | {{:{{PAGENAME}}/Facts}}<!-- Do not delete the ':' (colon)! --> | ||
+ | | rowspan = "5" | | ||
+ | | class = "CTData" | {{:{{PAGENAME}}/Hooks}}<!-- Do not delete the ':' (colon)! --> | ||
+ | |- | ||
+ | | class = "CTData2 CTHeader" | <span id="I-Gallery>Snapshots</span> | ||
+ | | class = "CTData2 CTHeader" | <span id="I-Quotes">Quotes</span> | ||
+ | |- | ||
+ | | class = "CTData" | {{:{{PAGENAME}}/Snapshots}} | ||
+ | <!-- Do not delete the ':' (colon)! --> | ||
+ | | class = "CTData" | {{:{{PAGENAME}}/Quotes}}<!-- Do not delete the ':' (colon)! --> | ||
|} | |} | ||
− | + | <!--Info End --> | |
− | < | + | </div> <!-- CTWrapper --> |
− | + | == Logs == | |
− | ---- | + | {{ RP Logs | name = {{PAGENAME}} | columns = 4 | ordermethod = gamedate }} |
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Business]] | [[Category:Business]] |
Latest revision as of 14:23, 18 July 2020
Contents
Navigation: Information, Snapshots, Contacts, Quotes |
Information | Contacts | |
Located at Comet St. and Harbor St. About Our Program
|
Owner: Madison Lee
Current Business Partners:
Hiring for all position's Include - :
| |
Snapshots | Quotes | |
|
"We have a responsibility to unlock the potential of our citizens, |
Logs
No pages meet these criteria.