Attachment 'common.css'

Download

   1 /*  common.css - MoinMoin Default Styles
   2 
   3 Copyright (c) 2001, 2002, 2003 by Juergen Hermann
   4 */
   5 
   6 /* content styles */
   7 
   8 html {
   9 	background-color: white;
  10 	color: black;
  11 	font-family: Arial, Lucida Grande, sans-serif;
  12 	font-size: 1em;
  13 }
  14 
  15 body {
  16 	margin: 0;
  17 }
  18 
  19 /* Links */
  20 
  21 a {color: #0044B3;}
  22 a:visited {color: #597BB3;}
  23 a.nonexistent, a.badinterwiki {color: gray;}
  24 
  25 a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
  26 a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
  27 a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
  28 a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
  29 a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
  30 a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
  31 a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
  32 a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
  33 a.irc:before, a.ircs:before  {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
  34 a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;}
  35 a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;}
  36 a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
  37 a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
  38 
  39 li p {
  40 	margin: .25em 0;
  41 }
  42 
  43 li.gap {
  44     margin-top: 0.5em;
  45 }
  46 
  47 dt {
  48     margin-top: 0.5em;
  49     font-weight: bold;
  50 }
  51 
  52 dd {
  53     margin-top: 0;
  54     margin-bottom: 0;
  55 }
  56 
  57 dd p {
  58     margin: 0.25em 0;
  59 }
  60    
  61 a, img, img.drawing {
  62 	border: 0px none;
  63 }
  64 
  65 pre {
  66 	border: 1pt solid #AEBDCC;
  67 	background-color: #F3F5F7;
  68 	padding: 5pt;
  69 	font-family: courier, monospace;
  70 	white-space: pre;
  71 	/* begin css 3 or browser specific rules - do not remove!
  72 	see: http://forums.techguy.org/archive/index.php/t-249849.html */
  73     white-space: pre-wrap;
  74     word-wrap: break-word;
  75     white-space: -moz-pre-wrap;
  76     white-space: -pre-wrap;
  77     white-space: -o-pre-wrap;
  78     /* end css 3 or browser specific rules */
  79 }
  80 
  81 pre.comment {
  82     background-color: #CCCCCC;
  83     color: red;
  84     padding: 0;
  85     margin: 0;
  86     border: 0px none;
  87 }
  88 
  89 pre.comment:before {
  90     content: url(../img/attention.png);
  91 }
  92 
  93 
  94 table
  95 {
  96 	margin: 0.5em 0 0 0.5em;
  97 	border-collapse: collapse;
  98 }
  99 
 100 td
 101 {
 102 	padding: 0.25em 0.5em 0.25em 0.5em;
 103 	border: 1pt solid #ADB9CC;
 104 }
 105 
 106 td p {
 107 	margin: 0;
 108 	padding: 0;
 109 }
 110 
 111 /* TableOfContents macro */
 112 .table-of-contents { border: 1px solid #bbbbbb;
 113                      color: black; background-color: #eeeeee;
 114                      font-size: small;
 115                      text-align:left;
 116                      margin: 0.5em; padding-left: 2em;
 117                      width:50%; }
 118 .table-of-contents ol { margin:0; margin-left:1em;
 119                         list-style-type:decimal; }
 120 .table-of-contents ul { margin:0;
 121                         list-style-type:none; }
 122 .table-of-contents-heading { font-weight:bold; padding:0; margin:0; }
 123 
 124 
 125 .footnotes div {
 126 	width: 5em;
 127 	border-top: 1pt solid gray;
 128 }
 129 
 130 .footnotes ul {
 131 	padding: 0 2em;
 132 	margin: 0 0 1em;
 133 	list-style: none;
 134 }
 135 
 136 .footnotes li {
 137 }
 138 
 139 .info {
 140     float: right;
 141     font-size: 0.7em;
 142     color: gray;
 143 }
 144 
 145 #pageinfo {
 146     margin-top: 2em;
 147 }
 148 
 149 .seperator {
 150     color: gray;
 151 }
 152 
 153 #pagebottom {clear: both;}
 154 
 155 /* standard rule ---- */
 156 hr {
 157     height: 1pt;
 158     background-color: #9C9C9C;
 159     border: 0px none;
 160 }
 161 
 162 /* custom rules ----- to ---------- */
 163 .hr1 {height: 2pt;}
 164 .hr2 {height: 3pt;}
 165 .hr3 {height: 4pt;}
 166 .hr4 {height: 5pt;}
 167 .hr5 {height: 6pt;}
 168 .hr6 {height: 7pt;}
 169 
 170 /* Replacement for deprecated html 3 <u> element and html 4 <strike> */
 171 .u {text-decoration: underline;}
 172 .strike {text-decoration: line-through;}
 173 
 174 /* eye catchers */
 175 .warning 
 176 {
 177 	color: red;
 178 }
 179 
 180 .error 
 181 {
 182 	color: red;
 183 }
 184 
 185 strong.highlight 
 186 {
 187 	background-color: #CCE0FF;
 188 	padding: 1pt;
 189 }
 190 
 191 
 192 /* Recent changes */
 193 
 194 .rcrss {
 195 	float: right;
 196 	margin: 0;
 197 }
 198 
 199 .recentchanges[dir="rtl"] .rcrss {
 200 	float: left;
 201 }
 202 
 203 .recentchanges table {
 204 	clear: both;
 205 }
 206 
 207 .recentchanges td {
 208 	vertical-align: top;
 209 	border: none;
 210 	border-bottom: 1pt solid #E6EAF0;
 211 	background: #F2F4F7;
 212 }
 213 
 214 .rcdaybreak td {
 215 	background: #B8C5D9;
 216 	border: none;
 217 }
 218 
 219 .rcdaybreak td a {
 220 	font-size: 0.88em;
 221 }
 222 
 223 .rcicon1, .rcicon2 {
 224 	text-align: center;
 225 }
 226 
 227 .rcpagelink {
 228 	width: 33%;
 229 }
 230 
 231 .rctime {
 232 	font-size: 0.88em;
 233 	white-space: nowrap;
 234 }
 235 
 236 .rceditor {
 237 	white-space: nowrap;
 238 	font-size: 0.88em;
 239 }
 240 
 241 .rccomment {
 242 	width: 50%;
 243 	color: gray;
 244 	font-size: 0.88em;
 245 }
 246 
 247 
 248 /* User Preferences */
 249 
 250 .userpref table, .userpref td {
 251 	border: none;
 252 }
 253 
 254 /* CSS for new code_area markup used by Colorizer and ParserBase */
 255 
 256 div.codearea { /* the div makes the border */
 257 	margin: 0.5em 0;
 258 	padding: 0;
 259 	border: 1pt solid #AEBDCC;
 260 	background-color: #F3F5F7;
 261 	color: black;
 262 }
 263 
 264 div.codearea pre { /* the pre has no border and is inside the div */
 265 	margin: 0;
 266 	padding: 10pt;
 267 	border: none;
 268 }
 269 
 270 a.codenumbers { /* format of the line numbering link */
 271 	margin: 0 10pt;
 272 	font-size: 0.85em;
 273 	color: gray;
 274 }
 275 
 276 /* format of certain syntax spans */
 277 div.codearea pre span.LineNumber {color: gray;}
 278 div.codearea pre span.ID         {color: #000000;}
 279 div.codearea pre span.Operator   {color: #0000C0;}
 280 div.codearea pre span.Char       {color: #004080;}
 281 div.codearea pre span.Comment    {color: #008000;}
 282 div.codearea pre span.Number     {color: #0080C0;}
 283 div.codearea pre span.String     {color: #004080;}
 284 div.codearea pre span.SPChar     {color: #0000C0;}
 285 div.codearea pre span.ResWord    {color: #A00000;}
 286 div.codearea pre span.ConsWord   {color: #008080; font-weight: bold;}
 287 div.codearea pre span.Error      {color: #FF8080; border: solid 1.5pt #FF0000;}
 288 div.codearea pre span.ResWord2   {color: #0080ff; font-weight: bold;}
 289 div.codearea pre span.Special    {color: #0000ff;}
 290 div.codearea pre span.Preprc     {color: #803999;}
 291 
 292 /* for diff parser */
 293 div.codearea pre span.DiffAdded   {color: #4876FF;}
 294 div.codearea pre span.DiffRemoved {color: #FF0000;}
 295 div.codearea pre span.DiffChanged {color: #FF7F50;}
 296 div.codearea pre span.DiffSeparator {color: #228B22; font-weight: bold}
 297 
 298 /* Search results */
 299 .advancedsearch {
 300     border: 1pt solid #ADB9CC;
 301 }
 302 
 303 .advancedsearch td {
 304     vertical-align: top;
 305     background-color: #E7E7E7;    
 306     border: 0px;
 307 }
 308 
 309 .advancedsearch td.searchfor {
 310     font-weight: bold;
 311 }
 312 
 313 .advancedsearch input {
 314     border: 1px solid #ADB9CC;
 315     background-color: #fff;
 316 }
 317 
 318 .advancedsearch input[disabled] {
 319     background-color: #eee;
 320 }
 321 
 322 .advancedsearch td.submit {
 323     border-top: 1px solid #ADB9CC;
 324     background-color: #fff;
 325     text-align: right;
 326 }
 327 
 328 .advancedsearch optioni, select {
 329     border: 1px solid #ADB9CC;
 330     background-color: #fff;
 331 }
 332 
 333 
 334 .searchresults dt {
 335     margin-top: 1em;
 336     font-weight: normal;
 337 }
 338 
 339 .searchresults dd, .searchresults p {
 340     font-size: 0.85em;
 341 }
 342 
 343 .searchresults .searchhitinfobar {
 344     color: #008000;
 345     margin-left: 15px;
 346     margin-top: 0;
 347 }
 348 
 349 p.searchstats {
 350     font-size: 0.8em;
 351     text-align: right;
 352     width: 100%;
 353     background-color: #E6EAF0;
 354     border-top: 1px solid #9088DC;
 355     padding: 2px;
 356 }
 357 
 358 p.searchhint {
 359     background-color: #E6EAF0;
 360     border: 1px solid #9088DC;
 361     padding: 2px;
 362 }
 363 
 364 .searchpages {
 365     margin-left: auto;
 366     margin-right: auto;
 367 }
 368 
 369 .searchpages tr, .searchpages td {
 370     border: 0px none;
 371     padding: 5px;
 372     margin: 0;
 373     text-align: center;
 374     vertical-align: middle;
 375     color: #b93a58;
 376     font-weight: bold;
 377     font-size: 1.05em
 378 }
 379 
 380 .searchpages td a, .searchpages td a:link {
 381     text-decoration: underline;
 382 }
 383 
 384 /* MonthCalendar css */
 385 
 386 /* days without and with pages linked to them */
 387 a.cal-emptyday {
 388     color: #777777;
 389     text-align: center;
 390 }
 391 a.cal-usedday {
 392     color: #000000;
 393     font-weight: bold;
 394     text-align: center;
 395 }
 396 /* general stuff: workdays, weekend, today */
 397 td.cal-workday {
 398     background-color: #DDDDFF;
 399     text-align: center;
 400 }
 401 td.cal-weekend {
 402     background-color: #FFDDDD;
 403     text-align: center;
 404 }
 405 td.cal-today {
 406     background-color: #CCFFCC;
 407     border-style: solid;
 408     border-width: 2pt;
 409     text-align: center;
 410 }
 411 /* invalid places on the monthly calendar sheet */
 412 td.cal-invalidday {
 413     background-color: #CCCCCC;
 414 }
 415 /* links to prev/next month/year */
 416 a.cal-link {
 417     color: #000000;
 418     text-decoration: none;
 419 }
 420 th.cal-header {
 421     background-color: #DDBBFF;
 422     text-align: center;
 423 }
 424 
 425 /* for MonthCalendar mouseover info boxes */
 426 TABLE.tip {
 427     color: black;
 428     background-color: #FF8888;
 429     font-size: small;
 430     font-weight: normal;
 431     border-style: solid;
 432     border-width: 1px;
 433 }
 434 
 435 TH.tip {
 436     background-color: #FF4444;
 437     font-weight: bold;
 438     text-align: center;
 439 }
 440 
 441 TD.tip {
 442     text-align: left;
 443 }
 444 *[dir="rtl"] TD.tip {
 445     text-align: right;
 446 }
 447 
 448 /* end MonthCalendar stuff */
 449 
 450 span.anchor { display: none; }
 451 
 452 
 453 /* AttachTable and TaskTable css */
 454 .attachmentTable {
 455 
 456 }
 457 
 458 .attachmentTable table {
 459     border: 2px solid rgb(100,135,220);  /* Light blue */
 460     border-collapse: collapse;
 461     width: 80%;
 462     margin-left: 20px;
 463 }
 464 
 465 .attachmentTable td {
 466     border: 1px solid lightblue;
 467     padding: 4px
 468 }
 469 
 470 .attachmentTable th {
 471     border: 1px solid lightblue;
 472     background-color: rgb(100,135,220); /* rgb(100,135,220) */
 473     font-weight: bold;
 474     padding: 4px
 475 }
 476 
 477 .attachmentTable tr {
 478     background-color: rgb(240,240,240)
 479 }
 480 
 481 .attachmentTable tr.altrow {
 482     background-color: rgb(127,127,255);
 483 }
 484 
 485 .attachmentTable tr:hover {
 486     background-color: rgb(140,170,230);
 487     color: white
 488 }
 489 
 490 .smallText {
 491     text-align: right;
 492     font-size: small;
 493 }
 494 
 495 /* end AttachTable and TaskTable stuff */

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] (2006-12-29 15:02:33, 14.7 KB) [[attachment:AttachTable.py]]
  • [get | view] (2009-08-11 07:04:46, 53.6 KB) [[attachment:TaskPlanner-1.8.4.py]]
  • [get | view] (2010-01-23 14:17:02, 52.7 KB) [[attachment:TaskPlanner-1.9.1.py]]
  • [get | view] (2007-04-14 15:35:39, 49.1 KB) [[attachment:TaskPlanner.py]]
  • [get | view] (2007-02-01 07:00:31, 243.0 KB) [[attachment:TaskPlanner.zip]]
  • [get | view] (2009-08-11 07:05:54, 56.5 KB) [[attachment:TaskPlanner1.8.4plusEmail.py]]
  • [get | view] (2006-12-29 19:46:46, 146.4 KB) [[attachment:TaskPlannerAttachTableIcons.zip]]
  • [get | view] (2007-08-24 20:11:02, 244.6 KB) [[attachment:TaskPlanner_LlubNek.zip]]
  • [get | view] (2007-04-02 14:42:44, 15.3 KB) [[attachment:TaskTable.py]]
  • [get | view] (2006-12-29 19:45:58, 66.9 KB) [[attachment:__init__.py]]
  • [get | view] (2006-12-29 19:45:29, 5.0 KB) [[attachment:_init_.diff]]
  • [get | view] (2006-12-26 16:49:56, 63.8 KB) [[attachment:addtask.jpg]]
  • [get | view] (2007-01-01 22:27:54, 3.8 KB) [[attachment:classic_theme.jpg]]
  • [get | view] (2008-05-07 16:42:25, 201.5 KB) [[attachment:clickingerror.jpg]]
  • [get | view] (2006-12-26 16:55:30, 9.7 KB) [[attachment:common.css]]
  • [get | view] (2006-12-26 16:55:03, 1.1 KB) [[attachment:common.diff]]
  • [get | view] (2007-01-01 22:27:36, 13.8 KB) [[attachment:common_icons.jpg]]
  • [get | view] (2006-12-26 16:53:07, 3.1 KB) [[attachment:de.AttachTable.po]]
  • [get | view] (2006-12-26 16:52:44, 7.4 KB) [[attachment:de.TaskPlanner.po]]
  • [get | view] (2006-12-26 16:50:48, 72.5 KB) [[attachment:imagepreview.jpg]]
  • [get | view] (2006-12-26 16:50:21, 78.2 KB) [[attachment:tasktable.jpg]]
  • [get | view] (2008-05-07 16:42:29, 8.4 KB) [[attachment:traceback_taskplanner.html]]
 All files | Selected Files: delete move to page copy to page

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