mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
73 lines
993 B
CSS
73 lines
993 B
CSS
.shiny-code {
|
|
background-color: white;
|
|
}
|
|
|
|
.shiny-code code {
|
|
font-family: Menlo, Consolas, "Courier New", monospace;
|
|
}
|
|
|
|
.shiny-code-container {
|
|
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;
|
|
}
|
|
|
|
#readme-md {
|
|
margin-top: 15px;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
}
|
|
|
|
#showcase-app-container {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#showcase-sxs-code {
|
|
vertical-align: top;
|
|
display: none;
|
|
}
|
|
|
|
#showcase-sxs-code pre {
|
|
border: none;
|
|
}
|
|
|
|
#showcase-sxs-code .nav,
|
|
#showcase-sxs-code ul {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
#showcase-app-code {
|
|
width: 100%;
|
|
}
|
|
|
|
#showcase-sxs-code-tabs {
|
|
overflow: auto;
|
|
}
|
|
|
|
#showcase-sxs-code-tabs .tab-content {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
#showcase-sxs-code-tabs .tab-pane {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
}
|
|
|
|
#showcase-sxs-code button {
|
|
margin-right: 20px;
|
|
float: right;
|
|
}
|