Fix some sizes and set a global font
This commit is contained in:
parent
426684c730
commit
d1bf91422d
@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.right.col .body {
|
.right.col .body {
|
||||||
padding: 0 1em;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Common rules */
|
/* Common rules */
|
||||||
@ -61,6 +61,10 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: "Lucida Sans Unicode", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
}
|
}
|
||||||
@ -69,9 +73,10 @@ button:hover {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
/* Waiting pane rules */
|
||||||
font: 24pt sans-serif;
|
|
||||||
font-variant: small-caps;
|
#waitingDiv h1 {
|
||||||
|
font-size: 28px;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -97,7 +102,7 @@ h1 {
|
|||||||
|
|
||||||
#messageInput {
|
#messageInput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 42px;
|
height: 50px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
/* Based on http://tobiasahlin.com/spinkit */
|
/* Based on http://tobiasahlin.com/spinkit */
|
||||||
|
|
||||||
.sk-cube-grid {
|
.sk-cube-grid {
|
||||||
width: 200px;
|
width: 200px; /* Should be 5x the width below */
|
||||||
height: 200px;
|
height: 240px; /* Should be 6x the height below */
|
||||||
margin: 35px auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-cube-grid .sk-cube {
|
.sk-cube-grid .sk-cube {
|
||||||
width: 20%;
|
width: 40px;
|
||||||
height: 20%;
|
height: 40px;
|
||||||
float: left;
|
float: left;
|
||||||
-webkit-animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
|
-webkit-animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
|
||||||
animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
|
animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user