1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
|
/**
* $Id: sidebar.css,v 1.30 2007/01/13 23:42:20 rurban Exp $
*
* This incarnation of this stylesheet is a complete rewrite from the
* ground up.
*
* It renders excellent with Mozilla and very good with IE5.1Mac.
*
* No floats are used, for older versions of ie (which apparently hang).
*
* OmniWeb is totally useless with this stylesheet.
* This also has not yet been tested against NS4.
*
*/
@import url("../default/phpwiki.css");
/**
* General settings
*/
body {
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 85%; /* The default is too large. But enlarge monospace below */
margin: 0 0 0 0;
}
div.wikitext {
margin-left: 0.5em;
/* "paper" borders */
border-top: 1px solid #e8e6df;
border-left: 1px solid #e8e6df;
border-bottom: 1px solid #b2b2b2;
border-right: 1px solid #b2b2b2;
}
/** some border colors
** to play with
#d3d2c8;
#e8e6df;
#6d6a5c;
#b3ae97;
**/
div#logo img {
/* position: fixed; */
left: 1ex;
top: 1ex;
margin: 0;
}
/*
div#clock {
position: fixed;
left: 0.7ex;
top: 31ex;
}
div#calendar {
position: fixed;
left: 0.7ex;
top: 31ex;
}
*/
h1 {
/* position: fixed; */
top: 0;
/*background: ivory;*/
padding-top: 0.5ex;
padding-bottom: 0.5ex;
padding-left: 0.25em;
width: 100%;
border-bottom: 2px solid black;
}
h1 a.backlinks { text-decoration: none; }
/**
* Common toolbar settings
* Note that div.toolbar is used for other toolbars besides
* #navbar and #actionbar, such as in editpage and removepage
*/
#navbar hr, #actionbar hr { display: none; }
#actionbuttons, #signin { line-height: 2.4ex; }
/* #navbuttons input { margin-bottom: 0.5ex; } */
.sidebar { line-height: 1em; }
/* #navbuttons { top: 5.5ex; } */
/* backlinks button */
.sidebar a.wikiadmin, .sidebar a.wikiaction {
border: 0;
margin: 0;
padding: 0;
-moz-appearance: none;
-moz-box-sizing: auto;
-moz-border-radius: 0;
background-color: #fff;
}
/**
* Action links
* bonus for css2 browsers
* localise with dynamic css?
*/
/*
div#actionbuttons:before {
display: block;
content: "Actions";
}
*/
/* div#actionbuttons { bottom: 10ex; } */
/**
* Sign In
*/
/* div#signin { position: fixed; bottom: 0; } */
div#signin { margin-bottom: 1ex; }
/**
* Search
*/
div#searchholder {
display: inline;
position: relative;
}
#searchGoButton {
background-color: #fff;
border: none;
padding: 0 0 0 0;
height: 15px;
width: 15px;
-moz-appearance: none;
-moz-box-sizing: auto;
-moz-border-radius: 0;
line-height: 1em;
position: absolute;
top: 5px;
left: 132px;
}
#livesearch {
position: relative;
margin-left: 0.5em;
}
/**
* Last edited
*
* Really the only thing left in in #actionbar
at this point is the date, everything else
has been plucked out. */
p.editdate {
background: white;
padding: 0.25ex 0.5em;
border-top: 1px solid #e8e6df;
border-left: 1px solid #e8e6df;
border-bottom: 1px solid #d3d2c8;
border-right: 1px solid #e8e6df;
margin-left: 0.5em;
margin-right: 1em;
margin-top: 0.5ex;
margin-bottom: 0.5ex;
}
/*
div#actionbar {
color: black;
background: ivory;
border-top: 1px solid #b2b2b2;
width: auto;
position: fixed;
left: 13em;
bottom: 0;
margin: 0;
}
*/
/**
* Other
*/
.debug {
margin-left: 0.5em;
left: 0.5em;
/*position: fixed;
top: 42ex;
width: 13em; */
max-width: 13em; /* ie ignores this */
}
/*
div#xhtml-validator { display: none; }
*/
div#xhtml-validator {
/* position: fixed; */
right: 0.75em;
/* top: 1ex; */
}
.clear-floats {
clear: both;
}
/* Black Links */
div.box-title a, div.box-title a:visited, div.box-title a:link {
font-weight: normal;
text-decoration: none;
color: black;
}
div.box-title a:hover {
padding: 0 4px 0 4px;
background-color: ThreedLightShadow;
border: 1px outset;
}
/* smaller sidebar links */
div.box-data a, div.box-data a:visited, div.box-data a:link {
text-decoration: none;
color: black;
font-size: smaller;
}
div.box-data a:hover {
background-color: ThreedLightShadow;
/*background-color: #def;*/
border: 1px outset;
}
/* For emacs users
*
* Local Variables:
* mode: c
* c-file-style: cc-mode
* End:
*/
|