1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-29 21:58:41 +08:00
NeoNetwork/docs/neostyle.css

91 lines
1.1 KiB
CSS
Raw Normal View History

2020-04-21 08:49:08 +08:00
/* Neo_Chen's CSS stylesheet
*
* Released to public domain
*/
html {
border-width: 4pt;
border-style: solid;
background-color:#c0c0c0;
}
h1 {
font-family: Times, serif;
font-size:36pt;
text-align: center;
color:#000000;
border-style: solid;
border-width: 1pt;
background-color:#008;
color:#fff
}
h2 {
font-family: Times, serif;
font-size:20pt;
text-align: left;
color:#000000;
border-style: solid;
border-width: 1pt;
background-color:#808080;
color:#fff
}
.mono, code {
font-family: monospace;
font-size:12pt;
}
.msrf {
font-family: Courier,mono;
font-size:9pt;
}
.srf, p {
font-family: serif;
2020-04-21 08:56:02 +08:00
font-size:12pt;
2020-04-21 08:49:08 +08:00
}
.srfb {
font-family: Times,serif;
font-size:18pt;
}
.srfb {
font-family: Times,serif;
font-size:18pt;
}
a:link {
color: #008;
}
a:visited {
color: #808;
}
a:hover {
color: #000;
background-color: #fff;
}
a:active {
color: #088;
}
table, th, td {
border: 2px solid black;
border-collapse: collapse;
font-family: monospace;
font-size:12pt;
}
2020-04-21 23:01:11 +08:00
img {
max-width: 100vw;
2020-04-22 19:04:41 +08:00
width: 100%;
2020-04-21 23:01:11 +08:00
}
2020-04-27 15:33:44 +08:00
.whitebg, pre{
background-color: #fff;
}