big css changes
added some nice effects :)
This commit is contained in:
parent
84f03e6c20
commit
7764d06c37
3 changed files with 52 additions and 5 deletions
44
pages/effects.css
Normal file
44
pages/effects.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
a:hover:not(.galleryLink){
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
border-radius: 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span{
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
span:hover{
|
||||
background-color: #181818;
|
||||
color: #ffd256;
|
||||
border-radius: 2px;
|
||||
outline: solid 1px #ffd256;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
}
|
||||
|
||||
::-o-selection {
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
}
|
||||
|
||||
::-ms-selection {
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
}
|
||||
|
||||
::-webkit-selection {
|
||||
background-color: #ffd256;
|
||||
color: #181818;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue