|
|
- body {
- font-family: Helvetica;
- font-size: 11pt;
- background-color: #E5E7E9;
- }
-
- #container {
- width: 900px;
- margin: 0 auto;
- text-align: center;
- border-collapse: collapse;
- border-radius: 10px;
- }
-
- a, a:visited {
- text-decoration: none;
- }
-
- img {
- border: 0px;
- }
-
- a:hover {
- text-decoration: underline;
- }
-
- a {
- color: #000000;
- }
-
- #container #top {
- width: 100%;
- vertical-align: middle;
- padding-top: 20px;
- border-bottom: 1px solid #777777;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
-
- #container #userpanel {
- text-align: right;
- font-size: 0.8em;
- width: 100%;
- }
-
- #container #navi_bar {
- padding-left: 10px;
- text-align: left;
- width: 98%;
- word-wrap: break-word;
- max-width: 98%;
- }
-
- #container #top h1 {
- margin: 0px;
- position: relative;
- font-size: 36pt;
- font-weight: bold;
- }
-
- #container #top h2 {
- color: #005AE5;
- font-size: 20px;
- text-decoration: none;
- font-weight: bold;
- }
-
- #container #footer {
- width: 100%;
- font-size: 8pt;
- color: #FFFFFF;
- height: 18px;
- line-height: 18px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- box-shadow: 0 8px 6px -6px black;
- }
-
- #container #footer a {
- color: #FFFFFF;
- }
-
- #contanier #footer a:visited {
- color: #FFFFFF;
- }
-
- #container #content {
- text-align: left;
- min-height: 200px;
- padding: 10px;
- }
-
- #container #content h3 {
- margin-left: 20px;
- color: gray;
- font-size: 1.5em;
- }
-
- #container #menu {
- text-align: center;
- margin: 0 auto;
- width: 100%;
- height: 50px;
- background-color: #99CCFF;
- }
-
- #container #menu ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
-
- #container #menu li {
- display: inline-block;
- border-right: 1px #9A9A9A solid;
- height: 37px;
- width: 120px;
- padding-top: 13px;
- margin: auto -4px auto auto;
-
- }
-
- #container #menu li a {
- color: #FFFFFF;
- font-weight: bold;
- font-family: Verdana;
- font-size: 14px;
- font-weight: bold;
- }
-
- #container #menu li:last-child {
- border: 0px;
- }
-
- .sect {
- color: #434354;
- font-family: Verdana;
- font-size: 10pt;
- font-weight: bold;
- text-decoration: none;
- }
-
- .navigation {
- text-decoration: none;
- font-size: 12px;
- font-weight: bold;
- }
-
- .forum_table {
- display: table;
- width: 100%;
- border-collapse: separate;
- box-shadow: 0 8px 6px -6px black;
- }
-
- .fsmall {
- color: #434354;
- font-size: 8pt;
- text-decoration: none;
- }
-
- .row {
- display: table-row;
- width: 100%;
- }
-
- .rcol {
- display: table-caption;
- border-collapse: collapse;
- background-color: #e1f0ff;
- padding: 3px;
- vertical-align: middle;
- border-top: 0px;
- caption-side: bottom;
- text-align: center;
- font-style: italic;
- }
-
- .tc1, .tc2, .tc3, .tc4 {
- display: table-cell;
- background-color: #F0F8FF;
- padding: 3px;
- vertical-align: middle;
- word-wrap: break-word;
- }
-
- .tc1 {
- max-width: 150px;
- }
-
- .tc2, .tc3 {
- vertical-align: middle;
- text-align: center;
- max-width: 150px;
- }
-
- .tc4 {
- text-align: center;
- vertical-align: middle;
- width: 150px;
- max-width: 150px;
- }
-
- .hc1, .hc2, .hc3, .hc4 {
- color: #FFFFFF;
- font-weight: bold;
- background-color: yellow;
- vertical-align: middle;
- display: table-cell;
- padding-left: 15px;
- height: 30px;
- word-wrap: break-word;
- }
-
- .hc1 {
- border-top-left-radius: 10px;
- max-width: 150px;
- }
-
- .hc4 {
- border-top-right-radius: 10px;
- width: 150px;
- }
-
- .tab_desc {
- text-align: center;
- font-weight: bold;
- background-image: url('images/td_beam_top.gif');
- height: 19px;
-
- }
-
- .lc {
- width: 30%;
- text-align: right;
- margin-right: 10px;
-
- }
-
- .rc {
- width: 70%;
- text-align: left;
- margin-left: 10px;
- }
-
- .rc input[type="text"], input[type="password"], input[type="email"] {
- width: 200px;
- }
-
- input[type="button"], input[type="reset"], input[type="submit"] {
- border-radius: 5px;
- padding: 5px;
- min-width: 30px;
- font-size: 12px;
- cursor: pointer;
- }
-
- #signature {
- width: 490px;
- height: 60px;
- resize: vertical;
- }
-
- #post {
- width: 490px;
- height: 180px;
- resize: vertical;
- }
-
- #signature, #post, input[type="text"], input[type="password"], input[type="email"], select {
- border-radius: 5px;
- border: 1px solid #C7E2FB;
- min-height: 20px;
- font-size: 12px;
- background-color: #FFFFE8;
- }
-
- .error_form {
- margin: 0 auto;
- text-align: center;
- width: 90%;
- border: 1px solid #FF0000;
- background-color: #FFCC99;
- padding: 10px;
- color: #FF0000;
- border-radius: 10px;
- font-weight: bold;
- }
-
- .fadmin, .fmod {
- font-weight: bold;
- }
- .fmod {
- color: darkgreen;
- }
-
- .fadmin {
- color: orange;
- }
-
- .btn {
- display: block;
- width: 90px;
- height: 30px;
- color: #FFFFFF;
- font-weight: bold;
- text-align: center;
- font-size: 1em;
- border-radius: 10px;
- line-height: 30px;
- box-shadow: 0 8px 6px -6px black;
- }
-
- .btn:hover, .btn_small:hover {
- color: #FFFFFF;
- }
- .btn_small {
- display: block;
- width: 60px;
- height: 20px;
- color: #FFFFFF;
- font-weight: bold;
- text-align: center;
- font-size: 0.8em;
- border-radius: 10px;
- margin: 0 auto;
- line-height: 20px;
- margin-bottom: 5px;
- box-shadow: 0 8px 6px -6px black;
- }
-
- .ut {
- padding: 0px;
- border-left: 0px;
- }
-
- .tc2 .forum_table .tc1, .tc2 .forum_table .tc2, .tc2 .forum_table .tc3 {
- border-bottom: 0px !important;
- border-top: 1px solid lightgray;
-
- }
-
- .mod_pool {
- margin: 0 auto;
- width: 90%;
- background-color: #FFFF99;
- text-align: center;
- padding: 5px;
- border: 1px solid orange;
- border-radius: 10px;
- }
-
- hr {
- border: 0;
- border-bottom: 1px dashed #ccc;
- background: #999;
- width: 50%;
- margin: 0;
- margin-top: 5px;
- }
-
- .hcpost {
- height: 10px;
- }
-
- .f_hc4 {
- text-align: right;
- padding-right: 10px;
- }
-
- .post_3c {
- width: 120px;
- }
-
- .f_tc2 {
- width: 120px;
- vertical-align: top;
- height: 150px;
- text-align: center;
- }
-
- .topic_mod {
- width: 100px;
- float: right;
- }
- .p_uinfo {
- width: 38%;
- }
-
- .post_content {
- vertical-align: top;
- position: relative;
- text-align: left;
- max-width: 500px;
- }
-
- .row .hcpost a {
- color: #FFFFFF;
- }
-
- .qpost {
- background-color: #DDDAC5;
- width: 95%;
- font-style: italic;
- box-shadow: 7px 8px 6px -3px gray;
- padding: 5px;
- }
-
- .cpost {
- background-color: #C5DDCC;
- width: 95%;
- font-family: Courier New;
- box-shadow: 7px 8px 6px -3px gray;
- padding: 5px;
- }
|