Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 178 → Rev 179

/website/style.css
1,24 → 1,30
@import url(https://fonts.googleapis.com/css?Open+Sans:400,700,400italic);
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&family=Source+Sans+Pro&display=swap');
 
@font-face {
font-family: 'dosega';
src: url('dosega.ttf');
h1 {
font-size: 1.35em;
margin: 3em auto 0 auto;
text-align: center;
font-weight: 600;
}
 
p.title {
font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
}
 
p.copyr {
font-size: 1.00em; margin: 0 auto 4.5em auto; color: #959595; text-align: center;
font-size: 1.00em;
margin: 0 auto 4.5em auto;
color: #999;
text-align: center;
}
 
p.chapt {
font-size: 1.05em; font-weight: bold; margin: 1.75em 0 0 0; text-align: left;
h2 {
font-size: 1.1em;
font-weight: bold;
margin: 1.75em 0 0 0;
text-align: left;
}
 
p {
font-size: 1.00em; margin: 0.5em 0 0 0; text-align: justify;
font-size: 1.00em;
margin: 0.5em 0 0 0;
text-align: justify;
}
 
p.tech {
25,7 → 31,6
white-space: pre-wrap;
font-size: 1.1em;
text-align: left;
font-family: 'dosega', monospace;
}
 
p.wondering {
32,6 → 37,7
font-size: 0.95em;
margin: 1.3em 0;
border: 1px #222 dashed;
padding: 0.1em 0.4em;
opacity: 0.8;
}
 
44,28 → 50,30
body {
font-size: 1.1em;
background-color: #fff;
font-family: "open sans", sans-serif;
font-family: "Source Sans Pro", sans-serif;
margin: 0 auto;
padding: 1em 0.5em;
padding: 0 0.5em 0.5em 0.5em;
box-sizing: border-box;
width: 100%;
max-width: 60em;
border: 1px #999 solid;
border-top: 0;
}
 
a:link { /* unvisited link */
color: #000080; text-decoration: none;
color: #008; text-decoration: none;
}
 
a:visited { /* visited link */
color: #000080; text-decoration: none;
color: #008; text-decoration: none;
}
 
a:hover { /* mouse over link */
color: #0000FF; text-decoration: none;
color: #00F; text-decoration: none;
}
 
a:active { /* selected link */
color: #000080; text-decoration: none;
color: #008; text-decoration: none;
}
 
a.mateusz {