source: temp/test-xoops.ec-cube.net/html/modules/system/style.css @ 405

Revision 405, 3.6 KB checked in by root, 20 years ago (diff)
Line 
1/* General definitions */
2html { 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
4body { background-color : transparent; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}
5
6img {border: none;}
7
8hr { height: 3px; border: 3px #E18A00 solid; width: 95%;}
9
10ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
11li { margin-left: 2px; list-style: square inside; color: #000000;}
12
13h1 { font-size: 20px;}
14h2 { font-size: 18px;}
15h3 { font-size: 16px;}
16h4 { font-size: 14px;}
17
18th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle;}
19
20a:link {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}
21a:visited {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}
22a:hover {text-decoration: none; color: #ff9966; font-weight: bold; background-color: transparent;}
23
24
25/* Code and Quote Definition */
26div.xoopsCode { font-size: 11px; color: #006600; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}
27div.xoopsQuote { font-size: 11px; color: #444444; line-height: 125%; text-align: justify; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}
28
29/* Links for Quotes */
30div.xoopsQuote a:link, div.xoopsQuote a:visited { color: #444444; font-weight: bold; background-color: transparent;}
31div.xoopsQuote a:hover, div.xoopsQuote a:active { color: #1778cb; background-color: transparent;}
32
33/* Redirect messages */
34div.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;}
35div.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;}
39a.fontSmall { color: #006699;}
40a.fontSmall:hover { color: #C23030; text-decoration: underline;}
41
42/*forms elements*/
43input { 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;}
44textarea { border: #000000 1px solid; width: 430px; font: 11px verdana, arial, helvetica, sans-serif;}
45input.formTextBox { border: #000000 1px solid; background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif;}
46select { border: #000000 1px solid; font: 11px verdana, arial, helvetica, sans-serif;}
47
48div.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;}
63tr.head td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
64tr.even td {background-color: #dee3e7; padding: 5px;}
65tr.odd td {background-color: #E6E6E6; padding: 5px;}
66tr.foot td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
Note: See TracBrowser for help on using the repository browser.