Skip to content

Instantly share code, notes, and snippets.

@en45masao
Created April 17, 2011 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save en45masao/923850 to your computer and use it in GitHub Desktop.
Save en45masao/923850 to your computer and use it in GitHub Desktop.
A user CSS file to widen the screen width of iKnow!
/* A user CSS file to widen the screen width of iKnow! <http://iknow.jp> */
div.app {
width: 1100px;
margin: -277px 0px 0px -565px;
}
#keyboard_explanation_window {
width: 800px;
margin: -110px 0px 0px -420px;
}
#api_error {
width: 1078px;
}
#reload_prompt {
width: 1078px;
}
#settings_window {
width: 860px;
margin: -180px 0px 0px -460px;
}
#premium_screen .sub {
width: 650px;
}
.prep {
width: 975px;
}
#study_screen .cue {
width: 800px;
}
#study_screen .cue .bottom {
width: 800px;
}
#study_screen .response {
width: 800px;
}
#study_screen .sentences {
width: 950px;
}
#study_screen .sentences li.sentence {
width: 880px;
}
#study_screen .sentences .tab {
left: 455px;
}
#study_screen .animation {
width: 800px;
}
#recall_screen .message {
width: 1050px;
}
#recall_screen .item_recall .cue {
width: 1016px;
}
#recall_screen .item_recall .cue .content {
width: 1020px;
}
#recall_screen .item_recall .response {
width: 1019px;
}
#recall_screen .sentence_recall .sentence {
width: 900px;
}
#multiple_choice_ten_screen table {
width: 1084px;
}
#answer_confirmation_screen .answered {
width: 900px;
}
#answer_confirmation_screen .message {
width: 1050px;
}
#answer_confirmation_screen .multiple_choice {
width: 800px;
}
#answer_confirmation_screen .sentence {
width: 800px;
}
#checkpoint_fanfare_screen .message {
width: 1100px;
}
#trial_mode_summary_screen .messaging p {
width: 760px;
}
#summary_screen .focus .explanation {
width: 665px;
}
#review_screen .register {
width: 800px;
}
.performance_testing_results {
width: 600px;
}
#welcome_screen .stats div {
width: 210px;
}
#summary_screen .goal .stats div {
width: 210px;
}
.ui.separator {
background-position: 180px -142px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment