Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagemath.github.io
Path: blob/master/calctut/calctut-res/calctut.css
2467 views
1
#calctut {
2
line-height:150%;
3
text-align:justify;
4
}
5
6
.narrow {
7
width:90%;
8
}
9
10
/* An element not to be resized should apply a second class
11
* or style so as to override this font-size. Not specifying
12
* a size will make the element resize with its container.
13
*/
14
.noresize {
15
font-size:11pt;
16
}
17
18
#header-title {
19
font-size:36pt;
20
margin-left:10px;
21
color:blue;
22
}
23
24
#navbar {
25
border:0px;
26
margin:0px;
27
}
28
29
#controlpanel {
30
width:100%;
31
}
32
33
#controlpanel td {
34
border-bottom:1px solid #7F7FFF;
35
margin: 0px 0 5px 0;
36
}
37
38
.tdzoom {
39
padding-left:20px;
40
}
41
42
#calctut h1 {
43
font-size:18pt;
44
font-weight:bold;
45
border:0px;
46
padding-left:0px;
47
}
48
49
#calctut h2 {
50
font-size:16pt;
51
font-weight:bold;
52
border:0px;
53
padding-left:0px;
54
}
55
56
#calctut pre.tutcode {
57
border:1px solid;
58
background-color:rgb(230, 230, 230);
59
padding:5px;
60
line-height:130%;
61
}
62
63
#calctut p.tutexplain {
64
padding:5px;
65
border:1px dashed gray;
66
}
67
68
#calctut a.tuttoggle, a.lines {
69
margin-left:30px;
70
}
71
72
#calctut span.subtitle {
73
font-weight:bold;
74
font-size:16pt;
75
}
76
77
#calctut ul {
78
list-style-type:circle;
79
}
80
81
.proof {
82
text-align:left;
83
padding-left:30px;
84
font-style:italic;
85
line-height:300%;
86
}
87
88
.rule {
89
border:2px solid rgb(50, 50, 50);
90
margin-bottom:4px;
91
}
92
93
.rule h3 {
94
font-style:normal;
95
margin-top:10px;
96
margin-bottom:10px;
97
}
98
99
.vmiddle {
100
vertical-align:middle;
101
}
102
103
.vtop {
104
vertical-align:top;
105
}
106
107
.qimg {
108
margin-bottom:10px;
109
margin-top:10px;
110
}
111
112
#practice {
113
margin-bottom:10px;
114
}
115
116
#practice a {
117
font-size:11pt;
118
}
119
120
#bottomnav {
121
margin-left:auto;
122
margin-right:auto;
123
width:100%;
124
}
125
126
#bottomnav td {
127
width:50%;
128
text-align:center;
129
}
130
131
132