forked from gitalecu/DIY-Arduino-PID-and-Web-temperature
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalux.css
More file actions
68 lines (60 loc) · 1.84 KB
/
alux.css
File metadata and controls
68 lines (60 loc) · 1.84 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
.grid {background: #eee;}
.trasparent{background: none;}
.module { background: #ccc;padding:10px }
.normal{font-weight: normal; font-size: 16px;}
.giga{display: block;margin-bottom: 10px;font-size: 48px;}
.classes-hide{opacity:0;}
.classes-visible{opacity:0.5;}
#show-classes{background: red; padding: 10px; font-size: 14px; color:#fff; position: fixed; top:100px; right:0;cursor:pointer; z-index: 99}
pre {
overflow: auto;
max-width: 1250px;
margin:20px auto 40px auto;border: 1px solid #ccc; font-size:14px; padding: 0 20px;
border-left: 8px solid lime;
display:block;
font:normal 12px/22px Monaco,Monospace !important;
color:#000;
background-color:#2f2f2f;
background-image:-webkit-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
background-image:-moz-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
background-image:-ms-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
background-image:-o-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
background-image:repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
padding:0em 1em;
overflow:auto;
}
#features span,
#mobile span{font-size: 12px}
@media (max-width: 767px) {
#show-classes,
#features span,
.classes-hide,
#mobile span{display: none; }
}
/* Dots Nav */
/*.sl-pagination {
text-align: center;
position: absolute;
bottom:18px;
z-index: 10;
width:100%;
}
.sl-dot {
text-indent: -9999px;
border: 0;
border-radius: 50%;
width: 12px;
height: 12px;
padding: 0;
margin: 3px;
background-color: transparent;
border: 1px solid #fff;
-webkit-appearance: none;
cursor:pointer;
outline:none;
}
.sl-dot--current {
background-color: #fff;
border-color: #fff;
}*/
/* end dost nav*/