Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: TechnoCloud
Views: 30
1
#helpWrapper {
2
padding: 30px 80px;
3
font-size: 14px;
4
text-align: center;
5
}
6
7
#helpWrapper h1 {
8
max-width: auto;
9
}
10
11
#helpWrapper .divider {
12
margin: 1rem 0;
13
width: 100%;
14
}
15
16
#notfound {
17
display: none;
18
}
19
20
#toc {
21
text-align: left;
22
padding: 20px 80px;
23
}
24
25
#search {
26
text-align: center;
27
margin: 10px 0 30px 0;
28
}
29
30
#search .input {
31
width: 80%;
32
}
33
34
#toc p a {
35
color: black;
36
font-weight: bold;
37
}
38
39
#toc ul {
40
list-style-type: none;
41
padding-left: 15px;
42
}
43
44
#helpWrapper h2.ui.horizontal.divider {
45
font-size: 20px;
46
}
47
48
#helpWrapper .ui.piled.segment {
49
z-index: 10;
50
padding: 30px 60px;
51
margin-top: 0;
52
}
53
54
#helpWrapper .ui.piled.segment *:not(h3) {
55
text-align: justify;
56
}
57
58
#helpWrapper .ui.piled.segment img {
59
margin-bottom: 10px;
60
}
61
62
#helpWrapper .ui.piled.segment img.left.floated {
63
margin-right: 30px;
64
}
65
66
#helpWrapper .ui.piled.segment .videocontainer {
67
width: 450px;
68
margin: 20px auto;
69
}
70
71
#helpWrapper .ui.piled.segment .duration {
72
text-align: center;
73
padding: 5px 0;
74
}
75
76
#helpWrapper .ui.piled.segment .gotop {
77
text-align: center;
78
}
79
80
#helpWrapper .ui.piled.segment .ui.centered.images {
81
text-align: center;
82
}
83
84
pre.codeBlock {
85
background-color: #f5f5f5;
86
border: 1px solid #ccc;
87
border-radius: 3px;
88
color: #333;
89
text-align: left;
90
padding: 9.5px;
91
word-break: break-all;
92
word-wrap: break-word;
93
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
94
}
95
96
.ui.centered.table {
97
margin-left: auto;
98
margin-right: auto;
99
min-width: 30%;
100
}
101
102
#helpWrapper .ui.table td.center.aligned,
103
#helpWrapper .ui.table th.center.aligned {
104
text-align: center;
105
}
106
107
#helpWrapper .ui.piled.segment img {
108
box-shadow: 0px 15px 6px -10px #aaa ;
109
}
110