Imported from archive
This commit is contained in:
207
www/normal.css
Normal file
207
www/normal.css
Normal file
@@ -0,0 +1,207 @@
|
||||
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form,
|
||||
h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul {font-size: 13px;
|
||||
font-family: Trebuchet MS, Arial, MS Sans Serif, Helvetica, Verdana, Sans-serif}
|
||||
|
||||
a {cursor: auto}
|
||||
|
||||
a:link {color: #00f;
|
||||
background: transparent;
|
||||
text-decoration: none}
|
||||
|
||||
a:visited {color: #00f;
|
||||
background:transparent;
|
||||
text-decoration: none}
|
||||
|
||||
a:active {color: #3c0;
|
||||
background: transparent;
|
||||
text-decoration: none}
|
||||
|
||||
a:hover {text-decoration: underline;
|
||||
cursor: pointer}
|
||||
|
||||
a.button {cursor: pointer;
|
||||
font-size: 14px}
|
||||
|
||||
a.button:link {color: #fff}
|
||||
|
||||
a.button:visited {color: #fff}
|
||||
|
||||
a.button:active {color: #fff}
|
||||
|
||||
a.button:hover {background-color: #00f;
|
||||
text-decoration: none}
|
||||
|
||||
address {margin: 0em 0% 0em 0%;
|
||||
font: italic}
|
||||
|
||||
BIG {font-size: 110%}
|
||||
|
||||
blockquote {margin: 0em 0% 0em 0%;
|
||||
line-height: normal}
|
||||
|
||||
body {margin: 1em 4% 1.8em 5%;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #2a2a2a;
|
||||
cursor: default}
|
||||
|
||||
body.dot {margin: 0em 0em 0em 0em;
|
||||
background-color: #ccc}
|
||||
|
||||
body.popup {margin: 8px 0em 0em 8px;
|
||||
background-color: #ccc}
|
||||
|
||||
body.popup_text {margin: 20px 8px 0px 10px;
|
||||
font-size: 13px;
|
||||
color: #000080;
|
||||
background-color: #ffc}
|
||||
|
||||
body.sidebar {margin: 1em 0em 0em 0em;
|
||||
text-align: left;
|
||||
background-color: #9cf;
|
||||
color: #2a2a2a;
|
||||
cursor: default}
|
||||
|
||||
button {cursor: auto}
|
||||
|
||||
caption {margin: 0em 0% 0em 0%;
|
||||
line-height: normal}
|
||||
|
||||
code {font-size: 1em;
|
||||
font-family: monospace}
|
||||
|
||||
div {margin: 0em 0% 0em 0%;
|
||||
line-height: normal}
|
||||
|
||||
dd {margin: 0em 0% 0em 0%;
|
||||
line-height: normal}
|
||||
|
||||
dl {margin: 0em 0% 0em 0%}
|
||||
|
||||
dt {margin: 0em 0% 0em 0%;
|
||||
line-height: normal}
|
||||
|
||||
/* margin: top, right, bottom, left */
|
||||
|
||||
h1 {margin: 1.2em 5% 0em 0%;
|
||||
color: #388c00;
|
||||
font-size: 220%;
|
||||
font-weight: bold;
|
||||
padding-bottom: 0px}
|
||||
|
||||
h2 {margin: 1.1em 5% 0em 0%;
|
||||
color: #388c00;
|
||||
font-size: 160%;
|
||||
font-weight: normal;
|
||||
padding-bottom: 0px}
|
||||
|
||||
h3 {margin: 1.1em 5% 0em 0%;
|
||||
color: #388c00;
|
||||
font-size: 130%;
|
||||
font-weight: normal;
|
||||
padding-bottom: 0px}
|
||||
|
||||
hr {margin: 0em 0% 0em 0%}
|
||||
|
||||
html {margin: 0;
|
||||
background-color: transparent}
|
||||
|
||||
input {cursor: auto}
|
||||
|
||||
kbd {font: 1em monospace}
|
||||
|
||||
li {margin: 0.8em 0% 0.2em -0.5em;
|
||||
line-height: normal;
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
padding-bottom: 0px}
|
||||
|
||||
li.bullet {margin: 0.5em 0% 0.5em -1em;
|
||||
line-height: normal;
|
||||
list-style: disc;
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
padding-bottom: 0px}
|
||||
|
||||
ol {margin: 0.5em 0% 0em 0em;
|
||||
line-height: normal;
|
||||
list-style: decimal;
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
padding-bottom: 0px}
|
||||
|
||||
ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {list-style: lower-alpha}
|
||||
|
||||
ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {list-style: lower-roman}
|
||||
|
||||
ol ol ol ol {list-style: decimal}
|
||||
|
||||
p {margin: 1.2em 0% 0em 0em;
|
||||
line-height: normal;
|
||||
font-size: 100%;
|
||||
padding-bottom: 0px}
|
||||
|
||||
p.h1 {margin: 0.2em 0% 0em 0em;
|
||||
color: #388c00;
|
||||
font-size: 170%;
|
||||
padding-bottom: 0px}
|
||||
|
||||
p.first {margin: 0em 5% 0em 0em;
|
||||
padding-bottom: 0px}
|
||||
|
||||
p.bullet {margin: 0em 3% 0em 0em;
|
||||
padding-bottom: 0px}
|
||||
|
||||
p.number {margin: 0em 3% 0em 0em;
|
||||
padding-bottom: 0px}
|
||||
|
||||
p.sidebar {margin: 1.2em 0% 0em 0em;
|
||||
color: #388c00;
|
||||
line-height: 140%;
|
||||
font-size: 120%;
|
||||
font-weight: bolder;
|
||||
padding-bottom: 0px}
|
||||
|
||||
p.sidebar_small {margin: 0em 0% 0em 0em;
|
||||
font-size:110%}
|
||||
|
||||
pre {margin: 0em 0% 0em 0em;
|
||||
font-family: monospace}
|
||||
|
||||
samp {font-family: monospace}
|
||||
|
||||
small {font-size: 80%}
|
||||
|
||||
sub {font-size: 80%}
|
||||
|
||||
sup {font-size: 80%}
|
||||
|
||||
td {line-height: normal}
|
||||
|
||||
textarea {cursor: text}
|
||||
|
||||
th {font-weight: bold}
|
||||
|
||||
tt {font: 100% monospace}
|
||||
|
||||
ul {margin: 0em 0% 0em 0em;
|
||||
list-style: disc
|
||||
line-height: normal;
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
padding-bottom: 0px}
|
||||
|
||||
ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {list-style: circle}
|
||||
|
||||
ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {list-style: square}
|
||||
|
||||
ul ul ul ul {list-style: disc}
|
||||
|
||||
*|*:-moz-list-bullet, *|*:-moz-list-number {font-size: 1em}
|
||||
|
||||
div#archive-message {
|
||||
padding: 0 1rem;
|
||||
color: yellow;
|
||||
background-color: black;
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user