Subversion Repository Public Repository

Nextrek

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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.eventi
{
	@include span-columns(8);
	@include shift(2);

	article
	{
		.anno
		{
			position: relative;
			margin: 0 auto;
			text-align: center;
			//display: table;
			@include pad(10px 20px 5px);
			color: whitesmoke;
			font-family: $an_demi;
			font-size: 30px;
			margin-bottom: 80px;
			margin-top:200px;

			&:first-child
			{
				margin-top:0px;
			}

			.bg
			{
				position: absolute;
				margin: 0 auto;
				top:-4px;
				left: 0;
				right: 0;
				display: block;
				height: 60px;
				width: 100px;
				background-color: $rosso-aiba;
			}

			span
			{
				border-color: $rosso-aiba;
			}

			span:before, span:after
			{
				border-bottom: 2px solid $rosso-aiba !important;
			}
		}

		


		.box
		{
			margin-bottom: 60px;
			@include clearfix;
			@include pad(0 0 20px 0);
			border-bottom: 1px solid #CCC;
		}

		hr
		{
			margin-bottom: 50px;
			display: none;
		}


		.data
		{
			@include span-columns(2);
		}

		.evento
		{
			@include span-columns(10);

			a
			{
				color: #666;

				i
				{
					margin-right: 10px;
				}

				&:hover
				{
					color: $rosso-aiba;
				}
			}
		}

		.print
		{
			@include span-columns(12);
			display: block;
			text-align: center;
			color: #9F9F9F;
			margin-top: 30px;

			&:hover
			{
				i{color:$rosso-aiba;}	
			}

			span
			{
				border-radius: 50%;
				@include pad(9px 10px);
				border: 2px solid #9F9F9F;

				i
				{	
					@include transition (all 0.2s ease-in-out);
					color: #666;
				}
			}		
		}
	}
	
}

Commits for Nextrek/Aiba_backup/public/sass/section/eventi.scss

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000