Sylesheet.html (58 lines of code) (raw):
<!-- This CSS package applies Google styling; it should always be included. -->
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons.css">
<style>
label {
font-weight: bold;
}
.branding-below {
bottom: 63px;
top: 0;
}
.branding-text {
left: 7px;
position: relative;
top: 3px;
}
.logo {
vertical-align: middle;
}
.loader {
padding-left: 6px;
padding-right: 8px;
padding-top: 5px;
padding-bottom: 8px;
width: 37px;
vertical-align: middle;
}
.width-100 {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
}
.sidebar-value-block {
background-color: #eee;
border-color: #eee;
border-width: 5px;
border-style: solid;
}
.sidebar-button-bar {
margin-bottom: 10px;
}
.hidden {
display: none;
}
.show-inline {
display: inline;
}
.help {
font-weight: bold;
font-size: 9px;
}
td {
padding: 3px 0;
}
.narrow-button {
min-width: 28px;
height: 25px;
}
</style>