Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/static/css/main.css')
-rw-r--r--websdk/static/css/main.css118
1 files changed, 118 insertions, 0 deletions
diff --git a/websdk/static/css/main.css b/websdk/static/css/main.css
new file mode 100644
index 0000000..f7cbf25
--- /dev/null
+++ b/websdk/static/css/main.css
@@ -0,0 +1,118 @@
+body {
+ background-color: #c0c0c0;
+ height: 99%;
+ margin: 0;
+ font-size: 88%;
+ font-family: DejaVu Sans;
+}
+
+p.subtitle {
+ font-size: 10pt;
+ margin-top: 5px;
+}
+
+li {
+ margin-bottom: 1em
+}
+
+hr {
+ border: 0;
+ color: #9E9E9E;
+ background-color: #9E9E9E;
+ height: 1px;
+ width: 100%;
+ text-align: left;
+}
+
+#content {
+ margin: 40px;
+}
+
+input.btn {
+ color: white;
+ /* background-color: #808080; */
+}
+
+#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:20px;
+ padding-top:5px;
+}
+
+#filer ul li a span {
+ height: 56px;
+ display: none;
+}
+#filer ul li a img {
+ height: 56px;
+}
+
+#filer-header {
+ background-color: #808080;
+ color: white;
+ margin: 0;
+ padding: 0;
+ padding-top: 7px;
+ padding-bottom: 7px;
+ width: 100%;
+}
+
+#filer-header span{
+ padding-left: 10px;
+}