Index: trunk/phase3/skins/amethyst/main.css |
— | — | @@ -6,18 +6,13 @@ |
7 | 7 | background-color: #2A3C61; |
8 | 8 | overflow : auto; |
9 | 9 | } |
| 10 | +input,select { border: 1px solid #CCCCCC;} |
| 11 | +textarea {border: 1px solid #CCCCCC;font-size:small; width : 100%;} |
10 | 12 | |
11 | | -a { |
12 | | - color: yellow; |
13 | | - text-decoration: none; |
14 | | -} |
15 | | -a:visited { |
16 | | - color: #C0C000; |
17 | | - text-decoration: none; |
18 | | -} |
19 | | -a:hover { |
20 | | - text-decoration: underline; |
21 | | -} |
| 13 | +a { color: yellow; text-decoration: none; } |
| 14 | +a:visited { color: #C0C000; text-decoration: none;} |
| 15 | +a:hover { text-decoration: underline; } |
| 16 | + |
22 | 17 | img { border:none; vertical-align:middle; } |
23 | 18 | li { margin-bottom: .1em; } |
24 | 19 | p img { margin: 0;} |
— | — | @@ -26,9 +21,10 @@ |
27 | 22 | |
28 | 23 | #column-content { |
29 | 24 | width:100%; |
30 | | - float: left; |
| 25 | + float:left; |
31 | 26 | margin: 0 0 0 -12em; |
32 | 27 | padding : 0; |
| 28 | + display:table-cell; |
33 | 29 | } |
34 | 30 | |
35 | 31 | #content { |
— | — | @@ -36,17 +32,22 @@ |
37 | 33 | color : white; |
38 | 34 | margin: 5em 1em 1em 13em; |
39 | 35 | padding: 0 1em 1.5em 1em; |
40 | | - position:relative; |
| 36 | + position: relative; |
41 | 37 | } |
42 | 38 | |
43 | 39 | #column-one { |
44 | | - padding: 5em 1em 1em 0; |
| 40 | + padding-top: 5em; |
| 41 | + top:0;right:0; |
| 42 | + display:table-cell; |
45 | 43 | } |
46 | 44 | |
47 | 45 | #globalWrapper { width:100%; margin:0; padding:0; } |
48 | 46 | .visualClear { clear : both;} |
49 | 47 | |
50 | | -.pBody { font-size:96%; } |
| 48 | +.pBody { |
| 49 | + font-size:96%; |
| 50 | + background-color: #2F333B; |
| 51 | +} |
51 | 52 | .portlet { |
52 | 53 | border: none; |
53 | 54 | margin-bottom: 1em; |
— | — | @@ -55,6 +56,7 @@ |
56 | 57 | width: 13em; |
57 | 58 | overflow: hidden; |
58 | 59 | font-size: 85%; |
| 60 | + background-color: #2F333B; |
59 | 61 | } |
60 | 62 | .portlet h5 { |
61 | 63 | background-color: #2A3C61; |
— | — | @@ -67,7 +69,9 @@ |
68 | 70 | margin : 1em 0 1em 0; padding:0; |
69 | 71 | list-style: none; |
70 | 72 | } |
| 73 | +.portlet li { margin-left:1em;} |
71 | 74 | |
| 75 | +#p-navigation div.pBody { background-color:transparent;} |
72 | 76 | #p-navigation { |
73 | 77 | width : 100%; |
74 | 78 | white-space:nowrap; |
— | — | @@ -98,44 +102,32 @@ |
99 | 103 | position : absolute; |
100 | 104 | left: 0; top: 4.2em; |
101 | 105 | margin:0; padding: 0; |
| 106 | + background-color:transparent; |
102 | 107 | } |
103 | 108 | #p-cactions h5 { display : none; } |
104 | 109 | #p-cactions ul { |
105 | 110 | display : inline; |
106 | | - margin : 0; padding-left:1.5em; |
| 111 | + margin : 0; padding-left:.5em; |
107 | 112 | list-style:none; |
108 | 113 | } |
109 | 114 | #p-cactions li { |
110 | 115 | display : inline; |
111 | | - margin-right : 1em; |
112 | 116 | font-weight : bold; |
113 | 117 | } |
114 | 118 | |
115 | 119 | #p-cactions li a { color : white;} |
116 | 120 | #p-cactions .new a { color : red;} |
117 | 121 | |
| 122 | +/* other boxes */ |
118 | 123 | #p-search { display :none; } |
119 | | - |
120 | | -#p-tb { |
121 | | - background-color: #2F333B; |
122 | | -} |
123 | | -#p-tb li { margin-left : 1em; } |
124 | 124 | #p-tb li a { color : white;} |
125 | | - |
126 | | - |
127 | | -#p-personal { |
128 | | - background-color: #2F333B; |
129 | | -} |
130 | | -#p-personal li { |
131 | | - margin-left : 1em; |
132 | | -} |
133 | 125 | #p-personal li a { color : white;} |
134 | 126 | #p-personal li a.new { color : red;} |
135 | 127 | |
136 | | - |
137 | 128 | .printfooter { display : none; } |
138 | 129 | |
139 | 130 | #footer { |
| 131 | + clear:both; |
140 | 132 | background-color: #2A3C61; |
141 | 133 | color:#D0D0D0; |
142 | 134 | border-top: 1px solid white; |
— | — | @@ -153,6 +145,25 @@ |
154 | 146 | |
155 | 147 | |
156 | 148 | /* CONTENT STYLE */ |
| 149 | +#preftoc { |
| 150 | + float:left; |
| 151 | + margin: 1em; |
| 152 | + width:12em; |
| 153 | + font-size:96%; |
| 154 | +} |
| 155 | + |
| 156 | +#preferences ul { padding:.7em 0 0 1em; margin:0;} |
| 157 | +#preftoc li { list-style:none; border: 1px solid #C0C0C0;} |
| 158 | +#preftoc li.selected { background-color: #2A3C61;} |
| 159 | +#preftoc a, |
| 160 | +#preftoc a:active { |
| 161 | + display:block; |
| 162 | + color : white; |
| 163 | +} |
| 164 | +div.prefsectiontip { font-size:95%; margin-top:1em;} |
| 165 | +#prefcontrol { clear:both; float:left; margin-top:1em; margin-left:13em;} |
| 166 | + |
| 167 | + |
157 | 168 | .toc { |
158 | 169 | border : 1px solid black; |
159 | 170 | background-color: #2A3C61; |