source: SRUAggregator/trunk/src/main/resources/assets/clarinservices/clarinservices.css @ 6145

Last change on this file since 6145 was 6145, checked in by emanuel.dima@uni-tuebingen.de, 9 years ago
  1. beta-36: debugging js object, misc
File size: 633 bytes
Line 
1#clarinservices button.dropdown-toggle {
2        background-color: transparent;
3        font-size:18px;
4}
5
6#clarinservices table {
7        text-align: center;
8        vertical-align: top;
9        background-color: #FFFFFF;
10        border-color: #FFFFFF;
11        padding: 15px;
12        width: 100%;
13}
14
15#clarinservices table td {
16        width: 33%;
17        border: 1px solid black;
18        background-color: #fff;
19        padding: 20px;
20        border-color: black;
21        transition: background-color .4s, border-color .2s;
22}
23
24#clarinservices table td:hover {
25        border-color: orange;
26        border: 1px solid orange;
27        background-color: #eef;
28}
29
30#clarinservices table td img {
31        margin-right: 0px;
32        max-width: 100px;
33        max-height: 100px;
34}
Note: See TracBrowser for help on using the repository browser.