root/galaxy-central/eggs/docutils-0.4-py2.6.egg/docutils/writers/s5_html/themes/big-black/pretty.css @ 3

リビジョン 3, 3.5 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1/* This file has been placed in the public domain. */
2/* Following are the presentation styles -- edit away! */
3
4html, body {margin: 0; padding: 0;}
5body {background: black; color: white;}
6:link, :visited {text-decoration: none; color: cyan;}
7#controls :active {color: #888 !important;}
8#controls :focus {outline: 1px dotted #CCC;}
9
10blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em;}
11blockquote p {margin: 0;}
12
13kbd {font-weight: bold; font-size: 1em;}
14sup {font-size: smaller; line-height: 1px;}
15
16.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
17.slide ul ul li {list-style: square;}
18.slide img.leader {display: block; margin: 0 auto;}
19.slide tt {font-size: 90%;}
20
21.slide {font-size: 3em; font-family: sans-serif; font-weight: bold;}
22.slide h1 {padding-top: 0; z-index: 1; margin: 0; font-size: 120%;}
23.slide h2 {font-size: 110%;}
24.slide h3 {font-size: 105%;}
25h1 abbr {font-variant: small-caps;}
26
27div#controls {position: absolute; left: 50%; bottom: 0;
28  width: 50%; text-align: right; font: bold 0.9em sans-serif;}
29html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
30div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
31  margin: 0; padding: 0;}
32#controls #navLinks a {padding: 0; margin: 0 0.5em;
33  border: none; color: #888; cursor: pointer;}
34#controls #navList {height: 1em;}
35#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
36  background: black; color: #CCC;}
37
38#currentSlide {text-align: center; font-size: 0.5em; color: #AAA;
39  font-family: sans-serif; font-weight: bold;}
40
41#slide0 h1 {position: static; margin: 0 0 0.5em; padding-top: 0.3em; top: 0;
42  font-size: 150%; white-space: normal; background: transparent;}
43#slide0 h2 {font: 110%; font-style: italic; color: gray;}
44#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
45#slide0 h4 {margin-top: 0; font-size: 1em;}
46
47ul.urls {list-style: none; display: inline; margin: 0;}
48.urls li {display: inline; margin: 0;}
49.external {border-bottom: 1px dotted gray;}
50html>body .external {border-bottom: none;}
51.external:after {content: " \274F"; font-size: smaller; color: #FCC;}
52
53.incremental, .incremental *, .incremental *:after {
54  color: black; visibility: visible; border: 0;}
55img.incremental {visibility: hidden;}
56.slide .current {color: lime;}
57
58.slide-display {display: inline ! important;}
59
60.huge {font-size: 150%;}
61.big {font-size: 120%;}
62.small {font-size: 75%;}
63.tiny {font-size: 50%;}
64.huge tt, .big tt, .small tt, .tiny tt {font-size: 115%;}
65.huge pre, .big pre, .small pre, .tiny pre {font-size: 115%;}
66
67.maroon {color: maroon;}
68.red {color: red;}
69.magenta {color: magenta;}
70.fuchsia {color: fuchsia;}
71.pink {color: #FAA;}
72.orange {color: orange;}
73.yellow {color: yellow;}
74.lime {color: lime;}
75.green {color: green;}
76.olive {color: olive;}
77.teal {color: teal;}
78.cyan {color: cyan;}
79.aqua {color: aqua;}
80.blue {color: blue;}
81.navy {color: navy;}
82.purple {color: purple;}
83.black {color: black;}
84.gray {color: gray;}
85.silver {color: silver;}
86.white {color: white;}
87
88.left {text-align: left ! important;}
89.center {text-align: center ! important;}
90.right {text-align: right ! important;}
91
92.animation {position: relative; margin: 1em 0; padding: 0;}
93.animation img {position: absolute;}
94
95/* Docutils-specific overrides */
96
97.slide table.docinfo {margin: 0.5em 0 0.5em 1em;}
98
99div.sidebar {background-color: black;}
100
101pre.literal-block, pre.doctest-block {background-color: black;}
102
103tt.docutils {background-color: black;}
104
105/* diagnostics */
106/*
107li:after {content: " [" attr(class) "]"; color: #F88;}
108div:before {content: "[" attr(class) "]"; color: #F88;}
109*/
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。