Attachment 'ant.css'

Download

   1 /**
   2  * Global Wiki Style Sheet
   3  *
   4  * $Id: moinmoin-global.css,v 1.5 2004/04/23 20:35:01 noel Exp $
   5  */
   6 
   7 /*
   8 ** Better Moin Stylesheet
   9 ** 
  10 ** This stylesheet is the result of merging the Plone
  11 ** (http://www.plone.org/) stylesheet with Moin's.  I 
  12 ** find the default Moin stylesheet to be on the ugly
  13 ** side.
  14 **
  15 ** Feel free to use whole or parts of this for your own Moin, but give
  16 ** credit where credit is due like I am about to do.  The rest of the
  17 ** header is from the original Plone stylesheet from which this is
  18 ** based.
  19 **
  20 ** -Pete Kazmier 
  21 **
  22 ** ***********************************************************************
  23 ** Plone style sheet for CSS2-capable browsers.
  24 ** Copyright Alexander Limi, 2002 - http://limi.net
  25 **
  26 ** Thanks to Geir Bækholt, Stian Søiland for input and guidance.
  27 **
  28 ** Style sheet documentation can be found at http://plone.org/documentation
  29 **
  30 ** You should preferrably use ploneCustom.css to add your own CSS classes and to
  31 ** customize your portal, as these are the base fundaments of Plone, and will 
  32 ** change and be refined in newer versions. Keeping your changes in
  33 ** ploneCustom.css will make it easier to upgrade. 
  34 **
  35 ** Feel free to use whole or parts of this for your own designs, but give credit
  36 ** where credit is due.
  37 **
  38 */
  39 
  40 /* ***********************************************************************
  41  * ui.css stuff 
  42  * ***********************************************************************/
  43 
  44 body.editor {
  45     background-color: #F8F8E8;
  46 }
  47 
  48 .include-link {
  49 }
  50 
  51 .include-heading-link {
  52     text-decoration: none;
  53 }
  54 
  55 .include-page-link {
  56     font-size: small;
  57     text-decoration: none;
  58 }
  59 
  60 .include-edit-link {
  61 }
  62 
  63 .warning {
  64     color: #FF4040;
  65 }
  66 
  67 .error {
  68     padding: 1pt;
  69     color: #FFFFFF;
  70     background-color: #FF4040;
  71 }
  72 
  73 div.message {
  74     margin-top: 6pt;
  75     background-color: #E8FFE8;
  76     border-style:solid;
  77     border-width:1px;
  78     border-color:#999999;
  79     color:black;
  80     padding:5px;
  81     width:100%;
  82 }
  83 
  84 strong.highlight {
  85     background-color: #FFBBBB;
  86 }
  87 
  88 /* page frame */
  89 td.headline {
  90     font-family: sans-serif;
  91     font-size: 200%;
  92     font-weight: bold;
  93 }
  94 
  95 table.navibar {
  96     background-color: #99dd99;
  97     border: 1px solid #8cacbb;
  98     /*width: 100%;*/
  99 }
 100 
 101 table.navibar td {
 102     background-color: transparent;
 103 }
 104 
 105 a.navibar {
 106     text-decoration: none;
 107 }
 108 
 109 font.navibar {
 110     font-size: 100%;
 111 }
 112 
 113 table.footer {
 114     font-size: 100%;
 115     background-color: #dee7ec;
 116     border: 1px solid #8cacbb;
 117     width: 100%;
 118     padding:5px;
 119 }
 120 
 121 .diff {
 122     width:99%;
 123 }
 124 .diff-title {
 125     background-color: #C0C0C0;
 126     border-style: none;
 127     border-width: thin;
 128 }
 129 .diff-added {
 130     background-color: #E0FFE0;
 131     border-style: none;
 132     border-width: thin;
 133     vertical-align: top;
 134 }
 135 .diff-removed {
 136     background-color: #FFFFE0;
 137     border-style: none;
 138     border-width: thin;
 139     vertical-align: top;
 140 }
 141 ins.diff-added {
 142     background-color: #80FF80;
 143     text-decoration: none;
 144 }
 145 del.diff-removed {
 146     background-color: #FFFF80;
 147     text-decoration: none;
 148 }
 149 
 150 /* ***********************************************************************
 151  * ui.css stuff 
 152  * ***********************************************************************/
 153 
 154 .xmlverb-default          { color: #333333; background-color: #ffffff;
 155                             font-family: monospace }
 156 .xmlverb-element-name     { color: #990000 }
 157 .xmlverb-element-nsprefix { color: #666600 }
 158 .xmlverb-attr-name        { color: #660000 }
 159 .xmlverb-attr-content     { color: #000099; font-weight: bold }
 160 .xmlverb-ns-name          { color: #666600 }
 161 .xmlverb-ns-uri           { color: #330099 }
 162 .xmlverb-text             { color: #000000; font-weight: bold }
 163 .xmlverb-comment          { color: #006600; font-style: italic }
 164 .xmlverb-pi-name          { color: #006600; font-style: italic }
 165 .xmlverb-pi-content       { color: #006666; font-style: italic }
 166 
 167 /* ***********************************************************************
 168  * moinmoin.css stuff 
 169  * ***********************************************************************/
 170 
 171 /* content styles */
 172 body {
 173     font: 80% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 174     background: White;
 175     color: Black;
 176 }
 177 
 178 h1,h2,h3,h4,h5 {
 179     color: black;
 180     background-color: #dddddd;
 181     /* background-image: url(../img/nw_min.gif); */
 182     background-repeat: no-repeat;
 183     font: 100% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 184     margin: 0;
 185     margin-bottom: 0.5em;
 186     padding-top: 0.2em;
 187     padding-bottom: 0.2em;
 188     margin-top: 0.5em;
 189     padding-left: 0.5em;
 190     /*border-bottom: 1px solid #009900;
 191     border-left: 1px solid #009900; */
 192 }
 193 
 194 h1 {
 195     font-size: 160%;
 196 }
 197 
 198 h2 {
 199     font-size: 150%;
 200 }
 201 
 202 h3 {
 203     font-size: 140%;
 204 }
 205 
 206 h4 {
 207     font-size: 120%;
 208 }
 209 
 210 h5 {
 211     font-size: 100%;
 212 }
 213 
 214 a {
 215 	text-decoration: none;
 216     color: #436976;
 217     background-color: transparent;
 218 }
 219 
 220 p a {
 221     text-decoration: underline;
 222 }
 223 
 224 a.nonexistent {
 225     background-color: transparent;
 226     color: Red;
 227 }
 228 
 229 p {
 230     margin: 0.5em 0em 1em 25px;
 231     text-align: left;
 232     line-height: 1.5em;
 233 }
 234 
 235 hr {
 236     height: 1px;
 237     color: #8CACBB;
 238     background-color: transparent;
 239 }
 240 
 241 ul { 
 242     line-height: 1.5em;
 243     list-style-type: square;
 244     margin: 0.5em 0em 1.5em 2em;
 245     padding:0;
 246 }
 247 
 248 ol {
 249     line-height: 1.5em;
 250     margin: 0.5em 0em 1.5em 2em;
 251     padding:0;
 252 }
 253 
 254 dl {
 255     margin: 0.5em 0em 1.5em 2em;
 256     padding:0;
 257 }
 258 
 259 ul a, ol a {
 260     text-decoration: underline;
 261 }
 262 
 263 li {
 264     margin-bottom: 0.25em;
 265 }
 266 
 267 dt {
 268     font-weight: bold;    
 269 }
 270 
 271 dt a {
 272     text-decoration: underline;
 273 }
 274 
 275 
 276 dd {
 277     line-height: 1.5em;
 278     margin-bottom: 1em;
 279 }
 280 
 281 dd a {
 282     text-decoration: underline;
 283 }
 284 
 285 tt,pre {
 286     font-size: 110%;
 287     border: 1px solid #8cacbb;
 288     color: Black;
 289     background-color: #dee7ec;
 290 }
 291 
 292 .code {
 293     white-space: pre;
 294     font-size: 110%;
 295     color: Black;
 296     background-color: #eeeeee;
 297     padding: 4px;
 298 }
 299 
 300 table {
 301     font-size: 100%;
 302 }
 303 
 304 
 305 div.diffold {
 306     background-color: #F77;
 307     padding-top: 1px; padding-bottom: 1px;
 308 }
 309 
 310 div.diffnew {
 311     background-color: #7F7;
 312     padding-top: 1px; padding-bottom: 1px;
 313 }
 314 
 315 h1,h2,h3,h4,h5 {
 316     background-color: #dee7ec;
 317     background-image: url(images/nw_min.gif);
 318     background-repeat: no-repeat;
 319     padding-top: 0.1em;
 320     padding-bottom: 0.1em;
 321     border-bottom: 1px solid #cdd6db;
 322     border-right: 1px solid #cdd6db;
 323     border-left: 0;
 324 }
 325 
 326 table.navibar {
 327     background-color: #dee7ec;
 328 }
 329 
 330 /* requested changes from jmason */
 331 
 332 a:link {
 333     font-weight: bold;
 334 }
 335 
 336 ul {
 337     margin: 0.5em 0em 1.5em 4em;
 338 }
 339 
 340 ol {
 341     margin: 0.5em 0em 1.5em 4em;
 342 }
 343 
 344 dl {
 345     margin: 0.5em 0em 1.5em 4em;
 346 }
 347 
 348 ul a, ol a {
 349     text-decoration: underline;
 350 }
 351 
 352 h1,h2,h3,h4,h5 {
 353     font-weight: bold;
 354 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 09:42:19, 6.5 KB) [[attachment:ant.css]]
  • [get | view] (2021-02-25 09:42:19, 2.1 KB) [[attachment:romanofski.css]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.