Skip to content

Instantly share code, notes, and snippets.

View chadgames's full-sized avatar

Chad Games chadgames

View GitHub Profile
@chadgames
chadgames / dabblet.css
Created May 30, 2013 13:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 0;
background-color: #eee;
width: 1024px;
height: 768px;
@chadgames
chadgames / dabblet.css
Created May 29, 2013 16:06
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 0;
background-color: #eee;
box-sizing: border-box;
}
@chadgames
chadgames / dabblet.css
Created May 29, 2013 16:03
iBook Widget - Image Responses
/**
* iBook Widget - Image Responses
*/
body {
background-color: #e5e7e8;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
@chadgames
chadgames / dabblet.css
Created May 14, 2013 14:41
iBook Widget - Image Responses
/**
* iBook Widget - Image Responses
*/
input {
display:none;
}
.question {
-webkit-transform: translate3d(0, 0, 0);
@chadgames
chadgames / dabblet.css
Created May 14, 2013 14:41
QTI Question Template
/**
* QTI Question Template
*/
html, body {
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
@chadgames
chadgames / dabblet.css
Created May 13, 2013 10:45
QTI Question Template
/**
* QTI Question Template
*/
html, body {
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
@chadgames
chadgames / dabblet.css
Created May 3, 2013 14:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background-color: blue;
}
.contentBody {
background-color: green;
@chadgames
chadgames / dabblet.css
Created May 1, 2013 15:24
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.dialog {
background-color: #333;
}
@chadgames
chadgames / dabblet.css
Created April 15, 2013 14:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
overflow: auto;
}
.content {
display: block;
/**
* Bond App
*/
.question {
background-color: rgba(75,180,255,0.4);
}
p {
margin: 0.4em 0.5em;
}
input {