Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/css/main.css')
-rw-r--r--app/static/css/main.css115
1 files changed, 115 insertions, 0 deletions
diff --git a/app/static/css/main.css b/app/static/css/main.css
new file mode 100644
index 0000000..6feec68
--- /dev/null
+++ b/app/static/css/main.css
@@ -0,0 +1,115 @@
+body {
+ background-color: #c0c0c0;
+ height: 100%;
+ margin: 0;
+ font-size: 88%;
+ font-family: DejaVu Sans;
+}
+
+p.subtitle {
+ font-size: 10pt;
+ margin-top: 5px;
+}
+
+li {
+ margin-bottom: 1em
+}
+
+input {
+ background-color: #e5e5e5;
+}
+
+hr {
+ border: 0;
+ color: white;
+ background-color: #9E9E9E;
+ height: 1px;
+ width: 100%;
+ text-align: left;
+}
+
+#content {
+ margin: 30px;
+}
+
+#beta {
+ font-size: 12pt;
+ color: red;
+ display: none;
+}
+
+#editor {
+ margin: 0;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ width: 85%;
+ margin-left: 15%;
+}
+
+#editor .wymeditor {
+}
+
+#editor-sidebar {
+ width: 15%;
+ padding: 5px;
+}
+
+.bling {
+ display: none;
+}
+
+div#filer {
+ display: none;
+}
+
+#filer ul{
+ list-style: none;
+ width: 100%;
+ padding: 0;
+ /*margin-left: 10px;*/
+}
+
+#filer ul li {
+ text-align: center;
+ vertical-align: top;
+}
+
+
+#filer ul li a:hover{
+ color: white;
+ background-color: #808080;
+}
+
+#filer ul li a{
+ color: black;
+ text-decoration: none;
+ font-size: 8pt;
+ width: 50px;
+ height: 70px;
+ float:left;
+ padding:22px;
+ padding-top:0px;
+}
+
+#filer ul li a img {
+ border: none;
+ height: 56px;
+}
+
+.filer-header {
+ background-color: black;
+ color: white;
+ margin: 0;
+ padding: 0;
+ padding-top: 1px;
+ padding-bottom: 7px;
+ /* padding-left: 15px; */
+ width: 100%;
+}
+
+#filer-header div{
+ padding-left: 7px;
+}