Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/www/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/main.css')
-rw-r--r--www/css/main.css103
1 files changed, 0 insertions, 103 deletions
diff --git a/www/css/main.css b/www/css/main.css
deleted file mode 100644
index de3711a..0000000
--- a/www/css/main.css
+++ /dev/null
@@ -1,103 +0,0 @@
-body {
- background-color: #c0c0c0;
- height: 100%;
- margin: 0;
-}
-
-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-sidebar {
- width: 15%;
- padding: 5px;
-}
-
-.bling {
- display: none;
-}
-
-div#filer {
- display: none;
-}
-
-#filer ul{
- list-style: none;
- width: 100%;
- padding: 0;
-}
-
-#filer ul li {
- text-align: center;
-}
-
-
-#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-header {
- background-color: #808080;
- color: white;
- margin: 0;
- padding: 0;
- padding-top: 7px;
- padding-bottom: 7px;
- width: 100%;
-}
-
-#filer-header span{
- padding-left: 10px;
-} \ No newline at end of file