Files
erythros/Applications/Internet/Cyberia.app/Resources/Default.css

128 lines
1.6 KiB
CSS
Raw Normal View History

2025-04-15 11:27:43 -04:00
Document {
2025-05-04 09:25:49 -04:00
background-color: white;
color: black;
2025-04-15 11:27:43 -04:00
font-family: "serif";
font-size: 16px;
font-weight: 400;
}
2025-04-16 14:56:46 -04:00
a {
2025-05-04 09:25:49 -04:00
color: mediumblue;
2025-04-16 14:56:46 -04:00
text-decoration: underline
}
b,
strong {
2025-04-26 10:49:40 -04:00
font-weight: bold
}
html,
body {
display: block;
}
body {
margin: 8px;
}
blockquote {
2025-05-03 02:46:42 -04:00
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
}
button {
display: inline-block;
}
center {
display: block;
text-align: center;
}
2025-04-15 15:33:22 -04:00
code {
font-family: monospace
}
em,
i {
2025-04-26 10:49:40 -04:00
font-style: italic
}
h1 {
margin-top: 0.67em;
margin-bottom: 0.67em;
font-size: 2.00em;
font-weight: bold;
}
h2 {
margin-top: 0.83em;
margin-bottom: 0.83em;
font-size: 1.50em;
font-weight: bold;
}
h3 {
margin-top: 1.00em;
margin-bottom: 1.00em;
font-size: 1.17em;
font-weight: bold;
}
h4 {
margin-top: 1.33em;
margin-bottom: 1.33em;
font-size: 1.00em;
font-weight: bold;
}
h5 {
margin-top: 1.67em;
margin-bottom: 1.67em;
font-size: 0.83em;
font-weight: bold;
}
h6 {
margin-top: 2.33em;
margin-bottom: 2.33em;
font-size: 0.67em;
font-weight: bold;
2025-04-15 15:33:22 -04:00
}
2025-05-04 09:25:49 -04:00
hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-top: 1px solid dimgray;
border-bottom: 1px solid lightgray;
width: auto;
}
2025-04-15 15:33:22 -04:00
mark {
background-color: yellow;
color: black
2025-04-22 15:45:55 -04:00
}
ol,
ul {
padding-left: 24px;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
2025-04-22 15:45:55 -04:00
table {
display: block;
2025-04-22 15:45:55 -04:00
text-align: left;
2025-04-24 15:20:19 -04:00
}
tr {
display: block;
}