pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 lines
998 B

// UI Option styles for full page layouts both with and without preview
// Control section headers
.fl-prefsEditor {
h2 {
font-size: 1.29em;
font-weight: bold;
clear: both;
color: #444444;
padding: 14px 0px 5px 25px;
}
// Save, reset, cancel buttons
.fl-prefsEditor-buttons {
margin-top: 1em;
float: left;
width: 100%;
input {
text-transform: uppercase;
text-decoration: underline;
font-weight: bold;
border: 2px solid #cecece;
font-size: 1em;
padding: 5px;
height: 2.5em;
margin-right: 3px;
background-color: #F0F0F0;
}
}
// Section header icons
h2 img {
margin-bottom: -3px;
padding-right: 5px;
}
// Text controls
.fl-prefsEditor-text ul li {
clear: left;
height: 3.5em;
}
.fl-slider-input {
float: right;
}
}