mirror of
https://github.com/outbackdingo/site.git
synced 2026-08-25 14:53:41 +00:00
update instruction
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<!--# include file="/css/reset.css" -->
|
||||
<!--# include file="/sh/styles/shCoreDefault.css" -->
|
||||
<!--# include file="/css/styles.css" -->
|
||||
|
||||
@@ -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 */
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user