Fixes display and fonts (#85)
* change simulator svg * change radio image * Remove google fonts cdn * change color of 'advanced' button * font fix * font fix 2 * display fix * change fullsceen simulator bg * Continuous servo * handle continuous state * adding shims * update rendering for continuous servos * fixing sim * fix sig * typo * fix sim * bump pxt * bump pxt * rerun travis
This commit is contained in:
@ -14,20 +14,14 @@
|
||||
*******************************/
|
||||
|
||||
/* Roboto font */
|
||||
// @RobotoMonoFont: data-uri("../docs/static/fonts/Roboto_Mono_400_normal.woff2");
|
||||
@RobotoMonoFont: data-uri("../docs/static/fonts/roboto-mono-v7-latin-regular.woff");
|
||||
|
||||
/* roboto-mono-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../static/fonts/roboto-mono-v7-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'),
|
||||
url('../static/fonts/roboto-mono-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../static/fonts/roboto-mono-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../static/fonts/roboto-mono-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../static/fonts/roboto-mono-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../static/fonts/roboto-mono-v7-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
|
||||
src: @RobotoMonoFont format('woff');
|
||||
}
|
||||
.ui.button.download-button {
|
||||
&:extend(.ui.purple.button all);
|
||||
@ -58,9 +52,12 @@
|
||||
&:extend(.ui.blue.button all);
|
||||
}
|
||||
|
||||
#filelist, #editortools {
|
||||
#filelist, #editortools, .fullscreensim #boardview {
|
||||
background: #fff data-uri("../docs/static/logo_texture.png") 0 0 repeat !important;
|
||||
}
|
||||
.fullscreensim #mainmenu {
|
||||
background: #1b1c1d !important;
|
||||
}
|
||||
|
||||
#downloadArea {
|
||||
background: transparent !important;
|
||||
@ -97,7 +94,6 @@
|
||||
@media only screen and (min-width: @largeMonitorBreakpoint) {
|
||||
}
|
||||
|
||||
|
||||
/* Download dialog */
|
||||
.ui.downloaddialog.modal>.content {
|
||||
padding: 1rem;
|
||||
|
Reference in New Issue
Block a user