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.

131 lines
1.7 KiB
CSS

body
{
background-color: #f2cef5;
font-family: serif;
color: #522b5c;
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
{
text-decoration: wavy underline;
border-bottom: 3px solid blue;
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;
color: #a00;
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
{
background-color: #c44dbc;
color: yellow;
font-family: italic;
font-style: italic;
border: 4px solid red;
}
a
{
color: #a845ff;
text-decoration: wavy underline;
font-family: ui-monospace;
}
.dead
{
color: #d47833;
text-decoration: wavy line-through;
}
ul
{
list-style: none;
}
ul li:before
{
content: "*";
margin: 0 5px;
color: red;
}
hr
{
border-top: none;
width: 70%;
border-bottom: 3px dotted blue;
}