Git Repository Public Repository

YouAndWeb_TwoToc

URLs

Copy to Clipboard
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.poster-view {
	margin-top: 30px;
}
.poster {
	overflow: hidden;
	position: relative;
	display: flex;
	height: 350px;
	width: 33.3%;
	float: left;
	border: 10px solid #FFF;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.poster_show {
	width: 100% !important;
	border: 0 !important;
	margin-bottom: 30px;
}
.poster > img {
	min-width: 100%;
	min-height: 100%;
	flex-shrink: 0;
}
.poster.poster-wide {
	width: 66.6%;
}

@media all and (max-width: 768px) {
	.poster {
		width: 100% !important;
	}
}

.poster_date {
	position: absolute;
	background: #FFF;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	top: 0;
	left: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px;
}

.poster:hover {
	.poster_overlay {
		display: block;
		opacity: 1;
	}
	.poster_date {
		display: none;
	}
} 

.poster_overlay {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:none;
	opacity: 0;

	.poster_content {
		text-align: center;
		position: absolute;
		top: 20px;
		width: 100%;
		color: #000;
		padding: 20px;

		.avatar {
			display: block;
			margin: 0 auto;
		}

		.user {
			font-size: 16px;
			margin: 0 0 5px;
		}

		h3 {
			margin: 0 0 10px;
			font-family: "Oswald", sans-serif;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 20px;
		}

		.rating {
			font-size: 18px;
		}
	}
}

Commits for YouAndWeb_TwoToc/client/app/community/community.scss

Diff revisions: vs.
Revision Author Commited Message
a98e8d ... FSinnona picture FSinnona Thu 26 Nov, 2015 13:26:45 +0000

Creazione organizza