334
.edit-content textarea {
335
font-family: courier;
345
border: solid 1px #172961;
348
.wiki_actions_wrapper {
349
border-right: solid 1px #CCCCCC;
350
border-left: solid 1px #CCCCCC;
352
.wiki_actions_wrapper a {
354
text-decoration: inherit;
356
.wiki_actions_wrapper li {
357
background: rgb(255,255,255); /* Old browsers */
358
background: -moz-linear-gradient(top, rgba(255,255,255,1) 49%, rgba(200,200,200,1) 100%); /* FF3.6+ */
359
background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,rgba(255,255,255,1)), color-stop(100%,rgba(200,200,200,1))); /* Chrome,Safari4+ */
360
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(200,200,200,1) 100%); /* Chrome10+,Safari5.1+ */
361
background: -o-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(200,200,200,1) 100%); /* Opera 11.10+ */
362
background: -ms-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(200,200,200,1) 100%); /* IE10+ */
363
background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(200,200,200,1) 100%); /* W3C */
364
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
367
.wiki_actions_wrapper li:hover {
368
background: rgb(255,255,255); /* Old browsers */
369
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(189,217,255,1) 100%); /* FF3.6+ */
370
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(189,217,255,1))); /* Chrome,Safari4+ */
371
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(189,217,255,1) 100%); /* Chrome10+,Safari5.1+ */
372
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(189,217,255,1) 100%); /* Opera 11.10+ */
373
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(189,217,255,1) 100%); /* IE10+ */
374
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(189,217,255,1) 100%); /* W3C */
375
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdd9ff',GradientType=0 ); /* IE6-9 */
378
.wiki_action_button_wrapper, .wiki_action_button_wrapper li {
381
margin: 0px !important;
383
.wiki_action_button {
386
border-left: solid 1px #CCCCCC;
389
border-right: solid 1px #CCCCCC;
391
.wiki_breadcrumbs, .wiki_breadcrumbs li {
394
margin: 0px !important;
400
padding-left: 10px !important;
401
padding-right: 10px !important;
402
margin: 0px !important;
404
.wiki_breadcrumbs li:first-child a{
405
background-image: none;
407
.wiki_breadcrumbs li a{
408
background-image: url('/yui/3.3.0/build/node-menunav/assets/skins/sam/vertical-menu-submenu-indicator.png');
409
background-repeat: no-repeat;
410
background-position: 0;
413
ul.edit-toolbar-buttons {
418
.edit-toolbar-buttons, .edit-toolbar-buttons li {
422
.edit-toolbar-buttons li {
425
font-family: courier;
430
.edit-toolbar-buttons li:hover {
431
background-color: #DDDDDD;
433
.edit-toolbar-buttons li a {
435
text-decoration: inherit;
447
/*Stuff from Wikkid*/
449
.highlight .hll { background-color: #ffffcc }
450
.highlight { background: #f8f8f8; }
451
.highlight .c { color: #408080; font-style: italic } /* Comment */
452
.highlight .err { border: 1px solid #FF0000 } /* Error */
453
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
454
.highlight .o { color: #666666 } /* Operator */
455
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
456
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
457
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
458
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
459
.highlight .gd { color: #A00000 } /* Generic.Deleted */
460
.highlight .ge { font-style: italic } /* Generic.Emph */
461
.highlight .gr { color: #FF0000 } /* Generic.Error */
462
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
463
.highlight .gi { color: #00A000 } /* Generic.Inserted */
464
.highlight .go { color: #808080 } /* Generic.Output */
465
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
466
.highlight .gs { font-weight: bold } /* Generic.Strong */
467
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
468
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
469
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
470
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
471
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
472
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
473
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
474
.highlight .kt { color: #B00040 } /* Keyword.Type */
475
.highlight .m { color: #666666 } /* Literal.Number */
476
.highlight .s { color: #BA2121 } /* Literal.String */
477
.highlight .na { color: #7D9029 } /* Name.Attribute */
478
.highlight .nb { color: #008000 } /* Name.Builtin */
479
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
480
.highlight .no { color: #880000 } /* Name.Constant */
481
.highlight .nd { color: #AA22FF } /* Name.Decorator */
482
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
483
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
484
.highlight .nf { color: #0000FF } /* Name.Function */
485
.highlight .nl { color: #A0A000 } /* Name.Label */
486
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
487
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
488
.highlight .nv { color: #19177C } /* Name.Variable */
489
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
490
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
491
.highlight .mf { color: #666666 } /* Literal.Number.Float */
492
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
493
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
494
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
495
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
496
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
497
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
498
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
499
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
500
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
501
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
502
.highlight .sx { color: #008000 } /* Literal.String.Other */
503
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
504
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
505
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
506
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
507
.highlight .vc { color: #19177C } /* Name.Variable.Class */
508
.highlight .vg { color: #19177C } /* Name.Variable.Global */
509
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
510
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
525
padding: 2px 0px 2px 20px;
526
background-repeat: no-repeat;
527
background-position: 2px center;
530
background-image: url("ico_folder_up.gif");
533
.dir-listing .directory {
534
background-image: url("ico_folder.gif");
538
background-image: url("ico_file.gif");
539
background-position: 4px center;
542
.wikkid h1, .wikkid h2, .wikkid h3, .wikkid h4, .wikkid h5, .wikkid h6 {color:#242c38;}
543
.wikkid h1 { font-size: 1.8em; }
544
.wikkid h2, .wikkid div.section h1 { font-size: 1.5em; }
545
.wikkid h3, .wikkid div.section div.section h1 { font-size: 1.4em; }
546
.wikkid h4 { font-size: 1.3em; }
547
.wikkid h5 { font-size: 1.2em; }
548
.wikkid h6 { font-size: 1.1em; }
554
.wikkid p.last-edit {
558
.wikkid ul, .wikkid ol, .wikkid dl {
559
list-style-position:inside;
562
.wikkid ul ul, .wikkid ul ol, .wikkid ul dl, .wikkid ol ol, .wikkid ol ul, .wikkid ol dl, .wikkid dl dl, .wikkid dl ol, .wikkid dl ul {
b'\\ No newline at end of file'