Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi/sugar.css
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-09-11 18:07:49 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-09-11 18:07:49 (GMT)
commit785a58587ea3a47777f01a2176c87c8d8201a12b (patch)
treefb4da96d121971e5afd6dbb71aed0023ee97dc57 /cgi/sugar.css
parentd1d808bb0274426dde3a0692d4d425d27b367366 (diff)
Initial sugar theme implementation
Diffstat (limited to 'cgi/sugar.css')
-rw-r--r--cgi/sugar.css105
1 files changed, 105 insertions, 0 deletions
diff --git a/cgi/sugar.css b/cgi/sugar.css
new file mode 100644
index 0000000..bf3cd67
--- /dev/null
+++ b/cgi/sugar.css
@@ -0,0 +1,105 @@
+.hbar {
+ font-family: sans-serif;
+ font-size: 13px;
+ margin-top: 0px;
+ padding-top: 1px !important;
+ height: 22px;
+ padding-left: 2px;
+}
+.hr { border-top: 1px solid #ccddff; margin-bottom: 1em; }
+hr { color: #c9f1d7; background-color: #c9f1d7; border-width: 1px; }
+
+.title {
+ height: 84px;
+ padding-left: 1%;
+ vertical-align: middle;
+}
+
+.content {
+ position: absolute;
+ top: 110px;
+ left: 1%;
+ width: 98%;
+}
+
+.header {
+ margin-top: -4px;
+ font-size: 48px;
+ font-weight: lighter;
+}
+
+.box {
+ padding: 0px 10px;
+ background: #efefef;
+ border: 1px solid #ccddff;
+ width: auto;
+}
+
+.foot {
+ clear: both;
+ padding: 2em 0;
+ text-align: center;
+ font-size: 0.75em;
+ line-height: 1.5em;
+}
+
+input {
+ display: inline;
+ width: auto;
+ float: none;
+ margin: 0px;
+}
+
+label {
+ text-align: right;
+ width: 0px;
+ float: none;
+}
+
+table {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#filterbox {
+ width: 25%;
+ top: 50px;
+ right: 1%;
+ padding: 10px;
+ background: #efefef;
+ border: 1px solid #ccddff;
+}
+
+
+#filterbox span {
+ padding: 1px 2px;
+}
+
+#filterbox h3,
+#filterbox #filtering_off
+{
+ font-family: Arial;
+ padding: 0px;
+ margin: 0px;
+}
+
+.nick_list {
+ margin-top: 2px;
+ margin-bottom: 2px;
+}
+
+
+#filterbox span.spoken_to,
+#filterbox span.spoken_to_show,
+#filterbox span.spoken_to_hide
+{
+ font-family: Arial;
+ font-size: 80%;
+ margin-top: 2px;
+ line-height: 100%;
+}
+
+#filterbox span.nick {
+ text-align: right;
+ width: 54%;
+}