<newsletter:website> merge stuff from style.css into stylesheets/mainstyle.css, idea is to have just one css file for all HTML code
Dominic Hopf
git-noreply at xxxxx
Tue Aug 23 22:06:35 UTC 2011
Updating branch refs/heads/website
to e077176ab6cdb571ba02a688590f92453b1a3a09 (commit)
from e31bcbac079b3f31a7a005cb4497f4d5675caca1 (commit)
commit e077176ab6cdb571ba02a688590f92453b1a3a09
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date: Thu Jul 21 12:11:17 2011 +0200
merge stuff from style.css into stylesheets/mainstyle.css,
idea is to have just one css file for all HTML code
stylesheets/mainstyle.css | 53 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/stylesheets/mainstyle.css b/stylesheets/mainstyle.css
index a9a9783..772d714 100644
--- a/stylesheets/mainstyle.css
+++ b/stylesheets/mainstyle.css
@@ -1,3 +1,5 @@
+html { font-family: sans-serif; }
+
body
{
font-family: sans-serif;
@@ -6,6 +8,33 @@ body
margin-top: 2%;
}
+
+h1 { font-size: 1.4em }
+h2 { font-size: 1.3em }
+h3 { font-size: 1.2em }
+h4 { font-size: 1.1em }
+h5 { font-size: 1.0em }
+h6 { font-size: 0.9em }
+
+
+a:link, a:visited
+{
+ color: #9e8100;
+ text-decoration: none;
+}
+
+a:hover
+{
+ color: #a40000;
+ text-decoration: underline;
+}
+
+div.document
+{
+ width: 80%;
+ margin-left: auto; margin-right: auto;
+}
+
img { border-width: 0; }
div#header
@@ -13,6 +42,30 @@ div#header
line-height: 48px;
}
+div#contents
+{
+ width: 30%; float: left;
+ margin-bottom: 10px; margin-right: 20px;
+ padding-top: 10px; padding-bottom: 10px;
+ padding-left: 1em;
+ background-color: #eeeeef;
+ font-size: 10pt;
+ position: static;
+ border-radius: 20px;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ overflow: hidden;
+}
+
+div#contents ul
+{
+ list-style-type: none;
+ margin-left: -26pt;
+ list-style-type: none;
+ list-style-position: outside;
+ margin-bottom: 1em; margin-left: 0;
+ padding-left: 10px;
+}
div#navigation
{
More information about the Newsletter-Commits
mailing list