forked from althurayya/althurayya.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsourceEditor.css
More file actions
96 lines (84 loc) · 1.51 KB
/
sourceEditor.css
File metadata and controls
96 lines (84 loc) · 1.51 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
88
89
90
91
92
93
94
95
96
.arabic {
font-size: 16px;
font-family: 'Amiri', 'Lateef', 'Geeza Pro', serif;
padding: 0;
direction: rtl;
text-indent: 10px;
margin: 10px 0;
display: block;
text-align: right;
}
.arabic_poetry {
font-size: 14px;
font-weight: bold;
font-family: 'Amiri', 'Lateef', 'Geeza Pro', serif;
padding: 0;
margin: 0;
text-indent: 0;
direction: rtl;
text-align: center;
display: block;
}
html,body {
height: 100%;
width: 100%;
margin: 0;
}
#map {
height: 100%;
width: 100%;
position: absolute;
}
/*.cityhull {*/
/*fill: purple;*/
/*fill-opacity: .5;*/
/*/!*stroke: black;*!/*/
/*stroke-width: 1px;*/
/*}*/
.point {
fill: red;
stroke: darkred;
stroke-width: 1px;
}
.buttonContainer {
width: 100%;
height: 100%;
margin-top:10px;
float: left;
position: relative;
overflow: scroll;
}
#sourcesContainer {
background: white;
overflow: scroll;
height: 100%;
padding: 5px;
width: 100%;
}
#rightControls {
padding: 0 10px 10px;
top: 120px;
right: 15px;
width: 300px;
height: 500px;
overflow:scroll;
z-index: 100;
}
.controlsDiv {
background: #4C6447;/*rgba(65,64,66,.85);*/
position: fixed;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sidebar {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
overflow: hidden;
z-index: 2000;
}
.button {
margin: 10px;
}