-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
108 lines (93 loc) · 3.08 KB
/
style.css
File metadata and controls
108 lines (93 loc) · 3.08 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
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
/*
Theme Name : Programmez !
Text Domain: programmez
Version 1.0
Description : Fancy left sidebar Theme
Tags: blog, custom-background, custom-logo, custom-menu
Author: Benoit SAKOTE
Author URI: github.com/BenoitAdam94
*/
.programmez-titre{
font-size: 2em;
}
.programmez-background {
background-color:#9cadbf;
}
.programmez-menu-class{
font-size: 1.25rem; /* Taille x1.25 */
text-transform: uppercase; /* Tout passer en majuscule */
text-align :center; /* Alignement au centre */
}
.programmez-menu-class ul{
list-style: none; /* Enlever les points de liste */
}
.programmez-menu-class a:hover{ /* Hover behavior */
background-color:lightgreen;
padding-left:10px;
padding-right:10px;
text-decoration: none; /* remove underline */
transition-duration:1s;
}
/************************************************
Social Media
************************************************/
.social-icons {
list-style: none;
margin: 0px;
padding: 0px;
}
.social-icons li {
float: left;
display: block;
list-style: none;
margin: 0px;
padding: 0px;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.social-icons li a {
display: block;
color: #666666;
color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 45px;
min-width: 45px;
margin: 0px;
padding: 0px;
}
.social-icons li a:hover {
color: #000000;
background: #444444;
background: rgba(255, 255, 255, 0.24);
}
.social-icons li a::before {
font-family: 'FontAwesome';
font-size: 25px;
font-weight: normal;
content: '\f0c1';
}
.social-icons li a span {
display: none;
}
.social-icons li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before { content: '\f099'; }
.social-icons li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-icons li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before { content: '\f113'; }
.social-icons li a[href*="dribbble.com"]::before { content: '\f17d'; }
.social-icons li a[href*="foursquare.com"]::before { content: '\f180'; }
.social-icons li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.social-icons li a[href*="wordpress.com"]::before { content: '\f19a'; }
.social-icons li a[href*="youtube.com"]::before { content: '\f16a'; }
.social-icons li a[href*="vine.co"]::before { content: '\f1ca'; }
.social-icons li a[href*="instagram.com"]::before { content: '\f16d'; }
.social-icons li a[href*="stackexchange.com"]::before { content: '\f18d'; }
.social-icons li a[href*="spotify.com"]::before { content: '\f1bc'; }
.social-icons li a[href*="soundcloud.com"]::before { content: '\f1be'; }
.social-icons li a[href*="last.fm"]::before { content: '\f202'; }
.social-icons li a[href*="amazon.com"]::before { content: '\f270'; }
.social-icons li a[href*="flickr.com"]::before { content: '\f16e'; }
.social-icons li a[href*="vimeo.com"]::before { content: '\f27d'; }
.social-icons li a[href*="yelp.com"]::before { content: '\f1e9'; }
.social-icons li a[href*="mailto:"]::before { content: '\f0e0'; }
.social-icons li a[href$="/feed/"]::before { content: '\f09e'; }}