forked from cbsandeep10/IMathAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.css
More file actions
executable file
·80 lines (75 loc) · 1.1 KB
/
docs.css
File metadata and controls
executable file
·80 lines (75 loc) · 1.1 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
p {
padding-left: 20px;
}
div.title {
background-color: #eef;
padding-left: 10px;
border: 3px outset #aaf;
}
h3 {
color: #339;
}
#leftcontent {
position: absolute;
left: 10px;
width:200px;
margin-top:15px;
color:#000;
}
a.menu {
font-size:150%;
}
#leftcontent p {
margin-top: 2px;
}
#login {
background:#efe;
border:1px solid #000;
margin-bottom: 10px;
padding:0px 10px;
}
.leftdiv {
background:#efe;
border:1px solid #000;
margin-bottom: 10px;
padding:10px;
}
#centercontent {
margin-left:220px;
padding-left:10px;
margin-top:10px;
margin-right: 20px;
background:#fff;
}
fieldset {
padding-left: 5px;
}
div.submit {
margin-top: 10px;
text-align: right;
}
div.right {
margin-top: 10px;
text-align: right;
}
#settings {
height: 0px;
}
li {
padding-bottom: 2px;
}
pre {
margin-left: 20px;
color: blue;
}
table {
border-collapse: collapse;
margin: 10px;
}
table td {
padding: 8px 5px 8px 5px;
border: 1px solid #000;
}
table.centered td {
text-align: center;
}