2024-01-30 07:54:47 +01:00
|
|
|
body
|
|
|
|
{
|
|
|
|
background-color: #f2cef5;
|
|
|
|
font-family: serif;
|
2024-01-30 19:43:23 +01:00
|
|
|
color: #411c55;
|
2024-01-30 07:54:47 +01:00
|
|
|
max-width: 1280px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1:before, h2:before, h3:before, h1:after, h2:after, h3:after
|
|
|
|
{
|
|
|
|
content: " <3 ";
|
|
|
|
}
|
|
|
|
|
|
|
|
p
|
|
|
|
{
|
|
|
|
margin: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
i, em
|
|
|
|
{
|
|
|
|
color: #56ff52;
|
|
|
|
background-color: #bfa6ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
b, strong
|
|
|
|
{
|
|
|
|
background-color: #f77;
|
|
|
|
color: #c5f6fa;
|
|
|
|
padding: 1px 1px 1px;
|
|
|
|
border-bottom: 2px dashed yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1
|
|
|
|
{
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
|
|
{
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3
|
|
|
|
{
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3
|
|
|
|
{
|
2024-01-30 19:43:23 +01:00
|
|
|
text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
|
2024-01-30 07:54:47 +01:00
|
|
|
text-decoration: wavy underline;
|
|
|
|
border-bottom: 3px solid blue;
|
2024-01-30 19:43:23 +01:00
|
|
|
border-right: 3px solid yellow;
|
|
|
|
border-left: 3px solid yellow;
|
2024-01-30 07:54:47 +01:00
|
|
|
font-style: italic;
|
|
|
|
padding: 10px;
|
|
|
|
background-image: linear-gradient(238deg, rgba(174,118,245,1) 0%, rgba(215,231,154,1) 30%, rgba(231,111,210,1) 70%, rgba(216,237,167,1) 100%);
|
|
|
|
color: #f22;
|
|
|
|
text-align: center;
|
|
|
|
font-family: cursive;
|
|
|
|
margin: 30px 40px 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pre, code
|
|
|
|
{
|
|
|
|
font-weight: bold;
|
2024-01-30 19:43:23 +01:00
|
|
|
color: #154591;
|
2024-01-30 07:54:47 +01:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre
|
|
|
|
{
|
|
|
|
padding: 20px;
|
|
|
|
background-image: linear-gradient(45deg, rgba(191,48,68,0.5) 0%, rgba(90,192,227,0.5) 34%, rgba(204,3,170,0.5) 67%, rgba(180,255,0,0.5) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
table
|
|
|
|
{
|
|
|
|
background: linear-gradient(to top right, #ffccff 0%, #ff99cc 100%);
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin: 30px auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
table td, th
|
|
|
|
{
|
|
|
|
border: 5px solid #faa;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
th
|
|
|
|
{
|
2024-01-30 19:43:23 +01:00
|
|
|
text-shadow: 1px 1px 0 #111;
|
2024-01-30 07:54:47 +01:00
|
|
|
background-color: #c44dbc;
|
|
|
|
color: yellow;
|
|
|
|
font-family: italic;
|
|
|
|
font-style: italic;
|
|
|
|
border: 4px solid red;
|
|
|
|
}
|
|
|
|
|
|
|
|
a
|
|
|
|
{
|
2024-01-30 19:43:23 +01:00
|
|
|
color: #ea2dde;
|
2024-01-30 07:54:47 +01:00
|
|
|
text-decoration: wavy underline;
|
|
|
|
font-family: ui-monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dead
|
|
|
|
{
|
2024-01-30 19:43:23 +01:00
|
|
|
color: #9b794e;
|
2024-01-30 07:54:47 +01:00
|
|
|
text-decoration: wavy line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul
|
|
|
|
{
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li:before
|
|
|
|
{
|
|
|
|
content: "*";
|
|
|
|
margin: 0 5px;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2024-01-31 00:35:22 +01:00
|
|
|
a:hover
|
|
|
|
{
|
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
|
2024-01-30 07:54:47 +01:00
|
|
|
hr
|
|
|
|
{
|
|
|
|
border-top: none;
|
|
|
|
width: 70%;
|
|
|
|
border-bottom: 3px dotted blue;
|
|
|
|
}
|