Update
This commit is contained in:
parent
e4ac7bfe6e
commit
cafa9c826c
8 changed files with 141 additions and 10 deletions
|
@ -12,6 +12,11 @@ i, em
|
|||
color: #20777b;
|
||||
}
|
||||
|
||||
i:hover, em:hover
|
||||
{
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
h1:before, h2:before, h3:before, h1:after, h2:after, h3:after
|
||||
{
|
||||
content: " $ ";
|
||||
|
@ -57,7 +62,16 @@ h1, h2, h3
|
|||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
background-image: linear-gradient(119deg, rgb(236, 220, 136) 0%, rgb(183, 149, 120) 36%, rgb(244, 220, 165) 69%, rgb(183, 138, 80) 100%)
|
||||
background-image: linear-gradient(180deg, rgb(236, 220, 136) 0%, rgb(183, 149, 120) 36%, rgb(244, 220, 165) 69%, rgb(183, 138, 80) 100%)
|
||||
}
|
||||
|
||||
h1:hover, h2:hover, h3:hover
|
||||
{
|
||||
background-image: linear-gradient(119deg, rgb(236, 220, 136) 0%,
|
||||
rgb(183, 149, 120) 36%, rgb(244, 220, 165) 69%, rgb(183, 138, 80) 100%);
|
||||
|
||||
color: #ba7;
|
||||
/* text-shadow: 1px 1px 0 #fff, -1px -1px 0 #370b0b; */
|
||||
}
|
||||
|
||||
table
|
||||
|
@ -91,6 +105,12 @@ a
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color: blue;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.dead
|
||||
{
|
||||
color: #ff2121;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue