-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.scss
70 lines (57 loc) · 1.1 KB
/
styles.scss
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
/*-- scss:defaults --*/
$recon-blue: #294481;
$navbar-bg: $recon-blue;
$link-color: $recon-blue;
/*-- scss:rules --*/
body {
background-image: url("img/background.png");
background-repeat: no-repeat;
}
.pkg-logo {
float: left;
margin: 5px;
max-width: 125px !important;
}
/* from reconhub.github.io (Main site) */
/* --- Lists of circles --- */
.list-circles {
text-align: center;
}
@media only screen and (min-width: 1200px) {
.list-circles {
width: 150%;
margin-left: -25%;
}
}
.list-circles-item {
display: inline-block;
width: 240px;
vertical-align: top;
margin: 0;
padding: 20px;
}
.list-circles-item:hover {
background: #fafafa;
}
.list-circles-item .item-img {
max-width: 150px;
height: 150px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #777;
}
.list-circles-item .item-desc {
font-size: 16px;
}
.list-circles-item .item-links {
margin-top: 5px;
}
.list-circles-item .item-link {
margin:0 3px;
color: #314f96;
text-decoration: none !important;
}
.list-circles-item .item-link:hover {
color: #042265;
}