Parent: [88c908] (diff)

Download this file

main.css    74 lines (72 with data), 1.3 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
69
70
71
72
73
74
/**
* "Google Now" Card
*/
body {
background: white;/*#eee;*/
margin: auto;
width:960px
}
.metric-container p {
font-size:10pt;
}
/*
ul.gNow {
width: 450px;
height: 100%;
float: left;
padding: 0;
}
ul.gNow li {
width: 430px;
float: left;
list-style: none;
padding: 10px;
}*/
div.card {
background: #fff;
position: relative;
padding: 15px;
box-shadow: 1px 2px rgba( 0, 0, 0, 0.1 );
font-family: "Open Sans", sans-serif;
color: #444;
font-size: 14px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div.card p {
margin: 0 0 15px 0;
}
div.card p.card-title, div.card span.card-title {
font-size: 28px;
}
div.card p.card-title-small {
font-size: 12pt;
text-align:right;
border-bottom: 1px solid #e5e5e5;
padding-bottom:4px
}
div.card p.project-title {
font-size:32pt;
}
div.card p.url {
border-top: 1px solid #e5e5e5;
background-image: url('http://www.eriklindemann.com/wp-content/uploads/2013/05/url.png');
background-repeat: no-repeat;
padding: 6px 0 0 30px;
height: 30px;
display: block;
margin-bottom: -10px;
}
div.card p.url a {
color: #04bff4;
text-decoration: none;
top: 4px;
width: 385px;
display: block;
position: relative;
}
div.card img.full {
width: 430px;
margin: 0 0 15px -15px;
}