You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
770 B
CSS
65 lines
770 B
CSS
5 years ago
|
* {
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
border:0;
|
||
|
outline:0;
|
||
|
|
||
|
}
|
||
|
body {
|
||
|
font-family: Helvetica,sans-serif;
|
||
|
font-weight: normal;
|
||
5 years ago
|
letter-spacing: 1px;
|
||
5 years ago
|
word-spacing: 2px;
|
||
5 years ago
|
font-size: 16px;
|
||
5 years ago
|
line-height: 1.3;
|
||
|
|
||
|
}
|
||
|
.menu {
|
||
|
background: #c0c0c0;
|
||
|
width: 100%;
|
||
|
padding: 10px;
|
||
|
font-size: 14px;
|
||
|
position:fixed;
|
||
|
}
|
||
|
.faceapp {
|
||
|
padding-top: 50px;
|
||
5 years ago
|
padding-left: 10px;
|
||
|
width: 40%;
|
||
5 years ago
|
}
|
||
|
|
||
|
.coloniality-100 {
|
||
|
text-decoration: none;
|
||
|
border-bottom: 5px solid red;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
span:hover {
|
||
|
color: grey;
|
||
|
|
||
|
}
|
||
|
|
||
|
.coloniality-90 {
|
||
|
text-decoration: none;
|
||
5 years ago
|
border-bottom: 4px solid blue;
|
||
5 years ago
|
|
||
|
|
||
|
}
|
||
|
|
||
|
.coloniality-50 {
|
||
|
text-decoration: none;
|
||
5 years ago
|
border-bottom: 3px solid #b0ff00;
|
||
5 years ago
|
|
||
|
|
||
|
}
|
||
|
|
||
|
.coloniality-40 {
|
||
|
text-decoration: none;
|
||
5 years ago
|
border-bottom: 2px solid pink;
|
||
5 years ago
|
|
||
|
|
||
|
}
|
||
|
|
||
|
.sentence:hover {
|
||
|
background-color: #FFFF00
|
||
5 years ago
|
}
|