Deleted style_01.css

master
Simon Browne 5 years ago
parent 8ed2d5e72e
commit f97c695d85

@ -1,168 +0,0 @@
/*@font-face {
font-family: 'courier_newbold_italic';
src: url('courier_new_bold_italic-webfont.woff2') format('woff2'),
url('courier_new_bold_italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'courier_newbold';
src: url('courier_new_bold-webfont.woff2') format('woff2'),
url('courier_new_bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'courier_newitalic';
src: url('courier_new_italic-webfont.woff2') format('woff2'),
url('courier_new_italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'courier_newregular';
src: url('courier_new-webfont.woff2') format('woff2'),
url('courier_new-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}*/
/*
@font-face {
font-family: Courier New;
src: url(fonts/);
font-weight: normal;
font-style: normal;
text-rendering: optimizeLegibility;
}
*/
body {
font-family: 'Courier New', 'Courier', monospace;
font-size: 16px;
line-height: 120%;
position: relative;
}
main {
margin: 12px 12px auto 12px;
}
b {
/* font-family: 'Courier New';*/
font-family: 'courier_newbold' 'Courier New', monospace;
font-weight: 600;
}
h1 {
font-family: inherit;
font-size: inherit;
text-decoration: underline;
line-height: 120%;
text-align: left;
font-weight: normal;
}
h2 {
font-family: 'Times', 'Times New Roman', serif;
font-size: 36px;
line-height: 120%;
text-align: center;
font-weight: normal;
}
div {
display: block;
float: left;
margin-right: auto;
max-width: 720px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
height: auto;
}
.indent {
display: block;
padding-left: 40px;
}
.text {
position: absolute;
display: block;
float: left;
margin-right: auto;
max-width: 640px;
}
.drawing {
mix-blend-mode: multiply;
}
#left {
text-align: left;
}
#center {
text-align: center;
}
#right {
text-align: right;
}
a:link {
color: black;
text-decoration-line: underline;
}
a:visited {
color: black;
}
a:hover {
color: blue;
text-decoration-line: underline;
}
a:active {
color: pink;
}
.list {
text-decoration: none;
}
#line {
position: absolute;
z-index: -1;
}
#ciao_line {
position: inherit;
z-index: inherit;
left: 0px;
top: 0;
height: 3000px;
}
#photo {
position: absolute;
margin-top: 200px;
/*z-index: 1;*/
}
#description {
position: absolute;
}
Loading…
Cancel
Save