Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
38098df9
Commit
38098df9
authored
May 08, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'kf-amplifier'
parents
1e736345
29dd45e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
79 additions
and
55 deletions
+79
-55
static/css/application.css
+0
-0
static/images/amplifier-slider-handle.png
+0
-0
templates/sass/courseware/_amplifier.scss
+79
-55
No files found.
static/css/application.css
View file @
38098df9
This diff is collapsed.
Click to expand it.
static/images/amplifier-slider-handle.png
0 → 100644
View file @
38098df9
94 Bytes
templates/sass/courseware/_amplifier.scss
View file @
38098df9
...
...
@@ -84,84 +84,83 @@ section.tool-wrapper {
width
:
flex-grid
(
4
.5
,
9
);
div
.graph-controls
{
padding
:
0
0
lh
();
margin-bottom
:
lh
();
border-bottom
:
1px
solid
darken
(
#073642
,
5%
);
@include
box-shadow
(
0
1px
0
lighten
(
#073642
,
2%
));
@extend
.clearfix
;
div
.music-wrapper
{
margin-right
:
flex-gutter
(
4
.5
);
width
:
flex-grid
(
1
.5
,
4
.5
);
float
:
left
;
padding
:
0
0
lh
();
margin-bottom
:
lh
();
border-bottom
:
1px
solid
darken
(
#073642
,
10%
);
@include
box-shadow
(
0
1px
0
lighten
(
#073642
,
2%
));
@extend
.clearfix
;
input
#playButton
{
display
:
block
;
@include
button
(
simple
,
lighten
(
#586e75
,
5%
));
font
:
bold
14px
$body-font-family
;
border-color
:
darken
(
#002b36
,
6%
);
float
:
right
;
&
:active
{
@include
box-shadow
(
none
);
}
&
[
value
=
"Stop"
]
{
@include
button
(
simple
,
darken
(
#268bd2
,
30%
));
font
:
bold
14px
$body-font-family
;
&
:active
{
@include
box-shadow
(
none
);
}
}
}
}
div
.inputs-wrapper
{
padding-top
:
lh
(
.5
);
width
:
flex-grid
(
3
,
4
.5
);
float
:
left
;
@include
clearfix
;
margin-bottom
:
lh
();
padding
:
0
0
lh
();
margin-bottom
:
lh
();
border-bottom
:
1px
solid
darken
(
#073642
,
10%
);
@include
box-shadow
(
0
1px
0
lighten
(
#073642
,
2%
));
@extend
.clearfix
;
}
select
#musicTypeSelect
{
display
:
block
;
margin-bottom
:
lh
(
.5
);
font
:
16px
$body-font-family
;
width
:
100%
;
p
{
@include
inline-block
();
margin
:
0
;
-webkit-font-smoothing
:
antialiased
;
font-weight
:
bold
;
text-shadow
:
0
-1px
0
darken
(
#073642
,
10%
);
}
div
#graph-output
,
div
#graph-listen
{
display
:
block
;
margin-bottom
:
lh
(
.5
);
text-align
:
right
;
p
{
@include
inline-block
();
margin
:
0
;
}
ul
{
@include
inline-block
();
margin-bottom
:
0
;
ul
{
li
{
@include
inline-block
();
margin-bottom
:
0
;
li
{
@include
inline-block
();
margin-bottom
:
0
;
input
{
margin-right
:
5px
;
}
input
{
margin-right
:
5px
;
}
}
}
input
#playButton
{
div
#graph-listen
{
margin-top
:
8px
;
margin-right
:
20px
;
display
:
block
;
@include
button
(
simple
,
#dc322f
);
font
:
bold
14px
$body-font-family
;
color
:
#47221a
;
text-shadow
:
0
1px
0
lighten
(
#dc322f
,
5%
);
@include
box-shadow
(
inset
0
1px
0
lighten
(
#dc322f
,
10%
));
&
:active
{
@include
box-shadow
(
none
);
}
&
[
value
=
"Stop"
]
{
@include
button
(
simple
,
darken
(
#268bd2
,
30%
));
font
:
bold
14px
$body-font-family
;
&
:active
{
@include
box-shadow
(
none
);
}
}
text-align
:
right
;
float
:
left
;
margin-bottom
:
0
;
}
}
label
{
@include
border-radius
(
2px
);
font-weight
:
bold
;
padding
:
3px
;
color
:
#fff
;
padding
:
3px
;
-webkit-font-smoothing
:
antialiased
;
}
...
...
@@ -190,6 +189,29 @@ section.tool-wrapper {
div
.schematic-sliders
{
div
.top-sliders
{
padding
:
0
0
lh
();
margin-bottom
:
lh
();
border-bottom
:
1px
solid
darken
(
#073642
,
10%
);
@include
box-shadow
(
0
1px
0
lighten
(
#073642
,
2%
));
@extend
.clearfix
;
select
#musicTypeSelect
{
@include
inline-block
();
font
:
16px
$body-font-family
;
margin-bottom
:
0
;
}
p
{
@include
inline-block
();
-webkit-font-smoothing
:
antialiased
;
text-shadow
:
0
-1px
0
darken
(
#073642
,
10%
);
margin
:
0
lh
(
.5
)
lh
()
0
;
font-weight
:
bold
;
}
}
div
.slider-label
{
margin-bottom
:
lh
(
0
.5
);
font-weight
:
bold
;
...
...
@@ -208,11 +230,13 @@ section.tool-wrapper {
}
.ui-slider-handle
{
background-color
:
#dc322f
;
background
:
lighten
(
#586e75
,
5%
)
url('/static/images/amplifier-slider-handle.png')
center
no-repeat
;
border
:
1px
solid
darken
(
#002b36
,
8%
);
@include
box-shadow
(
inset
0
1px
0
lighten
(
#586e75
,
20%
));
margin-top
:
-.3em
;
&
:hover
,
&
:active
{
background-color
:
lighten
(
#dc322f
,
5%
);
background-color
:
lighten
(
#586e75
,
10%
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment