summaryrefslogtreecommitdiff
path: root/doc/aptitude.css
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2005-10-01 23:40:49 +0000
committerDaniel Burrows <dburrows@debian.org>2005-10-01 23:40:49 +0000
commitdb949f313eb10b747a875067623b89c47ee2b81d (patch)
tree95891553696a84cc382aa9a92bacdc88950361e1 /doc/aptitude.css
parente5434a5aaf63b1602c81606824b94f0368e4aaa0 (diff)
downloadaptitude-db949f313eb10b747a875067623b89c47ee2b81d.tar.gz
[aptitude @ Import the Subversion repository into darcs.]
Diffstat (limited to 'doc/aptitude.css')
-rw-r--r--doc/aptitude.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/doc/aptitude.css b/doc/aptitude.css
new file mode 100644
index 00000000..9f88a714
--- /dev/null
+++ b/doc/aptitude.css
@@ -0,0 +1,79 @@
+.tip
+{
+ border: black solid 1px;
+ margin: 0.12in 0;
+ padding: 0 10px;
+ background-color: #D4D87E;
+}
+
+.warning
+{
+ border: black solid 1px;
+ margin: 0.12in 0;
+ padding: 0 10px;
+ background-color: #FFBBBB;
+}
+
+.note
+{
+ border: black solid 1px;
+ margin: 0.12in 0;
+ padding: 0 10px;
+ background-color: #EEEEEE;
+}
+
+.important
+{
+ border: black solid 1px;
+ margin: 0.12in 0;
+ padding: 0 10px;
+ background-color: #FFFFBB;
+}
+
+.oddrow
+{
+ background-color: #D4D87E
+}
+
+.cmdsynopsis
+{
+ background-color: #E0E0E0;
+ border: black solid 1px;
+ margin: 0px;
+}
+
+.seglistitem
+{
+ border: black solid 1px;
+ margin: 0.25in 0;
+ padding: 2px 2px;
+ background-color: #F8F8F8
+}
+
+pre.screen
+{
+ background-color: #E0E0E0;
+ border: black solid 1px;
+ padding: 2px;
+}
+
+.figure, .segmentedlist > table
+{
+ border: black solid 1px;
+ margin: 1em 0;
+ padding: 2px;
+}
+
+/* HACK: the docbook xsl sheets don't generate a span for
+ * varlistitems, but they do generate a 'dt' element for each
+ * one.
+ */
+.variablelist dt
+{
+ border-top: black solid 2px;
+}
+
+.variablelist
+{
+ border-bottom: black solid 2px;
+}