|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */
| | {{DevSubpageLinks}} |
| | {{DevStub}} |
|
| |
|
| p {
| | ==<br /> Game Design Document == |
| /* Adjust the pixel amount below as needed. */
| |
| margin-bottom: 20px;
| |
| }
| |
|
| |
|
| a:link {
| | <!-- * [[File:PDF.png]] [[Media:Caesar2DesignDocument.pdf|Caesar II Design Document]]<span class="DLInfo"> PDF File []</span> --> <!-- {{CitationReq}} --><!-- <ref>[http:// Game Design]</ref> --> |
| //color: #996600;
| |
| font-weight: bold;
| |
| }
| |
| a:visited {
| |
| //color: #993300;
| |
| font-weight: bold;
| |
| } | |
| a:active {
| |
| //color: #ff6600;
| |
| font-weight: bold;
| |
| }
| |
| a:hover {
| |
| //color: #ff9900;
| |
| font-weight: bold;
| |
| }
| |
|
| |
|
| sup {
| | <blockquote> |
| vertical-align: baseline;
| | <!-- Design notes here --> |
| position: relative;
| | </blockquote> |
| top: -0.4em;
| |
| }
| |
|
| |
|
| sub {
| | ==<br /> Game Transcript == |
| vertical-align: baseline;
| |
| position: relative;
| |
| top: 0.4em;
| |
| }
| |
|
| |
|
| .nobrk { | | <!-- * [[File:PDF.png]] [[Media:Caesar2GameTranscript.pdf|Caesar II Game Transcript]]<span class="DLInfo"> PDF File []</span> --> <!-- <ref>Text Extracted by [[:User:BBP|Bonny Ploeg]]</ref> --> |
| white-space:nowrap;
| |
| }
| |
|
| |
|
| .FloatRight {
| | <blockquote> |
| float: right;
| | <!-- Transcript notes here --> |
| padding-left: 10px;
| | </blockquote> |
| }
| |
|
| |
|
| .FloatLeft {
| | ==<br /> Exploring Game Resources == |
| float: left;
| |
| padding-right: 10px;
| |
| }
| |
|
| |
|
| .ClrRight {
| | <blockquote> |
| clear: right;
| | <!-- Resources notes here --> |
| }
| |
|
| |
|
| .ClrLeft {
| | ===<br /> Resources Used === |
| clear: left;
| |
| }
| |
|
| |
|
| .InfoBox {
| | * |
| /*padding: 10px;*/
| |
| padding-left: 50px;
| |
| padding-right: 50px;
| |
| width: 200px;
| |
| text-align: left;
| |
| margin-left: 20px;
| |
| margin-bottom: 20px;
| |
| background: #f9f9f9;
| |
| border: 0px solid black;
| |
| border-collapse: collapse;
| |
| border=0;
| |
| float: right;
| |
| /*align: right;*/
| |
| }
| |
|
| |
|
| .Tab {
| | ====<br /> External Resources ==== |
| target-new: tab ! important
| |
| }
| |
|
| |
|
| .Quoter {
| | * |
| background-color: #FFFDEC;
| |
| font-weight: bold;
| |
| padding-top: 1px;
| |
| padding-right: 2px;
| |
| padding-bottom: 1px;
| |
| padding-left: 2px;
| |
| }
| |
|
| |
|
| .Quote {
| | ==<br /> Developer Notes == |
| background-color: #FFFDEC;
| |
| background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
| |
| background-repeat: no-repeat;
| |
| margin-top: 5px;
| |
| margin-bottom: 5px;
| |
| margin-right: 50px;
| |
| margin-left: 50px;
| |
| box-shadow: 0px 2px 5px 0px #006633;
| |
| padding-top: 10px;
| |
| padding-right: 30px;
| |
| padding-bottom: 10px;
| |
| padding-left: 30px;
| |
| border: 1px #006633 solid;
| |
| }
| |
|
| |
|
| .DescriptQuote {
| | <!-- <div class="Quote"> |
| background-color: #FFFDEC;
| | {{Quote|Attrib = [[Ken Williams]] |
| background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
| | }} |
| background-repeat: no-repeat;
| | Quoted text here |
| margin-top: 5px;
| | <ref>[[sgf:Topic.|www.sierragamers.com/forum/bbs/Topic.]] - <date> <time></ref> |
| margin-bottom: 5px;
| | </div> |
| margin-right: 375px;
| | --> |
| margin-left: 45px;
| | <blockquote> |
| box-shadow: 0px 2px 5px 0px #006633;
| | <!-- Notes here --> |
| padding-top: 10px;
| | <!-- |
| padding-right: 30px;
| | {| class="wikitable sortable" width="700" |
| padding-bottom: 10px;
| | ! width="150" | Command !! width="550" | Action |
| padding-left: 30px;
| | |- valign="top" |
| border: 1px #006633 solid;
| | |'''Q'''||Quit |
| }
| | |} |
| | --> |
| | </blockquote> |
|
| |
|
| .NarrowQuote {
| | ==<br /> References == |
| background-color: #FFFDEC;
| |
| background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
| |
| background-repeat: no-repeat;
| |
| margin-top: 5px;
| |
| margin-bottom: 5px;
| |
| margin-right: 300px;
| |
| margin-left: 45px;
| |
| box-shadow: 0px 2px 5px 0px #006633;
| |
| padding-top: 10px;
| |
| padding-right: 30px;
| |
| padding-bottom: 10px;
| |
| padding-left: 30px;
| |
| border: 1px #006633 solid;
| |
| }
| |
|
| |
|
| .SynopsisBox {
| | <references /> |
| background-color: #FFFDEC;
| |
| background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
| |
| background-repeat: no-repeat;
| |
| margin-top: 5px;
| |
| margin-bottom: 5px;
| |
| margin-right: 375px;
| |
| margin-left: 45px;
| |
| box-shadow: 0px 2px 5px 0px #006633;
| |
| padding-top: 10px;
| |
| padding-right: 30px;
| |
| padding-bottom: 10px;
| |
| padding-left: 30px;
| |
| border: 1px #006633 solid;
| |
| }
| |
|
| |
|
| .ShadowBox {
| | ==<br /> Related Links == |
| box-shadow: 0px 2px 5px 0px #006633;
| |
| border: 1px solid #006633;
| |
| background-color: #FFFDEC;
| |
| padding: 8px 10px;
| |
| padding-top: 4px;
| |
| padding-right: 5px;
| |
| padding-bottom: 4px;
| |
| padding-left: 5px;
| |
| }
| |
|
| |
|
| .mono {
| | * [[Caesar Series]] |
| font-family: "Courier New", Courier, mono;
| | * [[:Category:Game Development|Game Development]] |
| font-size: 10pt;
| | <!-- |
| background-color: #F9F9F9;
| | * [[Exploring Game Resources]] |
| margin-top: 5px;
| | --> |
| margin-right: 5px;
| |
| margin-bottom: 5px;
| |
| margin-left: 5px;
| |
| }
| |
|
| |
|
| .syntaxhighlight {
| | [[Category:Development Pages]] |
| font-family: "Courier New", Courier, mono;
| | <!-- [[Category:Game Design]] --> |
| font-size: medium;
| | <!-- [[Category:Concept Art]] --> |
| background-color: #FFFFEE;
| | <!-- [[Category:Game Development]] --> |
| line-height: 1.25em;
| | <!-- [[Category:Game Developer Notes]] --> |
| margin-right: 50px;
| | <!-- [[Category:Ken Williams Quotes]] --> |
| margin-left: 50px;
| | <!-- [[Category:Game Resources]] --> |
| padding-top: 0px;
| | <!-- [[Category:Game Developer Notes]] --> |
| padding-right: 5px;
| |
| padding-bottom: 5px;
| |
| padding-left: 5px;
| |
| border: 1px #CCCCCC solid
| |
| }
| |
|
| |
| .cs {
| |
| font-family: "Courier New", Courier, mono;
| |
| font-size: medium;
| |
| background-color: #FFFFEE;
| |
| line-height: 1.25em;
| |
| margin-right: 50px;
| |
| margin-left: 50px;
| |
| padding-top: 0px;
| |
| padding-right: 5px;
| |
| padding-bottom: 5px;
| |
| padding-left: 5px;
| |
| border: 1px #CCCCCC solid;
| |
| }
| |
| | |
| .Alert {
| |
| color: #FF0000;
| |
| }
| |
| | |
| .Hilite {
| |
| color: #0000FF;
| |
| }
| |
| | |
| .DLInfo {
| |
| font-family: Arial, Helvetica, sans-serif;
| |
| font-size: 9px;
| |
| }
| |
| | |
| .Category {
| |
| font-size: 14pt; font-weight: bold
| |
| }
| |
| | |
| .CodeBlockHeader {
| |
| background-color: #CCCCCC;
| |
| font-weight: bold;
| |
| margin-right: 10px;
| |
| margin-left: 10px;
| |
| padding-top: 0px;
| |
| padding-right: 5px;
| |
| padding-bottom: 0px;
| |
| padding-left: 5px;
| |
| border: #CCCCCC;
| |
| border-style: solid;
| |
| }
| |
|
| |
| .CodeBlockStyle {
| |
| font-family: "Courier New", Courier, mono;
| |
| font-size: medium;
| |
| background-color: #FFFFEE;
| |
| line-height: 1.25em;
| |
| margin-right: 10px;
| |
| margin-left: 10px;
| |
| padding-top: 0px;
| |
| padding-right: 5px;
| |
| padding-bottom: 5px;
| |
| padding-left: 5px;
| |
| border: 1px #CCCCCC solid;
| |
| }
| |
|
| |
| .CodeStyle {
| |
| font-family: "Courier New", Courier, mono;
| |
| font-size: 2;
| |
| }
| |
| | |
| .Inactive {
| |
| color: #CCCCCC;
| |
| }
| |
|
| |
| .Key{
| |
| color: #0000FF;
| |
| }
| |
| | |
| .SglQt {
| |
| color: #FF6600;
| |
| }
| |
| | |
| .DblQt {
| |
| color: #CC0033;
| |
| }
| |
|
| |
| .Green{
| |
| color: #006633;
| |
| }
| |
| | |
| .Comment {
| |
| font-style: italic;
| |
| color: #000080 /* #009900 */;
| |
| background-color: #00FFFF
| |
| }
| |
| | |
| .Int {
| |
| color: #000099;
| |
| }
| |
| | |
| .Op {
| |
| color: #006633;
| |
| }
| |
| | |
| .offset {
| |
| /*border-left: 1.5px solid #ccc;
| |
| /*color: #888;*/
| |
| /*margin: 0;*/
| |
| /*margin-right;*/
| |
|
| |
| margin-top: 0px;
| |
|
| |
| /*margin-bottom: 0px;*/
| |
| /*padding: 0 0 0 12px;*/
| |
| /*padding-left: 12px;*/
| |
| /*padding-bottom: 0px;*/
| |
| /*padding-top: 0px;*/
| |
| }
| |
| | |
| .offsetb {
| |
| margin-top: 0px;
| |
| margin-bottom: 0px;
| |
| }
| |
| | |
| .offsetTop {
| |
| margin-top: 0px;
| |
| margin-bottom: 0px;
| |
| padding-bottom: 0px;
| |
| padding-top: 0px;
| |
| }
| |
| | |
| .offseti {
| |
| margin-top: 0px;
| |
| margin-bottom: 0px;
| |
| }
| |
| | |
| .offsetI {
| |
| margin-top: 0px;
| |
| margin-bottom: 3px;
| |
| }
| |
| | |
| .off {
| |
| margin-top: 0px;
| |
| margin-bottom: 4px;
| |
| }
| |
| | |
| .Indent {
| |
| text-indent: 28pt;
| |
| }
| |
| | |
| .IndentDbl {
| |
| text-indent: 50pt;
| |
| }
| |
| | |
| .IndentTpl {
| |
| text-indent: 75pt;
| |
| }
| |
| | |
| .PadLeft {
| |
| padding-left: 10px;
| |
| }
| |
| | |
| .PadRight {
| |
| padding-right: 10px;
| |
| }
| |