-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.css
More file actions
87 lines (87 loc) · 1.37 KB
/
demo.css
File metadata and controls
87 lines (87 loc) · 1.37 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
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
/* Only for the demo page */
.container{
margin-bottom:50px;
}
th[colspan="2"]{
font-size:24px;
}
.column{
min-height:300px;
background: #f9f9f9;
padding: 20px;
margin-bottom:10px !important;
}
table{
margin:0 auto;
}
.logo-demo{
font-size:64px;
text-align:center;
margin-top:30px;
font-weight:300;
background:rgba(207, 52, 52, 0.74);
color:#fff;
padding:20px;
}
.subt{
font-size:12px;
color:#666;
text-align:center;
}/**/
#popupbox{
position:fixed;
bottom:10px;
right:10px;
background:rgba(255, 255, 255, 0.62);
font-size:23px;
padding:10px;
display:none;
}
.card{
border:1px solid #dddddd;
padding:1em;
background-color:#ffffff;
box-shadow:1px 1px 4px 1px rgba(0,0,0,0.3);
margin-left:1%;
max-width:30%;
float:left;
}
.card_rounded{
border:1px solid #dddddd;
padding:1em;
background-color:#ffffff;
box-shadow:1px 1px 4px 1px rgba(0,0,0,0.3);
border-radius:6px;
margin:3em;
width:50%;
}
#ppmsg{
margin:30px;
padding:10px;
width:325px;
background:#f9f9f9;
z-index:-3;
border:1px solid #aaa;
border-radius:5px;
}
#searx{
width:325px;
margin:10px;
}
#searchex{
padding:15px;
}
#ppmsg header{
margin:-10px -10px 10px -10px;
background:#EEE;
padding:20px;
position:relative;
border-bottom:1px solid #aaa;
}
#ppmsg header span{
position:absolute;
top:20px;
right:20px;
font-weight:bold;
color:#777;
}