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

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