From f97c695d85e33101a0b36c4dd31187616303aa7d Mon Sep 17 00:00:00 2001 From: Simon Browne Date: Wed, 20 Mar 2019 10:35:29 +0100 Subject: [PATCH] Deleted style_01.css --- pages/style_01.css | 168 --------------------------------------------- 1 file changed, 168 deletions(-) delete mode 100644 pages/style_01.css diff --git a/pages/style_01.css b/pages/style_01.css deleted file mode 100644 index c09a0b7..0000000 --- a/pages/style_01.css +++ /dev/null @@ -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; -} -