source: documented-example-collections/trunk/wiki/images/IE55Fixes.css@ 18738

Last change on this file since 18738 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1/* IE5.5/win- only fixes */
2
3#wikispecificstyle #column-content {
4 float: none;
5 margin-left: 0;
6 height: 1%;
7}
8#wikispecificstyle #column-content #content {
9 position: relative;
10 z-index: 5;
11 margin-left: 12.2em;
12 margin-top: 3em;
13 height: 1%;
14}
15#wikispecificstyle #column-one {
16 position: absolute;
17 top: 0;
18 left: 0;
19 z-index: 4;
20 width: 100%;
21}
22#wikispecificstyle #footer {
23 margin-left: 13.6em;
24 border-left: 1px solid #fabd23;
25}
26
27/*#bodyContent div,
28#wikispecificstyle #bodyContent pre { overflow: auto; }*/
29
30#wikispecificstyle #p-personal { padding-bottom: 0.1em; }
31
32#wikispecificstyle body { font-size: xx-small; }
33
34#wikispecificstyle #p-cactions {
35 width: 76% !important;
36 z-index: 3 !important;
37 float: none;
38}
39#wikispecificstyle #p-cactions li {
40 padding-bottom: 0 !important;
41 border: none;
42 background-color: transparent;
43 cursor: default;
44 float: none !important;
45}
46#wikispecificstyle #p-cactions li a {
47 display: inline-block !important;
48 vertical-align: top;
49 padding-bottom: 0;
50 border: solid #aaa;
51 border-width: 1px 1px 0;
52}
53#wikispecificstyle #p-cactions li.selected a {
54 border-color: #fabd23;
55 padding-bottom: 0.17em;
56}
57#wikispecificstyle #p-cactions li a:hover {
58 padding-bottom: 0.17em;
59}
60#wikispecificstyle .portlet {
61 overflow:hidden;
62}
63#wikispecificstyle #bodyContent a.external {
64 background: url(external.png) center right no-repeat;
65 padding-right: 13px;
66}
67/* show the hand */
68#wikispecificstyle #p-logo a,
69#wikispecificstyle #p-logo a:hover {
70 cursor: pointer;
71}
72#wikispecificstyle .visualClear {
73 width:90%;
74 height: 1px;
75 padding:0;
76 margin:0;
77}
78
79#wikispecificstyle #editform {
80 width: 100%;
81}
Note: See TracBrowser for help on using the repository browser.