root/galaxy-central/eggs/docutils-0.4-py2.6.egg/docutils/writers/s5_html/themes/small-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.2em;}
28.slide h1 {padding-top: 0; z-index: 1; margin: 0; font: bold 150% sans-serif;}
29.slide h2 {font: bold 120% sans-serif; padding-top: 0.5em;}
30.slide h3 {font: bold 100% 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 {padding-top: 0em}
48#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
49  font: bold 2em sans-serif; white-space: normal; background: transparent;}
50#slide0 h2 {font: bold italic 1em sans-serif; margin: 0.25em;}
51#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
52#slide0 h4 {margin-top: 0; font-size: 1em;}
53
54ul.urls {list-style: none; display: inline; margin: 0;}
55.urls li {display: inline; margin: 0;}
56.external {border-bottom: 1px dotted gray;}
57html>body .external {border-bottom: none;}
58.external:after {content: " \274F"; font-size: smaller; color: #77B;}
59
60.incremental, .incremental *, .incremental *:after {
61  color: white; visibility: visible; border: 0; border: 0;}
62img.incremental {visibility: hidden;}
63.slide .current {color: green;}
64
65.slide-display {display: inline ! important;}
66
67.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
68.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
69.small {font-size: 75%;}
70.tiny {font-size: 50%;}
71.huge tt, .big tt, .small tt, .tiny tt {font-size: 115%;}
72.huge pre, .big pre, .small pre, .tiny pre {font-size: 115%;}
73
74.maroon {color: maroon;}
75.red {color: red;}
76.magenta {color: magenta;}
77.fuchsia {color: fuchsia;}
78.pink {color: #FAA;}
79.orange {color: orange;}
80.yellow {color: yellow;}
81.lime {color: lime;}
82.green {color: green;}
83.olive {color: olive;}
84.teal {color: teal;}
85.cyan {color: cyan;}
86.aqua {color: aqua;}
87.blue {color: blue;}
88.navy {color: navy;}
89.purple {color: purple;}
90.black {color: black;}
91.gray {color: gray;}
92.silver {color: silver;}
93.white {color: white;}
94
95.left {text-align: left ! important;}
96.center {text-align: center ! important;}
97.right {text-align: right ! important;}
98
99.animation {position: relative; margin: 1em 0; padding: 0;}
100.animation img {position: absolute;}
101
102/* Docutils-specific overrides */
103
104.slide table.docinfo {margin: 1em 0 0.5em 2em;}
105
106pre.literal-block, pre.doctest-block {background-color: white;}
107
108tt.docutils {background-color: white;}
109
110/* diagnostics */
111/*
112li:after {content: " [" attr(class) "]"; color: #F88;}
113div:before {content: "[" attr(class) "]"; color: #F88;}
114*/
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。