<!-- BEGIN style.php -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
h1 {
font-size: 350%;
}
h2 {
font-size: 250%;
}
.panel-title, .panel-body, td {
font-size: 160%;
}
.well, .panel, .jumbotron {
background-color: rgba(245, 245, 245, 0.8);
}
button, .btn, .panel-heading {
font-size: 110%;
background-color: rgba(50, 50, 155, 0.7);
}
.btn-lg {
width: 95%;
background-color: rgba(50, 50, 155, 0.7);
}
.hiddenRow {
padding: 0 !important;
}
body {
margin: 0;
padding: 0;
background: black url('/studio-bg.png') center center no-repeat;
}
button {
min-width: 250px;
}
#save_json_button a {
color: #fff;
}
.input-group {
font-size: 120%;
margin: 5px;
}
.input-group-addon {
width: 90px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
:visited {
background-color: rgba(90, 50, 135, 0.7);
}
</style>
<!-- END style.php -->