~yeliabmas/sloecode/wiki-merge-proposal

« back to all changes in this revision

Viewing changes to sloecode/public/css/style.css

  • Committer: Sam Bailey
  • Date: 2012-09-13 02:52:42 UTC
  • mfrom: (240.1.2 sloecode-css-fixes)
  • Revision ID: yeliabmas@gmail.com-20120913025242-t1gblrdr4y9uhnxe
Refactored wiki css and javascript into seperate files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
    right: -8px;
331
331
    cursor: pointer;
332
332
}
333
 
 
334
 
.edit-content textarea {
335
 
    font-family: courier;
336
 
    width: 100%;
337
 
    height: auto;
338
 
}
339
 
 
340
 
#content {
341
 
    margin-top: 5px;
342
 
}
343
 
 
344
 
.wiki_content {
345
 
    border: solid 1px #172961;
346
 
    padding: 10px;
347
 
}
348
 
.wiki_actions_wrapper {
349
 
    border-right: solid 1px #CCCCCC;
350
 
    border-left: solid 1px #CCCCCC;
351
 
}
352
 
.wiki_actions_wrapper a {
353
 
    color: inherit;
354
 
    text-decoration: inherit;
355
 
}
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 */
365
 
    z-index: 499;
366
 
}
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 */
376
 
    z-index: 499;
377
 
}
378
 
.wiki_action_button_wrapper, .wiki_action_button_wrapper li {
379
 
    list-style: none;
380
 
    float: right;
381
 
    margin: 0px !important;
382
 
}
383
 
.wiki_action_button {
384
 
    float: right;
385
 
    padding: 5px;
386
 
    border-left: solid 1px #CCCCCC;
387
 
}
388
 
.wiki_breadcrumbs {
389
 
    border-right: solid 1px #CCCCCC;
390
 
}
391
 
.wiki_breadcrumbs, .wiki_breadcrumbs li {
392
 
    list-style: none;
393
 
    float: left;
394
 
    margin: 0px !important;
395
 
}
396
 
.wiki_crumb {
397
 
    list-style: none;
398
 
    float: left;
399
 
    padding: 5px;
400
 
    padding-left: 10px !important;
401
 
    padding-right: 10px !important;
402
 
    margin: 0px !important;
403
 
}
404
 
.wiki_breadcrumbs li:first-child a{
405
 
    background-image: none;
406
 
}
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;
411
 
    z-index: 500;
412
 
}
413
 
ul.edit-toolbar-buttons {
414
 
    padding: 0;
415
 
    margin: 0;
416
 
    margin-bottom: -1px;
417
 
}
418
 
.edit-toolbar-buttons, .edit-toolbar-buttons li {
419
 
    list-style: none;
420
 
    float: left;
421
 
}
422
 
.edit-toolbar-buttons li {
423
 
    text-align: center;
424
 
    width: 23px;
425
 
    font-family: courier;
426
 
    font-size: 1.4em;
427
 
    margin-right: 2px;
428
 
    border: solid 1px;
429
 
}
430
 
.edit-toolbar-buttons li:hover {
431
 
    background-color: #DDDDDD;
432
 
}
433
 
.edit-toolbar-buttons li a {
434
 
    color: inherit;
435
 
    text-decoration: inherit;
436
 
    cursor: default;
437
 
    display: block;
438
 
}
439
 
.field-helper {
440
 
    color: grey;
441
 
}
442
 
.clear {
443
 
    clear: both;
444
 
}
445
 
 
446
 
 
447
 
/*Stuff from Wikkid*/
448
 
 
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 */
511
 
 
512
 
.dir-listing {
513
 
  width: 100%;
514
 
}
515
 
 
516
 
.dir-listing .even {
517
 
  background: #e0e0e0;
518
 
}
519
 
 
520
 
.dir-listing .odd {
521
 
  background: #efefef;
522
 
}
523
 
 
524
 
.dir-listing a {
525
 
  padding: 2px 0px 2px 20px;
526
 
  background-repeat: no-repeat;
527
 
  background-position: 2px center;
528
 
}
529
 
.dir-listing .up {
530
 
  background-image: url("ico_folder_up.gif");
531
 
}
532
 
 
533
 
.dir-listing .directory {
534
 
  background-image: url("ico_folder.gif");
535
 
}
536
 
 
537
 
.dir-listing .file {
538
 
  background-image: url("ico_file.gif");
539
 
  background-position: 4px center;
540
 
}
541
 
 
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; }
549
 
.wikkid p {
550
 
    font-size: 1em;
551
 
    margin:0 0 10px;
552
 
    line-height: 1.4em;
553
 
}
554
 
.wikkid p.last-edit {
555
 
    font-size: 0.6em;
556
 
    margin-left: 1em;
557
 
}
558
 
.wikkid ul, .wikkid ol, .wikkid dl {
559
 
    list-style-position:inside;
560
 
    margin:15px;
561
 
}
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 {
563
 
    margin:0 0 0 15px;
564
 
}
565
 
.wikkid li {
566
 
    margin:0 0 3px;
567
 
}
 
 
b'\\ No newline at end of file'