-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmm_cache.css
More file actions
43 lines (42 loc) · 1.28 KB
/
mm_cache.css
File metadata and controls
43 lines (42 loc) · 1.28 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
/*
PRETTIFY
*/
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}
/*
END OF PRETTIFY
*/
.index .mmage {
width: 160px;
text-align: center;
}
.index .mmupdated {
width: 80px;
}
.clearcacheform {
text-align: right;
}
#mmprogresscontainer {
display: block;
margin: 0px;
padding: 1px;
background-color: #000;
height: 10px;
width: 160px;
}
#mmprogressbar {
display: block;
margin: 0px;
padding: 0px;
background-color: #f80;
height: 10px;
width: 1px;
}
.documentation pre {
border: 1px solid #888;
margin-left: 40px;
margin-right: 40px;
overflow-x: scroll;
}
.documentation h3 {
margin-top: 40px !important;
}