-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicture_that.css
123 lines (100 loc) · 1.45 KB
/
picture_that.css
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/*.content-primary {
width: 45%;
float: right;
margin-top: 30px;
margin-right: 1%;
padding-right: 1%;
}
*/
.content-secondary {
text-align: left;
float: left;
width: 15%;
background: none;
}
.content-secondary,
.type-interior .content-secondary {
margin: 30px 0 20px 2%;
padding: 20px 4% 0 0;
background: none;
border-top: none;
}
.content-primary {
width: 75%;
float: right;
/*margin-top: 10px;*/
margin-right: 1%;
padding-right: 1%;
}
/*Login Page Style*/
.login_button
{
width:20%;
height:25px;
margin-left:10%;
margin-right:10%;
}
#login_box
{
text-align:center;
}
#password_input
{
width:20%;
}
/*Creation Page Style*/
#creation_canvas
{
border-width: 5px;
border-style: outset;
border-color: rgba(20, 126, 239, 0.50);
background:white;
}
#phrase_display_box
{
text-align:center;
}
.upload_image_box
{
height:40px;
width:15%;
}
.search_button
{
width:100px;
height:25px;
background-color:Blue;
color:White;
}
.thumbnail_display
{
text-align:center;
margin:0 px auto;
}
#upload_image_button
{
width:50%;
height:30px;
}
#url
{
width:75%;
height:30px;
}
#current_image_box
{
text-align:center;
float:left;
border:10px indent outset;
}
/* Home Page Style*/
#introduction
{
padding-left:10%;
padding-right:10%;
}
#new_game_box
{
padding-left:20%;
padding-right:20%;
}