forked from jensj56/Retiming-thingy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimecalc.css
67 lines (64 loc) · 2.73 KB
/
timecalc.css
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
/* CSS Document */
.z500 {z-index:500}
.menu_list li b {font-size:130%;display:block}
.jumbotron h1 {font-size:200%;}
#footer {background:#3c3d41;color:white;font-size:12px}
.jumbotron{margin-top:50px;background:#701010;color:white;opacity:0.8;padding:10px 20px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.panel {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.panel-heading {font-weight:bold}
body {background:#FCFCFC}
#footer p {margin:20px 0 20px 0}
/* godzinowy */
#atco {text-align:right;float:right;font-size:10px;margin:0px;padding:0px;line-height:1.2em}
#disp { border:2px inset #BBBBFF;background:rgb(36, 35, 35);color:yellow;padding:5px;font-size:25px;font-weight:bold;line-height:1.7em;border-radius:5px;margin-bottom:10px }
#dis2 {float:right;font-size:10px;margin:0px 0px 0px 5px;padding:0px;line-height:1.2em}
/* predkosc...*/
#scalc td {vertical-align:middle}
#scalc select {margin:0px;}
#radD,#radS,#radT {color:rgb(51, 51, 51)}
.tdc {text-align:right;width:40px !important;}
.tdc input {width:20px;background:none}
#texamp {margin-top:10px}
#texamp td:first-child {text-align:right;font-weight:bold}
/* prezenty */
.p_elem a {font-weight:bold; font-size:14px;}
.p_elem {height:200px;width:200px;margin:3px;float:left;text-align:center;background:white;
border:1px solid #F0F0F0;
-moz-box-shadow: 1px 1px 3px #777;
-webkit-box-shadow: 1px 1px 3px #777;
box-shadow: 1px 1px 3px #777;
cursor:pointer;position:relative}
.wide-400 .p_elem {width:400}
.p_cena {font-weight:bold;opacity:0.7;display:inline;padding:7px 5px 5px 7px;background:white;color:black;float:left;z-index:100;position:absolute;left:0;top:0}
.p_elem img {width:150px;height:150px;margin:5px}
.p_elem img.wide {width:auto}
.p_cont1 {width:100%;overflow-x:scroll;overflow-y:hidden}
.p_cont2 {width:2250px}
.wzor {text-align:center;font-size:120%;font-weight:bold;padding:10px 0 10px 0}
.p_hit {background:red;color:yellow;font-size:140%;font-weight:bold;padding:5px;opacity:1;border-radius:5px}
footer h6 {text-align:center}
.anch {padding-top: 50px;margin-top: -50px;line-height:0;font-size:0;width:0}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
}