Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/osirion.css')
-rwxr-xr-xdoc/osirion.css244
1 files changed, 133 insertions, 111 deletions
diff --git a/doc/osirion.css b/doc/osirion.css
index e6ce165..f7a7868 100755
--- a/doc/osirion.css
+++ b/doc/osirion.css
@@ -1,6 +1,6 @@
/*
main stylesheet for the Project::OSiRiON website
- ingar@telenet.be
+ ingar@osirion.org
*/
/*
@@ -38,78 +38,19 @@ a:hover
text-decoration: underline;
}
-#content p {
- padding-left: 8px;
-}
-
-#content dl {
- padding-left: 8px;
-}
-#content dt {
- font-weight: bold;
- color: white;
-}
-
-#content dd {
- padding-top: 4px;
- padding-bottom: 4px;
-}
-
-#content h1 {
- color: #ffffff;
- font-size: 14pt;
- font-weight: bold;
-}
-
-#content h2 {
- color: #ffffff;
- font-size: 12pt;
- font-weight: bold;
-}
-
-#content h3 {
- color: #ffffff;
- font-size: 12pt;
- font-style: italic;
-}
-
-#content table {
- padding-left: 8px;
-}
-
-#content td {
- padding-right: 16px;
- vertical-align: top;
-}
-
-#content hr {
- border: 0px;
- height: 2px;
- background-color: #808080;
- color: #808080;
-}
-
-/* from the wiki theme css */
-#content ul {
- line-height: 1.5em;
- list-style-type: square;
- margin: .3em 0 0 1.5em;
- padding: 0;
- list-style-image: url(images/bullet.png);
-}
/*
global div definitions
*/
div.floatright {
- text-align: center;
- vertical-align: middle;
- margin-left: auto;
- margin-right: 8px;
- margin-top: 8px;
- margin-bottom: auto;
- float: right;
+ text-align: center;
+ vertical-align: middle;
+ margin-left: auto;
+ margin-right: 8px;
+ margin-top: 8px;
+ margin-bottom: auto;
+ float: right;
}
div.newsitem {
@@ -130,7 +71,7 @@ div.newstext {
table.screenshot {
text-align: center;
- font-family: "Courier New", "Courier", "fixed", "monospace";
+/* font-family: "Courier New", "Courier", "fixed", "monospace";*/
margin-left:auto;
margin-right:auto;
}
@@ -146,6 +87,24 @@ img.screenshot {
clear: both;
}
+
+.fullwidth
+{
+ width: 100%;
+ vertical-align: top;
+}
+
+.halfwidth
+{
+ width: 50%;
+ vertical-align: top;
+}
+
+.quarterwidth
+{
+ width: 25%;
+ vertical-align: top;
+}
/*
page structure
*/
@@ -159,10 +118,31 @@ div#page {
width: 84%;
padding-left: 0px;
padding-right: 0px;
-
border: 2px solid #505050;
}
+div#pagecontent
+{
+ text-align: left;
+ vertical-align: top;
+ margin-top: 16px;
+ margin-bottom: 16px;
+ margin-left: 16px;
+ margin-right: 16px;
+}
+
+div#pagefooter
+{
+ text-align: left;
+ font-size: 8pt;
+ padding-top: 0px;
+ padding-left: 16px;
+ height: 48px;
+ border-top: 1px solid #808080;
+ background-color: #202020;
+}
+
+
/*
menu
*/
@@ -209,74 +189,116 @@ img.osirionmenu {
}
+div.osirionlogo
+{
+ text-align: center;
+ vertical-align: center;
+ margin-bottom: 16px;
+ margin-left: 16px;
+ margin-right: 8px;
+ padding-top: 16px;
+ padding-bottom: 16px;
+ padding-left: 16px;
+ padding-right: 16px;
+ border: 1px solid #808080;
+}
/*
content
*/
-div#content {
+div.content {
text-align: left;
- margin-bottom: 32px;
+ margin-bottom: 8px;
+ margin-left: 16px;
+ margin-right: 8px;
padding-left: 16px;
padding-right: 16px;
+ background-color: #202020;;
+ border: 1px solid #808080;
}
-.fullwidth {
- width: 100%;
- vertical-align: top;
+p.content {
+ padding-left: 8px;
}
-.halfwidth {
- width: 50%;
- vertical-align: top;
+dl.content {
+ padding-left: 8px;
}
-.quarterwidth {
- width: 25%;
- vertical-align: top;
+dt.content {
+ font-weight: bold;
+ color: white;
}
+dd.content {
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
-/*
- misc style elements
-*/
+h1.content {
+ color: #ffffff;
+ font-size: 14pt;
+ font-weight: bold;
+}
-.superscript {
- color: #ff0000;
- vertical-align: top;
- font-size: 8pt;
+h2.content {
+ color: #ffffff;
+ font-size: 12pt;
+ font-weight: bold;
}
-.fixed {
- font-family: "Courier New", "Courier", "fixed";
+h3.content {
+ color: #ffffff;
font-size: 12pt;
+ font-style: italic;
}
-#content pre, div.fixed {
- border-top: 1px solid #808080;
- border-bottom: 1px solid #808080;
- border-left: 1px solid #808080;
- border-right: 1px solid #808080;
- background-color: #202020;
- margin-left: 48px;
- margin-right: 48px;
- margin-top: 8px;
+table.content
+{
+ padding-left: 8px;
+}
+
+td.content
+{
+ padding-right: 16px;
+ vertical-align: top;
+}
+
+/* from the wiki theme css */
+ul.content
+{
+/* line-height: 1.5em; */
+ list-style-type: square;
+ padding-left: 24px;
margin-bottom: 8px;
- padding: 8px;
- font-family: "Courier New", "Courier", "fixed";
- font-size: 12pt;
- vertical-align: text-top;
+ list-style-image: url(images/bullet.png);
}
/*
- footer
+ misc style elements
*/
-div#footer {
- text-align: left;
- font-size: 8pt;
- padding-top: 0px;
- padding-left: 16px;
- height: 48px;
- border-top: 1px solid #808080;
- background-color: #202020;
+.superscript {
+ color: #ff0000;
+ vertical-align: top;
+ font-size: 8pt;
+}
+
+.fixed {
+ font-family: "Courier New", "Courier", "fixed";
+ font-size: 12pt;
+}
+
+pre.content, div.fixed {
+ border: 1px solid #808080;
+ color: #ffffff;
+ background-color: #666666;
+ margin-left: 48px;
+ margin-right: 48px;
+ margin-top: 8px;
+ margin-bottom: 8px;
+ padding: 8px;
+ font-family: "Courier New", "Courier", "fixed";
+ font-size: 12pt;
+ vertical-align: text-top;
}