-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDesign X.css
97 lines (80 loc) · 1.73 KB
/
Design X.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
@charset "utf-8";
/* CSS Document */
body{
background-color:black;
color:black;
}
#full_panel{
background-color:rgba(138,138,138,1.00);
border-color:darkslategrey;
padding-bottom: 0px;
width: 783px;
height: 457px;
border-style: solid;
border-right-width: 3px;
border-left-width: 1px;
border-top-width:3px;
-webkit-border-radius: 10px;
/*box-shadow: 10px 10px #888888*/
}
h3{
font-size: 18px;
}
.panel_one_title{
text-align: center;
font-size: 20px;
}
#left_panel{
color:black;
border-color: blue;
width: 400px;
height: 220px;
border-style: solid;
border-width: 3px;
border-top-width: 1.5px;
border-right-width: 2px;
border-bottom-width: 2px;
-webkit-border-radius: 6px;
font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
font-size: 14px;
}
#left_panel2{
width: 400px;
height: 232px;
border-color:rgba(192,0,3,1.00);
color:rgba(135,16,18,1.00);
border-style: solid;
border-width: 3px;
border-top-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
-webkit-border-radius: 6px;
font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
#additional_data{
position: relative;
margin-left: 160px;
bottom: 185px;
font-weight: bold;
}
#right_panel{
position: relative;
left: 405px;
bottom: 460px;
width: 376px;
height: 458px;
border-color: black;
border-style: solid;
border-width: 2px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
-webkit-border-radius: 6px;
}
#dot{
position: absolute;
height: 7px;
width: 7px;
outline: 1px solid black;
background-color: red;
}