Hyphanet cleanup
This commit is contained in:
parent
2c5b05d02a
commit
b172fa2889
212 changed files with 1314 additions and 92 deletions
34
kiomm/style.css
Normal file
34
kiomm/style.css
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
body {
|
||||
background-color: #f8f8f8;
|
||||
background-image:url(./clouds.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
font-size: large;
|
||||
margin: auto;
|
||||
margin-top: 20px;
|
||||
font-family: monospace;
|
||||
max-width:800px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
table, th {
|
||||
border: 6px solid black;
|
||||
padding: 8px;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
background-color: #a8a8a8;
|
||||
}
|
||||
|
||||
tr {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
#centered, h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #606060;
|
||||
text-decoration: underline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue