You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
1.6 KiB
CSS
119 lines
1.6 KiB
CSS
@font-face {
|
|
font-family: Courier_New;
|
|
src: url('fonts/courier_new-webfont.woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
body {
|
|
font-family: Courier_New;
|
|
font-size: 16px;
|
|
line-height: 120%;
|
|
position: relative;
|
|
}
|
|
|
|
main {
|
|
margin: 12px 12px auto 12px;
|
|
}
|
|
|
|
b {
|
|
font-family: Courier_New;
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h1 {
|
|
font-family: "Helvetica", "Arial", sans-serif;
|
|
font-size: 21px;
|
|
line-height: 120%;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Courier_New;
|
|
font-size: 16px;
|
|
line-height: 120%;
|
|
text-align: left;
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.text {
|
|
display: block;
|
|
margin-right: auto;
|
|
max-width: 640px;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
/*text formatting*/
|
|
/*.bold {
|
|
font: 'arial';
|
|
display: inline;
|
|
text-rendering: optimizeLegibility;
|
|
text-rendering: optimizeSpeed;
|
|
letter-spacing: -0.4px;
|
|
}*/
|
|
|
|
.indent {
|
|
display: block;
|
|
padding-left: 2em;
|
|
padding-right: 2em;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.drawing {
|
|
mix-blend-mode: multiply;
|
|
}
|
|
|
|
|
|
a:link {
|
|
color: blue;
|
|
text-decoration-line: none;
|
|
}
|
|
|
|
a:visited {
|
|
color: blue;
|
|
}
|
|
|
|
a:hover {
|
|
color: blue;
|
|
text-decoration-line: underline;
|
|
}
|
|
|
|
a:active {
|
|
color: blue;
|
|
}
|
|
|
|
a.outOfNetworkLink {
|
|
color:red;
|
|
}
|
|
|
|
|
|
.list {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#line {
|
|
position: absolute;
|
|
/*z-index: 2;*/
|
|
}
|
|
|
|
#photo {
|
|
position: absolute;
|
|
margin-top: 200px;
|
|
/*z-index: 1;*/
|
|
}
|
|
|
|
#description {
|
|
position: absolute;
|
|
} |