aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/xml/default.css
diff options
context:
space:
mode:
authorGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-12 10:56:17 +0000
committerGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-12 10:56:17 +0000
commit7573c29480850d715e2f06cae70f252573098123 (patch)
treea5a2f498ad3a19806957e1d7e01f913c1650b33d /DOCS/xml/default.css
parent86ea8d4f4abf23672516fa0ca3378aa19c44bf2c (diff)
the great MPlayer tab removal: part I
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/default.css')
-rw-r--r--DOCS/xml/default.css66
1 files changed, 33 insertions, 33 deletions
diff --git a/DOCS/xml/default.css b/DOCS/xml/default.css
index cc30679712..61046b653f 100644
--- a/DOCS/xml/default.css
+++ b/DOCS/xml/default.css
@@ -1,44 +1,44 @@
body {
- color: black;
- background: white;
+ color: black;
+ background: white;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: Arial, Helvetica, sans-serif;
/*
* It's a Bad Idea(tm) to use fixed font sizes.
* Uncomment it if you _really_ want
*/
- font-size: 14px;
+ font-size: 14px;
}
div.table table, div.informaltable table {
- background: #333366;
- border-collapse: separate;
- border: solid 1px #333366;
- border-spacing: 1px;
+ background: #333366;
+ border-collapse: separate;
+ border: solid 1px #333366;
+ border-spacing: 1px;
}
div.table th, div.informaltable th {
- color: white;
- background: #4488cc;
- border: 0px;
- padding: 2px;
+ color: white;
+ background: #4488cc;
+ border: 0px;
+ padding: 2px;
}
div.table td, div.informaltable td {
- background: #fffff8;
- border: 0px;
- padding: 2px;
+ background: #fffff8;
+ border: 0px;
+ padding: 2px;
}
pre.screen {
- padding: 4px;
- background: #e0e0e0;
+ padding: 4px;
+ background: #e0e0e0;
}
pre.programlisting {
- padding: 4px;
- background: #e0e8f0;
+ padding: 4px;
+ background: #e0e8f0;
}
/*
@@ -47,37 +47,37 @@ span.application {
*/
span.keycap {
- background: #ddd;
- border: solid 1px #aaa;
- white-space: nowrap;
- font-family: Arial, Helvetica, sans-serif;
+ background: #ddd;
+ border: solid 1px #aaa;
+ white-space: nowrap;
+ font-family: Arial, Helvetica, sans-serif;
}
span.guimenu, span.guisubmenu, span.guimenuitem {
- background: #dddddd;
+ background: #dddddd;
}
tt.filename {
- color: maroon;
- white-space: nowrap;
+ color: maroon;
+ white-space: nowrap;
}
tt.option {
- color: #066;
- white-space: nowrap;
+ color: #066;
+ white-space: nowrap;
}
div.example {
- padding-left: 0.5em;
- border-left: solid 2px black;
+ padding-left: 0.5em;
+ border-left: solid 2px black;
}
div.important .title, div.caution .title, div.warning .title {
- color: #c00;
+ color: #c00;
}
/*
div.important, div.warning, div.caution {
- padding-left: 0.5em;
- border-left: solid 2px maroon;
+ padding-left: 0.5em;
+ border-left: solid 2px maroon;
}
*/