.css/search.cpan.org.css

Sun, 26 Feb 2017 00:34:25 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 26 Feb 2017 00:34:25 -0500
changeset 526
fb818e5aec45
parent 394
fd0577ad3e32
permissions
-rw-r--r--

Fine-tune more

394
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 /* Remove pointless up-arrows */
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 a.u img {
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 display: none;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 }
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 /* Move TOC to the side, get the meat up top */
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7 div.toc {
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 background-color: #DDD;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9 float: right;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10 overflow-x: auto;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11 max-width: 17em;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 white-space: nowrap;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
13 }
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
14 div.toc ul {
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
15 padding-left: 20;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
16 }
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
17
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
18 /* "cpan" style */
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
19 pre.sh_sourceCode{ background-color:#fff; color:#000; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_keyword{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_type{ color:#830000; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_string{ color:#f00; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_regexp{ color:#f00; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_specialchar{ color:#f0f; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_comment{ color:#838183; font-weight:normal; font-style:italic}pre.sh_sourceCode .sh_number{ color:#2928ff; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_preproc{ color:#008200; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_function{ color:#010181; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_url{ color:#f00; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_date{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_time{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_file{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_ip{ color:#f00; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_name{ color:#f00; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_variable{ color:#036; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_oldfile{ color:#f0f; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_newfile{ color:#f00; font-weight:normal; font-style:normal}pre.sh_sourceCode .sh_difflines{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_selector{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_property{ color:#000; font-weight:bold; font-style:normal}pre.sh_sourceCode .sh_value{ color:#f00; font-weight:normal; font-style:normal}
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
20
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
21 /* bg, no border for literal sections */
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
22 .pod pre {
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
23 background-color: #F6F6F6;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
24 border: none;
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
25 }
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
26
fd0577ad3e32 improve style
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
27

mercurial