aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@snark.mit.edu>2009-01-19 06:23:59 -0500
committerbryan newbold <bnewbold@snark.mit.edu>2009-01-19 06:23:59 -0500
commit778c4c880e5fc1251286610c35aea5d5266fbe30 (patch)
treef583c7fda6b278cca2bb7b7b5aa377cb6de26824 /static
parentcd98a4f09f4d6a7676b9c4685ac9805a93533c0a (diff)
downloadbnewnet-778c4c880e5fc1251286610c35aea5d5266fbe30.tar.gz
bnewnet-778c4c880e5fc1251286610c35aea5d5266fbe30.zip
Made changes so knowledge items get the TOC banged right. Probably looks bad in other browsers...
Diffstat (limited to 'static')
-rw-r--r--static/style/default.css6
-rw-r--r--static/style/docutils.css32
2 files changed, 37 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css
index 97f588c..adc3bf5 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -23,6 +23,12 @@ h1 {
font-size: 16pt;
font-weight: bold;
text-align: center; }
+h2.pagesubtitle {
+ font-size: 12pt;
+ font-weight: bold;
+ font-style: italic;
+ text-align: center;
+ border-bottom: none; }
h3 {
margin: 0px;
padding-top: 8px;
diff --git a/static/style/docutils.css b/static/style/docutils.css
index 764652f..6af98af 100644
--- a/static/style/docutils.css
+++ b/static/style/docutils.css
@@ -50,15 +50,18 @@ p.rubric {
font-style: italic;
}
+
h1.pagetitle {
border-bottom: none;
}
+
h1.title {
text-align: center;
font-size: 250%;
margin-bottom: 0em;
- border-bottom: 2px solid #aaa;
+ /*border-bottom: 2px solid #aaa;*/
+ border-bottom: none;
}
h2.subtitle {
@@ -90,6 +93,12 @@ h2 {
border-bottom: 1px solid #aaa;
}
+h2.pagesubtitle {
+ border-bottom: none;
+ font-size: 100%;
+ text-align: center;
+}
+
h3 {
text-align: left;
font-size: 130%;
@@ -189,3 +198,24 @@ p.sidebar-subtitle {
font-style: italic;
color: #003a6b;
}
+
+.contents {
+ font-size: small;
+ margin-left: 4px;
+ width: 190px;
+ height: 0px;
+ overflow: visible;
+ float: right;
+ position: relative;
+ left: 206px;
+ top: 100px;
+ color: #777777;
+ font-weight: bold;
+ font-size: 12px; }
+.contents a.reference {
+ color: #7777DD; }
+.contents a.reference:visited {
+ color: #7777DD; }
+.contents a.reference:hover {
+ text-decoration: none; }
+