File: shiny-showcase.css

package info (click to toggle)
r-cran-shiny 1.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,080 kB
  • ctags: 290
  • sloc: makefile: 22; sh: 13
file content (86 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (2)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#showcase-well {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.shiny-code {
  background-color: white;
}

.shiny-code code {
  font-family: Menlo, Consolas, "Courier New", monospace;
}

.shiny-code-container {
  margin-top: 20px;
  clear: both;
}

.shiny-code-container h3 {
  display: inline;
  margin-right: 15px;
}

.showcase-header {
  font-size: 16px;
  font-weight: normal;
}

.showcase-code-link {
  text-align: right;
  padding: 15px;
}

#showcase-app-container {
  vertical-align: top;
}

#showcase-code-tabs pre {
  border: none;
  line-height: 1em;
}

#showcase-code-tabs .nav, 
#showcase-code-tabs ul {
  margin-bottom: 0px;
}

#showcase-app-code {
  width: 100%;
}

#showcase-code-tabs {
  margin-right: 15px;
}

#showcase-code-tabs .tab-content {
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0px 1px 1px 1px;
  overflow:auto;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#showcase-code-position-toggle {
  float: right;
}

#showcase-sxs-code {
  padding-top: 20px;
  vertical-align: top;
}

.showcase-code-license {
  display: block;
  text-align: right;
}

#showcase-code-content pre {
  background-color: white;
}