-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshiny.css
65 lines (59 loc) · 1.21 KB
/
shiny.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@media (min-width: 800px) {
.col-sm-4 {
float: left; }
.col-sm-4 {
width: 30%; }
}
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.col-sm-4 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
a {
color: #5a9ddb;
text-decoration: none; }
a:hover, a:focus {
color: #2a77bf;
text-decoration: underline; }
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
a {
background-color: transparent;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.846;
font-size: .8em;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
border-bottom: 1px solid rgb(0,0,0,.1)!important;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto; }
.thumbnail .caption {
padding: 9px;
color: #444; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #5a9ddb; }