summaryrefslogtreecommitdiffabout
path: root/htdocs/style.css
authorMichael Krelin <hacker@klever.net>2005-02-02 22:30:27 (UTC)
committer Michael Krelin <hacker@klever.net>2005-02-02 22:30:27 (UTC)
commit870963df2dac72e433fd7f94cd1cccc8cd6ea2d0 (patch) (unidiff)
treeedb6a3f9070ca67c9396ce548f28f82107afc119 /htdocs/style.css
parentb9ddf0a5135cf5b3371f38b41385fa8fc03da146 (diff)
downloadsitecing-870963df2dac72e433fd7f94cd1cccc8cd6ea2d0.zip
sitecing-870963df2dac72e433fd7f94cd1cccc8cd6ea2d0.tar.gz
sitecing-870963df2dac72e433fd7f94cd1cccc8cd6ea2d0.tar.bz2
1. changed version to -svn
2. added a really simple page example 3. removed 'border=' attribute from iframe 4. added notice about svn version 5. added 'site-C-ing:' prefix to the title
Diffstat (limited to 'htdocs/style.css') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/htdocs/style.css b/htdocs/style.css
index 01fd43a..3ab1b6f 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -55,24 +55,31 @@ div#content {
55 margin: 0px; 55 margin: 0px;
56 width: 80%; 56 width: 80%;
57} 57}
58 58
59div#sidepanel h1 { 59div#sidepanel h1 {
60 font-size: 80%; 60 font-size: 80%;
61 text-align: center; 61 text-align: center;
62 font-weight: normal; 62 font-weight: normal;
63 color: #004080; 63 color: #004080;
64 white-space: nowrap; 64 white-space: nowrap;
65 margin-top: 2ex; margin-bottom: 2ex; 65 margin-top: 2ex; margin-bottom: 2ex;
66} 66}
67div#sidepanel h2 {
68 font-size: 80%;
69 text-align: justify;
70 font-weight: normal;
71 color: gray;
72 margin: 1ex 1ex;
73}
67div#sidepanel ul { 74div#sidepanel ul {
68 padding: 1ex 0.5ex 1ex 1ex; 75 padding: 1ex 0.5ex 1ex 1ex;
69 margin: 0.5ex; 76 margin: 0.5ex;
70 border-color: #c0c0c0 #404040 #404040 #c0c0c0; 77 border-color: #c0c0c0 #404040 #404040 #c0c0c0;
71 border-width: 1px 2px 2px 1px; 78 border-width: 1px 2px 2px 1px;
72 border-style: solid; 79 border-style: solid;
73 background: #d0d0d0; 80 background: #d0d0d0;
74 list-style-type: none; 81 list-style-type: none;
75} 82}
76div#sidepanel ul ul { 83div#sidepanel ul ul {
77 margin: 0px; padding: 0px; 84 margin: 0px; padding: 0px;
78 border: none 0px; 85 border: none 0px;
@@ -121,32 +128,34 @@ iframe#insert {
121div.source h1 { 128div.source h1 {
122 background: #e0e0e0; 129 background: #e0e0e0;
123 border: 1px solid #808080; 130 border: 1px solid #808080;
124 padding-left: 1em; 131 padding-left: 1em;
125 margin: 0px; 132 margin: 0px;
126 font-size: 100%; 133 font-size: 100%;
127 color: #000060; 134 color: #000060;
128 overflow: hidden; 135 overflow: hidden;
129} 136}
130div.source ul { 137div.source ul {
131 background: #80c0c0; 138 background: #80c0c0;
132 margin: 0px; 139 margin: 0px;
133 padding: 1px 0.5ex; 140 padding: 1px 0px;
134 font-family: monospace; 141 font-family: monospace;
135 font-size: 80%; 142 font-size: 80%;
136 overflow: hidden; 143 overflow: hidden;
144 width:100%;
137} 145}
138div.source li { 146div.source li {
139 list-style-type: none; 147 list-style-type: none;
140 white-space: nowrap; 148 white-space: nowrap;
149 margin: 0px 0.5ex;
141} 150}
142 151
143ul.sourcebrowser { 152ul.sourcebrowser {
144 font-size: 70%; 153 font-size: 70%;
145} 154}
146ul.sourcebrowser ul.dir { 155ul.sourcebrowser ul.dir {
147 padding: 1px 0px 2px 1em; 156 padding: 1px 0px 2px 1em;
148 margin: 1px 0px 1px 0px; 157 margin: 1px 0px 1px 0px;
149} 158}
150ul.sourcebrowser li.dir { 159ul.sourcebrowser li.dir {
151 margin: 1px 0px 1px 0px; 160 margin: 1px 0px 1px 0px;
152} 161}