git ssb

0+

Rômulo Alves / dat-letnice



Tree: ce1f2e7b466e46ae982792d33c409221b9a2f4b7

Files: ce1f2e7b466e46ae982792d33c409221b9a2f4b7 / css / style.css

1336 bytesRaw
1html,
2body {
3 height: 100%;
4 width: 100%;
5 display: block;
6 padding: 0px;
7 margin: 0px;
8}
9
10section {
11 position: absolute;
12 top: 50%;
13 width: 100%;
14 user-select: none;
15 -webkit-transform: translateY(-50%);
16 -ms-transform: translateY(-50%);
17 transform: translateY(-50%);
18 text-align: center;
19 font-weight: 700;
20 text-transform: uppercase;
21 font-size: 20px;
22 height:100%;
23}
24p {
25 margin: 0px;
26}
27
28.month {
29 background-color: #b7b7b7;
30 width:200px;
31 display: inline-block;
32 margin: 10px;
33}
34
35.m {
36 font-size: 20px;
37 font-weight: bold;
38 font-family: Arial, Helvetica, sans-serif;
39 text-transform: uppercase;
40 margin-bottom: 10px;
41}
42
43svg.graph { color:white; max-width:1000px; width: 100%; height:100%;}
44svg.graph text {font-family: Arial, Helvetica, sans-serif; stroke:none; fill:#000000; font-size:14px; text-anchor: middle;}
45svg.graph text.w { font-size: 10px; font-weight: 200;}
46svg.graph rect { stroke:none }
47svg.graph rect:hover { fill:#a1a1a1 !important; cursor:pointer}
48svg.graph rect.null { fill: none; stroke: none;}
49svg.graph rect.today { fill:#ffffff; stroke: #000000;}
50svg.graph rect.day { fill:#b7b7b7; }
51svg.graph rect.weekend { fill:#6b6b6b }
52svg.graph path { stroke-linecap: butt; stroke-dasharray: 1,1; fill:none; stroke:#333; stroke-width:13px }

Built with git-ssb-web