diff data/css/custom.css @ 0:ca58e9466cbf

First commit
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 29 Jun 2015 16:38:36 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/css/custom.css	Mon Jun 29 16:38:36 2015 +0100
@@ -0,0 +1,61 @@
+.info {
+    font-weight: normal;
+}
+
+.text-muted {
+    font-size: 0.6em;
+    text-align: center;
+    color: #555555;
+}
+
+#main {
+    text-align: center;
+}
+
+#page-title {
+    margin-top: 5%;
+}
+
+/* tables */
+table.tablesorter {
+    border: 1px solid #eeeeee;
+}
+
+table.tablesorter thead tr .header {
+    background-image: url(bg.gif);
+    background-repeat: no-repeat;
+    background-position: center right;
+    cursor: pointer;
+}
+
+table.tablesorter thead tr .headerSortUp {
+    background-image: url(asc.gif);
+}
+
+table.tablesorter thead tr .headerSortDown {
+    background-image: url(desc.gif);
+}
+
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+    background-color: #eeeeee;
+}
+
+table.tablesorter tbody {
+    font-family: monospace;
+}
+
+#overlay {
+    top: 20px;
+    left: 50%;
+    position: absolute;
+    margin-left: -170px;
+    width: 250px;
+    text-align: center;
+    display: none;
+    margin-top: -10px;
+    background: #F6FF00;
+    color: #515151;
+    padding: 3px;
+    border-radius: 5px;
+    box-shadow: 3px 3px 3px #eeeeee;
+}
\ No newline at end of file