Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions css/jspsych.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@
/* fonts and type */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
html {
#jspsych_experiment {
font-family: 'Open Sans', 'Arial', sans-serif;
font-size: 18px;
line-height: 1.6em;
}
body {
margin: 0;
padding: 0;
}
p {
#jspsych_experiment p {
clear: both;
}
.very-small {
Expand Down Expand Up @@ -52,7 +50,7 @@ p {
}
/* Form elements like input fields and buttons */

input[type="text"] {
#jspsych_experiment input[type="text"] {
font-family: 'Open Sans', 'Arial', sans-sefif;
font-size: 14px;
}
Expand Down
2 changes: 1 addition & 1 deletion css/pcllab.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border: 1px solid rgba(0,0,0,0.3);
}

html {
#jspsych_container {
background: #bbb;
}

Expand Down
6 changes: 1 addition & 5 deletions css/pcllab_school.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
border: 1px solid rgba(0,0,0,0.3);
}

html {
background: #bbb;
}

.jspsych-display-element {
width: 800px;
margin: 20px auto 20px auto;
Expand Down Expand Up @@ -57,7 +53,7 @@ html {
color: #338FD8;
}
/* School specific CSS */
html {
#jspsych_experiment {
background: #0073CF;
color: white;
}
Expand Down