body, html { height:100%; } body { /* font-family: sheep_sans; */ font-family: 'Sans-Serif'; font-size:1em; line-height:1.5em; letter-spacing:0; color:#242625; /* background-color: #F7F5E8; */ background-color: #505050; background-image: url('images/b3-6-v2a.png'); background-size: 100% auto; background-attachment: fixed; background-position: 0px 0px; background-repeat: no-repeat; } @font-face { font-family: sheep_sans; src: url('fonts/sheep_sans/sheep sans.ttf'); } #wrapper { width: 75%; min-height:580px; min-width: 740px; background-color: rgba(0,0,0,0.1); margin: auto; border-width: 10px; border-style: solid; border-color: rgba(0,0,0,0.1); } header { height: 30px; /* background-color: rgba(0,0,0,0.2); background-color: #F7F5E8; */ background-color: rgba(0,0,0,0.2); } #logo { float: left; /* background-color: rgba(0,0,0,0.2); */ text-align: center; /*border-radius: 15px;*/ min-width: 150px; height: 30px; font-size: 15px; font-weight: bold; color: #FFFFFF; } /* #logo img { height: 50px; width: auto; opacity: 0.4; filter: alpha(opacity=40); /* For IE8 and earlier */ /* } */ #character_stats { float: right; /* background-color: rgba(0,0,0,0.1); */ /* border-radius: 15px; padding-left: 10px; padding-right: 10px; */ height: 30px; text-align: right; font-size: 20px; overflow:hidden } .stats { font-size: 1.1em; font-weight: bold; } #water_div { /* background-color: rgba(155,201,247,0.8); */ background-color: #9BC9F7; height: 30px; /* border-radius: 15px; */ display: inline; padding: 5px; } #sta_div { /* background-color: #BC849B; */ background-color: #E094A5; height: 30px; /* border-radius: 15px; */ display: inline; padding: 5px; } #spacer1 { background-color: rgba(0,0,0,0.1); height: 20px; } .itemBTN { color: #242625; font-size: 1em; padding: 5px; width: 75%; cursor: pointer; font-weight: bold; } /*----------------------------------------------------------------------------*/ #main_section { width: 100%; min-height: 500px; background-color: rgba(0,0,0,0.1); } #content { /* background-color: rgba(118,143,220,0.5); background-color: #F7F5E8; */ } #inventory_div { min-width: 150px; width: 20%; /*min-height: 480px;*/ margin-top: 10px; float: left; /* background-color: #F7F5E8; */ text-align: right; /* padding: 10px; */ /* background-color: tan; */ } #useStaBTN { float:left; } #useWaterBTN { clear:both; float:left; } #inventory_top { height: 20px; font-size:18px; font-weight: bold; background-color: #F7F5E8; border-bottom: 1px solid #9DA2B2; padding-bottom: 5px; } #inventory_bottom { padding: 5px; min-height: 455px; background-color: #F7F5E8; } #current_text_div { width: 75%; float: right; /* padding: 10px; */ margin-top: 10px; /* background-color: tan; */ } #current_text_top { height: 20px; font-size:18px; font-weight: bold; background-color: #F7F5E8; border-bottom: 1px solid #9DA2B2; padding-bottom: 5px; } #current_text_area { padding: 5px; min-height: 455px; background-color: #F7F5E8; font-size: 1.05em; } /* #current_text_area { width: 70%; min-height: 480px; /* background-color: #F7F5E8; */ /* float: right; padding: 10px; margin-top: 10px; } */ /* ------------------------------------------------------------------------------------- */ #hidden_text { font-size: 1em; display: none; } /* controls how the text is displayed to maintain formatting without using a pre tag */ .textSpan { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } .locationText{ font-size: 1.1em; font-weight: bold; color: #FC2FB1; } .effectText{ font-size: 1em; font-weight: bold; color:#505050; } .staminaCha{ /* color: #F47A8E; */ color: #E094A5; text-decoration: none; font-size: 1.1em; font-weight: bold; cursor: pointer; } .deselectedText { font-style: italic; text-decoration: line-through; } .lossText { color: #E094A5; } .materialText { color:#242625; font-size: 0.75em; } /* ------------------------------------------------------------------------------------- */ #spacer2 { height: 20px; clear: both; } /* ------------------------------------------------------------------------------------- */ footer { min-height: 20px; /* background-color: rgba(0,0,0,0.3); background-color: #505050; */ background-color: rgba(0,0,0,0.3); } #system_messages { min-height: 30px; background-color: #768fdc; } #hidden_text { background-color: #768fdc; color: #768fdc; } .innerShadow { -moz-box-shadow: inset 0 0 10px #505050; -webkit-box-shadow: inset 0 0 10px #505050; box-shadow: inset 0 0 10px #505050; } .innerShadow2 { -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000; } .outerShadow { -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000; } /* ------------------------------------------------------------------------------------- */ .clickLink { text-decoration: none; font-size: 1.1em; color: #50a6ff; font-weight: bold; cursor: pointer; } .changeSetting { text-decoration: none; font-size: 1em; color: #000000; } .changeSetting2 { text-decoration: none; font-size: 0.75em; /* color: #505050; color: #524046; */ color: #768FDC; /*font-family : Sans-Serif;*/ font-family: sheep_sans; cursor: pointer; } .selected { font-weight: bold; background-color: #c2dffd; } .testRed { background-color: red; }