[Pkg-privacy-commits] [xul-ext-monkeysphere] 255/296: adopt current web site style (without the webfonts) for help page
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit 940297709b5bec40f4e9933009b5addf7b301319
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Dec 14 10:54:18 2010 -0500
adopt current web site style (without the webfonts) for help page
---
chrome/content/local.css | 93 ++++++++++++++++++++++++------------------------
1 file changed, 46 insertions(+), 47 deletions(-)
diff --git a/chrome/content/local.css b/chrome/content/local.css
index d96e89c..0ba6dea 100644
--- a/chrome/content/local.css
+++ b/chrome/content/local.css
@@ -16,41 +16,46 @@ The full text of the GPL can be found at:
http://www.gnu.org/licenses/gpl.html
- */
+*/
h1 {
- -moz-border-radius: 4px;
- border: 2px solid #6F4B30;
- background-color: #B67B4E;
- color: #342316;
+ -moz-border-radius: 3px;
+ color: #433111;
display: block;
- font-weight: bold;
- padding: 0 0 0 10px;
- font-size: 1.7em;
+ font-size: 1.6em;
+ font-weight: normal;
+ margin-top: 20px;
+ background: #E9C4A8;
+ padding: 3px 0 6px 8px;
+ font-family: "Baskervald ADF Std",serif;
+ border: 1px solid saddlebrown;
}
h2 {
- -moz-border-radius: 4px;
- border: 1px solid #6F4B30;
- background-color: #B67B4E;
- color: #342316;
+ border-top: 1px solid saddlebrown;
+ color: #433111;
display: block;
font-size: 1.3em;
- font-weight: bold;
+ font-weight: normal;
margin-top: 20px;
- padding: 0 0 0 10px;
+ padding: 4px 0 0 8px;
+ background: #e9c4a8;
}
h3 {
- padding: 0 0 0 10px;
- color: #B07548;
- font-size: 1em;
+ color: #433111;
+ font-size: 1.1em;
+ margin-top: 20px;
+ padding: 0px 0 0 8px;
+ font-weight:bold;
}
body {
color: #3F403F;
font-family: "Liberation Sans",sans-serif;
- font-size: 0.95em;
+ font-size: 0.96em;
+ line-height: 22px;
+ margin: 0;
}
*|*:visited {
@@ -67,11 +72,10 @@ body {
a:link {
color: #CC6600;
- text-deoration: none;
}
a:visited {
- color: #c2772b;
+ color: #79300C;
}
a:hover {
@@ -79,19 +83,23 @@ a:hover {
}
pre {
- background: #ddd;
+ background: #fcf6eb;
border: 1px solid #aaa;
- padding: 3px 3px 3px 3px;
- margin-left: 38px;
- margin-right: 5em;
+ padding: 3px 0px 0px 10px;
+ margin-left: 10px;
+ margin-right: 10em;
overflow: auto;
+ line-height: 20px;
}
table.sitenav {
- border-bottom: 2px solid #6F4B30;
- padding: 0px;
- width: 100%;
+ color: #79300C;
+ border-bottom: 1px solid #6F4B30;
font-size: larger;
+ padding: 18px 5px 0 0px;
+ width: 100%;
+ background: none repeat scroll 0 0 #fff2e4;
+ margin: 0px;
}
table.sitenav img.logo {
@@ -107,17 +115,14 @@ table.sitenav img.title {
}
table.sitenav a {
- font-weight: bold;
margin-right: 1em;
- font-size: smaller;
+ font-size: 16px;
+ font-family: sans-serif;
}
table.sitenav span.selflink {
- -moz-border-radius: 2px;
- border: 1px solid #6F4B30;
- background-color: #B67B4E;
- color: #342316;
font-weight: bold;
+ text-decoration: underline;
margin-right: 1em;
font-variant: small-caps;
}
@@ -125,6 +130,7 @@ table.sitenav span.selflink {
div.header {
text-align: right;
display: none;
+ padding: 0px;
}
div.actions {
@@ -140,15 +146,15 @@ div.actions {
padding: 0;
}
-# content {
-padding: 0 20px;
+/* align main paragraphs to the right side of the monkey's finger */
+#content {
+ padding: 0 10px;
}
-/* align main paragraphs to the right side of the monkey's finger */
div#content > p {
- line-height: 22px;
- margin-left: 18px;
+ margin-left: 0px;
margin-right: 5em;
+ padding: 0 0 0 8px;
}
/* only needed if we're doing footnotes... */
@@ -163,13 +169,6 @@ sup {
margin-right: 5em;
}
-/* FIXME: module needs to autogen these and put them in-line */
-#footnote-0:target {
- background: #F6CBCE;
+:target {
+ background-color: #F80;
}
-
-/* FIXME: yeah, this should not have to be here, sorry --mjg */
-#footnote-1:target {
- background: #F6CBCE;
-}
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list