Index: trunk/phase3/skins/amethyst/main.css |
— | — | @@ -1,13 +1,23 @@ |
2 | 2 | BODY { margin : 0; padding: 0; background : black; color:white;} |
3 | 3 | div { font-size : small; } |
4 | 4 | pre { |
5 | | - border: 1px dashed #2F6FAB; |
6 | | - color:black; |
7 | | - background-color: #F9F9F9; |
| 5 | + border: 1px dashed #2A3C61; |
| 6 | + color:white; |
| 7 | + background-color: #2A3C61; |
| 8 | + overflow : auto; |
8 | 9 | } |
9 | 10 | |
10 | | -a { text-decoration: none; } |
11 | | -a:hover { text-decoration: underline; } |
| 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 | +} |
12 | 22 | img { border:none; vertical-align:middle; } |
13 | 23 | li { margin-bottom: .1em; } |
14 | 24 | p img { margin: 0;} |
— | — | @@ -15,14 +25,14 @@ |
16 | 26 | #column-content { |
17 | 27 | width:100%; |
18 | 28 | float: left; |
19 | | - margin: 0 0 5em -12em; |
| 29 | + margin: 0 0 0 -12em; |
20 | 30 | padding : 0; |
21 | 31 | } |
22 | 32 | |
23 | 33 | #content { |
24 | | - background : white; |
25 | | - color : black; |
26 | | - margin: 5em 0 0 12em; |
| 34 | + background : #2F333B; |
| 35 | + color : white; |
| 36 | + margin: 5em 1em 1em 13em; |
27 | 37 | padding: 0 1em 1.5em 1em; |
28 | 38 | position:relative; |
29 | 39 | } |
— | — | @@ -40,13 +50,22 @@ |
41 | 51 | margin-bottom: 1em; |
42 | 52 | padding: 0; |
43 | 53 | float: none; |
44 | | - width: 12em; |
| 54 | + width: 13em; |
45 | 55 | overflow: hidden; |
46 | 56 | font-size: 85%; |
47 | 57 | } |
48 | | -.portlet h5 { font-size:100%; } |
| 58 | +.portlet h5 { |
| 59 | + background-color: #2A3C61; |
| 60 | + font-size:100%; |
| 61 | + border-bottom : 1px solid white; |
| 62 | + padding-bottom: .1em; |
| 63 | + margin:0; |
| 64 | +} |
| 65 | +.portlet ul { |
| 66 | + margin : 1em 0 1em 0; padding:0; |
| 67 | + list-style: none; |
| 68 | +} |
49 | 69 | |
50 | | - |
51 | 70 | #p-navigation { |
52 | 71 | width : 100%; |
53 | 72 | white-space:nowrap; |
— | — | @@ -76,12 +95,12 @@ |
77 | 96 | white-space:nowrap; |
78 | 97 | position : absolute; |
79 | 98 | left: 0; top: 4.2em; |
80 | | - margin:0; padding:0; |
| 99 | + margin:0; padding: 0; |
81 | 100 | } |
82 | 101 | #p-cactions h5 { display : none; } |
83 | 102 | #p-cactions ul { |
84 | 103 | display : inline; |
85 | | - margin : 0; padding:0; |
| 104 | + margin : 0; padding-left:1.5em; |
86 | 105 | list-style:none; |
87 | 106 | } |
88 | 107 | #p-cactions li { |
— | — | @@ -98,11 +117,6 @@ |
99 | 118 | #p-tb { |
100 | 119 | background-color: #2F333B; |
101 | 120 | } |
102 | | -#p-tb h5 { margin:0; } |
103 | | -#p-tb ul { |
104 | | - margin : 0 0 1em 0; padding:0; |
105 | | - list-style: none; |
106 | | -} |
107 | 121 | #p-tb li { margin-left : 1em; } |
108 | 122 | #p-tb li a { color : white;} |
109 | 123 | |
— | — | @@ -110,11 +124,6 @@ |
111 | 125 | #p-personal { |
112 | 126 | background-color: #2F333B; |
113 | 127 | } |
114 | | -#p-personal h5 { margin:0; } |
115 | | -#p-personal ul { |
116 | | - margin : 0 0 1em 0; padding:0; |
117 | | - list-style: none; |
118 | | -} |
119 | 128 | #p-personal li { |
120 | 129 | margin-left : 1em; |
121 | 130 | } |
— | — | @@ -125,10 +134,10 @@ |
126 | 135 | .printfooter { display : none; } |
127 | 136 | |
128 | 137 | #footer { |
129 | | - background-color: white; |
130 | | - color:black; |
131 | | - border-top: 1px solid black; |
132 | | - border-bottom: 1px solid black; |
| 138 | + background-color: #2A3C61; |
| 139 | + color:#D0D0D0; |
| 140 | + border-top: 1px solid white; |
| 141 | + border-bottom: 1px solid white; |
133 | 142 | text-align: center; |
134 | 143 | font-size: x-small; |
135 | 144 | margin:1em 0 1em 0; |
— | — | @@ -143,8 +152,8 @@ |
144 | 153 | |
145 | 154 | /* CONTENT STYLE */ |
146 | 155 | .toc { |
147 | | - border : 1px solid #aaa; |
148 | | - background-color: #f9f9f9; |
| 156 | + border : 1px solid black; |
| 157 | + background-color: #2A3C61; |
149 | 158 | padding: 5px; |
150 | 159 | font-size:small; |
151 | 160 | } |