Cafe Nowhere: Difference between revisions
No edit summary |
No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <css> |
||
+ | /* Wrapper around the table: sets text-color (and could change font)*/ |
||
+ | .CTWrapper { |
||
+ | width : 900px; |
||
+ | align : center; |
||
+ | background : black; |
||
+ | border : 1px solid green; |
||
+ | color : silver; |
||
+ | } |
||
+ | /* Color of the Links, needs to be in the wrapper so it does not change |
||
− | [[File:CafeNowhere1.png:400px]][[File:CafeNowhere2.png|300px]] |
||
+ | * ALL the links, but only those of the actual content |
||
+ | */ |
||
+ | .CTWrapper a { |
||
+ | color: gold; |
||
+ | } |
||
+ | |||
+ | .CTWrapper a :hover{ |
||
+ | color: light blue; |
||
+ | } |
||
+ | |||
+ | .CTWrapper a :visited{ |
||
+ | color: gold; |
||
+ | } |
||
+ | |||
+ | .CTWrapper a:link { |
||
+ | color: grey; |
||
+ | } |
||
+ | |||
+ | /* Design of the large Headers of the individual sections |
||
+ | * in the Table (e.g.: INFORMATION) |
||
+ | */ |
||
+ | .CTHeader { |
||
+ | color : #f0f1f3; |
||
+ | 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 : dark gray; |
||
+ | margin : 15px; |
||
+ | color : silver; |
||
+ | |||
+ | } |
||
+ | |||
+ | /* Alternative Color definition of Table Cells, aka: 2nd Color */ |
||
+ | .CTData2 { |
||
+ | background : #e69138; |
||
+ | margin : 15px; |
||
+ | } |
||
+ | |||
+ | /* Color and style of the box surrounding the Picture */ |
||
+ | .CTBox { |
||
+ | border-top : 3px solid gold; |
||
+ | border-bottom : 1px solid gold; |
||
+ | border-right : 2px solid gold; |
||
+ | border-left : 2px solid gold; |
||
+ | background : black; |
||
+ | 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 : #1d2e38; |
||
+ | } |
||
+ | |||
+ | .CTTable { |
||
+ | background: black; |
||
+ | } |
||
+ | |||
+ | /* Color and Stlye of the little navigation menu*/ |
||
+ | .CTNav { |
||
+ | color : silver; |
||
+ | text-align : center; |
||
+ | text-transform : uppercase; |
||
+ | font-size : 7pt; |
||
+ | border-bottom : 5px solid light gray; |
||
+ | } |
||
+ | </css> |
||
+ | <!-- Actual Content goes here --> |
||
+ | <div class="CTWrapper"> |
||
+ | <!-- Top Banner Start--> |
||
+ | {| class="CTTable" cellpadding="0" cellspacing="0" width="900" |
||
+ | |- |
||
+ | | |
||
+ | |- |
||
+ | |[[File:Cafe Nowherebanner2.png|center|800px]] |
||
+ | |- |
||
+ | | |
||
+ | | |
||
+ | |- |
||
+ | | |
||
+ | |} |
||
+ | <!-- Top Banner End--> |
||
+ | <!-- Info Start --> |
||
+ | {| width = "900px" 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-Gallery>Snapshots</span> |
||
+ | |- |
||
+ | | class = "CTData" | {{:Cafe Nowhere/Facts}}<!-- Do not delete the ':' (colon)! --> |
||
+ | | rowspan = "5" | |
||
+ | | class = "CTData" | {{:Cafe Nowhere/Snapshots}}<!-- Do not delete the ':' (colon)! --> |
||
+ | |- |
||
+ | | class = "CTData2 CTHeader" | <span id="I-Hooks">Menu</span> |
||
+ | | class = "CTData2 CTHeader" | <span id="I-Quotes">Quotes</span> |
||
+ | |- |
||
+ | | class = "CTData" | {{:Cafe Nowhere/Menu}}<!-- Do not delete the ':' (colon)! --> |
||
+ | | class = "CTData" | {{:Cafe Nowhere/Quotes}}<!-- Do not delete the ':' (colon)! --> |
||
+ | |} |
||
+ | <!--Info End --> |
||
+ | </div> <!-- CTWrapper --> |
||
+ | |||
+ | == RP Logs == |
||
+ | {{ RP Logs | name = {{Cafe Nowhere}} | columns = 4 | ordermethod = gamedate }} |
||
+ | [[Category:Business]][[Category:Unity]] |
Latest revision as of 19:04, 21 April 2023
Information | Snapshots | |
Location: Unity Square
Managed by: Brent Fitzgerald's cohort
|
[ edit ] | |
Menu | Quotes | |
Special Orders by Request, 24 hour notice Breakfast
Lunch Dinner
Drinks |
[ edit ] |
RP Logs
None yet.