source: documentation/trunk/packages/templates/greenstone-monobook/static/3rd/monobook/IE60Fixes.css@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 1.4 KB
Line 
1/* ATTENTION: This file was edited for the "monobook template for DokuWiki".
2 - "#catlinks" was replaced with ".catlinks"
3 See README for details. */
4
5
6/* 6.0 - only fixes */
7/* content area */
8/* workaround for various ie float bugs */
9#column-content {
10 float: none;
11 margin-left: 0;
12 height: 1%;
13}
14#column-content #content {
15 margin-left: 12.2em;
16 margin-top: 3em;
17 height: 1%;
18}
19#column-one {
20 position: absolute;
21 top: 0;
22 left: 0;
23 z-index: 4;
24}
25#footer {
26 margin-left: 13.6em;
27 border-left: 1px solid #fabd23;
28}
29
30/* the tabs */
31
32#p-cactions {
33 z-index: 3;
34}
35
36#p-cactions li {
37 padding-bottom: 0 !important;
38 border: none;
39 background-color: transparent;
40 cursor: default;
41 float: none !important;
42}
43#p-cactions li a {
44 display: inline-block !important;
45 vertical-align: top;
46 padding-bottom: 0;
47 border: solid #aaa;
48 border-width: 1px 1px 0;
49}
50#p-cactions li.selected a {
51 border-color: #fabd23;
52 padding-bottom: 0.17em;
53}
54#p-cactions li a:hover {
55 padding-bottom: 0.17em;
56}
57#p-navigation a {
58 display: inline-block;
59 width: 100%;
60}
61#portal-personaltools {
62 padding-bottom: 0.1em;
63}
64#bodyContent a.external {
65 background: url(external.png) center right no-repeat;
66 padding-right: 13px;
67}
68
69/* show the hand */
70#p-logo a,
71#p-logo a:hover {
72 cursor: pointer;
73}
74div.visualClear {
75 width:100%;
76 line-height: 0;
77}
78textarea {
79 width: 96%;
80}
81
82div.editsection,
83.catlinks,
84div.tright,
85div.tleft {
86 position: relative;
87}
88/*{ border:1px solid Red !important;}*/
89
Note: See TracBrowser for help on using the repository browser.