-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrawperator.css
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathdrawperator.css
File metadata and controls
41 lines (41 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
canvas {border:1px solid black}
table,td {border:1px solid black}
.unselectable {
user-select:none;
-moz-user-select:-moz-none;
-khtml-user-select:none;
-webkit-user-select:none;
-o-user-select:none;
}
#phraseInputArea {display:none;}
#illustrationInputArea {display:none;}
.reviewHeading { color: grey }
.reviewPhrase { color: orange; text-align: center }
.reviewImage { display:block; margin-left: auto; margin-right:auto }
body { font-family: Sans-Serif }
h1 {color: grey}
h2 {color: darkorange; text-align: center}
.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
#username {width: 400px}
#phrase {width: 400px}
#profile {float:left; padding-right: 5px}
#shareUrl {width: 600px; display: none}
.showOnSubmit { display: none }
.popup { position: absolute; display: none; background-color:#EEF; padding-right: 15px; }
.closeButton {
color:#777;
position:absolute;
right: 0px;
top:0px;
text-decoration: none;
}