| 1 | /* General definitions */ |
|---|
| 2 | html { scrollbar-face-color: #eeeeee; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #d5d5d5; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #000000;} |
|---|
| 3 | |
|---|
| 4 | body { background-color : transparent; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;} |
|---|
| 5 | |
|---|
| 6 | img {border: none;} |
|---|
| 7 | |
|---|
| 8 | hr { height: 3px; border: 3px #E18A00 solid; width: 95%;} |
|---|
| 9 | |
|---|
| 10 | ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;} |
|---|
| 11 | li { margin-left: 2px; list-style: square inside; color: #000000;} |
|---|
| 12 | |
|---|
| 13 | h1 { font-size: 20px;} |
|---|
| 14 | h2 { font-size: 18px;} |
|---|
| 15 | h3 { font-size: 16px;} |
|---|
| 16 | h4 { font-size: 14px;} |
|---|
| 17 | |
|---|
| 18 | th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle;} |
|---|
| 19 | |
|---|
| 20 | a:link {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;} |
|---|
| 21 | a:visited {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;} |
|---|
| 22 | a:hover {text-decoration: none; color: #ff9966; font-weight: bold; background-color: transparent;} |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | /* Code and Quote Definition */ |
|---|
| 26 | div.xoopsCode { font-size: 11px; color: #006600; background-color: #FAFAFA; border: #c2cdd6 1px dashed;} |
|---|
| 27 | div.xoopsQuote { font-size: 11px; color: #444444; line-height: 125%; text-align: justify; background-color: #FAFAFA; border: #c2cdd6 1px dashed;} |
|---|
| 28 | |
|---|
| 29 | /* Links for Quotes */ |
|---|
| 30 | div.xoopsQuote a:link, div.xoopsQuote a:visited { color: #444444; font-weight: bold; background-color: transparent;} |
|---|
| 31 | div.xoopsQuote a:hover, div.xoopsQuote a:active { color: #1778cb; background-color: transparent;} |
|---|
| 32 | |
|---|
| 33 | /* Redirect messages */ |
|---|
| 34 | div.errorMsg { background-color: #FF3737; color: White; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;} |
|---|
| 35 | div.confirmMsg { background-color : #DDFFDF; color: #136C99; text-align:center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;} |
|---|
| 36 | |
|---|
| 37 | /* General small */ |
|---|
| 38 | .fontSmall { font-size : 10px; background-color: transparent;} |
|---|
| 39 | a.fontSmall { color: #006699;} |
|---|
| 40 | a.fontSmall:hover { color: #C23030; text-decoration: underline;} |
|---|
| 41 | |
|---|
| 42 | /*forms elements*/ |
|---|
| 43 | input { border-right: #000000 1px solid; border-top: #000000 1px solid; font: 11px verdana, arial, helvetica, sans-serif; border-left: #000000 1px solid;color: #000000; border-bottom: #000000 1px solid; background-color: #ffffff;} |
|---|
| 44 | textarea { border: #000000 1px solid; width: 430px; font: 11px verdana, arial, helvetica, sans-serif;} |
|---|
| 45 | input.formTextBox { border: #000000 1px solid; background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif;} |
|---|
| 46 | select { border: #000000 1px solid; font: 11px verdana, arial, helvetica, sans-serif;} |
|---|
| 47 | |
|---|
| 48 | div.content { text-align: left; padding: 0px 15px 0px 15px;} |
|---|
| 49 | |
|---|
| 50 | .xoopsCenter { text-align:center;} |
|---|
| 51 | |
|---|
| 52 | .bg1 { background-color: #E6E6E6;} |
|---|
| 53 | .bg2 { background-color: #2F5376;} |
|---|
| 54 | .bg3 { background-color: #2F5376; color: #ffffff;} |
|---|
| 55 | .bg4 { background-color: #ECECEC;} |
|---|
| 56 | .bg5 { background-color: #ECECEC;} |
|---|
| 57 | |
|---|
| 58 | .outer {border: 1px solid silver;} |
|---|
| 59 | .head {background-color: #c2cdd6; padding: 5px; font-weight: bold;} |
|---|
| 60 | .even {background-color: #dee3e7; padding: 5px;} |
|---|
| 61 | .odd {background-color: #E6E6E6; padding: 5px;} |
|---|
| 62 | .foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;} |
|---|
| 63 | tr.head td {background-color: #c2cdd6; padding: 5px; font-weight: bold;} |
|---|
| 64 | tr.even td {background-color: #dee3e7; padding: 5px;} |
|---|
| 65 | tr.odd td {background-color: #E6E6E6; padding: 5px;} |
|---|
| 66 | tr.foot td {background-color: #c2cdd6; padding: 5px; font-weight: bold;} |
|---|