Difference between revisions of "Smoke and Barley"
Jump to navigation
Jump to search
imported>Klem |
imported>DeniseGodin1521 |
||
(33 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <css> | |
− | + | /* Wrapper around the table: sets text-color (and could change font)*/ | |
− | + | .CTWrapper { | |
− | + | width : 900px; | |
− | + | align : center; | |
− | + | background : #000000; | |
− | + | border : 1px grey; | |
− | + | color : #000000; | |
− | + | } | |
− | + | /* 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: gold; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .CTWrapper a :hover{ | |
− | + | color: red; | |
− | : | + | } |
− | |||
− | + | .CTWrapper a :visited{ | |
− | : | + | color: gold; |
+ | } | ||
− | + | .CTWrapper a:link { | |
− | : | + | color: red; |
− | + | } | |
− | : | ||
− | |||
− | |||
− | + | /* Design of the large Headers of the individual sections | |
− | + | * in the Table (e.g.: INFORMATION) | |
− | + | */ | |
− | + | .CTHeader { | |
− | : | + | color : #990033; |
− | : | + | 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 : #000000; | |
− | + | margin : 15px; | |
+ | color : #FFFFFF; | ||
− | + | } | |
− | + | /* 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 grey; | ||
+ | border-bottom : 1px solid grey; | ||
+ | border-right : 2px solid grey; | ||
+ | border-left : 2px solid grey; | ||
+ | background : #000000; | ||
+ | text-align : center; | ||
+ | margin : 0px; | ||
+ | } | ||
− | + | /* Color and Style of the large text under the picture. */ | |
− | + | .CTBigText { | |
− | + | font-size : 12pt; | |
− | + | font-family : Palatino Lionotype, Perpetua, serif; | |
+ | font-variant : small-caps; | ||
+ | text-align : center; | ||
+ | align : center; | ||
+ | text-shadow : 1px 1px 3px #FDD017; | ||
+ | color : #FFFFFF; | ||
+ | } | ||
− | + | .CTTable { | |
+ | background: #f0f1f3; | ||
+ | } | ||
− | + | /* Color and Style of the little navigation menu*/ | |
− | : | + | .CTNav { |
− | : | + | color : #FFFFFF; |
− | + | 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="900" | ||
+ | |- | ||
+ | |height = "13" class = "CTData2" colspan = "3"| | ||
+ | |- | ||
+ | |height = "120" width = "150" class = "CTData" | | ||
+ | |rowspan = "2" width = "490" class = "CTBox" | [[Image:Smoke&Barley1.jpg|center|800px|link=]] | ||
+ | |width = "150" class = "CTData"| | ||
+ | |- | ||
+ | |- | ||
+ | |height = "50" class = "CTData2" | | ||
+ | |class = "CTData2" | | ||
+ | |- | ||
+ | |- | ||
|} | |} | ||
− | |- | + | <!-- 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>Gallery</span> | ||
+ | |- | ||
+ | | class = "CTData" | {{:S&B/Facts}}<!-- Do not delete the ':' (colon)! --> | ||
+ | | class = "CTData" | {{:S&B/Snapshots}}<!-- Do not delete the ':' (colon)! --> | ||
+ | |- | ||
+ | | class = "CTData2 CTHeader" | <span id="I-Hooks">Staff</span> | ||
+ | | class = "CTData2 CTHeader" | <span id="I-Quotes">Rules</span> | ||
+ | |- | ||
+ | | class = "CTData" | {{:S&B/Staff}}<!-- Do not delete the ':' (colon)! --> | ||
+ | | class = "CTData" | {{:S&B/Rules}}<!-- Do not delete the ':' (colon)! --> | ||
|} | |} | ||
+ | <!--Info End --> | ||
+ | </div> <!-- CTWrapper --> | ||
− | [[Category:Business]] | + | == RP Logs == |
+ | {{ RP Logs | name = {{S&B}} | columns = 4 | ordermethod = gamedate }} | ||
+ | [[Category:Business]][[Category: Gaian]] |
Latest revision as of 21:11, 2 January 2019
Information | Gallery | ||||||||||||||
Menu.
|
| ||||||||||||||
Staff | Rules | ||||||||||||||
|
|