comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:ca58e9466cbf
1 .info {
2 font-weight: normal;
3 }
4
5 .text-muted {
6 font-size: 0.6em;
7 text-align: center;
8 color: #555555;
9 }
10
11 #main {
12 text-align: center;
13 }
14
15 #page-title {
16 margin-top: 5%;
17 }
18
19 /* tables */
20 table.tablesorter {
21 border: 1px solid #eeeeee;
22 }
23
24 table.tablesorter thead tr .header {
25 background-image: url(bg.gif);
26 background-repeat: no-repeat;
27 background-position: center right;
28 cursor: pointer;
29 }
30
31 table.tablesorter thead tr .headerSortUp {
32 background-image: url(asc.gif);
33 }
34
35 table.tablesorter thead tr .headerSortDown {
36 background-image: url(desc.gif);
37 }
38
39 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
40 background-color: #eeeeee;
41 }
42
43 table.tablesorter tbody {
44 font-family: monospace;
45 }
46
47 #overlay {
48 top: 20px;
49 left: 50%;
50 position: absolute;
51 margin-left: -170px;
52 width: 250px;
53 text-align: center;
54 display: none;
55 margin-top: -10px;
56 background: #F6FF00;
57 color: #515151;
58 padding: 3px;
59 border-radius: 5px;
60 box-shadow: 3px 3px 3px #eeeeee;
61 }