Merge branch 'hotfix_myinfo'
[catagits/BackPAN-Web.git] / root / static / static / main.css
diff --git a/root/static/static/main.css b/root/static/static/main.css
deleted file mode 100644 (file)
index a701748..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-* {
-margin:0;
-padding:0;
-list-style: none;
-}
-
-body {
-text-align: center;
-font-family: Arial, sans-serif;
-color: #333;
-}
-
-a { color:#004065; }
-
-.container {
-margin: 20px auto 40px auto;
-text-align: left;
-width: 900px;
-}
-
-#ordering, #header, #paging, #list { float: left; }
-#menu, #page-size, #search { float: right; }
-
-#search input#q {
-float: right;
-border: 1px solid #004065;
-padding: 1px 25px 1px 5px;
-font-size: 14px;
-background: url(searchbtn.png) no-repeat right;
-}
-
-#header {
-font-size: 12px;
-color: #999;
-}
-
-.nav ul li {
-display: inline;
-}
-
-.nav ul li a {
-font-size: 14px;
-padding: 0 15px;
-text-decoration: none;
-color: #004065;
-height: 30px;
-line-height: 30px;
-display: block;
-float: left;
-}
-
-.nav ul li a:hover {
-background: #004065;
-color: #FFF;
-text-shadow: 1px 1px 1px #333;
-}
-
-#content, #list, #footer { width: 100%; overflow: auto; }
-
-#content {
-margin-top: 30px;
-border-top: 5px solid #004065;
-}
-
-#page-size, #ordering { width: 245px; }
-#page-size span, #ordering span {
-float: left; 
-font-size: 14px;
-padding-top: 6px;
-}
-
-.page-size-options span a, .ordering-options span a {
-text-decoration: none;
-margin-left: 2px;
-padding: 0 4px;
-margin-top: -6px;
-display: block;
-height: 28px;
-line-height: 28px;
-float: left;
-}
-.page-size-options span a:hover, .ordering-options span a:hover {
-background: url(arrow-down.gif) no-repeat center top;
-}
-
-a.active {
-background: url(arrow-up.gif) no-repeat center bottom;
-}
-
-.main-list {
-border-top: 1px solid #004065;
-border-bottom: 1px solid #004065;
-margin-top: 5px;
-}
-/* IExpression to the horror */
-.main-list li {
-display: table;
-width: 900px;
-}
-/* I Love IExplorer! */
-
-.main-list li a {
-display: block;
-font-size: 15px;
-color: #333;
-text-decoration: none;
-padding: 5px 30px;
-}
-.main-list li a:hover {
-color: #FFF;
-background: #004065;
-}
-.main-list li.even a { background: #eaeaea;  }
-.main-list li.even a:hover {
-color: #FFF;
-background: #004065;
-}
-
-#paging span {
-font-size: 12px;
-}
-#pages span a {
-margin-left: 2px;
-padding: 2px;
-color: #004065;
-font-size: 14px;
-text-decoration: none;
-}
-
-#plain-text {
-min-height: 518px;
-}
-#plain-text a { text-decoration: none }
-#plain-text a:hover { text-decoration: underline }
-#plain-text p {
-padding: 20px 20px 5px 20px;
-}
-
-#footer {
-min-height: 40px;
-background: #004065;
-color: #fff;
-}
-#footer a {
-text-decoration: none;
-text-shadow: 1px 1px 1px #333;
-color: #FFF;
-}
-#footer a:hover { text-decoration: underline }