Rearrange source to src dir.
[redakcja.git] / redakcja / static / css / filelist.css
diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css
deleted file mode 100644 (file)
index bb6bea7..0000000
+++ /dev/null
@@ -1,171 +0,0 @@
-/*
-    Document   : filelist
-    Created on : 2009-09-04, 20:44:44
-    Author     : lreqc
-    Description:
-        Dodatkowe style dla listy plików na stronie głównej.
-*/
-
-body {
-    margin: 0;
-    font-family: verdana, sans-serif;
-    font-size: 12px;
-}
-
-
-.clr {
-    clear: both;
-}
-
-#tabs-nav {
-    padding: 5px 5px 0 10px;
-    background: #ffdfbf;
-    border-bottom: 1px solid #ff8000;
-    position: relative;
-}
-
-#tabs-nav-left {
-    margin-left: 60px;
-}
-
-#tabs-nav-left a {
-    display: block;
-    float: left;
-    padding: 5px 20px 5px 20px;
-    margin-bottom: -1px;
-    border-width: 1px;
-    border-style: solid;
-    border-color: rgba(0,0,0,0);
-}
-
-#tabs-nav-left .active {
-    background: white;
-    border-color: #ff8000 #ff8000 white #ff8000;
-}
-
-#login-box {
-    float: right;
-}
-
-#logo {
-    position: absolute;
-    bottom: 0;
-}
-
-#content {
-    padding: 10px;
-}
-
-
-
-#file-list {
-       overflow: visible;
-       float: left;
-       max-width: 50%;
-       padding-right: 2%;
-       border-right: 1px dashed black;
-
-}
-
-#last-edited-list {
-       float: left;
-       max-width: 35%;
-       margin-left: 5%;
-}
-
-#last-edited-list ul {
-       margin: 0px;
-}
-
-#last-edited-list li {
-       margin-bottom: 1em;
-}
-
-#last-edited-list .date {
-       font-size: 70%;
-       color: grey;
-}
-
-a, a:visited, a:active {
-       color: #bf6000;
-       text-decoration: none;
-}
-
-a:hover {
-       text-decoration: underline;
-}
-
-
-
-.error {
-    color: red;
-    font-weight: bold;
-}
-
-.success {
-    color: green;
-}
-
-#error-list {
-    color: red;
-}
-
-#skipped-list {
-    color: #666;
-}
-
-.chunkno {
-    font-size: .7em;
-}
-
-td {
-    vertical-align: top;
-}
-.chunk-list {
-    padding-left: 2em;
-}
-
-
-.fix {
-    border: 1px solid gray;
-    font-size: 0.7em;
-    padding: 3px;
-}
-
-.fix-info {
-    font-size: 0.7em;
-    font-style: italic;
-}
-
-.chunk-plain a {color: gray;}
-.chunk-xml a {color: gray; font-style: italic;}
-.chunk-wl-broken a {color: red;}
-.chunk-wl a {color: green;}
-.chunk-wl-fix a {color: black;}
-
-
-/* Big cheesy publish button */
-#publish-button {
-        color: black;
-        border: 2px solid black; 
-        border-radius: 20px;
-        box-shadow: 0px 0px 15px #88f;
-        /*moz-border-radius: 20px;
-        -moz-box-shadow: 10px 10px 5px #888;*/
-        font-size:1.5em; 
-        padding: 1em; 
-        background: -moz-linear-gradient(top,  #fff,  #44f);
-        -moz-transition: all 0.5s ease-in-out;        
-        margin: 20px;
-}
-
-#publish-button:hover {
-    -moz-transition: all 0.5s ease-in-out;        
-    -moz-transform: scale(1.1);
-    background: -moz-linear-gradient(top,  #fff,  #88f);
-    -moz-box-shadow: 0px 0px 30px #ff8;
-}
-
-#publish-button:active {
-    background: -moz-linear-gradient(top,  #88f,  #fff);
-}