update instruction

This commit is contained in:
olevole
2021-10-16 20:54:50 +03:00
parent e805c78962
commit 80a2d35ef7
390 changed files with 100956 additions and 63 deletions
+4
View File
@@ -0,0 +1,4 @@
<!--# include file="/css/reset.css" -->
<!--# include file="/sh/styles/shCoreDefault.css" -->
<!--# include file="/css/styles.css" -->
+45
View File
@@ -0,0 +1,45 @@
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
+20
View File
@@ -0,0 +1,20 @@
red-text {
color:red;
}
green-text {
color:green;
}
black-text {
color:black;
}
.info {
border:1px solid #9cea9c;
margin:0 20px 30px 20px;
padding:6px 20px;
color:#ffffff;
background-color:#3fb618;
border-radius:6px;
box-shadow:4px 4px 4px rgba(0,0,0,0.1);
font-weight: bold;
}